@superblocksteam/cli 2.0.6-next.20 → 2.0.6-next.22
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 +6 -6
- 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.6-next.
|
|
17
|
+
@superblocksteam/cli/2.0.6-next.22 linux-x64 node-v20.19.0
|
|
18
18
|
$ superblocks --help [COMMAND]
|
|
19
19
|
USAGE
|
|
20
20
|
$ superblocks COMMAND
|
package/dist/index.js
CHANGED
|
@@ -442801,7 +442801,7 @@ var import_util30 = __toESM(require_dist3(), 1);
|
|
|
442801
442801
|
// ../sdk/package.json
|
|
442802
442802
|
var package_default = {
|
|
442803
442803
|
name: "@superblocksteam/sdk",
|
|
442804
|
-
version: "2.0.6-next.
|
|
442804
|
+
version: "2.0.6-next.22",
|
|
442805
442805
|
type: "module",
|
|
442806
442806
|
description: "Superblocks JS SDK",
|
|
442807
442807
|
homepage: "https://www.superblocks.com",
|
|
@@ -442842,11 +442842,11 @@ var package_default = {
|
|
|
442842
442842
|
"@opentelemetry/semantic-conventions": "^1.28.0",
|
|
442843
442843
|
"@rollup/wasm-node": "^4.35.0",
|
|
442844
442844
|
"@superblocksteam/bucketeer-sdk": "0.5.0",
|
|
442845
|
-
"@superblocksteam/library": "2.0.6-next.
|
|
442846
|
-
"@superblocksteam/library-shared": "2.0.6-next.
|
|
442845
|
+
"@superblocksteam/library": "2.0.6-next.22",
|
|
442846
|
+
"@superblocksteam/library-shared": "2.0.6-next.22",
|
|
442847
442847
|
"@superblocksteam/shared": "0.9198.0",
|
|
442848
|
-
"@superblocksteam/util": "2.0.6-next.
|
|
442849
|
-
"@superblocksteam/vite-plugin-file-sync": "2.0.6-next.
|
|
442848
|
+
"@superblocksteam/util": "2.0.6-next.22",
|
|
442849
|
+
"@superblocksteam/vite-plugin-file-sync": "2.0.6-next.22",
|
|
442850
442850
|
"@vitejs/plugin-react": "^4.3.4",
|
|
442851
442851
|
axios: "^1.4.0",
|
|
442852
442852
|
chokidar: "^4.0.3",
|
|
@@ -450418,7 +450418,7 @@ async function startVite({ app, httpServer: httpServer2, root: root2, mode, port
|
|
|
450418
450418
|
const isCustomBuildEnabled2 = await isCustomComponentsEnabled();
|
|
450419
450419
|
const customFolder = path37.join(root2, "custom");
|
|
450420
450420
|
const draftsFolder = path37.join(root2, ".superblocks");
|
|
450421
|
-
const cdnUrl = "https://assets-cdn.superblocks.com/library/2.0.6-next.
|
|
450421
|
+
const cdnUrl = "https://assets-cdn.superblocks.com/library/2.0.6-next.22";
|
|
450422
450422
|
const env3 = loadEnv(mode, root2, "");
|
|
450423
450423
|
const hmrPort = await getFreePort();
|
|
450424
450424
|
const hmrOptions = {
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superblocksteam/cli",
|
|
3
|
-
"version": "2.0.6-next.
|
|
3
|
+
"version": "2.0.6-next.22",
|
|
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.6-next.
|
|
45
|
+
"@superblocksteam/sdk": "2.0.6-next.22",
|
|
46
46
|
"@superblocksteam/shared": "0.9198.0",
|
|
47
|
-
"@superblocksteam/util": "2.0.6-next.
|
|
47
|
+
"@superblocksteam/util": "2.0.6-next.22",
|
|
48
48
|
"@types/babel__core": "^7.20.0",
|
|
49
49
|
"@types/chai": "^4",
|
|
50
50
|
"@types/fs-extra": "^11.0.1",
|