@neta-art/cohub-cli 2.2.2 → 2.2.4
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.
|
@@ -14,7 +14,7 @@ import { Readable } from "node:stream";
|
|
|
14
14
|
// published by .github/workflows/sandbox-binaries-build.yml. Only bump it AFTER
|
|
15
15
|
// that tag's publish-cdn job has succeeded, otherwise `sandbox up` 404s on the
|
|
16
16
|
// default download.
|
|
17
|
-
export const SANDBOXD_VERSION = "v1.82.
|
|
17
|
+
export const SANDBOXD_VERSION = "v1.82.4";
|
|
18
18
|
const BINARY_NAME = "cohub-sandboxd";
|
|
19
19
|
// Public CDN prefix hosting the release archives (the repo is private, so the
|
|
20
20
|
// GitHub Release assets are not publicly downloadable). Overridable for staging
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neta-art/cohub-cli",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.4",
|
|
4
4
|
"description": "CLI for Cohub — spaces, sessions, and agent collaboration.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@neta-art/generation": "^0.1.10",
|
|
17
17
|
"commander": "^14.0.3",
|
|
18
18
|
"sharp": "^0.34.5",
|
|
19
|
-
"@neta-art/cohub": "2.
|
|
19
|
+
"@neta-art/cohub": "2.4.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"access": "public"
|