Skip to content

Commit 9677b5a

Browse files
committed
chore: readd ws as a dependency
It seems like people having issues due to the removal of ws https://github.com/kubernetes-client/javascript/commit/b727c7be7fc7c7a8cb5663d6d621d92027d47fc1\#r156475449 It would be good if there would be another way than to reintroduce the dependency but I don't really know how and at the same time I don't think it's good to have every consumer install ws separately.
1 parent b691b7d commit 9677b5a

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@
6969
"rfc4648": "^1.3.0",
7070
"socks-proxy-agent": "^8.0.4",
7171
"stream-buffers": "^3.0.2",
72-
"tar-fs": "^3.0.8"
72+
"tar-fs": "^3.0.8",
73+
"ws": "^8.18.2"
7374
},
7475
"devDependencies": {
7576
"@eslint/js": "^9.18.0",

0 commit comments

Comments
 (0)