@jsenv/cli 0.3.42 → 0.3.43
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 +1 -1
- package/template-web/package.json +2 -2
- package/template-web-components/.jsenv/entry_index/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-react/.jsenv/entry_index/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/entry_index/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/entry_index/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-components/.jsenv/entry_index/craft/@fs/Users/dmail/Documents/dev/core/packages/{independent/frontend → frontend}/custom-elements-redefine/src/@jsenv_custom-elements-redefine_main.js +0 -0
package/package.json
CHANGED
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
"@babel/plugin-syntax-import-attributes": "7.26.0",
|
|
18
18
|
"@jsenv/assert": "4.5.3",
|
|
19
19
|
"@jsenv/core": "40.5.3",
|
|
20
|
-
"@jsenv/eslint-config-relax": "1.6.
|
|
20
|
+
"@jsenv/eslint-config-relax": "1.6.1",
|
|
21
21
|
"@jsenv/plugin-bundling": "2.9.6",
|
|
22
22
|
"@jsenv/plugin-minification": "1.7.0",
|
|
23
23
|
"@jsenv/test": "3.7.3",
|
|
24
24
|
"eslint": "9.24.0",
|
|
25
|
-
"open": "10.1.
|
|
25
|
+
"open": "10.1.1",
|
|
26
26
|
"@playwright/browser-chromium": "1.51.1",
|
|
27
27
|
"prettier": "3.5.3",
|
|
28
28
|
"playwright": "1.51.1"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { allowCustomElementsRedefine } from "file:///Users/dmail/Documents/dev/core/packages/
|
|
1
|
+
import { allowCustomElementsRedefine } from "file:///Users/dmail/Documents/dev/core/packages/frontend/custom-elements-redefine/src/main.js";
|
|
2
2
|
|
|
3
3
|
if (undefined) {
|
|
4
4
|
allowCustomElementsRedefine();
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@jsenv/core": "40.5.3",
|
|
22
22
|
"@jsenv/plugin-bundling": "2.9.6",
|
|
23
23
|
"@jsenv/plugin-minification": "1.7.0",
|
|
24
|
-
"@jsenv/eslint-config-relax": "1.6.
|
|
24
|
+
"@jsenv/eslint-config-relax": "1.6.1",
|
|
25
25
|
"@jsenv/test": "3.7.3",
|
|
26
26
|
"eslint": "9.24.0",
|
|
27
|
-
"open": "10.1.
|
|
27
|
+
"open": "10.1.1",
|
|
28
28
|
"@playwright/browser-chromium": "1.51.1",
|
|
29
29
|
"prettier": "3.5.3",
|
|
30
30
|
"playwright": "1.51.1"
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
"@jsenv/plugin-preact": "1.7.13",
|
|
26
26
|
"@jsenv/plugin-bundling": "2.9.6",
|
|
27
27
|
"@jsenv/plugin-minification": "1.7.0",
|
|
28
|
-
"@jsenv/eslint-config-relax": "1.6.
|
|
28
|
+
"@jsenv/eslint-config-relax": "1.6.1",
|
|
29
29
|
"@jsenv/test": "3.7.3",
|
|
30
30
|
"eslint": "9.24.0",
|
|
31
|
-
"open": "10.1.
|
|
31
|
+
"open": "10.1.1",
|
|
32
32
|
"@playwright/browser-chromium": "1.51.1",
|
|
33
33
|
"prettier": "3.5.3",
|
|
34
34
|
"playwright": "1.51.1"
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"@jsenv/plugin-react": "1.7.14",
|
|
27
27
|
"@jsenv/plugin-bundling": "2.9.6",
|
|
28
28
|
"@jsenv/plugin-minification": "1.7.0",
|
|
29
|
-
"@jsenv/eslint-config-relax": "1.6.
|
|
29
|
+
"@jsenv/eslint-config-relax": "1.6.1",
|
|
30
30
|
"@jsenv/test": "3.7.3",
|
|
31
31
|
"eslint": "9.24.0",
|
|
32
|
-
"open": "10.1.
|
|
32
|
+
"open": "10.1.1",
|
|
33
33
|
"@playwright/browser-chromium": "1.51.1",
|
|
34
34
|
"prettier": "3.5.3",
|
|
35
35
|
"playwright": "1.51.1"
|