@cloudflare/workers-shared
Advanced tools
Comparing version 0.0.0-a9b4f252c to 0.0.0-a9f36ef01
{ | ||
"name": "@cloudflare/workers-shared", | ||
"version": "0.0.0-a9b4f252c", | ||
"version": "0.0.0-a9f36ef01", | ||
"description": "Package that is used at Cloudflare to power some internal features of Cloudflare Workers.", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@cloudflare/workers-types": "^4.20240806.0", | ||
"@cloudflare/workers-types": "^4.20240821.1", | ||
"concurrently": "^8.2.2", | ||
@@ -31,4 +31,4 @@ "esbuild": "0.17.19", | ||
"typescript": "^5.5.4", | ||
"@cloudflare/workers-tsconfig": "0.0.0", | ||
"@cloudflare/eslint-config-worker": "1.1.0" | ||
"@cloudflare/eslint-config-worker": "1.1.0", | ||
"@cloudflare/workers-tsconfig": "0.0.0" | ||
}, | ||
@@ -45,10 +45,12 @@ "engines": { | ||
"scripts": { | ||
"build": "pnpm run clean && pnpm run bundle:asset-server:prod", | ||
"build": "pnpm run clean && pnpm run bundle:asset-server:prod && pnpm run bundle:router:prod", | ||
"bundle:asset-server": "esbuild asset-server-worker/src/index.ts --format=esm --bundle --outfile=dist/asset-server-worker.mjs --sourcemap=external", | ||
"bundle:asset-server:prod": "pnpm run bundle:asset-server --minify", | ||
"bundle:router": "esbuild router-worker/src/index.ts --format=esm --bundle --outfile=dist/router-worker.mjs --sourcemap=external", | ||
"bundle:router:prod": "pnpm run bundle:router --minify", | ||
"check:lint": "eslint . --max-warnings=0", | ||
"check:type": "tsc", | ||
"clean": "rimraf dist", | ||
"dev": "pnpm run clean && concurrently -n bundle:asset-server -c blue \"pnpm run bundle:asset-server --watch\"" | ||
"dev": "pnpm run clean && concurrently -n bundle:asset-server,bundle:router -c blue,magenta \"pnpm run bundle:asset-server --watch\" \"pnpm run bundle:router --watch\"" | ||
} | ||
} |
@@ -11,4 +11,10 @@ # `@cloudflare/workers-shared` | ||
## `router-worker` | ||
Router Worker. | ||
For more details please refer to the dedicated README file. | ||
> [!NOTE] | ||
> Since code in this package is used by the Workers infrastructure, it is important that PRs are given careful review with regards to how they could cause a failure in production. | ||
> Ideally, there should be comprehensive tests for changes being made to give extra confidence about the behavior. |
Sorry, the diff of this file is not supported yet
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
11134
6
6
20