@superblocksteam/cli 2.0.95-next.1 → 2.0.95

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