@astrale-os/adapter-cloudflare 0.4.8 → 0.4.9

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.
@@ -13,7 +13,7 @@
13
13
  */
14
14
  import { CLIENT_DIST_DIR } from '../client';
15
15
  import { deepMergeConfig } from './merge';
16
- const COMPATIBILITY_DATE = '2026-07-12';
16
+ const COMPATIBILITY_DATE = '2026-07-07';
17
17
  export function generateWranglerConfig(opts) {
18
18
  const config = {
19
19
  name: opts.workerName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrale-os/adapter-cloudflare",
3
- "version": "0.4.8",
3
+ "version": "0.4.9",
4
4
  "description": "Deploy an Astrale domain as a standalone Cloudflare Worker",
5
5
  "keywords": [
6
6
  "adapter",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "jose": "^6.1.3",
36
- "@astrale-os/sdk": "^0.4.14"
36
+ "@astrale-os/sdk": "^0.4.15"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@astrale-os/ox": ">=0.1.0 <1.0.0",
@@ -42,7 +42,8 @@
42
42
  "oxfmt": "0.52.0",
43
43
  "oxlint": "latest",
44
44
  "typescript": "~6.0.1-rc",
45
- "vitest": "^3.0.0"
45
+ "vitest": "^3.0.0",
46
+ "wrangler": "4.106.0"
46
47
  },
47
48
  "engines": {
48
49
  "node": ">=22"
@@ -41,7 +41,7 @@ export interface WranglerCodegenOptions {
41
41
  wrangler?: Record<string, unknown>
42
42
  }
43
43
 
44
- const COMPATIBILITY_DATE = '2026-07-12'
44
+ const COMPATIBILITY_DATE = '2026-07-07'
45
45
 
46
46
  export function generateWranglerConfig(opts: WranglerCodegenOptions): string {
47
47
  const config: Record<string, unknown> = {
@@ -44,7 +44,7 @@
44
44
  "oxlint": ">=1.72.0 <2.0.0",
45
45
  "typescript": "~6.0.1-rc",
46
46
  "vitest": "^3.2.4",
47
- "wrangler": "^4.0.0"
47
+ "wrangler": ">=4.106.0 <5.0.0"
48
48
  },
49
49
  "engines": {
50
50
  "node": ">=22"