@bleedingdev/modern-js-create 3.2.0-ultramodern.89 → 3.2.0-ultramodern.90

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
@@ -561,7 +561,7 @@ const localeKeys = i18n.init('en', {
561
561
  });
562
562
  const ultramodern_workspace_dirname = node_path.dirname(fileURLToPath(import.meta.url));
563
563
  const workspaceTemplateDir = node_path.resolve(ultramodern_workspace_dirname, '..', 'template-workspace');
564
- const TANSTACK_ROUTER_VERSION = '1.170.8';
564
+ const TANSTACK_ROUTER_VERSION = '1.170.11';
565
565
  const MODULE_FEDERATION_VERSION = '2.5.0';
566
566
  const ZEPHYR_RSPACK_PLUGIN_VERSION = '1.1.1';
567
567
  const ZEPHYR_AGENT_VERSION = '1.1.1';
@@ -1335,7 +1335,7 @@ ${bffConfig} html: {
1335
1335
  html: './',
1336
1336
  },
1337
1337
  polyfill: 'off',
1338
- splitRouteChunks: false,
1338
+ splitRouteChunks: true,
1339
1339
  },
1340
1340
  performance: {
1341
1341
  rsdoctor: {
@@ -4016,7 +4016,7 @@ function createAppConfigContract(app) {
4016
4016
  html: './'
4017
4017
  },
4018
4018
  polyfill: 'off',
4019
- splitRouteChunks: false
4019
+ splitRouteChunks: true
4020
4020
  },
4021
4021
  performance: {
4022
4022
  rsdoctor: {
@@ -5703,7 +5703,7 @@ const sha1Pattern = /^[0-9a-f]{40}$/;
5703
5703
  const sha256Pattern = /^[0-9a-f]{64}$/;
5704
5704
  const templateIdPattern = /^[a-z0-9][a-z0-9._-]*$/;
5705
5705
  const packageNamePattern = /^(?:@[a-z0-9._-]+\/)?[a-z0-9._-]+$/;
5706
- const src_TANSTACK_ROUTER_VERSION = '1.170.8';
5706
+ const src_TANSTACK_ROUTER_VERSION = '1.170.11';
5707
5707
  const src_TAILWIND_VERSION = '4.3.0';
5708
5708
  const src_TAILWIND_POSTCSS_VERSION = '4.3.0';
5709
5709
  const src_PNPM_VERSION = '11.5.0';
package/package.json CHANGED
@@ -21,7 +21,7 @@
21
21
  "engines": {
22
22
  "node": ">=20"
23
23
  },
24
- "version": "3.2.0-ultramodern.89",
24
+ "version": "3.2.0-ultramodern.90",
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.89"
44
+ "@modern-js/i18n-utils": "npm:@bleedingdev/modern-js-i18n-utils@3.2.0-ultramodern.90"
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.89"
57
+ "frameworkVersion": "3.2.0-ultramodern.90"
58
58
  }
59
59
  }
@@ -22,7 +22,7 @@ peerDependencyRules:
22
22
  typescript: '>=6.0.0'
23
23
 
24
24
  overrides:
25
- '@tanstack/react-router': 1.170.8
25
+ '@tanstack/react-router': 1.170.11
26
26
  node-fetch: '^3.3.2'
27
27
 
28
28
  allowBuilds: