@superblocksteam/cli 2.0.80-next.0 → 2.0.80
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 +1 -1
- package/dist/index.js +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.80
|
|
17
|
+
@superblocksteam/cli/2.0.80 linux-x64 node-v24.12.0
|
|
18
18
|
$ superblocks --help [COMMAND]
|
|
19
19
|
USAGE
|
|
20
20
|
$ superblocks COMMAND
|
package/dist/index.js
CHANGED
|
@@ -583952,7 +583952,7 @@ import os2 from "node:os";
|
|
|
583952
583952
|
// ../sdk/package.json
|
|
583953
583953
|
var package_default = {
|
|
583954
583954
|
name: "@superblocksteam/sdk",
|
|
583955
|
-
version: "2.0.80
|
|
583955
|
+
version: "2.0.80",
|
|
583956
583956
|
type: "module",
|
|
583957
583957
|
description: "Superblocks JS SDK",
|
|
583958
583958
|
homepage: "https://www.superblocks.com",
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superblocksteam/cli",
|
|
3
|
-
"version": "2.0.80
|
|
3
|
+
"version": "2.0.80",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Official Superblocks CLI",
|
|
6
6
|
"homepage": "https://www.superblocks.com",
|
|
@@ -80,9 +80,9 @@
|
|
|
80
80
|
"vite-tsconfig-paths": "^6.0.4",
|
|
81
81
|
"vitest": "^4.0.17",
|
|
82
82
|
"yaml": "^2.7.1",
|
|
83
|
-
"@superblocksteam/
|
|
84
|
-
"@superblocksteam/
|
|
85
|
-
"@superblocksteam/
|
|
83
|
+
"@superblocksteam/shared": "0.9561.4",
|
|
84
|
+
"@superblocksteam/sdk": "2.0.80",
|
|
85
|
+
"@superblocksteam/util": "2.0.80"
|
|
86
86
|
},
|
|
87
87
|
"overrides": {
|
|
88
88
|
"cross-spawn": "^7.0.5",
|