@remix-run/cloudflare 1.12.0-pre.3 → 1.12.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 CHANGED
@@ -1,38 +1,16 @@
1
1
  # `@remix-run/cloudflare`
2
2
 
3
- ## 1.12.0-pre.3
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies:
8
- - `@remix-run/server-runtime@1.12.0-pre.3`
9
-
10
- ## 1.12.0-pre.2
11
-
12
- ### Patch Changes
13
-
14
- - Updated dependencies:
15
- - `@remix-run/server-runtime@1.12.0-pre.2`
16
-
17
- ## 1.12.0-pre.1
18
-
19
- ### Patch Changes
20
-
21
- - Updated dependencies:
22
- - `@remix-run/server-runtime@1.12.0-pre.1`
23
-
24
- ## 1.12.0-pre.0
3
+ ## 1.12.0
25
4
 
26
5
  ### Minor Changes
27
6
 
28
- - Rename `createCloudflareKVSessionStorage` to `createWorkersKVSessionStorage` ([#2542](https://github.com/remix-run/remix/pull/2542))
7
+ - Deprectated `createCloudflareKVSessionStorage` in favor of `createWorkersKVSessionStorage` ([#2542](https://github.com/remix-run/remix/pull/2542))
29
8
 
30
9
  ### Patch Changes
31
10
 
32
- - Update Cloudflare Workers adapter's `RequestHandler` type to be in line with other adapters ([#4884](https://github.com/remix-run/remix/pull/4884))
33
- - Export `JsonFunction` type in `@remix-run/cloudflare` and `@remix-run/deno` ([#5206](https://github.com/remix-run/remix/pull/5206))
11
+ - Updated `RequestHandler` type to match other adapter types ([#4884](https://github.com/remix-run/remix/pull/4884))
34
12
  - Updated dependencies:
35
- - `@remix-run/server-runtime@1.12.0-pre.0`
13
+ - `@remix-run/server-runtime@1.12.0`
36
14
 
37
15
  ## 1.11.1
38
16
 
package/dist/crypto.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/cloudflare v1.12.0-pre.3
2
+ * @remix-run/cloudflare v1.12.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/cloudflare v1.12.0-pre.3
2
+ * @remix-run/cloudflare v1.12.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/cloudflare v1.12.0-pre.3
2
+ * @remix-run/cloudflare v1.12.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/cloudflare v1.12.0-pre.3
2
+ * @remix-run/cloudflare v1.12.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/cloudflare v1.12.0-pre.3
2
+ * @remix-run/cloudflare v1.12.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/cloudflare v1.12.0-pre.3
2
+ * @remix-run/cloudflare v1.12.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @remix-run/cloudflare v1.12.0-pre.3
2
+ * @remix-run/cloudflare v1.12.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remix-run/cloudflare",
3
- "version": "1.12.0-pre.3",
3
+ "version": "1.12.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.12.0-pre.3"
18
+ "@remix-run/server-runtime": "1.12.0"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@cloudflare/workers-types": "^3.4.0"