Comparing version 1.20230922.0 to 1.20231002.0
@@ -97,6 +97,6 @@ var __create = Object.create; | ||
} | ||
if (stdout !== `workerd ${"2023-09-22"}`) { | ||
if (stdout !== `workerd ${"2023-10-02"}`) { | ||
throw new Error( | ||
`Expected ${JSON.stringify( | ||
"2023-09-22" | ||
"2023-10-02" | ||
)} but got ${JSON.stringify(stdout)}` | ||
@@ -157,3 +157,3 @@ ); | ||
import_child_process.default.execSync( | ||
`npm install --loglevel=error --prefer-offline --no-audit --progress=false ${pkg}@${"1.20230922.0"}`, | ||
`npm install --loglevel=error --prefer-offline --no-audit --progress=false ${pkg}@${"1.20231002.0"}`, | ||
{ cwd: installDir, stdio: "pipe", env } | ||
@@ -205,3 +205,3 @@ ); | ||
const unscopedPkg = pkg.substring(pkg.indexOf("/") + 1); | ||
const url = `https://registry.npmjs.org/${pkg}/-/${unscopedPkg}-${"1.20230922.0"}.tgz`; | ||
const url = `https://registry.npmjs.org/${pkg}/-/${unscopedPkg}-${"1.20231002.0"}.tgz`; | ||
console.error(`[workerd] Trying to download ${JSON.stringify(url)}`); | ||
@@ -208,0 +208,0 @@ try { |
@@ -140,3 +140,3 @@ #!/usr/bin/env node | ||
"workerd", | ||
`pnpapi-${pkg.replace("/", "-")}-${"1.20230922.0"}-${import_path.default.basename(subpath)}` | ||
`pnpapi-${pkg.replace("/", "-")}-${"1.20231002.0"}-${import_path.default.basename(subpath)}` | ||
); | ||
@@ -156,4 +156,4 @@ if (!import_fs.default.existsSync(binTargetPath)) { | ||
var node_path_default = binPath; | ||
var compatibilityDate = "2023-09-22"; | ||
var version = "1.20230922.0"; | ||
var compatibilityDate = "2023-10-02"; | ||
var version = "1.20231002.0"; | ||
// Annotate the CommonJS export names for ESM import in node: | ||
@@ -160,0 +160,0 @@ 0 && (module.exports = { |
{ | ||
"name": "workerd", | ||
"version": "1.20230922.0", | ||
"version": "1.20231002.0", | ||
"description": "👷 workerd, Cloudflare's JavaScript/Wasm Runtime", | ||
@@ -17,9 +17,9 @@ "repository": "https://github.com/cloudflare/workerd", | ||
"optionalDependencies": { | ||
"@cloudflare/workerd-darwin-arm64": "1.20230922.0", | ||
"@cloudflare/workerd-darwin-64": "1.20230922.0", | ||
"@cloudflare/workerd-linux-arm64": "1.20230922.0", | ||
"@cloudflare/workerd-linux-64": "1.20230922.0", | ||
"@cloudflare/workerd-windows-64": "1.20230922.0" | ||
"@cloudflare/workerd-darwin-arm64": "1.20231002.0", | ||
"@cloudflare/workerd-darwin-64": "1.20231002.0", | ||
"@cloudflare/workerd-linux-arm64": "1.20231002.0", | ||
"@cloudflare/workerd-linux-64": "1.20231002.0", | ||
"@cloudflare/workerd-windows-64": "1.20231002.0" | ||
}, | ||
"license": "Apache-2.0" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package