@superblocksteam/cli 2.0.77-next.5 → 2.0.77-next.6

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.77-next.5 linux-x64 node-v24.13.0
17
+ @superblocksteam/cli/2.0.77-next.6 linux-x64 node-v24.13.0
18
18
  $ superblocks --help [COMMAND]
19
19
  USAGE
20
20
  $ superblocks COMMAND
package/dist/index.js CHANGED
@@ -494621,7 +494621,7 @@ import os2 from "node:os";
494621
494621
  // ../sdk/package.json
494622
494622
  var package_default = {
494623
494623
  name: "@superblocksteam/sdk",
494624
- version: "2.0.77-next.5",
494624
+ version: "2.0.77-next.6",
494625
494625
  type: "module",
494626
494626
  description: "Superblocks JS SDK",
494627
494627
  homepage: "https://www.superblocks.com",
@@ -696,5 +696,5 @@
696
696
  "strict": true
697
697
  }
698
698
  },
699
- "version": "2.0.77-next.5"
699
+ "version": "2.0.77-next.6"
700
700
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superblocksteam/cli",
3
- "version": "2.0.77-next.5",
3
+ "version": "2.0.77-next.6",
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": "^5.1.4",
81
81
  "vitest": "^4.0.5",
82
82
  "yaml": "^2.7.1",
83
- "@superblocksteam/sdk": "2.0.77-next.5",
84
- "@superblocksteam/util": "2.0.77-next.5",
85
- "@superblocksteam/shared": "0.9558.5"
83
+ "@superblocksteam/sdk": "2.0.77-next.6",
84
+ "@superblocksteam/shared": "0.9558.6",
85
+ "@superblocksteam/util": "2.0.77-next.6"
86
86
  },
87
87
  "overrides": {
88
88
  "cross-spawn": "^7.0.5",