@cloudflare/workers-shared
Advanced tools
Comparing version 0.0.0-74d719fb8 to 0.0.0-74ede5618
@@ -21,1 +21,5 @@ import { z } from "zod"; | ||
export type AssetConfig = z.infer<typeof AssetConfigSchema>; | ||
export interface UnsafePerformanceTimer { | ||
readonly timeOrigin: number; | ||
now: () => number; | ||
} |
{ | ||
"name": "@cloudflare/workers-shared", | ||
"version": "0.0.0-74d719fb8", | ||
"version": "0.0.0-74ede5618", | ||
"description": "Package that is used at Cloudflare to power some internal features of Cloudflare Workers.", | ||
@@ -30,3 +30,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@cloudflare/workers-types": "^4.20240909.0", | ||
"@cloudflare/workers-types": "^4.20241022.0", | ||
"@types/mime": "^3.0.4", | ||
@@ -37,4 +37,4 @@ "concurrently": "^8.2.2", | ||
"toucan-js": "^3.3.1", | ||
"typescript": "^5.5.4", | ||
"vitest": "~2.1.1", | ||
"typescript": "~5.6.3", | ||
"vitest": "~2.1.3", | ||
"@cloudflare/eslint-config-worker": "1.1.0", | ||
@@ -41,0 +41,0 @@ "@cloudflare/workers-tsconfig": "0.0.0" |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1042237
628
2