@superblocksteam/cli 2.0.80-next.0 → 2.0.80

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/README.md CHANGED
@@ -14,7 +14,7 @@ $ npm install -g @superblocksteam/cli
14
14
  $ superblocks COMMAND
15
15
  running command...
16
16
  $ superblocks (--version)
17
- @superblocksteam/cli/2.0.80-next.0 linux-x64 node-v24.12.0
17
+ @superblocksteam/cli/2.0.80 linux-x64 node-v24.12.0
18
18
  $ superblocks --help [COMMAND]
19
19
  USAGE
20
20
  $ superblocks COMMAND
package/dist/index.js CHANGED
@@ -583952,7 +583952,7 @@ import os2 from "node:os";
583952
583952
  // ../sdk/package.json
583953
583953
  var package_default = {
583954
583954
  name: "@superblocksteam/sdk",
583955
- version: "2.0.80-next.0",
583955
+ version: "2.0.80",
583956
583956
  type: "module",
583957
583957
  description: "Superblocks JS SDK",
583958
583958
  homepage: "https://www.superblocks.com",
@@ -696,5 +696,5 @@
696
696
  "strict": true
697
697
  }
698
698
  },
699
- "version": "2.0.80-next.0"
699
+ "version": "2.0.80"
700
700
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superblocksteam/cli",
3
- "version": "2.0.80-next.0",
3
+ "version": "2.0.80",
4
4
  "type": "module",
5
5
  "description": "Official Superblocks CLI",
6
6
  "homepage": "https://www.superblocks.com",
@@ -80,9 +80,9 @@
80
80
  "vite-tsconfig-paths": "^6.0.4",
81
81
  "vitest": "^4.0.17",
82
82
  "yaml": "^2.7.1",
83
- "@superblocksteam/sdk": "2.0.80-next.0",
84
- "@superblocksteam/util": "2.0.80-next.0",
85
- "@superblocksteam/shared": "0.9561.4"
83
+ "@superblocksteam/shared": "0.9561.4",
84
+ "@superblocksteam/sdk": "2.0.80",
85
+ "@superblocksteam/util": "2.0.80"
86
86
  },
87
87
  "overrides": {
88
88
  "cross-spawn": "^7.0.5",