@jsenv/cli 0.2.8 → 0.2.11
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/jsenv_cli.js +6 -7
- package/package.json +2 -2
- package/template-node-package/package.json +3 -3
- package/template-web/package.json +4 -4
- package/template-web-components/package.json +4 -4
- package/template-web-preact/package.json +5 -5
- package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/Dev/core/node_modules/react/index.production.js__compile_info__.json +2 -2
- package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/Dev/core/node_modules/react/jsx-runtime.production.js__compile_info__.json +2 -2
- package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/dmail/Documents/Dev/core/node_modules/react-dom/client.production.js__compile_info__.json +2 -2
- package/template-web-react/.jsenv/craft/cjs_to_esm/__compile_context__.json +1 -1
- package/template-web-react/package.json +5 -5
package/jsenv_cli.js
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
// see https://docs.npmjs.com/cli/v8/commands/npm-init#description
|
|
4
4
|
|
|
5
|
+
import { ANSI, createTaskLog, UNICODE } from "@jsenv/humanize";
|
|
6
|
+
import {
|
|
7
|
+
ensurePathnameTrailingSlash,
|
|
8
|
+
urlToFilename,
|
|
9
|
+
urlToRelativeUrl,
|
|
10
|
+
} from "@jsenv/urls";
|
|
5
11
|
import { execSync } from "node:child_process";
|
|
6
12
|
import {
|
|
7
13
|
existsSync,
|
|
@@ -14,13 +20,6 @@ import {
|
|
|
14
20
|
import { relative } from "node:path";
|
|
15
21
|
import { fileURLToPath, pathToFileURL } from "node:url";
|
|
16
22
|
import { parseArgs } from "node:util";
|
|
17
|
-
|
|
18
|
-
import { ANSI, createTaskLog, UNICODE } from "@jsenv/humanize";
|
|
19
|
-
import {
|
|
20
|
-
ensurePathnameTrailingSlash,
|
|
21
|
-
urlToFilename,
|
|
22
|
-
urlToRelativeUrl,
|
|
23
|
-
} from "@jsenv/urls";
|
|
24
23
|
import prompts from "prompts";
|
|
25
24
|
|
|
26
25
|
// not using readdir to control order
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsenv/cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.11",
|
|
4
4
|
"description": "Command Line Interface for jsenv",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@jsenv/humanize": "1.2.8",
|
|
31
|
-
"@jsenv/urls": "2.5.
|
|
31
|
+
"@jsenv/urls": "2.5.3",
|
|
32
32
|
"prompts": "2.4.2"
|
|
33
33
|
}
|
|
34
34
|
}
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
14
|
"@jsenv/assert": "4.4.2",
|
|
15
|
-
"@jsenv/core": "39.5.
|
|
16
|
-
"@jsenv/eslint-config-relax": "1.
|
|
17
|
-
"@jsenv/test": "3.5.
|
|
15
|
+
"@jsenv/core": "39.5.25",
|
|
16
|
+
"@jsenv/eslint-config-relax": "1.3.0",
|
|
17
|
+
"@jsenv/test": "3.5.27",
|
|
18
18
|
"eslint": "9.14.0",
|
|
19
19
|
"prettier": "3.3.3"
|
|
20
20
|
}
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@babel/plugin-syntax-import-attributes": "7.26.0",
|
|
18
18
|
"@jsenv/assert": "4.4.2",
|
|
19
|
-
"@jsenv/core": "39.5.
|
|
20
|
-
"@jsenv/eslint-config-relax": "1.
|
|
21
|
-
"@jsenv/plugin-bundling": "2.7.
|
|
19
|
+
"@jsenv/core": "39.5.25",
|
|
20
|
+
"@jsenv/eslint-config-relax": "1.3.0",
|
|
21
|
+
"@jsenv/plugin-bundling": "2.7.17",
|
|
22
22
|
"@jsenv/plugin-minification": "1.5.10",
|
|
23
|
-
"@jsenv/test": "3.5.
|
|
23
|
+
"@jsenv/test": "3.5.27",
|
|
24
24
|
"eslint": "9.14.0",
|
|
25
25
|
"open": "10.1.0",
|
|
26
26
|
"@playwright/browser-chromium": "1.48.2",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"@babel/plugin-syntax-import-attributes": "7.26.0",
|
|
19
19
|
"@jsenv/custom-elements-redefine": "0.0.1",
|
|
20
20
|
"@jsenv/assert": "4.4.2",
|
|
21
|
-
"@jsenv/core": "39.5.
|
|
22
|
-
"@jsenv/plugin-bundling": "2.7.
|
|
21
|
+
"@jsenv/core": "39.5.25",
|
|
22
|
+
"@jsenv/plugin-bundling": "2.7.17",
|
|
23
23
|
"@jsenv/plugin-minification": "1.5.10",
|
|
24
|
-
"@jsenv/eslint-config-relax": "1.
|
|
25
|
-
"@jsenv/test": "3.5.
|
|
24
|
+
"@jsenv/eslint-config-relax": "1.3.0",
|
|
25
|
+
"@jsenv/test": "3.5.27",
|
|
26
26
|
"eslint": "9.14.0",
|
|
27
27
|
"open": "10.1.0",
|
|
28
28
|
"@playwright/browser-chromium": "1.48.2",
|
|
@@ -21,12 +21,12 @@
|
|
|
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.4.2",
|
|
24
|
-
"@jsenv/core": "39.5.
|
|
25
|
-
"@jsenv/plugin-preact": "1.6.
|
|
26
|
-
"@jsenv/plugin-bundling": "2.7.
|
|
24
|
+
"@jsenv/core": "39.5.25",
|
|
25
|
+
"@jsenv/plugin-preact": "1.6.27",
|
|
26
|
+
"@jsenv/plugin-bundling": "2.7.17",
|
|
27
27
|
"@jsenv/plugin-minification": "1.5.10",
|
|
28
|
-
"@jsenv/eslint-config-relax": "1.
|
|
29
|
-
"@jsenv/test": "3.5.
|
|
28
|
+
"@jsenv/eslint-config-relax": "1.3.0",
|
|
29
|
+
"@jsenv/test": "3.5.27",
|
|
30
30
|
"eslint": "9.14.0",
|
|
31
31
|
"open": "10.1.0",
|
|
32
32
|
"@playwright/browser-chromium": "1.48.2",
|
|
@@ -22,12 +22,12 @@
|
|
|
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.4.2",
|
|
25
|
-
"@jsenv/core": "39.5.
|
|
26
|
-
"@jsenv/plugin-react": "1.5.
|
|
27
|
-
"@jsenv/plugin-bundling": "2.7.
|
|
25
|
+
"@jsenv/core": "39.5.25",
|
|
26
|
+
"@jsenv/plugin-react": "1.5.46",
|
|
27
|
+
"@jsenv/plugin-bundling": "2.7.17",
|
|
28
28
|
"@jsenv/plugin-minification": "1.5.10",
|
|
29
|
-
"@jsenv/eslint-config-relax": "1.
|
|
30
|
-
"@jsenv/test": "3.5.
|
|
29
|
+
"@jsenv/eslint-config-relax": "1.3.0",
|
|
30
|
+
"@jsenv/test": "3.5.27",
|
|
31
31
|
"eslint": "9.14.0",
|
|
32
32
|
"open": "10.1.0",
|
|
33
33
|
"@playwright/browser-chromium": "1.48.2",
|