@react-router/node 7.2.0-pre.6 → 7.2.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.
- package/CHANGELOG.md +3 -45
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,53 +1,11 @@
|
|
|
1
1
|
# `@react-router/node`
|
|
2
2
|
|
|
3
|
-
## 7.2.0
|
|
3
|
+
## 7.2.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies:
|
|
8
|
-
- `react-router@7.2.0
|
|
9
|
-
|
|
10
|
-
## 7.2.0-pre.5
|
|
11
|
-
|
|
12
|
-
### Patch Changes
|
|
13
|
-
|
|
14
|
-
- Updated dependencies:
|
|
15
|
-
- `react-router@7.2.0-pre.5`
|
|
16
|
-
|
|
17
|
-
## 7.2.0-pre.4
|
|
18
|
-
|
|
19
|
-
### Patch Changes
|
|
20
|
-
|
|
21
|
-
- Updated dependencies:
|
|
22
|
-
- `react-router@7.2.0-pre.4`
|
|
23
|
-
|
|
24
|
-
## 7.2.0-pre.3
|
|
25
|
-
|
|
26
|
-
### Patch Changes
|
|
27
|
-
|
|
28
|
-
- Updated dependencies:
|
|
29
|
-
- `react-router@7.2.0-pre.3`
|
|
30
|
-
|
|
31
|
-
## 7.2.0-pre.2
|
|
32
|
-
|
|
33
|
-
### Patch Changes
|
|
34
|
-
|
|
35
|
-
- Updated dependencies:
|
|
36
|
-
- `react-router@7.2.0-pre.2`
|
|
37
|
-
|
|
38
|
-
## 7.2.0-pre.1
|
|
39
|
-
|
|
40
|
-
### Patch Changes
|
|
41
|
-
|
|
42
|
-
- Updated dependencies:
|
|
43
|
-
- `react-router@7.2.0-pre.1`
|
|
44
|
-
|
|
45
|
-
## 7.2.0-pre.0
|
|
46
|
-
|
|
47
|
-
### Patch Changes
|
|
48
|
-
|
|
49
|
-
- Updated dependencies:
|
|
50
|
-
- `react-router@7.2.0-pre.0`
|
|
8
|
+
- `react-router@7.2.0`
|
|
51
9
|
|
|
52
10
|
## 7.1.5
|
|
53
11
|
|
|
@@ -109,7 +67,7 @@
|
|
|
109
67
|
|
|
110
68
|
### Major Changes
|
|
111
69
|
|
|
112
|
-
- Remove
|
|
70
|
+
- Remove single\_fetch future flag. ([#11522](https://github.com/remix-run/react-router/pull/11522))
|
|
113
71
|
|
|
114
72
|
- For Remix consumers migrating to React Router, the `crypto` global from the [Web Crypto API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API) is now required when using cookie and session APIs. This means that the following APIs are provided from `react-router` rather than platform-specific packages: ([#11837](https://github.com/remix-run/react-router/pull/11837))
|
|
115
73
|
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-router/node",
|
|
3
|
-
"version": "7.2.0
|
|
3
|
+
"version": "7.2.0",
|
|
4
4
|
"description": "Node.js platform abstractions for React Router",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/remix-run/react-router/issues"
|
|
@@ -75,11 +75,11 @@
|
|
|
75
75
|
"tsup": "^8.3.0",
|
|
76
76
|
"typescript": "^5.1.6",
|
|
77
77
|
"wireit": "0.14.9",
|
|
78
|
-
"react-router": "7.2.0
|
|
78
|
+
"react-router": "7.2.0"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"typescript": "^5.1.0",
|
|
82
|
-
"react-router": "7.2.0
|
|
82
|
+
"react-router": "7.2.0"
|
|
83
83
|
},
|
|
84
84
|
"peerDependenciesMeta": {
|
|
85
85
|
"typescript": {
|