@superblocksteam/cli 2.0.87-next.1 → 2.0.87

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.87-next.1 linux-x64 node-v24.12.0
17
+ @superblocksteam/cli/2.0.87 linux-x64 node-v24.13.0
18
18
  $ superblocks --help [COMMAND]
19
19
  USAGE
20
20
  $ superblocks COMMAND
package/dist/index.js CHANGED
@@ -579952,7 +579952,7 @@ var import_dd_trace = __toESM(require_dd_trace2());
579952
579952
  // ../sdk/package.json
579953
579953
  var package_default = {
579954
579954
  name: "@superblocksteam/sdk",
579955
- version: "2.0.87-next.1",
579955
+ version: "2.0.87",
579956
579956
  type: "module",
579957
579957
  description: "Superblocks JS SDK",
579958
579958
  homepage: "https://www.superblocks.com",
@@ -696,5 +696,5 @@
696
696
  "strict": true
697
697
  }
698
698
  },
699
- "version": "2.0.87-next.1"
699
+ "version": "2.0.87"
700
700
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superblocksteam/cli",
3
- "version": "2.0.87-next.1",
3
+ "version": "2.0.87",
4
4
  "type": "module",
5
5
  "description": "Official Superblocks CLI",
6
6
  "homepage": "https://www.superblocks.com",
@@ -77,8 +77,8 @@
77
77
  "vite-tsconfig-paths": "^6.0.4",
78
78
  "vitest": "^4.0.17",
79
79
  "yaml": "^2.7.1",
80
- "@superblocksteam/sdk": "2.0.87-next.1",
81
- "@superblocksteam/util": "2.0.87-next.1",
80
+ "@superblocksteam/sdk": "2.0.87",
81
+ "@superblocksteam/util": "2.0.87",
82
82
  "@superblocksteam/shared": "0.9564.1"
83
83
  },
84
84
  "overrides": {