@remix-run/cloudflare 1.16.0-pre.7 → 1.16.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 -53
- package/dist/crypto.js +1 -1
- package/dist/implementations.js +1 -1
- package/dist/index.js +1 -1
- package/dist/magicExports/esm/remix.js +1 -1
- package/dist/magicExports/remix.d.ts +1 -1
- package/dist/magicExports/remix.js +1 -1
- package/dist/sessions/workersKVStorage.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,63 +1,13 @@
|
|
|
1
1
|
# `@remix-run/cloudflare`
|
|
2
2
|
|
|
3
|
-
## 1.16.0
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- Updated dependencies:
|
|
8
|
-
- `@remix-run/server-runtime@1.16.0-pre.7`
|
|
9
|
-
|
|
10
|
-
## 1.16.0-pre.6
|
|
11
|
-
|
|
12
|
-
### Patch Changes
|
|
13
|
-
|
|
14
|
-
- Updated dependencies:
|
|
15
|
-
- `@remix-run/server-runtime@1.16.0-pre.6`
|
|
16
|
-
|
|
17
|
-
## 1.16.0-pre.5
|
|
18
|
-
|
|
19
|
-
### Patch Changes
|
|
20
|
-
|
|
21
|
-
- Updated dependencies:
|
|
22
|
-
- `@remix-run/server-runtime@1.16.0-pre.5`
|
|
23
|
-
|
|
24
|
-
## 1.16.0-pre.4
|
|
25
|
-
|
|
26
|
-
### Patch Changes
|
|
27
|
-
|
|
28
|
-
- Updated dependencies:
|
|
29
|
-
- `@remix-run/server-runtime@1.16.0-pre.4`
|
|
30
|
-
|
|
31
|
-
## 1.16.0-pre.3
|
|
32
|
-
|
|
33
|
-
### Patch Changes
|
|
34
|
-
|
|
35
|
-
- Updated dependencies:
|
|
36
|
-
- `@remix-run/server-runtime@1.16.0-pre.3`
|
|
37
|
-
|
|
38
|
-
## 1.16.0-pre.2
|
|
39
|
-
|
|
40
|
-
### Patch Changes
|
|
41
|
-
|
|
42
|
-
- add logDevReady as replacement for platforms that can't initialize async I/O outside of the request response lifecycle. ([#6204](https://github.com/remix-run/remix/pull/6204))
|
|
43
|
-
- Updated dependencies:
|
|
44
|
-
- `@remix-run/server-runtime@1.16.0-pre.2`
|
|
45
|
-
|
|
46
|
-
## 1.16.0-pre.1
|
|
47
|
-
|
|
48
|
-
### Patch Changes
|
|
49
|
-
|
|
50
|
-
- rename devReady to broadcastDevReady ([#6194](https://github.com/remix-run/remix/pull/6194))
|
|
51
|
-
- Updated dependencies:
|
|
52
|
-
- `@remix-run/server-runtime@1.16.0-pre.1`
|
|
53
|
-
|
|
54
|
-
## 1.16.0-pre.0
|
|
3
|
+
## 1.16.0
|
|
55
4
|
|
|
56
5
|
### Patch Changes
|
|
57
6
|
|
|
58
7
|
- feat: support async `getLoadContext` in all adapters ([#6170](https://github.com/remix-run/remix/pull/6170))
|
|
8
|
+
- add `logDevReady` as replacement for platforms that can't initialize async I/O outside of the request response lifecycle. ([#6204](https://github.com/remix-run/remix/pull/6204))
|
|
59
9
|
- Updated dependencies:
|
|
60
|
-
- `@remix-run/server-runtime@1.16.0
|
|
10
|
+
- `@remix-run/server-runtime@1.16.0`
|
|
61
11
|
|
|
62
12
|
## 1.15.0
|
|
63
13
|
|
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": "1.16.0
|
|
3
|
+
"version": "1.16.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": "1.16.0
|
|
18
|
+
"@remix-run/server-runtime": "1.16.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@cloudflare/workers-types": "^3.4.0"
|