@jsenv/cli 0.3.45 → 0.3.48
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 +3 -3
- package/template-node-package/package.json +4 -4
- package/template-web/package.json +7 -7
- package/template-web-components/package.json +7 -7
- package/template-web-preact/package.json +8 -8
- package/template-web-react/.jsenv/entry_index/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/jsenv/core/node_modules/react/index.production.js__compile_info__.json +2 -2
- package/template-web-react/.jsenv/entry_index/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/jsenv/core/node_modules/react/jsx-runtime.production.js__compile_info__.json +2 -2
- package/template-web-react/.jsenv/entry_index/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/jsenv/core/node_modules/react-dom/client.production.js__compile_info__.json +2 -2
- package/template-web-react/.jsenv/entry_index/craft/cjs_to_esm/__compile_context__.json +1 -1
- package/template-web-react/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsenv/cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.48",
|
|
4
4
|
"description": "Command Line Interface for jsenv",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"./template-*/**"
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@jsenv/humanize": "1.
|
|
31
|
-
"@jsenv/urls": "2.
|
|
30
|
+
"@jsenv/humanize": "1.6.0",
|
|
31
|
+
"@jsenv/urls": "2.8.0",
|
|
32
32
|
"prompts": "2.4.2"
|
|
33
33
|
}
|
|
34
34
|
}
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@jsenv/assert": "4.5.3",
|
|
16
|
-
"@jsenv/core": "40.6.
|
|
17
|
-
"@jsenv/eslint-config-relax": "1.6.
|
|
18
|
-
"@jsenv/test": "3.7.
|
|
19
|
-
"eslint": "9.
|
|
16
|
+
"@jsenv/core": "40.6.2",
|
|
17
|
+
"@jsenv/eslint-config-relax": "1.6.4",
|
|
18
|
+
"@jsenv/test": "3.7.5",
|
|
19
|
+
"eslint": "9.25.1",
|
|
20
20
|
"prettier": "3.5.3"
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -16,15 +16,15 @@
|
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@babel/plugin-syntax-import-attributes": "7.26.0",
|
|
18
18
|
"@jsenv/assert": "4.5.3",
|
|
19
|
-
"@jsenv/core": "40.6.
|
|
20
|
-
"@jsenv/eslint-config-relax": "1.6.
|
|
21
|
-
"@jsenv/plugin-bundling": "2.9.
|
|
19
|
+
"@jsenv/core": "40.6.2",
|
|
20
|
+
"@jsenv/eslint-config-relax": "1.6.4",
|
|
21
|
+
"@jsenv/plugin-bundling": "2.9.7",
|
|
22
22
|
"@jsenv/plugin-minification": "1.7.0",
|
|
23
|
-
"@jsenv/test": "3.7.
|
|
24
|
-
"eslint": "9.
|
|
23
|
+
"@jsenv/test": "3.7.5",
|
|
24
|
+
"eslint": "9.25.1",
|
|
25
25
|
"open": "10.1.1",
|
|
26
|
-
"@playwright/browser-chromium": "1.
|
|
26
|
+
"@playwright/browser-chromium": "1.52.0",
|
|
27
27
|
"prettier": "3.5.3",
|
|
28
|
-
"playwright": "1.
|
|
28
|
+
"playwright": "1.52.0"
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -18,15 +18,15 @@
|
|
|
18
18
|
"@babel/plugin-syntax-import-attributes": "7.26.0",
|
|
19
19
|
"@jsenv/custom-elements-redefine": "0.0.1",
|
|
20
20
|
"@jsenv/assert": "4.5.3",
|
|
21
|
-
"@jsenv/core": "40.6.
|
|
22
|
-
"@jsenv/plugin-bundling": "2.9.
|
|
21
|
+
"@jsenv/core": "40.6.2",
|
|
22
|
+
"@jsenv/plugin-bundling": "2.9.7",
|
|
23
23
|
"@jsenv/plugin-minification": "1.7.0",
|
|
24
|
-
"@jsenv/eslint-config-relax": "1.6.
|
|
25
|
-
"@jsenv/test": "3.7.
|
|
26
|
-
"eslint": "9.
|
|
24
|
+
"@jsenv/eslint-config-relax": "1.6.4",
|
|
25
|
+
"@jsenv/test": "3.7.5",
|
|
26
|
+
"eslint": "9.25.1",
|
|
27
27
|
"open": "10.1.1",
|
|
28
|
-
"@playwright/browser-chromium": "1.
|
|
28
|
+
"@playwright/browser-chromium": "1.52.0",
|
|
29
29
|
"prettier": "3.5.3",
|
|
30
|
-
"playwright": "1.
|
|
30
|
+
"playwright": "1.52.0"
|
|
31
31
|
}
|
|
32
32
|
}
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@babel/plugin-syntax-import-attributes": "7.26.0",
|
|
22
22
|
"@babel/plugin-transform-react-jsx": "7.25.9",
|
|
23
23
|
"@jsenv/assert": "4.5.3",
|
|
24
|
-
"@jsenv/core": "40.6.
|
|
25
|
-
"@jsenv/plugin-preact": "1.7.
|
|
26
|
-
"@jsenv/plugin-bundling": "2.9.
|
|
24
|
+
"@jsenv/core": "40.6.2",
|
|
25
|
+
"@jsenv/plugin-preact": "1.7.15",
|
|
26
|
+
"@jsenv/plugin-bundling": "2.9.7",
|
|
27
27
|
"@jsenv/plugin-minification": "1.7.0",
|
|
28
|
-
"@jsenv/eslint-config-relax": "1.6.
|
|
29
|
-
"@jsenv/test": "3.7.
|
|
30
|
-
"eslint": "9.
|
|
28
|
+
"@jsenv/eslint-config-relax": "1.6.4",
|
|
29
|
+
"@jsenv/test": "3.7.5",
|
|
30
|
+
"eslint": "9.25.1",
|
|
31
31
|
"open": "10.1.1",
|
|
32
|
-
"@playwright/browser-chromium": "1.
|
|
32
|
+
"@playwright/browser-chromium": "1.52.0",
|
|
33
33
|
"prettier": "3.5.3",
|
|
34
|
-
"playwright": "1.
|
|
34
|
+
"playwright": "1.52.0"
|
|
35
35
|
}
|
|
36
36
|
}
|
|
@@ -22,16 +22,16 @@
|
|
|
22
22
|
"@babel/plugin-syntax-import-attributes": "7.26.0",
|
|
23
23
|
"@babel/plugin-transform-react-jsx": "7.25.9",
|
|
24
24
|
"@jsenv/assert": "4.5.3",
|
|
25
|
-
"@jsenv/core": "40.6.
|
|
26
|
-
"@jsenv/plugin-react": "1.7.
|
|
27
|
-
"@jsenv/plugin-bundling": "2.9.
|
|
25
|
+
"@jsenv/core": "40.6.2",
|
|
26
|
+
"@jsenv/plugin-react": "1.7.16",
|
|
27
|
+
"@jsenv/plugin-bundling": "2.9.7",
|
|
28
28
|
"@jsenv/plugin-minification": "1.7.0",
|
|
29
|
-
"@jsenv/eslint-config-relax": "1.6.
|
|
30
|
-
"@jsenv/test": "3.7.
|
|
31
|
-
"eslint": "9.
|
|
29
|
+
"@jsenv/eslint-config-relax": "1.6.4",
|
|
30
|
+
"@jsenv/test": "3.7.5",
|
|
31
|
+
"eslint": "9.25.1",
|
|
32
32
|
"open": "10.1.1",
|
|
33
|
-
"@playwright/browser-chromium": "1.
|
|
33
|
+
"@playwright/browser-chromium": "1.52.0",
|
|
34
34
|
"prettier": "3.5.3",
|
|
35
|
-
"playwright": "1.
|
|
35
|
+
"playwright": "1.52.0"
|
|
36
36
|
}
|
|
37
37
|
}
|