@bleedingdev/modern-js-create 3.4.0-ultramodern.8 → 3.4.0-ultramodern.9

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.
@@ -246,12 +246,6 @@ ${bffPluginEntry} moduleFederationPlugin(),
246
246
  chain.output
247
247
  .uniqueName('${(0, external_naming_cjs_namespaceObject.createRspackUniqueName)(app)}')
248
248
  .chunkLoadingGlobal('${(0, external_naming_cjs_namespaceObject.createRspackChunkLoadingGlobal)(app)}');
249
- chain.ignoreWarnings([
250
- {
251
- message: /the request of a dependency is an expression/u,
252
- module: /modern-js-plugin-i18n/u,
253
- },
254
- ]);
255
249
  },
256
250
  },
257
251
  },
@@ -195,12 +195,6 @@ ${bffPluginEntry} moduleFederationPlugin(),
195
195
  chain.output
196
196
  .uniqueName('${createRspackUniqueName(app)}')
197
197
  .chunkLoadingGlobal('${createRspackChunkLoadingGlobal(app)}');
198
- chain.ignoreWarnings([
199
- {
200
- message: /the request of a dependency is an expression/u,
201
- module: /modern-js-plugin-i18n/u,
202
- },
203
- ]);
204
198
  },
205
199
  },
206
200
  },
@@ -196,12 +196,6 @@ ${bffPluginEntry} moduleFederationPlugin(),
196
196
  chain.output
197
197
  .uniqueName('${createRspackUniqueName(app)}')
198
198
  .chunkLoadingGlobal('${createRspackChunkLoadingGlobal(app)}');
199
- chain.ignoreWarnings([
200
- {
201
- message: /the request of a dependency is an expression/u,
202
- module: /modern-js-plugin-i18n/u,
203
- },
204
- ]);
205
199
  },
206
200
  },
207
201
  },
package/package.json CHANGED
@@ -21,7 +21,7 @@
21
21
  "engines": {
22
22
  "node": ">=20"
23
23
  },
24
- "version": "3.4.0-ultramodern.8",
24
+ "version": "3.4.0-ultramodern.9",
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.8"
78
+ "@modern-js/i18n-utils": "npm:@bleedingdev/modern-js-i18n-utils@3.4.0-ultramodern.9"
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.8"
100
+ "frameworkVersion": "3.4.0-ultramodern.9"
101
101
  }
102
102
  }