@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.
Files changed (18) hide show
  1. package/package.json +1 -1
  2. package/readme.md +1 -1
  3. package/template-node-package/.jsenv/jsenv_tests_output.txt +1 -1
  4. package/template-node-package/package.json +1 -1
  5. 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
  6. package/template-web/.jsenv/jsenv_tests_output.txt +2 -2
  7. package/template-web/package.json +1 -1
  8. 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
  9. package/template-web-components/package.json +1 -1
  10. 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
  11. package/template-web-preact/.jsenv/jsenv_tests_output.txt +1 -1
  12. package/template-web-preact/package.json +1 -1
  13. 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
  14. 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
  15. 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
  16. 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
  17. package/template-web-react/.jsenv/jsenv_tests_output.txt +3 -3
  18. package/template-web-react/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsenv/cli",
3
- "version": "0.1.15",
3
+ "version": "0.1.17",
4
4
  "description": "Command Line Interface for jsenv",
5
5
  "license": "MIT",
6
6
  "repository": {
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
- > If you have Node.js you can use `npx` command. Otherwise you must [install Node.js](https://nodejs.org/en/download/package-manager)
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.004s, execution: 0.1s, teardown: 0s)
7
+ duration: 0.1s (setup: 0.006s, execution: 0.1s, teardown: 0s)
8
8
  ---------------------------------------------
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "devDependencies": {
14
14
  "@jsenv/assert": "4.1.15",
15
- "@jsenv/core": "39.3.3",
15
+ "@jsenv/core": "39.3.5",
16
16
  "@jsenv/eslint-config": "16.5.3",
17
17
  "@jsenv/eslint-import-resolver": "8.1.3",
18
18
  "@jsenv/test": "3.3.32",
@@ -481,6 +481,7 @@ window.__supervisor__ = (() => {
481
481
  column
482
482
  } = {}) => {
483
483
  const exception = {
484
+ runtime: "browser",
484
485
  reason,
485
486
  isException: true,
486
487
  isError: false,
@@ -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.2s] (1 completed)
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: 1.5s (setup: 0.4s, execution: 1.4s, teardown: 0.1s)
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.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",
@@ -481,6 +481,7 @@ window.__supervisor__ = (() => {
481
481
  column
482
482
  } = {}) => {
483
483
  const exception = {
484
+ runtime: "browser",
484
485
  reason,
485
486
  isException: true,
486
487
  isError: false,
@@ -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.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",
@@ -481,6 +481,7 @@ window.__supervisor__ = (() => {
481
481
  column
482
482
  } = {}) => {
483
483
  const exception = {
484
+ runtime: "browser",
484
485
  reason,
485
486
  isException: true,
486
487
  isError: false,
@@ -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.3s] (1 completed)
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.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",
@@ -481,6 +481,7 @@ window.__supervisor__ = (() => {
481
481
  column
482
482
  } = {}) => {
483
483
  const exception = {
484
+ runtime: "browser",
484
485
  reason,
485
486
  isException: true,
486
487
  isError: false,
@@ -13,6 +13,6 @@
13
13
  "etag": "\"4e15-0TqZuPYgLCuNbrJESMMFydXZE54\""
14
14
  }
15
15
  },
16
- "createdMs": 1722857458778,
17
- "lastModifiedMs": 1722857458778
16
+ "createdMs": 1722951695325,
17
+ "lastModifiedMs": 1722951695325
18
18
  }
@@ -21,6 +21,6 @@
21
21
  "etag": "\"5859-h+1Fv2ZxlKoAkfe+AiLm/TOeS98\""
22
22
  }
23
23
  },
24
- "createdMs": 1722857459120,
25
- "lastModifiedMs": 1722857459120
24
+ "createdMs": 1722951695418,
25
+ "lastModifiedMs": 1722951695418
26
26
  }
@@ -25,6 +25,6 @@
25
25
  "etag": "\"68b0e-sBIWX8VyJWZkKzd0Qg8Fv11Ogw8\""
26
26
  }
27
27
  },
28
- "createdMs": 1722857459448,
29
- "lastModifiedMs": 1722857459448
28
+ "createdMs": 1722951695623,
29
+ "lastModifiedMs": 1722951695623
30
30
  }
@@ -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.2s] (1 completed)
5
- ✔ 2/2 src/tests/app.test.mjs [node/2.6s] (all completed)
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.2s (setup: 0.4s, execution: 3.1s, teardown: 0.2s)
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.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",