We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad74f0c commit 5c8de89Copy full SHA for 5c8de89
package.json
@@ -49,6 +49,7 @@
49
"ts-node": "^10.5.0",
50
"tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.9/tsc-multi.tgz",
51
"tsconfig-paths": "^4.0.0",
52
+ "tslib": "^2.8.1",
53
"typescript": "5.8.3",
54
"ws": "^8.18.0",
55
"zod": "^3.23.8",
scripts/bootstrap
@@ -18,4 +18,4 @@ PACKAGE_MANAGER=$(command -v yarn >/dev/null 2>&1 && echo "yarn" || echo "npm")
18
$PACKAGE_MANAGER install
19
20
cd "$(dirname "$0")/../examples"
21
-$PACKAGE_MANAGER install
+$PACKAGE_MANAGER install
0 commit comments