@remix-run/cloudflare 2.13.1 → 2.14.0-pre.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 +11 -4
- package/dist/crypto.js +1 -1
- package/dist/implementations.js +1 -1
- package/dist/index.js +1 -1
- package/dist/sessions/workersKVStorage.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# `@remix-run/cloudflare`
|
|
2
2
|
|
|
3
|
+
## 2.14.0-pre.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies:
|
|
8
|
+
- `@remix-run/server-runtime@2.14.0-pre.0`
|
|
9
|
+
|
|
3
10
|
## 2.13.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -480,10 +487,10 @@
|
|
|
480
487
|
|
|
481
488
|
Documentation Resources (better docs specific to Remix are in the works):
|
|
482
489
|
|
|
483
|
-
- <https://reactrouter.com/
|
|
484
|
-
- <https://reactrouter.com/
|
|
485
|
-
- <https://reactrouter.com/
|
|
486
|
-
- <https://reactrouter.com/
|
|
490
|
+
- <https://reactrouter.com/v6/utils/defer>
|
|
491
|
+
- <https://reactrouter.com/v6/components/await>
|
|
492
|
+
- <https://reactrouter.com/v6/hooks/use-async-value>
|
|
493
|
+
- <https://reactrouter.com/v6/hooks/use-async-error>
|
|
487
494
|
|
|
488
495
|
- Updated dependencies:
|
|
489
496
|
- `@remix-run/server-runtime@1.11.0`
|
package/dist/crypto.js
CHANGED
package/dist/implementations.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remix-run/cloudflare",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.14.0-pre.0",
|
|
4
4
|
"description": "Cloudflare platform abstractions for Remix",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/remix-run/remix/issues"
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"typings": "dist/index.d.ts",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@cloudflare/kv-asset-handler": "^0.1.3",
|
|
18
|
-
"@remix-run/server-runtime": "2.
|
|
18
|
+
"@remix-run/server-runtime": "2.14.0-pre.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@cloudflare/workers-types": "^4.20230518.0",
|