skydive-cli 0.1.0-beta.83 → 0.1.0-beta.87

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/js/bin.mjs +1 -1
  2. package/package.json +2 -2
package/dist/js/bin.mjs CHANGED
@@ -13,7 +13,7 @@ import fs from "node:fs";
13
13
  import zlib from "node:zlib";
14
14
 
15
15
  //#region package.json
16
- var version$1 = "0.1.0-beta.83";
16
+ var version$1 = "0.1.0-beta.87";
17
17
 
18
18
  //#endregion
19
19
  //#region src/types.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skydive-cli",
3
- "version": "0.1.0-beta.83",
3
+ "version": "0.1.0-beta.87",
4
4
  "description": "Skydive CLI — manage AI agents from the command line",
5
5
  "homepage": "https://skydive.com",
6
6
  "license": "MIT",
@@ -37,7 +37,7 @@
37
37
  "react": "^19.0.0",
38
38
  "react-devtools-core": "^7.0.1",
39
39
  "web-tree-sitter": "0.25.10",
40
- "ws": "^8.18.0",
40
+ "ws": "^8.21.0",
41
41
  "yargs": "^17.7.2",
42
42
  "zod": "^3.24.1",
43
43
  "zustand": "^5.0.2"