@bleedingdev/modern-js-create 3.4.0-ultramodern.6 → 3.4.0-ultramodern.8
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.
|
@@ -268,11 +268,6 @@ ${bffPluginEntry} moduleFederationPlugin(),
|
|
|
268
268
|
}
|
|
269
269
|
function createSharedModuleFederationConfig() {
|
|
270
270
|
return ` shared: {
|
|
271
|
-
'@modern-js/plugin-i18n/runtime': {
|
|
272
|
-
requiredVersion: pluginI18nVersion,
|
|
273
|
-
singleton: true,
|
|
274
|
-
treeShaking: false,
|
|
275
|
-
},
|
|
276
271
|
'@modern-js/plugin-i18n/runtime/no-react-i18next': {
|
|
277
272
|
requiredVersion: pluginI18nVersion,
|
|
278
273
|
singleton: true,
|
|
@@ -217,11 +217,6 @@ ${bffPluginEntry} moduleFederationPlugin(),
|
|
|
217
217
|
}
|
|
218
218
|
function createSharedModuleFederationConfig() {
|
|
219
219
|
return ` shared: {
|
|
220
|
-
'@modern-js/plugin-i18n/runtime': {
|
|
221
|
-
requiredVersion: pluginI18nVersion,
|
|
222
|
-
singleton: true,
|
|
223
|
-
treeShaking: false,
|
|
224
|
-
},
|
|
225
220
|
'@modern-js/plugin-i18n/runtime/no-react-i18next': {
|
|
226
221
|
requiredVersion: pluginI18nVersion,
|
|
227
222
|
singleton: true,
|
|
@@ -218,11 +218,6 @@ ${bffPluginEntry} moduleFederationPlugin(),
|
|
|
218
218
|
}
|
|
219
219
|
function createSharedModuleFederationConfig() {
|
|
220
220
|
return ` shared: {
|
|
221
|
-
'@modern-js/plugin-i18n/runtime': {
|
|
222
|
-
requiredVersion: pluginI18nVersion,
|
|
223
|
-
singleton: true,
|
|
224
|
-
treeShaking: false,
|
|
225
|
-
},
|
|
226
221
|
'@modern-js/plugin-i18n/runtime/no-react-i18next': {
|
|
227
222
|
requiredVersion: pluginI18nVersion,
|
|
228
223
|
singleton: true,
|
package/package.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"engines": {
|
|
22
22
|
"node": ">=20"
|
|
23
23
|
},
|
|
24
|
-
"version": "3.4.0-ultramodern.
|
|
24
|
+
"version": "3.4.0-ultramodern.8",
|
|
25
25
|
"types": "./dist/types/index.d.ts",
|
|
26
26
|
"main": "./dist/esm-node/index.js",
|
|
27
27
|
"bin": {
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
],
|
|
76
76
|
"dependencies": {
|
|
77
77
|
"@modern-js/codesmith": "2.6.9",
|
|
78
|
-
"@modern-js/i18n-utils": "npm:@bleedingdev/modern-js-i18n-utils@3.4.0-ultramodern.
|
|
78
|
+
"@modern-js/i18n-utils": "npm:@bleedingdev/modern-js-i18n-utils@3.4.0-ultramodern.8"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@rslib/core": "0.23.0",
|
|
@@ -97,6 +97,6 @@
|
|
|
97
97
|
"test": "rm -rf dist && rslib build -c rslibconfig.mts && rstest --passWithNoTests"
|
|
98
98
|
},
|
|
99
99
|
"ultramodern": {
|
|
100
|
-
"frameworkVersion": "3.4.0-ultramodern.
|
|
100
|
+
"frameworkVersion": "3.4.0-ultramodern.8"
|
|
101
101
|
}
|
|
102
102
|
}
|