This commit is contained in:
Ken Chau 2024-09-10 03:04:13 +00:00
Родитель 28f04010ae
Коммит 5f60131580
5 изменённых файлов: 26 добавлений и 14 удалений

Просмотреть файл

@ -1,11 +0,0 @@
{
"changes": [
{
"type": "patch",
"comment": "Pass env variables through to eslint cli",
"packageName": "just-scripts",
"email": "stchur@microsoft.com",
"dependentChangeType": "patch"
}
]
}

Просмотреть файл

@ -14,7 +14,7 @@
"node": ">=14"
},
"devDependencies": {
"just-scripts": ">=2.3.1 <3.0.0",
"just-scripts": ">=2.3.2 <3.0.0",
"ts-node": "^9.1.1"
}
}

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "just-scripts",
"entries": [
{
"date": "Tue, 10 Sep 2024 03:04:12 GMT",
"version": "2.3.2",
"tag": "just-scripts_v2.3.2",
"comments": {
"patch": [
{
"author": "stchur@microsoft.com",
"package": "just-scripts",
"commit": "211e8b4dec680fcb460aad843639ffb840d709b3",
"comment": "Pass env variables through to eslint cli"
}
]
}
},
{
"date": "Wed, 07 Aug 2024 22:28:11 GMT",
"version": "2.3.1",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - just-scripts
This log was last generated on Wed, 07 Aug 2024 22:28:11 GMT and should not be manually modified.
This log was last generated on Tue, 10 Sep 2024 03:04:12 GMT and should not be manually modified.
<!-- Start content -->
## 2.3.2
Tue, 10 Sep 2024 03:04:12 GMT
### Patches
- Pass env variables through to eslint cli (stchur@microsoft.com)
## 2.3.1
Wed, 07 Aug 2024 22:28:11 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "just-scripts",
"version": "2.3.1",
"version": "2.3.2",
"description": "Just Stack Scripts",
"keywords": [],
"repository": {