You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# y-durableobjects
2
2
3
+
## 1.0.5
4
+
5
+
### Patch Changes
6
+
7
+
- 3675eb1: Fix Cloudflare Env type collision and improve TypeScript support
8
+
9
+
This patch resolves type collision issues and improves TypeScript support:
10
+
11
+
-**Fixed CI failures**: Removed unavailable @cloudflare/workers-types references from tsconfig.json that were causing TypeScript compilation errors
12
+
-**Adopted wrangler types**: Added worker-configuration.d.ts generated by `wrangler types` (introduced in Wrangler v3) for accurate type definitions
13
+
-**Resolved type collisions**: Eliminated conflicts where empty Cloudflare.Env from node_modules overwrote project-specific environment types
14
+
-**Enhanced documentation**: Added comprehensive troubleshooting guide for type collision issues
15
+
16
+
Users benefit automatically from improved type support without needing to modify their code. The `wrangler types` command is now the recommended approach for generating Cloudflare Workers TypeScript types.
0 commit comments