@superblocksteam/cli 2.0.82-next.0 → 2.0.82

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.82-next.0 linux-x64 node-v24.12.0
17
+ @superblocksteam/cli/2.0.82 linux-x64 node-v24.12.0
18
18
  $ superblocks --help [COMMAND]
19
19
  USAGE
20
20
  $ superblocks COMMAND
package/dist/index.js CHANGED
@@ -602255,7 +602255,7 @@ import os2 from "node:os";
602255
602255
  // ../sdk/package.json
602256
602256
  var package_default = {
602257
602257
  name: "@superblocksteam/sdk",
602258
- version: "2.0.82-next.0",
602258
+ version: "2.0.82",
602259
602259
  type: "module",
602260
602260
  description: "Superblocks JS SDK",
602261
602261
  homepage: "https://www.superblocks.com",
@@ -696,5 +696,5 @@
696
696
  "strict": true
697
697
  }
698
698
  },
699
- "version": "2.0.82-next.0"
699
+ "version": "2.0.82"
700
700
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superblocksteam/cli",
3
- "version": "2.0.82-next.0",
3
+ "version": "2.0.82",
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.82-next.0",
80
- "@superblocksteam/shared": "0.9562.4",
81
- "@superblocksteam/util": "2.0.82-next.0"
79
+ "@superblocksteam/sdk": "2.0.82",
80
+ "@superblocksteam/util": "2.0.82",
81
+ "@superblocksteam/shared": "0.9562.4"
82
82
  },
83
83
  "overrides": {
84
84
  "cross-spawn": "^7.0.5",