@computesdk/workbench 11.0.0 → 12.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": "11.0.0",
3
+ "version": "12.0.0",
4
4
  "description": "Interactive REPL for testing ComputeSDK sandbox operations",
5
5
  "author": "Garrison",
6
6
  "license": "MIT",
@@ -46,21 +46,23 @@
46
46
  "dotenv": "^16.4.5",
47
47
  "ws": "^8.18.0",
48
48
  "@computesdk/cmd": "0.4.1",
49
- "@computesdk/provider": "1.0.28",
50
- "computesdk": "2.3.0"
49
+ "computesdk": "2.3.0",
50
+ "@computesdk/provider": "1.0.28"
51
51
  },
52
52
  "peerDependencies": {
53
+ "@computesdk/blaxel": "1.6.0",
53
54
  "@computesdk/cloudflare": "1.3.35",
54
- "@computesdk/blaxel": "1.5.9",
55
- "@computesdk/daytona": "1.7.16",
56
55
  "@computesdk/codesandbox": "1.5.36",
57
56
  "@computesdk/e2b": "1.7.36",
57
+ "@computesdk/daytona": "1.7.16",
58
+ "@computesdk/just-bash": "0.1.0",
58
59
  "@computesdk/hopx": "0.2.12",
59
- "@computesdk/railway": "1.1.35",
60
60
  "@computesdk/modal": "1.8.31",
61
+ "@computesdk/beam": "0.1.0",
62
+ "@computesdk/railway": "1.1.35",
61
63
  "@computesdk/namespace": "1.5.0",
62
- "@computesdk/vercel": "1.7.15",
63
- "@computesdk/runloop": "1.3.36"
64
+ "@computesdk/runloop": "1.3.36",
65
+ "@computesdk/vercel": "1.7.15"
64
66
  },
65
67
  "peerDependenciesMeta": {
66
68
  "@computesdk/e2b": {
@@ -95,6 +97,12 @@
95
97
  },
96
98
  "@computesdk/hopx": {
97
99
  "optional": true
100
+ },
101
+ "@computesdk/beam": {
102
+ "optional": true
103
+ },
104
+ "@computesdk/just-bash": {
105
+ "optional": true
98
106
  }
99
107
  },
100
108
  "devDependencies": {