@superblocksteam/cli 2.0.3-next.119 → 2.0.3-next.121
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 +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
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.3-next.
|
|
17
|
+
@superblocksteam/cli/2.0.3-next.121 linux-x64 node-v20.19.0
|
|
18
18
|
$ superblocks --help [COMMAND]
|
|
19
19
|
USAGE
|
|
20
20
|
$ superblocks COMMAND
|
package/dist/index.js
CHANGED
|
@@ -329161,7 +329161,7 @@ var import_dd_trace = __toESM(require_dd_trace2(), 1);
|
|
|
329161
329161
|
// ../sdk/package.json
|
|
329162
329162
|
var package_default = {
|
|
329163
329163
|
name: "@superblocksteam/sdk",
|
|
329164
|
-
version: "2.0.3-next.
|
|
329164
|
+
version: "2.0.3-next.121",
|
|
329165
329165
|
type: "module",
|
|
329166
329166
|
description: "Superblocks JS SDK",
|
|
329167
329167
|
homepage: "https://www.superblocks.com",
|
|
@@ -329192,8 +329192,8 @@ var package_default = {
|
|
|
329192
329192
|
"@rollup/wasm-node": "^4.35.0",
|
|
329193
329193
|
"@superblocksteam/bucketeer-sdk": "0.4.1",
|
|
329194
329194
|
"@superblocksteam/shared": "^0.9081.0",
|
|
329195
|
-
"@superblocksteam/util": "2.0.3-next.
|
|
329196
|
-
"@superblocksteam/vite-plugin-file-sync": "2.0.3-next.
|
|
329195
|
+
"@superblocksteam/util": "2.0.3-next.121",
|
|
329196
|
+
"@superblocksteam/vite-plugin-file-sync": "2.0.3-next.121",
|
|
329197
329197
|
"@vitejs/plugin-react": "^4.3.4",
|
|
329198
329198
|
axios: "^1.4.0",
|
|
329199
329199
|
chokidar: "^4.0.3",
|
|
@@ -370882,7 +370882,7 @@ function ensureRelative(dir, path210) {
|
|
|
370882
370882
|
|
|
370883
370883
|
// ../sdk/dist/dev-utils/cdn-url.mjs
|
|
370884
370884
|
init_cjs_shims();
|
|
370885
|
-
var DEFAULT_CDN_URL = "https://assets-cdn.superblocks.com/library/2.0.3-next.
|
|
370885
|
+
var DEFAULT_CDN_URL = "https://assets-cdn.superblocks.com/library/2.0.3-next.121";
|
|
370886
370886
|
|
|
370887
370887
|
// ../sdk/dist/dev-utils/custom-build.mjs
|
|
370888
370888
|
init_cjs_shims();
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superblocksteam/cli",
|
|
3
|
-
"version": "2.0.3-next.
|
|
3
|
+
"version": "2.0.3-next.121",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Official Superblocks CLI",
|
|
6
6
|
"homepage": "https://www.superblocks.com",
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@eslint/js": "^9.16.0",
|
|
44
44
|
"@oclif/test": "^4.1.11",
|
|
45
|
-
"@superblocksteam/sdk": "2.0.3-next.
|
|
45
|
+
"@superblocksteam/sdk": "2.0.3-next.121",
|
|
46
46
|
"@superblocksteam/shared": "^0.9081.0",
|
|
47
|
-
"@superblocksteam/util": "2.0.3-next.
|
|
47
|
+
"@superblocksteam/util": "2.0.3-next.121",
|
|
48
48
|
"@types/babel__core": "^7.20.0",
|
|
49
49
|
"@types/chai": "^4",
|
|
50
50
|
"@types/fs-extra": "^11.0.1",
|