@react-router/cloudflare 0.0.0-experimental-ce4015162 → 0.0.0-experimental-f7761f1cd
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.js +2 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @react-router/cloudflare v0.0.0-experimental-
|
|
2
|
+
* @react-router/cloudflare v0.0.0-experimental-f7761f1cd
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* @license MIT
|
|
10
10
|
*/
|
|
11
11
|
import { createRequestHandler as createRequestHandler$1, createSessionStorage } from "react-router";
|
|
12
|
+
import "@cloudflare/workers-types";
|
|
12
13
|
//#region sessions/workersKVStorage.ts
|
|
13
14
|
/**
|
|
14
15
|
* Creates a SessionStorage that stores session data in the Clouldflare KV Store.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-router/cloudflare",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.0-experimental-
|
|
4
|
+
"version": "0.0.0-experimental-f7761f1cd",
|
|
5
5
|
"description": "Cloudflare platform abstractions for React Router",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/remix-run/react-router/issues"
|
|
@@ -37,16 +37,16 @@
|
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@cloudflare/workers-types": "^4.
|
|
41
|
-
"tsdown": "^0.
|
|
40
|
+
"@cloudflare/workers-types": "^4.20260527.1",
|
|
41
|
+
"tsdown": "^0.22.0",
|
|
42
42
|
"typescript": "^6.0.3",
|
|
43
|
-
"wireit": "0.14.
|
|
44
|
-
"react-router": "0.0.0-experimental-
|
|
43
|
+
"wireit": "0.14.12",
|
|
44
|
+
"react-router": "0.0.0-experimental-f7761f1cd"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"@cloudflare/workers-types": "^4.0.0",
|
|
48
48
|
"typescript": "^5.1.0 || ^6.0.0",
|
|
49
|
-
"react-router": "^0.0.0-experimental-
|
|
49
|
+
"react-router": "^0.0.0-experimental-f7761f1cd"
|
|
50
50
|
},
|
|
51
51
|
"peerDependenciesMeta": {
|
|
52
52
|
"typescript": {
|