@modern-js/runtime 2.57.0 → 2.57.1-alpha.0

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.
@@ -59,6 +59,7 @@ function createSSRContext(request, options) {
59
59
  params,
60
60
  headers: headersData,
61
61
  host: url.host,
62
+ url: request.url,
62
63
  raw: request
63
64
  },
64
65
  response: {
@@ -42,6 +42,7 @@ function createSSRContext(request, options) {
42
42
  params,
43
43
  headers: headersData,
44
44
  host: url.host,
45
+ url: request.url,
45
46
  raw: request
46
47
  },
47
48
  response: {
@@ -36,6 +36,7 @@ function createSSRContext(request, options) {
36
36
  params,
37
37
  headers: headersData,
38
38
  host: url.host,
39
+ url: request.url,
39
40
  raw: request
40
41
  },
41
42
  response: {
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.57.0",
18
+ "version": "2.57.1-alpha.0",
19
19
  "engines": {
20
20
  "node": ">=14.17.6"
21
21
  },
@@ -199,11 +199,11 @@
199
199
  "react-side-effect": "^2.1.1",
200
200
  "styled-components": "^5.3.1",
201
201
  "@swc/helpers": "0.5.3",
202
+ "@modern-js/utils": "2.57.0",
203
+ "@modern-js/plugin-data-loader": "2.57.0",
202
204
  "@modern-js/plugin": "2.57.0",
203
- "@modern-js/runtime-utils": "2.57.0",
204
205
  "@modern-js/types": "2.57.0",
205
- "@modern-js/plugin-data-loader": "2.57.0",
206
- "@modern-js/utils": "2.57.0"
206
+ "@modern-js/runtime-utils": "2.57.0"
207
207
  },
208
208
  "peerDependencies": {
209
209
  "react": ">=17",
@@ -226,10 +226,10 @@
226
226
  "ts-jest": "^29.1.0",
227
227
  "typescript": "^5",
228
228
  "webpack": "^5.93.0",
229
+ "@scripts/build": "2.57.0",
229
230
  "@modern-js/app-tools": "2.57.0",
230
231
  "@modern-js/core": "2.57.0",
231
- "@scripts/jest-config": "2.57.0",
232
- "@scripts/build": "2.57.0"
232
+ "@scripts/jest-config": "2.57.0"
233
233
  },
234
234
  "sideEffects": false,
235
235
  "publishConfig": {