Skip to content

Commit 7a2cbeb

Browse files
authored
Update compatibility dates (#218)
This updates compatibility dates to ideally unblock cross-workers RPC services bindings
1 parent 0354f41 commit 7a2cbeb

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

workers/auth_tokens/wrangler.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🚨 DEFAULT CONFIG 🚨
22
name = "auth_tokens"
3-
compatibility_date = "2023-06-06"
3+
compatibility_date = "2024-06-03"
44
main = "./index.ts"
55
upload_source_maps = true
66

workers/email_queue/wrangler.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🚨 DEFAULT CONFIG 🚨
22
name = "mail-queue-consumer"
3-
compatibility_date = "2023-06-06"
3+
compatibility_date = "2024-06-03"
44
main = "./index.ts"
55
upload_source_maps = true
66

workers/email_webhook/wrangler.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🚨 DEFAULT CONFIG 🚨
22
name = "webhook"
3-
compatibility_date = "2024-04-29"
3+
compatibility_date = "2024-06-03"
44
main = "./index.ts"
55
node_compat = true
66

workers/google_import_queue_consumer/wrangler.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🚨 DEFAULT CONFIG 🚨
22
name = "google-import-queue-consumer"
3-
compatibility_date = "2023-06-06"
3+
compatibility_date = "2024-06-03"
44
main = "./index.ts"
55
upload_source_maps = true
66

workers/purchase_order_payment_sync_cron/wrangler.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🚨 DEFAULT CONFIG 🚨
22
name = "purchase-order-payment-sync-cron"
3-
compatibility_date = "2024-05-13"
3+
compatibility_date = "2024-06-03"
44
main = "./index.ts"
55
node_compat = true
66
upload_source_maps = true

workers/sanity_asset_importer/wrangler.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🚨 DEFAULT CONFIG 🚨
22
name = "sanity-asset-importer"
3-
compatibility_date = "2023-06-06"
3+
compatibility_date = "2024-06-03"
44
main = "./index.ts"
55
node_compat = true
66

workers/wall_of_fame_cron/wrangler.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🚨 DEFAULT CONFIG 🚨
22
name = "wall-of-fame-cron"
3-
compatibility_date = "2023-06-06"
3+
compatibility_date = "2024-06-03"
44
main = "./index.ts"
55
node_compat = true
66
upload_source_maps = true

wrangler.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🚨 DEFAULT CONFIG 🚨
22
name = "graphql-api"
3-
compatibility_date = "2023-06-06"
3+
compatibility_date = "2024-06-03"
44
main = "src/index.ts"
55
node_compat = true
66

0 commit comments

Comments
 (0)