@computesdk/workbench 19.0.1 → 20.0.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@computesdk/workbench",
3
- "version": "19.0.1",
3
+ "version": "20.0.0",
4
4
  "description": "Interactive REPL for testing ComputeSDK sandbox operations",
5
5
  "author": "Garrison",
6
6
  "license": "MIT",
@@ -46,24 +46,25 @@
46
46
  "dotenv": "^16.4.5",
47
47
  "ws": "^8.18.0",
48
48
  "@computesdk/cmd": "0.4.1",
49
- "computesdk": "2.5.1",
50
- "@computesdk/provider": "1.0.31"
49
+ "@computesdk/provider": "1.0.32",
50
+ "computesdk": "2.5.2"
51
51
  },
52
52
  "peerDependencies": {
53
- "@computesdk/blaxel": "1.6.3",
54
- "@computesdk/cloudflare": "1.6.0",
55
- "@computesdk/daytona": "1.7.19",
56
- "@computesdk/e2b": "1.7.39",
57
- "@computesdk/just-bash": "0.4.3",
53
+ "@computesdk/blaxel": "1.6.4",
54
+ "@computesdk/cloudflare": "1.6.1",
55
+ "@computesdk/daytona": "1.7.20",
56
+ "@computesdk/e2b": "1.7.40",
58
57
  "@computesdk/codesandbox": "1.5.40",
59
- "@computesdk/modal": "1.8.34",
60
- "@computesdk/railway": "1.1.38",
61
- "@computesdk/beam": "0.1.3",
62
- "@computesdk/vercel": "1.7.18",
63
- "@computesdk/runloop": "1.3.39",
64
- "@computesdk/namespace": "1.6.1",
65
- "@computesdk/sprites": "0.1.2",
66
- "@computesdk/hopx": "0.2.15"
58
+ "@computesdk/beam": "0.1.4",
59
+ "@computesdk/just-bash": "0.4.4",
60
+ "@computesdk/modal": "1.8.35",
61
+ "@computesdk/hopx": "0.2.16",
62
+ "@computesdk/railway": "1.1.39",
63
+ "@computesdk/runloop": "1.3.40",
64
+ "@computesdk/namespace": "1.6.2",
65
+ "@computesdk/vercel": "1.7.19",
66
+ "@computesdk/sprites": "0.1.3",
67
+ "@computesdk/freestyle": "0.1.0"
67
68
  },
68
69
  "peerDependenciesMeta": {
69
70
  "@computesdk/e2b": {
@@ -107,6 +108,9 @@
107
108
  },
108
109
  "@computesdk/sprites": {
109
110
  "optional": true
111
+ },
112
+ "@computesdk/freestyle": {
113
+ "optional": true
110
114
  }
111
115
  },
112
116
  "devDependencies": {