@shibanet0/datamitsu-config 0.0.2-alpha-0 → 0.0.2-alpha-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -10
- package/datamitsu.js +2 -2
- package/dist/datamitsu.d.ts +7 -0
- package/package.json +2 -2
package/README.md
CHANGED
package/datamitsu.js
CHANGED
|
@@ -1973,7 +1973,7 @@ var mapOfApps = {
|
|
|
1973
1973
|
|
|
1974
1974
|
// package.json
|
|
1975
1975
|
var name = "@shibanet0/datamitsu-config";
|
|
1976
|
-
var version = "0.0.2-alpha-
|
|
1976
|
+
var version = "0.0.2-alpha-2";
|
|
1977
1977
|
var dependencies = {
|
|
1978
1978
|
"@antebudimir/eslint-plugin-vanilla-extract": "1.16.0",
|
|
1979
1979
|
"@commander-js/extra-typings": "14.0.0",
|
|
@@ -1982,7 +1982,7 @@ var dependencies = {
|
|
|
1982
1982
|
"@commitlint/format": "20.4.0",
|
|
1983
1983
|
"@commitlint/types": "20.4.0",
|
|
1984
1984
|
"@cspell/eslint-plugin": "9.6.4",
|
|
1985
|
-
"@datamitsu/datamitsu": "0.0.2-alpha-
|
|
1985
|
+
"@datamitsu/datamitsu": "0.0.2-alpha-4",
|
|
1986
1986
|
"@eslint/config-helpers": "0.5.2",
|
|
1987
1987
|
"@eslint/js": "9.39.2",
|
|
1988
1988
|
"@next/eslint-plugin-next": "16.1.6",
|
package/dist/datamitsu.d.ts
CHANGED
|
@@ -370,6 +370,13 @@ declare global {
|
|
|
370
370
|
*/
|
|
371
371
|
command: string;
|
|
372
372
|
|
|
373
|
+
/**
|
|
374
|
+
* Extra environment variables for this operation
|
|
375
|
+
* Merge priority: OS env < app env < tool operation env
|
|
376
|
+
* @example { "NODE_ENV": "production", "ESLINT_USE_FLAT_CONFIG": "true" }
|
|
377
|
+
*/
|
|
378
|
+
env?: Record<string, string>;
|
|
379
|
+
|
|
373
380
|
/**
|
|
374
381
|
* File glob patterns this tool operates on
|
|
375
382
|
* Uses gitignore-style patterns
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shibanet0/datamitsu-config",
|
|
3
|
-
"version": "0.0.2-alpha-
|
|
3
|
+
"version": "0.0.2-alpha-2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@commitlint/format": "20.4.0",
|
|
75
75
|
"@commitlint/types": "20.4.0",
|
|
76
76
|
"@cspell/eslint-plugin": "9.6.4",
|
|
77
|
-
"@datamitsu/datamitsu": "0.0.2-alpha-
|
|
77
|
+
"@datamitsu/datamitsu": "0.0.2-alpha-4",
|
|
78
78
|
"@eslint/config-helpers": "0.5.2",
|
|
79
79
|
"@eslint/js": "9.39.2",
|
|
80
80
|
"@next/eslint-plugin-next": "16.1.6",
|