@bleedingdev/modern-js-create 3.2.0-ultramodern.30 → 3.2.0-ultramodern.31

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1403,7 +1403,7 @@ ${bffConfig} output: {
1403
1403
  tanstackRouterPlugin(),
1404
1404
  i18nPlugin({
1405
1405
  backend: {
1406
- enabled: true,
1406
+ enabled: false,
1407
1407
  },
1408
1408
  reactI18next: false,
1409
1409
  localeDetection: {
@@ -3319,7 +3319,7 @@ function createAppGeneratedContract(scope, app, apps, enableTailwind) {
3319
3319
  },
3320
3320
  i18n: {
3321
3321
  plugin: '@modern-js/plugin-i18n',
3322
- backend: true,
3322
+ backend: false,
3323
3323
  reactI18next: false,
3324
3324
  languages: [
3325
3325
  'en',
package/package.json CHANGED
@@ -21,7 +21,7 @@
21
21
  "engines": {
22
22
  "node": ">=20"
23
23
  },
24
- "version": "3.2.0-ultramodern.30",
24
+ "version": "3.2.0-ultramodern.31",
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.30"
44
+ "@modern-js/i18n-utils": "npm:@bleedingdev/modern-js-i18n-utils@3.2.0-ultramodern.31"
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.30"
57
+ "frameworkVersion": "3.2.0-ultramodern.31"
58
58
  }
59
59
  }