Skip to content

Commit 5710f7e

Browse files
committed
remove explicit imports from @cloudflare/workers-types
We expect people to be using cloudflare/workers-types anyway, and we want to match whatever version they're using (to avoid problems like cloudflare/ai#161
1 parent 2c2c67c commit 5710f7e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@
2121
"prepublishOnly": "npm run build",
2222
"prettier": "prettier -w ."
2323
},
24-
"dependencies": {
25-
"@cloudflare/workers-types": "^4.20250311.0"
26-
},
2724
"devDependencies": {
25+
"@cloudflare/workers-types": "^4.20250311.0",
2826
"prettier": "^3.5.3",
2927
"tsup": "^8.4.0",
3028
"typescript": "^5.8.2",

src/oauth-provider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { ExportedHandler, ExecutionContext } from '@cloudflare/workers-types';
21
import { WorkerEntrypoint } from 'cloudflare:workers';
32

43
// Types

0 commit comments

Comments
 (0)