@bleedingdev/modern-js-runtime 3.2.0-ultramodern.93 → 3.2.0-ultramodern.95

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.
@@ -328,7 +328,6 @@ function createRouteFromRouteObject(opts) {
328
328
  component: toRouteComponent(routeObject),
329
329
  pendingComponent: toPendingComponent(routeObject),
330
330
  errorComponent: toErrorComponent(routeObject),
331
- wrapInSuspense: true,
332
331
  staticData: createRouteStaticData({
333
332
  modernRouteId: routeObject.id,
334
333
  modernRouteAction: modernRouteObject.action,
@@ -377,7 +376,6 @@ function createRouteFromModernRoute(opts) {
377
376
  component: component || void 0,
378
377
  pendingComponent: pendingComponent || void 0,
379
378
  errorComponent: errorComponent || void 0,
380
- wrapInSuspense: true,
381
379
  staticData: createRouteStaticData({
382
380
  modernRouteId: modernId,
383
381
  modernRouteAction: modernAction,
@@ -424,7 +422,6 @@ function createRouteTreeFromModernRoutes(routes) {
424
422
  component: rootComponent || void 0,
425
423
  pendingComponent: pendingComponent || void 0,
426
424
  errorComponent: errorComponent || void 0,
427
- wrapInSuspense: true,
428
425
  notFoundComponent: external_DefaultNotFound_js_namespaceObject.DefaultNotFound,
429
426
  staticData: createRouteStaticData({
430
427
  modernRouteId: rootModernId,
@@ -462,7 +459,6 @@ function createRouteTreeFromRouteObjects(routes) {
462
459
  component: rootLikeRoute ? toRouteComponent(rootLikeRoute) : void 0,
463
460
  pendingComponent: rootLikeRoute ? toPendingComponent(rootLikeRoute) : void 0,
464
461
  errorComponent: rootLikeRoute ? toErrorComponent(rootLikeRoute) : void 0,
465
- wrapInSuspense: true,
466
462
  notFoundComponent: external_DefaultNotFound_js_namespaceObject.DefaultNotFound,
467
463
  staticData: createRouteStaticData({
468
464
  modernRouteId: rootLikeRoute?.id,
@@ -298,7 +298,6 @@ function createRouteFromRouteObject(opts) {
298
298
  component: toRouteComponent(routeObject),
299
299
  pendingComponent: toPendingComponent(routeObject),
300
300
  errorComponent: toErrorComponent(routeObject),
301
- wrapInSuspense: true,
302
301
  staticData: createRouteStaticData({
303
302
  modernRouteId: routeObject.id,
304
303
  modernRouteAction: modernRouteObject.action,
@@ -347,7 +346,6 @@ function createRouteFromModernRoute(opts) {
347
346
  component: component || void 0,
348
347
  pendingComponent: pendingComponent || void 0,
349
348
  errorComponent: errorComponent || void 0,
350
- wrapInSuspense: true,
351
349
  staticData: createRouteStaticData({
352
350
  modernRouteId: modernId,
353
351
  modernRouteAction: modernAction,
@@ -394,7 +392,6 @@ function createRouteTreeFromModernRoutes(routes) {
394
392
  component: rootComponent || void 0,
395
393
  pendingComponent: pendingComponent || void 0,
396
394
  errorComponent: errorComponent || void 0,
397
- wrapInSuspense: true,
398
395
  notFoundComponent: DefaultNotFound,
399
396
  staticData: createRouteStaticData({
400
397
  modernRouteId: rootModernId,
@@ -432,7 +429,6 @@ function createRouteTreeFromRouteObjects(routes) {
432
429
  component: rootLikeRoute ? toRouteComponent(rootLikeRoute) : void 0,
433
430
  pendingComponent: rootLikeRoute ? toPendingComponent(rootLikeRoute) : void 0,
434
431
  errorComponent: rootLikeRoute ? toErrorComponent(rootLikeRoute) : void 0,
435
- wrapInSuspense: true,
436
432
  notFoundComponent: DefaultNotFound,
437
433
  staticData: createRouteStaticData({
438
434
  modernRouteId: rootLikeRoute?.id,
@@ -299,7 +299,6 @@ function createRouteFromRouteObject(opts) {
299
299
  component: toRouteComponent(routeObject),
300
300
  pendingComponent: toPendingComponent(routeObject),
301
301
  errorComponent: toErrorComponent(routeObject),
302
- wrapInSuspense: true,
303
302
  staticData: createRouteStaticData({
304
303
  modernRouteId: routeObject.id,
305
304
  modernRouteAction: modernRouteObject.action,
@@ -348,7 +347,6 @@ function createRouteFromModernRoute(opts) {
348
347
  component: component || void 0,
349
348
  pendingComponent: pendingComponent || void 0,
350
349
  errorComponent: errorComponent || void 0,
351
- wrapInSuspense: true,
352
350
  staticData: createRouteStaticData({
353
351
  modernRouteId: modernId,
354
352
  modernRouteAction: modernAction,
@@ -395,7 +393,6 @@ function createRouteTreeFromModernRoutes(routes) {
395
393
  component: rootComponent || void 0,
396
394
  pendingComponent: pendingComponent || void 0,
397
395
  errorComponent: errorComponent || void 0,
398
- wrapInSuspense: true,
399
396
  notFoundComponent: DefaultNotFound,
400
397
  staticData: createRouteStaticData({
401
398
  modernRouteId: rootModernId,
@@ -433,7 +430,6 @@ function createRouteTreeFromRouteObjects(routes) {
433
430
  component: rootLikeRoute ? toRouteComponent(rootLikeRoute) : void 0,
434
431
  pendingComponent: rootLikeRoute ? toPendingComponent(rootLikeRoute) : void 0,
435
432
  errorComponent: rootLikeRoute ? toErrorComponent(rootLikeRoute) : void 0,
436
- wrapInSuspense: true,
437
433
  notFoundComponent: DefaultNotFound,
438
434
  staticData: createRouteStaticData({
439
435
  modernRouteId: rootLikeRoute?.id,
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "modern",
18
18
  "modern.js"
19
19
  ],
20
- "version": "3.2.0-ultramodern.93",
20
+ "version": "3.2.0-ultramodern.95",
21
21
  "engines": {
22
22
  "node": ">=20"
23
23
  },
@@ -233,12 +233,12 @@
233
233
  "isbot": "5.1.40",
234
234
  "react-helmet-async": "3.0.0",
235
235
  "react-is": "^19.2.6",
236
- "@modern-js/render": "npm:@bleedingdev/modern-js-render@3.2.0-ultramodern.93",
237
- "@modern-js/plugin-data-loader": "npm:@bleedingdev/modern-js-plugin-data-loader@3.2.0-ultramodern.93",
238
- "@modern-js/plugin": "npm:@bleedingdev/modern-js-plugin@3.2.0-ultramodern.93",
239
- "@modern-js/runtime-utils": "npm:@bleedingdev/modern-js-runtime-utils@3.2.0-ultramodern.93",
240
- "@modern-js/utils": "npm:@bleedingdev/modern-js-utils@3.2.0-ultramodern.93",
241
- "@modern-js/types": "npm:@bleedingdev/modern-js-types@3.2.0-ultramodern.93"
236
+ "@modern-js/plugin": "npm:@bleedingdev/modern-js-plugin@3.2.0-ultramodern.95",
237
+ "@modern-js/plugin-data-loader": "npm:@bleedingdev/modern-js-plugin-data-loader@3.2.0-ultramodern.95",
238
+ "@modern-js/runtime-utils": "npm:@bleedingdev/modern-js-runtime-utils@3.2.0-ultramodern.95",
239
+ "@modern-js/types": "npm:@bleedingdev/modern-js-types@3.2.0-ultramodern.95",
240
+ "@modern-js/utils": "npm:@bleedingdev/modern-js-utils@3.2.0-ultramodern.95",
241
+ "@modern-js/render": "npm:@bleedingdev/modern-js-render@3.2.0-ultramodern.95"
242
242
  },
243
243
  "peerDependencies": {
244
244
  "react": "^19.2.6",
@@ -257,7 +257,7 @@
257
257
  "@typescript/native-preview": "7.0.0-dev.20260527.2",
258
258
  "react": "^19.2.6",
259
259
  "react-dom": "^19.2.6",
260
- "@modern-js/app-tools": "npm:@bleedingdev/modern-js-app-tools@3.2.0-ultramodern.93",
260
+ "@modern-js/app-tools": "npm:@bleedingdev/modern-js-app-tools@3.2.0-ultramodern.95",
261
261
  "@scripts/rstest-config": "2.66.0"
262
262
  },
263
263
  "sideEffects": false,