@jsenv/cli 0.1.9 → 0.1.10
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/template-node-package/package.json +2 -2
- package/template-web/.jsenv/chrome@127.00/tests/animals.test.html@L13C5-L30C14.js +1 -1
- package/template-web/.jsenv/jsenv_tests_output.txt +2 -2
- package/template-web/package.json +3 -3
- package/template-web-components/.jsenv/chrome@127.00/tests/animals.test.html@L13C5-L30C14.js +1 -1
- package/template-web-components/.jsenv/jsenv_tests_output.txt +2 -2
- package/template-web-components/package.json +3 -3
- package/template-web-preact/.jsenv/chrome@127.00/tests/animals.test.html@L13C5-L30C14.js +1 -1
- package/template-web-preact/.jsenv/jsenv_tests_output.txt +3 -3
- package/template-web-preact/package.json +4 -4
- package/template-web-react/.jsenv/chrome@127.00/tests/animals.test.html@L13C5-L30C14.js +1 -1
- package/template-web-react/.jsenv/jsenv_tests_output.txt +3 -3
- package/template-web-react/package.json +4 -4
package/package.json
CHANGED
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
14
|
"@jsenv/assert": "4.1.15",
|
|
15
|
-
"@jsenv/core": "39.2.
|
|
15
|
+
"@jsenv/core": "39.2.18",
|
|
16
16
|
"@jsenv/eslint-config": "16.5.3",
|
|
17
17
|
"@jsenv/eslint-import-resolver": "8.1.3",
|
|
18
|
-
"@jsenv/test": "3.3.
|
|
18
|
+
"@jsenv/test": "3.3.28",
|
|
19
19
|
"eslint": "8.56.0",
|
|
20
20
|
"eslint-plugin-import": "2.29.1",
|
|
21
21
|
"prettier": "3.3.3"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { assert } from "/@fs/Users/damien.maillard/dev/perso/jsenv-core/packages/independent/assert/dist/jsenv_assert_browser.js?v=4.1.
|
|
2
|
+
import { assert } from "/@fs/Users/damien.maillard/dev/perso/jsenv-core/packages/independent/assert/dist/jsenv_assert_browser.js?v=4.1.15";
|
|
3
3
|
import "/app/animals.js";
|
|
4
4
|
|
|
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
|
|
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: 1.
|
|
8
|
+
duration: 1.6s (setup: 0.4s, execution: 1.4s, teardown: 0.1s)
|
|
9
9
|
---------------------------------------------
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
"@babel/eslint-parser": "7.24.8",
|
|
18
18
|
"@babel/plugin-syntax-import-assertions": "7.24.7",
|
|
19
19
|
"@jsenv/assert": "4.1.15",
|
|
20
|
-
"@jsenv/core": "39.2.
|
|
20
|
+
"@jsenv/core": "39.2.18",
|
|
21
21
|
"@jsenv/eslint-config": "16.5.3",
|
|
22
22
|
"@jsenv/eslint-import-resolver": "8.1.3",
|
|
23
|
-
"@jsenv/plugin-bundling": "2.7.
|
|
23
|
+
"@jsenv/plugin-bundling": "2.7.6",
|
|
24
24
|
"@jsenv/plugin-minification": "1.5.5",
|
|
25
|
-
"@jsenv/test": "3.3.
|
|
25
|
+
"@jsenv/test": "3.3.28",
|
|
26
26
|
"eslint": "8.56.0",
|
|
27
27
|
"eslint-plugin-html": "8.1.1",
|
|
28
28
|
"eslint-plugin-import": "2.29.1",
|
package/template-web-components/.jsenv/chrome@127.00/tests/animals.test.html@L13C5-L30C14.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { assert } from "/@fs/Users/damien.maillard/dev/perso/jsenv-core/packages/independent/assert/dist/jsenv_assert_browser.js?v=4.1.
|
|
2
|
+
import { assert } from "/@fs/Users/damien.maillard/dev/perso/jsenv-core/packages/independent/assert/dist/jsenv_assert_browser.js?v=4.1.15";
|
|
3
3
|
import "/app/animals.js";
|
|
4
4
|
|
|
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-components
|
|
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: 1.6s (setup: 0.4s, execution: 1.
|
|
8
|
+
duration: 1.6s (setup: 0.4s, execution: 1.5s, teardown: 0.1s)
|
|
9
9
|
---------------------------------------------
|
|
@@ -19,12 +19,12 @@
|
|
|
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.2.
|
|
23
|
-
"@jsenv/plugin-bundling": "2.7.
|
|
22
|
+
"@jsenv/core": "39.2.18",
|
|
23
|
+
"@jsenv/plugin-bundling": "2.7.6",
|
|
24
24
|
"@jsenv/plugin-minification": "1.5.5",
|
|
25
25
|
"@jsenv/eslint-config": "16.5.3",
|
|
26
26
|
"@jsenv/eslint-import-resolver": "8.1.3",
|
|
27
|
-
"@jsenv/test": "3.3.
|
|
27
|
+
"@jsenv/test": "3.3.28",
|
|
28
28
|
"eslint": "8.56.0",
|
|
29
29
|
"eslint-plugin-html": "8.1.1",
|
|
30
30
|
"eslint-plugin-import": "2.29.1",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { assert } from "/@fs/Users/damien.maillard/dev/perso/jsenv-core/packages/independent/assert/dist/jsenv_assert_browser.js?v=4.1.
|
|
2
|
+
import { assert } from "/@fs/Users/damien.maillard/dev/perso/jsenv-core/packages/independent/assert/dist/jsenv_assert_browser.js?v=4.1.15";
|
|
3
3
|
import "/app/animals.js";
|
|
4
4
|
|
|
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-preact
|
|
3
3
|
---------------------------------------------
|
|
4
|
-
✔ 1/2 src/tests/animals.test.html [chromium/0.
|
|
5
|
-
✔ 2/2 src/tests/app.test.mjs [node/1.
|
|
4
|
+
✔ 1/2 src/tests/animals.test.html [chromium/0.2s] (1 completed)
|
|
5
|
+
✔ 2/2 src/tests/app.test.mjs [node/1.2s] (all completed)
|
|
6
6
|
------------- 2 executions done -------------
|
|
7
7
|
status: all completed
|
|
8
|
-
duration:
|
|
8
|
+
duration: 1.9s (setup: 0.4s, execution: 1.7s, teardown: 0.1s)
|
|
9
9
|
---------------------------------------------
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
"@babel/plugin-syntax-import-assertions": "7.24.7",
|
|
23
23
|
"@babel/plugin-transform-react-jsx": "7.24.7",
|
|
24
24
|
"@jsenv/assert": "4.1.15",
|
|
25
|
-
"@jsenv/core": "39.2.
|
|
26
|
-
"@jsenv/plugin-preact": "1.6.
|
|
27
|
-
"@jsenv/plugin-bundling": "2.7.
|
|
25
|
+
"@jsenv/core": "39.2.18",
|
|
26
|
+
"@jsenv/plugin-preact": "1.6.14",
|
|
27
|
+
"@jsenv/plugin-bundling": "2.7.6",
|
|
28
28
|
"@jsenv/plugin-minification": "1.5.5",
|
|
29
29
|
"@jsenv/eslint-config": "16.5.3",
|
|
30
30
|
"@jsenv/eslint-import-resolver": "8.1.3",
|
|
31
|
-
"@jsenv/test": "3.3.
|
|
31
|
+
"@jsenv/test": "3.3.28",
|
|
32
32
|
"eslint": "9.7.0",
|
|
33
33
|
"eslint-plugin-html": "8.1.1",
|
|
34
34
|
"eslint-plugin-import": "2.29.1",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { assert } from "/@fs/Users/damien.maillard/dev/perso/jsenv-core/packages/independent/assert/dist/jsenv_assert_browser.js?v=4.1.
|
|
2
|
+
import { assert } from "/@fs/Users/damien.maillard/dev/perso/jsenv-core/packages/independent/assert/dist/jsenv_assert_browser.js?v=4.1.15";
|
|
3
3
|
import "/app/animals.js";
|
|
4
4
|
|
|
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/1.
|
|
5
|
-
✔ 2/2 src/tests/app.test.mjs [node/2.
|
|
4
|
+
✔ 1/2 src/tests/animals.test.html [chromium/1.7s] (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.2s (setup: 0.4s, execution: 3.1s, teardown: 0.2s)
|
|
9
9
|
---------------------------------------------
|
|
@@ -23,13 +23,13 @@
|
|
|
23
23
|
"@babel/plugin-syntax-import-assertions": "7.24.7",
|
|
24
24
|
"@babel/plugin-transform-react-jsx": "7.24.7",
|
|
25
25
|
"@jsenv/assert": "4.1.15",
|
|
26
|
-
"@jsenv/core": "39.2.
|
|
27
|
-
"@jsenv/plugin-react": "1.5.
|
|
28
|
-
"@jsenv/plugin-bundling": "2.7.
|
|
26
|
+
"@jsenv/core": "39.2.18",
|
|
27
|
+
"@jsenv/plugin-react": "1.5.19",
|
|
28
|
+
"@jsenv/plugin-bundling": "2.7.6",
|
|
29
29
|
"@jsenv/plugin-minification": "1.5.5",
|
|
30
30
|
"@jsenv/eslint-config": "16.5.3",
|
|
31
31
|
"@jsenv/eslint-import-resolver": "8.1.3",
|
|
32
|
-
"@jsenv/test": "3.3.
|
|
32
|
+
"@jsenv/test": "3.3.28",
|
|
33
33
|
"eslint": "8.56.0",
|
|
34
34
|
"eslint-plugin-html": "8.1.1",
|
|
35
35
|
"eslint-plugin-import": "2.29.1",
|