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

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

β€Žworkers/auth_tokens/wrangler.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
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β€Ž

Lines changed: 1 addition & 1 deletion
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β€Ž

Lines changed: 1 addition & 1 deletion
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β€Ž

Lines changed: 1 addition & 1 deletion
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β€Ž

Lines changed: 1 addition & 1 deletion
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β€Ž

Lines changed: 1 addition & 1 deletion
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β€Ž

Lines changed: 1 addition & 1 deletion
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β€Ž

Lines changed: 1 addition & 1 deletion
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)