@jsenv/cli 0.3.50 → 0.3.51
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/package.json
CHANGED
|
@@ -1,23 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsenv/cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.51",
|
|
4
4
|
"description": "Command Line Interface for jsenv",
|
|
5
|
-
"license": "MIT",
|
|
6
5
|
"repository": {
|
|
7
6
|
"type": "git",
|
|
8
7
|
"url": "https://github.com/jsenv/core",
|
|
9
8
|
"directory": "packages/related/cli"
|
|
10
9
|
},
|
|
11
|
-
"
|
|
12
|
-
"access": "public"
|
|
13
|
-
},
|
|
10
|
+
"license": "MIT",
|
|
14
11
|
"author": {
|
|
15
12
|
"name": "dmail",
|
|
16
13
|
"email": "dmaillard06@gmail.com"
|
|
17
14
|
},
|
|
18
|
-
"engines": {
|
|
19
|
-
"node": ">=16.13.0"
|
|
20
|
-
},
|
|
21
15
|
"type": "module",
|
|
22
16
|
"bin": {
|
|
23
17
|
"jsenv": "jsenv_cli.js"
|
|
@@ -30,5 +24,11 @@
|
|
|
30
24
|
"@jsenv/humanize": "1.6.0",
|
|
31
25
|
"@jsenv/urls": "2.9.0",
|
|
32
26
|
"prompts": "2.4.2"
|
|
27
|
+
},
|
|
28
|
+
"engines": {
|
|
29
|
+
"node": ">=16.13.0"
|
|
30
|
+
},
|
|
31
|
+
"publishConfig": {
|
|
32
|
+
"access": "public"
|
|
33
33
|
}
|
|
34
34
|
}
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@jsenv/assert": "4.5.3",
|
|
16
|
-
"@jsenv/core": "40.
|
|
16
|
+
"@jsenv/core": "40.8.1",
|
|
17
17
|
"@jsenv/eslint-config-relax": "1.6.6",
|
|
18
|
-
"@jsenv/test": "3.7.
|
|
18
|
+
"@jsenv/test": "3.7.8",
|
|
19
19
|
"eslint": "9.26.0",
|
|
20
20
|
"prettier": "3.5.3"
|
|
21
21
|
}
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@babel/plugin-syntax-import-attributes": "7.27.1",
|
|
18
18
|
"@jsenv/assert": "4.5.3",
|
|
19
|
-
"@jsenv/core": "40.
|
|
19
|
+
"@jsenv/core": "40.8.1",
|
|
20
20
|
"@jsenv/eslint-config-relax": "1.6.6",
|
|
21
|
-
"@jsenv/plugin-bundling": "2.9.
|
|
21
|
+
"@jsenv/plugin-bundling": "2.9.9",
|
|
22
22
|
"@jsenv/plugin-minification": "1.7.0",
|
|
23
|
-
"@jsenv/test": "3.7.
|
|
23
|
+
"@jsenv/test": "3.7.8",
|
|
24
24
|
"eslint": "9.26.0",
|
|
25
25
|
"open": "10.1.2",
|
|
26
26
|
"@playwright/browser-chromium": "1.52.0",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"@babel/plugin-syntax-import-attributes": "7.27.1",
|
|
19
19
|
"@jsenv/custom-elements-redefine": "0.0.1",
|
|
20
20
|
"@jsenv/assert": "4.5.3",
|
|
21
|
-
"@jsenv/core": "40.
|
|
22
|
-
"@jsenv/plugin-bundling": "2.9.
|
|
21
|
+
"@jsenv/core": "40.8.1",
|
|
22
|
+
"@jsenv/plugin-bundling": "2.9.9",
|
|
23
23
|
"@jsenv/plugin-minification": "1.7.0",
|
|
24
24
|
"@jsenv/eslint-config-relax": "1.6.6",
|
|
25
|
-
"@jsenv/test": "3.7.
|
|
25
|
+
"@jsenv/test": "3.7.8",
|
|
26
26
|
"eslint": "9.26.0",
|
|
27
27
|
"open": "10.1.2",
|
|
28
28
|
"@playwright/browser-chromium": "1.52.0",
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"@babel/plugin-syntax-import-attributes": "7.27.1",
|
|
22
22
|
"@babel/plugin-transform-react-jsx": "7.27.1",
|
|
23
23
|
"@jsenv/assert": "4.5.3",
|
|
24
|
-
"@jsenv/core": "40.
|
|
25
|
-
"@jsenv/plugin-preact": "1.7.
|
|
26
|
-
"@jsenv/plugin-bundling": "2.9.
|
|
24
|
+
"@jsenv/core": "40.8.1",
|
|
25
|
+
"@jsenv/plugin-preact": "1.7.19",
|
|
26
|
+
"@jsenv/plugin-bundling": "2.9.9",
|
|
27
27
|
"@jsenv/plugin-minification": "1.7.0",
|
|
28
28
|
"@jsenv/eslint-config-relax": "1.6.6",
|
|
29
|
-
"@jsenv/test": "3.7.
|
|
29
|
+
"@jsenv/test": "3.7.8",
|
|
30
30
|
"eslint": "9.26.0",
|
|
31
31
|
"open": "10.1.2",
|
|
32
32
|
"@playwright/browser-chromium": "1.52.0",
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
"@babel/plugin-syntax-import-attributes": "7.27.1",
|
|
23
23
|
"@babel/plugin-transform-react-jsx": "7.27.1",
|
|
24
24
|
"@jsenv/assert": "4.5.3",
|
|
25
|
-
"@jsenv/core": "40.
|
|
26
|
-
"@jsenv/plugin-react": "1.7.
|
|
27
|
-
"@jsenv/plugin-bundling": "2.9.
|
|
25
|
+
"@jsenv/core": "40.8.1",
|
|
26
|
+
"@jsenv/plugin-react": "1.7.20",
|
|
27
|
+
"@jsenv/plugin-bundling": "2.9.9",
|
|
28
28
|
"@jsenv/plugin-minification": "1.7.0",
|
|
29
29
|
"@jsenv/eslint-config-relax": "1.6.6",
|
|
30
|
-
"@jsenv/test": "3.7.
|
|
30
|
+
"@jsenv/test": "3.7.8",
|
|
31
31
|
"eslint": "9.26.0",
|
|
32
32
|
"open": "10.1.2",
|
|
33
33
|
"@playwright/browser-chromium": "1.52.0",
|