@cloudflare/workers-shared
Advanced tools
Comparing version 0.0.0-ef7825832 to 0.0.0-f0e6e15c8
@@ -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-ef7825832", | ||
"version": "0.0.0-f0e6e15c8", | ||
"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.20240925.0", | ||
"@cloudflare/workers-types": "^4.20241106.0", | ||
"@types/mime": "^3.0.4", | ||
@@ -37,6 +37,6 @@ "concurrently": "^8.2.2", | ||
"toucan-js": "^3.3.1", | ||
"typescript": "^5.5.4", | ||
"vitest": "~2.1.1", | ||
"@cloudflare/eslint-config-worker": "1.1.0", | ||
"@cloudflare/workers-tsconfig": "0.0.0" | ||
"typescript": "~5.6.3", | ||
"vitest": "~2.1.3", | ||
"@cloudflare/workers-tsconfig": "0.0.0", | ||
"@cloudflare/eslint-config-worker": "1.1.0" | ||
}, | ||
@@ -43,0 +43,0 @@ "engines": { |
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
1042479
628