@jsenv/cli 0.2.54 → 0.2.55
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/package.json +2 -2
- package/template-web-components/.jsenv/craft/app/custom_elements_redefine.js +1 -1
- package/template-web-components/package.json +2 -2
- package/template-web-preact/package.json +2 -2
- package/template-web-preact/src/index.html +6 -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/package.json +2 -2
- package/template-web-react/src/index.html +6 -5
- /package/template-web-components/.jsenv/craft/@fs/Users/dmail/Documents/dev/core/packages/independent/{custom-elements-redefine → frontend/custom-elements-redefine}/src/main.js +0 -0
package/package.json
CHANGED
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@jsenv/assert": "4.4.2",
|
|
16
|
-
"@jsenv/core": "39.14.
|
|
16
|
+
"@jsenv/core": "39.14.2",
|
|
17
17
|
"@jsenv/eslint-config-relax": "1.3.13",
|
|
18
|
-
"@jsenv/test": "3.5.
|
|
18
|
+
"@jsenv/test": "3.5.44",
|
|
19
19
|
"eslint": "9.19.0",
|
|
20
20
|
"prettier": "3.4.2"
|
|
21
21
|
}
|
|
@@ -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.14.
|
|
19
|
+
"@jsenv/core": "39.14.2",
|
|
20
20
|
"@jsenv/eslint-config-relax": "1.3.13",
|
|
21
21
|
"@jsenv/plugin-bundling": "2.7.25",
|
|
22
22
|
"@jsenv/plugin-minification": "1.5.13",
|
|
23
|
-
"@jsenv/test": "3.5.
|
|
23
|
+
"@jsenv/test": "3.5.44",
|
|
24
24
|
"eslint": "9.18.0",
|
|
25
25
|
"open": "10.1.0",
|
|
26
26
|
"@playwright/browser-chromium": "1.49.1",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { allowCustomElementsRedefine } from "file:///Users/dmail/Documents/dev/core/packages/independent/custom-elements-redefine/src/main.js";
|
|
1
|
+
import { allowCustomElementsRedefine } from "file:///Users/dmail/Documents/dev/core/packages/independent/frontend/custom-elements-redefine/src/main.js";
|
|
2
2
|
if (undefined) {
|
|
3
3
|
allowCustomElementsRedefine();
|
|
4
4
|
}
|
|
@@ -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.14.
|
|
21
|
+
"@jsenv/core": "39.14.2",
|
|
22
22
|
"@jsenv/plugin-bundling": "2.7.25",
|
|
23
23
|
"@jsenv/plugin-minification": "1.5.13",
|
|
24
24
|
"@jsenv/eslint-config-relax": "1.3.13",
|
|
25
|
-
"@jsenv/test": "3.5.
|
|
25
|
+
"@jsenv/test": "3.5.44",
|
|
26
26
|
"eslint": "9.18.0",
|
|
27
27
|
"open": "10.1.0",
|
|
28
28
|
"@playwright/browser-chromium": "1.49.1",
|
|
@@ -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.14.
|
|
24
|
+
"@jsenv/core": "39.14.2",
|
|
25
25
|
"@jsenv/plugin-preact": "1.6.39",
|
|
26
26
|
"@jsenv/plugin-bundling": "2.7.25",
|
|
27
27
|
"@jsenv/plugin-minification": "1.5.13",
|
|
28
28
|
"@jsenv/eslint-config-relax": "1.3.13",
|
|
29
|
-
"@jsenv/test": "3.5.
|
|
29
|
+
"@jsenv/test": "3.5.44",
|
|
30
30
|
"eslint": "9.18.0",
|
|
31
31
|
"open": "10.1.0",
|
|
32
32
|
"@playwright/browser-chromium": "1.49.1",
|
|
@@ -7,16 +7,17 @@
|
|
|
7
7
|
<style>
|
|
8
8
|
body {
|
|
9
9
|
margin: 0;
|
|
10
|
-
font-family:
|
|
11
|
-
|
|
12
|
-
"Helvetica Neue",
|
|
10
|
+
font-family:
|
|
11
|
+
-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
|
|
12
|
+
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
|
|
13
|
+
sans-serif;
|
|
13
14
|
-webkit-font-smoothing: antialiased;
|
|
14
15
|
-moz-osx-font-smoothing: grayscale;
|
|
15
16
|
}
|
|
16
17
|
|
|
17
18
|
code {
|
|
18
|
-
font-family:
|
|
19
|
-
monospace;
|
|
19
|
+
font-family:
|
|
20
|
+
source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
|
|
20
21
|
}
|
|
21
22
|
</style>
|
|
22
23
|
<title>Jsenv App</title>
|
|
@@ -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.14.
|
|
25
|
+
"@jsenv/core": "39.14.2",
|
|
26
26
|
"@jsenv/plugin-react": "1.5.62",
|
|
27
27
|
"@jsenv/plugin-bundling": "2.7.25",
|
|
28
28
|
"@jsenv/plugin-minification": "1.5.13",
|
|
29
29
|
"@jsenv/eslint-config-relax": "1.3.13",
|
|
30
|
-
"@jsenv/test": "3.5.
|
|
30
|
+
"@jsenv/test": "3.5.44",
|
|
31
31
|
"eslint": "9.18.0",
|
|
32
32
|
"open": "10.1.0",
|
|
33
33
|
"@playwright/browser-chromium": "1.49.1",
|
|
@@ -7,16 +7,17 @@
|
|
|
7
7
|
<style>
|
|
8
8
|
body {
|
|
9
9
|
margin: 0;
|
|
10
|
-
font-family:
|
|
11
|
-
|
|
12
|
-
"Helvetica Neue",
|
|
10
|
+
font-family:
|
|
11
|
+
-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
|
|
12
|
+
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
|
|
13
|
+
sans-serif;
|
|
13
14
|
-webkit-font-smoothing: antialiased;
|
|
14
15
|
-moz-osx-font-smoothing: grayscale;
|
|
15
16
|
}
|
|
16
17
|
|
|
17
18
|
code {
|
|
18
|
-
font-family:
|
|
19
|
-
monospace;
|
|
19
|
+
font-family:
|
|
20
|
+
source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
|
|
20
21
|
}
|
|
21
22
|
</style>
|
|
22
23
|
<title>Jsenv App</title>
|