@jsenv/cli 0.1.15 → 0.1.17
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 +1 -1
- package/readme.md +1 -1
- package/template-node-package/.jsenv/jsenv_tests_output.txt +1 -1
- package/template-node-package/package.json +1 -1
- package/template-web/.jsenv/chrome@127.00/@fs/Users/damien.maillard/dev/perso/jsenv-core/packages/internal/plugin-supervisor/dist/js/supervisor.js +1 -0
- package/template-web/.jsenv/jsenv_tests_output.txt +2 -2
- package/template-web/package.json +1 -1
- package/template-web-components/.jsenv/chrome@127.00/@fs/Users/damien.maillard/dev/perso/jsenv-core/packages/internal/plugin-supervisor/dist/js/supervisor.js +1 -0
- package/template-web-components/package.json +1 -1
- package/template-web-preact/.jsenv/chrome@127.00/@fs/Users/damien.maillard/dev/perso/jsenv-core/packages/internal/plugin-supervisor/dist/js/supervisor.js +1 -0
- package/template-web-preact/.jsenv/jsenv_tests_output.txt +1 -1
- package/template-web-preact/package.json +1 -1
- package/template-web-react/.jsenv/chrome@127.00/@fs/Users/damien.maillard/dev/perso/jsenv-core/packages/internal/plugin-supervisor/dist/js/supervisor.js +1 -0
- package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/damien.maillard/dev/perso/jsenv-core/node_modules/react/index.production.js__compile_info__.json +2 -2
- package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/damien.maillard/dev/perso/jsenv-core/node_modules/react/jsx-runtime.production.js__compile_info__.json +2 -2
- package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/damien.maillard/dev/perso/jsenv-core/node_modules/react-dom/client.production.js__compile_info__.json +2 -2
- package/template-web-react/.jsenv/jsenv_tests_output.txt +3 -3
- package/template-web-react/package.json +1 -1
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -8,7 +8,7 @@ _@jsenv/cli_ is a NPM package meant to run via the command below:
|
|
|
8
8
|
npx @jsenv/cli
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
>
|
|
11
|
+
> `npx` command is installed with Node.js. If you don't have it you must [install Node.js](https://nodejs.org/en/download/package-manager).
|
|
12
12
|
|
|
13
13
|
The command init jsenv in a directory. It can be a new directory or an existing one.
|
|
14
14
|
|
|
@@ -4,5 +4,5 @@ directory: /Users/damien.maillard/dev/perso/jsenv-core/packages/related/cli/temp
|
|
|
4
4
|
✔ 1/1 tests/message.test.mjs [0.02s] (all completed)
|
|
5
5
|
------------- 1 execution done --------------
|
|
6
6
|
status: all completed
|
|
7
|
-
duration: 0.1s (setup: 0.
|
|
7
|
+
duration: 0.1s (setup: 0.006s, execution: 0.1s, teardown: 0s)
|
|
8
8
|
---------------------------------------------
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
------------ 2 executions ready -------------
|
|
2
2
|
directory: /Users/damien.maillard/dev/perso/jsenv-core/packages/related/cli/template-web
|
|
3
3
|
---------------------------------------------
|
|
4
|
-
✔ 1/2 src/tests/animals.test.html [chromium/0.
|
|
4
|
+
✔ 1/2 src/tests/animals.test.html [chromium/0.3s] (1 completed)
|
|
5
5
|
✔ 2/2 src/tests/app.test.mjs [node/0.9s] (all completed)
|
|
6
6
|
------------- 2 executions done -------------
|
|
7
7
|
status: all completed
|
|
8
|
-
duration:
|
|
8
|
+
duration: 2.1s (setup: 0.9s, execution: 2s, teardown: 0.1s)
|
|
9
9
|
---------------------------------------------
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@babel/eslint-parser": "7.25.1",
|
|
18
18
|
"@babel/plugin-syntax-import-assertions": "7.24.7",
|
|
19
19
|
"@jsenv/assert": "4.1.15",
|
|
20
|
-
"@jsenv/core": "39.3.
|
|
20
|
+
"@jsenv/core": "39.3.5",
|
|
21
21
|
"@jsenv/eslint-config": "16.5.3",
|
|
22
22
|
"@jsenv/eslint-import-resolver": "8.1.3",
|
|
23
23
|
"@jsenv/plugin-bundling": "2.7.7",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@babel/plugin-syntax-import-assertions": "7.24.7",
|
|
20
20
|
"@jsenv/custom-elements-redefine": "0.0.1",
|
|
21
21
|
"@jsenv/assert": "4.1.15",
|
|
22
|
-
"@jsenv/core": "39.3.
|
|
22
|
+
"@jsenv/core": "39.3.5",
|
|
23
23
|
"@jsenv/plugin-bundling": "2.7.7",
|
|
24
24
|
"@jsenv/plugin-minification": "1.5.5",
|
|
25
25
|
"@jsenv/eslint-config": "16.5.3",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
------------ 2 executions ready -------------
|
|
2
2
|
directory: /Users/damien.maillard/dev/perso/jsenv-core/packages/related/cli/template-web-preact
|
|
3
3
|
---------------------------------------------
|
|
4
|
-
✔ 1/2 src/tests/animals.test.html [chromium/0.
|
|
4
|
+
✔ 1/2 src/tests/animals.test.html [chromium/0.2s] (1 completed)
|
|
5
5
|
✔ 2/2 src/tests/app.test.mjs [node/1.1s] (all completed)
|
|
6
6
|
------------- 2 executions done -------------
|
|
7
7
|
status: all completed
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@babel/plugin-syntax-import-assertions": "7.24.7",
|
|
23
23
|
"@babel/plugin-transform-react-jsx": "7.25.2",
|
|
24
24
|
"@jsenv/assert": "4.1.15",
|
|
25
|
-
"@jsenv/core": "39.3.
|
|
25
|
+
"@jsenv/core": "39.3.5",
|
|
26
26
|
"@jsenv/plugin-preact": "1.6.16",
|
|
27
27
|
"@jsenv/plugin-bundling": "2.7.7",
|
|
28
28
|
"@jsenv/plugin-minification": "1.5.5",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
------------ 2 executions ready -------------
|
|
2
2
|
directory: /Users/damien.maillard/dev/perso/jsenv-core/packages/related/cli/template-web-react
|
|
3
3
|
---------------------------------------------
|
|
4
|
-
✔ 1/2 src/tests/animals.test.html [chromium/0.
|
|
5
|
-
✔ 2/2 src/tests/app.test.mjs [node/2.
|
|
4
|
+
✔ 1/2 src/tests/animals.test.html [chromium/0.1s] (1 completed)
|
|
5
|
+
✔ 2/2 src/tests/app.test.mjs [node/2.5s] (all completed)
|
|
6
6
|
------------- 2 executions done -------------
|
|
7
7
|
status: all completed
|
|
8
|
-
duration: 3.
|
|
8
|
+
duration: 3.1s (setup: 0.4s, execution: 3s, teardown: 0.1s)
|
|
9
9
|
---------------------------------------------
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@babel/plugin-syntax-import-assertions": "7.24.7",
|
|
24
24
|
"@babel/plugin-transform-react-jsx": "7.25.2",
|
|
25
25
|
"@jsenv/assert": "4.1.15",
|
|
26
|
-
"@jsenv/core": "39.3.
|
|
26
|
+
"@jsenv/core": "39.3.5",
|
|
27
27
|
"@jsenv/plugin-react": "1.5.22",
|
|
28
28
|
"@jsenv/plugin-bundling": "2.7.7",
|
|
29
29
|
"@jsenv/plugin-minification": "1.5.5",
|