@modern-js/types
Advanced tools
Comparing version 0.0.0-next-20250210133404 to 0.0.0-next-20250212090038
@@ -18,3 +18,3 @@ { | ||
], | ||
"version": "0.0.0-next-20250210133404", | ||
"version": "0.0.0-next-20250212090038", | ||
"types": "./index.d.ts", | ||
@@ -39,5 +39,2 @@ "exports": { | ||
"./packages/hoist-non-react-statics.d.ts" | ||
], | ||
"server": [ | ||
"./server/index.d.ts" | ||
] | ||
@@ -53,4 +50,4 @@ } | ||
"type-fest": "2.15.0", | ||
"@scripts/build": "0.0.0-next-20250210133404", | ||
"@scripts/jest-config": "0.0.0-next-20250210133404" | ||
"@scripts/build": "0.0.0-next-20250212090038", | ||
"@scripts/jest-config": "0.0.0-next-20250212090038" | ||
}, | ||
@@ -57,0 +54,0 @@ "sideEffects": false, |
@@ -9,2 +9,1 @@ export * from './context'; | ||
export * from './monitor'; | ||
export * from './rsc'; |
@@ -12,4 +12,2 @@ export interface ServerRoute { | ||
isSSR?: boolean; | ||
// if route is rsc page | ||
isRSC?: boolean; | ||
// if route is stream response | ||
@@ -16,0 +14,0 @@ isStream?: boolean; |
24346
17
744