@superblocksteam/cli 2.0.81-next.0 → 2.0.81-next.1

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.81-next.0 linux-x64 node-v24.12.0
17
+ @superblocksteam/cli/2.0.81-next.1 linux-x64 node-v24.12.0
18
18
  $ superblocks --help [COMMAND]
19
19
  USAGE
20
20
  $ superblocks COMMAND
package/dist/index.js CHANGED
@@ -602264,7 +602264,7 @@ import os2 from "node:os";
602264
602264
  // ../sdk/package.json
602265
602265
  var package_default = {
602266
602266
  name: "@superblocksteam/sdk",
602267
- version: "2.0.81-next.0",
602267
+ version: "2.0.81-next.1",
602268
602268
  type: "module",
602269
602269
  description: "Superblocks JS SDK",
602270
602270
  homepage: "https://www.superblocks.com",
@@ -696,5 +696,5 @@
696
696
  "strict": true
697
697
  }
698
698
  },
699
- "version": "2.0.81-next.0"
699
+ "version": "2.0.81-next.1"
700
700
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superblocksteam/cli",
3
- "version": "2.0.81-next.0",
3
+ "version": "2.0.81-next.1",
4
4
  "type": "module",
5
5
  "description": "Official Superblocks CLI",
6
6
  "homepage": "https://www.superblocks.com",
@@ -76,9 +76,9 @@
76
76
  "vite-tsconfig-paths": "^6.0.4",
77
77
  "vitest": "^4.0.17",
78
78
  "yaml": "^2.7.1",
79
- "@superblocksteam/sdk": "2.0.81-next.0",
80
- "@superblocksteam/shared": "0.9562.0",
81
- "@superblocksteam/util": "2.0.81-next.0"
79
+ "@superblocksteam/sdk": "2.0.81-next.1",
80
+ "@superblocksteam/util": "2.0.81-next.1",
81
+ "@superblocksteam/shared": "0.9562.1"
82
82
  },
83
83
  "overrides": {
84
84
  "cross-spawn": "^7.0.5",