Skip to content

Commit 4fcd03f

Browse files
committed
chore: update workers version
1 parent 2776675 commit 4fcd03f

File tree

5 files changed

+6660
-801
lines changed

5 files changed

+6660
-801
lines changed

examples/http-gateway/cloudflare/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Environment variables
44

5-
Set the `API_GATEWAY` and `CANISTER_ID` variables in the `wrangler.json` file. Run `pnpm run -F http-gateway-cloudflare-example` to regenerate the `worker-configuration.d.ts` file.
5+
Set the `API_GATEWAY` and `CANISTER_ID` variables in the `wrangler.json` file. Run `pnpm run -F http-gateway-cloudflare-example cf-typegen` to regenerate the `worker-configuration.d.ts` file.
66

77
## Notes
88

examples/http-gateway/cloudflare/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"@dfinity/http-gateway": "workspace:*"
1212
},
1313
"devDependencies": {
14-
"@cloudflare/workers-types": "^4.20250121.0",
15-
"wrangler": "^3.105.0"
14+
"wrangler": "^4.14.3"
1615
}
1716
}

examples/http-gateway/cloudflare/tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"lib": ["es2021"],
66
"module": "es2022",
77
"moduleResolution": "Bundler",
8-
"types": [
9-
"@cloudflare/workers-types/2023-07-01"
10-
],
118
"resolveJsonModule": true,
129
"allowJs": true,
1310
"checkJs": false,

0 commit comments

Comments
 (0)