@cloudflare/workers-shared
Advanced tools
Comparing version 0.14.1 to 0.14.2
{ | ||
"name": "@cloudflare/workers-shared", | ||
"version": "0.14.1", | ||
"version": "0.14.2", | ||
"description": "Package that is used at Cloudflare to power some internal features of Cloudflare Workers.", | ||
@@ -37,3 +37,3 @@ "keywords": [ | ||
"rimraf": "^5.0.10", | ||
"toucan-js": "^3.3.1", | ||
"toucan-js": "4.0.0", | ||
"typescript": "^5.7.2", | ||
@@ -64,3 +64,3 @@ "vitest": "~2.1.9", | ||
"clean": "rimraf dist", | ||
"deploy": "pnpm run generate-sourcemaps && pnpm run deploy:router-worker && pnpm run deploy:asset-worker && pnpm run upload-sourcemaps", | ||
"deploy": "exit 1", | ||
"deploy:asset-worker": "CLOUDFLARE_API_TOKEN=$WORKERS_DEPLOY_AND_CONFIG_CLOUDFLARE_API_TOKEN pnpx wrangler versions upload -c asset-worker/wrangler.toml --tag aw-$(node -r esbuild-register ./scripts/get-version-tag.ts)", | ||
@@ -67,0 +67,0 @@ "deploy:asset-worker-staging": "CLOUDFLARE_API_TOKEN=$WORKERS_DEPLOY_AND_CONFIG_CLOUDFLARE_API_TOKEN pnpx wrangler deploy -c asset-worker/wrangler.toml -e staging", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
980726
619