@bleedingdev/modern-js-create 3.2.0-ultramodern.46 → 3.2.0-ultramodern.47
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/dist/index.js
CHANGED
|
@@ -565,7 +565,7 @@ const ZEPHYR_AGENT_VERSION = '1.1.1';
|
|
|
565
565
|
const WRANGLER_VERSION = '4.95.0';
|
|
566
566
|
const TAILWIND_VERSION = '4.3.0';
|
|
567
567
|
const TAILWIND_POSTCSS_VERSION = '4.3.0';
|
|
568
|
-
const EFFECT_TSGO_VERSION = '0.
|
|
568
|
+
const EFFECT_TSGO_VERSION = '0.13.0';
|
|
569
569
|
const TYPESCRIPT_VERSION = '6.0.3';
|
|
570
570
|
const TYPESCRIPT_NATIVE_PREVIEW_VERSION = '7.0.0-dev.20260527.2';
|
|
571
571
|
const OXLINT_VERSION = '1.66.0';
|
package/package.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"engines": {
|
|
22
22
|
"node": ">=20"
|
|
23
23
|
},
|
|
24
|
-
"version": "3.2.0-ultramodern.
|
|
24
|
+
"version": "3.2.0-ultramodern.47",
|
|
25
25
|
"types": "./dist/types/index.d.ts",
|
|
26
26
|
"main": "./dist/index.js",
|
|
27
27
|
"bin": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@types/node": "^25.9.1",
|
|
42
42
|
"@typescript/native-preview": "7.0.0-dev.20260527.2",
|
|
43
43
|
"tsx": "^4.22.3",
|
|
44
|
-
"@modern-js/i18n-utils": "npm:@bleedingdev/modern-js-i18n-utils@3.2.0-ultramodern.
|
|
44
|
+
"@modern-js/i18n-utils": "npm:@bleedingdev/modern-js-i18n-utils@3.2.0-ultramodern.47"
|
|
45
45
|
},
|
|
46
46
|
"publishConfig": {
|
|
47
47
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -54,6 +54,6 @@
|
|
|
54
54
|
"start": "node ./dist/index.js"
|
|
55
55
|
},
|
|
56
56
|
"ultramodern": {
|
|
57
|
-
"frameworkVersion": "3.2.0-ultramodern.
|
|
57
|
+
"frameworkVersion": "3.2.0-ultramodern.47"
|
|
58
58
|
}
|
|
59
59
|
}
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"react-i18next": "17.0.8"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@effect/tsgo": "0.
|
|
39
|
+
"@effect/tsgo": "0.13.0",
|
|
40
40
|
"@modern-js/adapter-rstest": "{{adapterRstestVersion}}",
|
|
41
41
|
"@modern-js/app-tools": "{{appToolsVersion}}",
|
|
42
42
|
{{#if enableBff}} "@modern-js/plugin-bff": "{{pluginBffVersion}}",
|