@modern-js/plugin-data-loader 2.58.0 → 2.58.2
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { UNSAFE_DeferredData as DeferredData } from '@modern-js/runtime-utils/remix-router';
|
|
2
2
|
export declare const getRequestUrl: ({ params, request, routeId, }: {
|
|
3
3
|
params: Record<string, string>;
|
|
4
4
|
request: Request;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { UNSAFE_DeferredData as DeferredData } from '@modern-js/runtime-utils/remix-router';
|
|
2
2
|
export declare function createDeferredReadableStream(deferredData: DeferredData, signal: AbortSignal): any;
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "2.58.
|
|
18
|
+
"version": "2.58.2",
|
|
19
19
|
"engines": {
|
|
20
20
|
"node": ">=16.2.0"
|
|
21
21
|
},
|
|
@@ -47,10 +47,10 @@
|
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@babel/core": "^7.24.7",
|
|
50
|
-
"path-to-regexp": "^6.2.0",
|
|
51
50
|
"@swc/helpers": "0.5.3",
|
|
52
|
-
"
|
|
53
|
-
"@modern-js/runtime-utils": "2.58.
|
|
51
|
+
"path-to-regexp": "^6.2.0",
|
|
52
|
+
"@modern-js/runtime-utils": "2.58.2",
|
|
53
|
+
"@modern-js/utils": "2.58.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@types/babel__core": "^7.20.5",
|
|
@@ -60,17 +60,17 @@
|
|
|
60
60
|
"isomorphic-fetch": "^3.0.0",
|
|
61
61
|
"jest": "^29",
|
|
62
62
|
"memfs": "^3.5.1",
|
|
63
|
+
"react": "^18",
|
|
64
|
+
"react-dom": "^18",
|
|
63
65
|
"supertest": "^6.1.6",
|
|
64
66
|
"ts-jest": "^29.1.0",
|
|
65
67
|
"typescript": "^5",
|
|
66
68
|
"webpack": "^5.93.0",
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"@modern-js/
|
|
70
|
-
"@
|
|
71
|
-
"@
|
|
72
|
-
"@scripts/build": "2.58.0",
|
|
73
|
-
"@scripts/jest-config": "2.58.0"
|
|
69
|
+
"@modern-js/core": "2.58.2",
|
|
70
|
+
"@modern-js/server-core": "2.58.2",
|
|
71
|
+
"@modern-js/types": "2.58.2",
|
|
72
|
+
"@scripts/build": "2.58.2",
|
|
73
|
+
"@scripts/jest-config": "2.58.2"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
76
|
"react": ">=17.0.0"
|