@superblocksteam/cli 2.0.78-next.5 → 2.0.78

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.78-next.5 linux-x64 node-v24.12.0
17
+ @superblocksteam/cli/2.0.78 linux-x64 node-v24.13.0
18
18
  $ superblocks --help [COMMAND]
19
19
  USAGE
20
20
  $ superblocks COMMAND
package/dist/index.js CHANGED
@@ -583951,7 +583951,7 @@ import os2 from "node:os";
583951
583951
  // ../sdk/package.json
583952
583952
  var package_default = {
583953
583953
  name: "@superblocksteam/sdk",
583954
- version: "2.0.78-next.5",
583954
+ version: "2.0.78",
583955
583955
  type: "module",
583956
583956
  description: "Superblocks JS SDK",
583957
583957
  homepage: "https://www.superblocks.com",
@@ -696,5 +696,5 @@
696
696
  "strict": true
697
697
  }
698
698
  },
699
- "version": "2.0.78-next.5"
699
+ "version": "2.0.78"
700
700
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superblocksteam/cli",
3
- "version": "2.0.78-next.5",
3
+ "version": "2.0.78",
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/shared": "0.9560.3",
84
- "@superblocksteam/sdk": "2.0.78-next.5",
85
- "@superblocksteam/util": "2.0.78-next.5"
83
+ "@superblocksteam/sdk": "2.0.78",
84
+ "@superblocksteam/util": "2.0.78",
85
+ "@superblocksteam/shared": "0.9560.3"
86
86
  },
87
87
  "overrides": {
88
88
  "cross-spawn": "^7.0.5",