@superblocksteam/cli 2.0.100-next.3 → 2.0.100

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.100-next.3 linux-x64 node-v24.13.0
17
+ @superblocksteam/cli/2.0.100 linux-x64 node-v24.13.0
18
18
  $ superblocks --help [COMMAND]
19
19
  USAGE
20
20
  $ superblocks COMMAND
package/dist/index.js CHANGED
@@ -522263,7 +522263,7 @@ init_cjs_shims();
522263
522263
  // ../sdk/package.json
522264
522264
  var package_default = {
522265
522265
  name: "@superblocksteam/sdk",
522266
- version: "2.0.100-next.3",
522266
+ version: "2.0.100",
522267
522267
  description: "Superblocks JS SDK",
522268
522268
  homepage: "https://www.superblocks.com",
522269
522269
  license: "Superblocks Community Software License",
@@ -724,5 +724,5 @@
724
724
  "strict": true
725
725
  }
726
726
  },
727
- "version": "2.0.100-next.3"
727
+ "version": "2.0.100"
728
728
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superblocksteam/cli",
3
- "version": "2.0.100-next.3",
3
+ "version": "2.0.100",
4
4
  "description": "Official Superblocks CLI",
5
5
  "keywords": [
6
6
  "oclif"
@@ -72,9 +72,9 @@
72
72
  "vite-tsconfig-paths": "^6.0.4",
73
73
  "vitest": "^4.0.17",
74
74
  "yaml": "^2.7.1",
75
+ "@superblocksteam/sdk": "2.0.100",
75
76
  "@superblocksteam/shared": "0.9569.3",
76
- "@superblocksteam/util": "2.0.100-next.3",
77
- "@superblocksteam/sdk": "2.0.100-next.3"
77
+ "@superblocksteam/util": "2.0.100"
78
78
  },
79
79
  "overrides": {
80
80
  "cross-spawn": "^7.0.5",