@react-router/cloudflare 0.0.0-experimental-4d16948 → 0.0.0-experimental-23decd7bc
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 +15 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -4
- package/dist/index.mjs +1 -1
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# `@react-router/cloudflare`
|
|
2
2
|
|
|
3
|
+
## 7.6.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Remove `tsup` from `peerDependencies` ([#13757](https://github.com/remix-run/react-router/pull/13757))
|
|
8
|
+
- Updated dependencies:
|
|
9
|
+
- `react-router@7.6.3`
|
|
10
|
+
|
|
11
|
+
## 7.6.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies:
|
|
16
|
+
- `react-router@7.6.2`
|
|
17
|
+
|
|
3
18
|
## 7.6.1
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SessionData, SessionStorage,
|
|
1
|
+
import { SessionData, SessionIdStorageStrategy, SessionStorage, ServerBuild, UNSAFE_MiddlewareEnabled, unstable_InitialContext, AppLoadContext } from 'react-router';
|
|
2
2
|
import { CacheStorage } from '@cloudflare/workers-types';
|
|
3
3
|
|
|
4
4
|
interface WorkersKVSessionStorageOptions {
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SessionData, SessionStorage,
|
|
1
|
+
import { SessionData, SessionIdStorageStrategy, SessionStorage, ServerBuild, UNSAFE_MiddlewareEnabled, unstable_InitialContext, AppLoadContext } from 'react-router';
|
|
2
2
|
import { CacheStorage } from '@cloudflare/workers-types';
|
|
3
3
|
|
|
4
4
|
interface WorkersKVSessionStorageOptions {
|
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-23decd7bc
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Remix Software Inc.
|
|
5
5
|
*
|
|
@@ -28,13 +28,13 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
29
|
|
|
30
30
|
// index.ts
|
|
31
|
-
var
|
|
32
|
-
__export(
|
|
31
|
+
var index_exports = {};
|
|
32
|
+
__export(index_exports, {
|
|
33
33
|
createPagesFunctionHandler: () => createPagesFunctionHandler,
|
|
34
34
|
createRequestHandler: () => createRequestHandler,
|
|
35
35
|
createWorkersKVSessionStorage: () => createWorkersKVSessionStorage
|
|
36
36
|
});
|
|
37
|
-
module.exports = __toCommonJS(
|
|
37
|
+
module.exports = __toCommonJS(index_exports);
|
|
38
38
|
|
|
39
39
|
// sessions/workersKVStorage.ts
|
|
40
40
|
var import_react_router = require("react-router");
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-router/cloudflare",
|
|
3
|
-
"version": "0.0.0-experimental-
|
|
3
|
+
"version": "0.0.0-experimental-23decd7bc",
|
|
4
4
|
"description": "Cloudflare platform abstractions for React Router",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/remix-run/react-router/issues"
|
|
@@ -45,13 +45,12 @@
|
|
|
45
45
|
"tsup": "^8.3.0",
|
|
46
46
|
"typescript": "^5.1.6",
|
|
47
47
|
"wireit": "0.14.9",
|
|
48
|
-
"react-router": "0.0.0-experimental-
|
|
48
|
+
"react-router": "0.0.0-experimental-23decd7bc"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"@cloudflare/workers-types": "^4.0.0",
|
|
52
|
-
"tsup": "^8.3.0",
|
|
53
52
|
"typescript": "^5.1.0",
|
|
54
|
-
"react-router": "^0.0.0-experimental-
|
|
53
|
+
"react-router": "^0.0.0-experimental-23decd7bc"
|
|
55
54
|
},
|
|
56
55
|
"peerDependenciesMeta": {
|
|
57
56
|
"typescript": {
|