@react-router/node 7.9.4 → 7.9.5
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 +7 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -34,7 +34,7 @@ interface FileSessionStorageOptions {
|
|
|
34
34
|
* The advantage of using this instead of cookie session storage is that
|
|
35
35
|
* files may contain much more data than cookies.
|
|
36
36
|
*
|
|
37
|
-
* @see https://
|
|
37
|
+
* @see https://api.reactrouter.com/v7/functions/_react_router_node.createFileSessionStorage
|
|
38
38
|
*/
|
|
39
39
|
declare function createFileSessionStorage<Data = SessionData, FlashData = Data>({ cookie, dir, }: FileSessionStorageOptions): SessionStorage<Data, FlashData>;
|
|
40
40
|
|
package/dist/index.d.ts
CHANGED
|
@@ -34,7 +34,7 @@ interface FileSessionStorageOptions {
|
|
|
34
34
|
* The advantage of using this instead of cookie session storage is that
|
|
35
35
|
* files may contain much more data than cookies.
|
|
36
36
|
*
|
|
37
|
-
* @see https://
|
|
37
|
+
* @see https://api.reactrouter.com/v7/functions/_react_router_node.createFileSessionStorage
|
|
38
38
|
*/
|
|
39
39
|
declare function createFileSessionStorage<Data = SessionData, FlashData = Data>({ cookie, dir, }: FileSessionStorageOptions): SessionStorage<Data, FlashData>;
|
|
40
40
|
|
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.9.
|
|
3
|
+
"version": "7.9.5",
|
|
4
4
|
"description": "Node.js platform abstractions for React Router",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/remix-run/react-router/issues"
|
|
@@ -52,11 +52,11 @@
|
|
|
52
52
|
"tsup": "^8.3.0",
|
|
53
53
|
"typescript": "^5.1.6",
|
|
54
54
|
"wireit": "0.14.9",
|
|
55
|
-
"react-router": "7.9.
|
|
55
|
+
"react-router": "7.9.5"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"typescript": "^5.1.0",
|
|
59
|
-
"react-router": "7.9.
|
|
59
|
+
"react-router": "7.9.5"
|
|
60
60
|
},
|
|
61
61
|
"peerDependenciesMeta": {
|
|
62
62
|
"typescript": {
|