Skip to content

Commit 8eac82e

Browse files
committed
Downgrade TypeScript to fix downstream TS breakage
TypeScript 5.7+ makes Uint8Array generic, which results in type definitions here that are unusable downstream. This change reverts that, so this package can still be used on older TS versions.
1 parent a01fcec commit 8eac82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"stream-browserify": "^3.0.0",
7777
"ts-loader": "^9.3.1",
7878
"ts-node": "^10.9.1",
79-
"typescript": "^5.8.3",
79+
"typescript": "5.6.3",
8080
"util": "^0.12.3",
8181
"webpack": "^5.37.0",
8282
"zlib-browserify": "0.0.3"

0 commit comments

Comments
 (0)