@superblocksteam/cli 2.0.97-next.4 → 2.0.97

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.97-next.4 linux-x64 node-v24.13.0
17
+ @superblocksteam/cli/2.0.97 linux-x64 node-v24.12.0
18
18
  $ superblocks --help [COMMAND]
19
19
  USAGE
20
20
  $ superblocks COMMAND
package/dist/index.js CHANGED
@@ -616160,7 +616160,7 @@ var import_dd_trace = __toESM(require_dd_trace2());
616160
616160
  // ../sdk/package.json
616161
616161
  var package_default = {
616162
616162
  name: "@superblocksteam/sdk",
616163
- version: "2.0.97-next.4",
616163
+ version: "2.0.97",
616164
616164
  description: "Superblocks JS SDK",
616165
616165
  homepage: "https://www.superblocks.com",
616166
616166
  license: "Superblocks Community Software License",
@@ -724,5 +724,5 @@
724
724
  "strict": true
725
725
  }
726
726
  },
727
- "version": "2.0.97-next.4"
727
+ "version": "2.0.97"
728
728
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superblocksteam/cli",
3
- "version": "2.0.97-next.4",
3
+ "version": "2.0.97",
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.97-next.4",
76
- "@superblocksteam/shared": "0.9568.4",
77
- "@superblocksteam/util": "2.0.97-next.4"
75
+ "@superblocksteam/sdk": "2.0.97",
76
+ "@superblocksteam/util": "2.0.97",
77
+ "@superblocksteam/shared": "0.9568.4"
78
78
  },
79
79
  "overrides": {
80
80
  "cross-spawn": "^7.0.5",