@superblocksteam/cli 2.0.6-next.43 → 2.0.6-next.44
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.44 linux-x64 node-v20.19.0
|
|
18
18
|
$ superblocks --help [COMMAND]
|
|
19
19
|
USAGE
|
|
20
20
|
$ superblocks COMMAND
|
package/dist/index.js
CHANGED
|
@@ -442848,7 +442848,7 @@ var import_util30 = __toESM(require_dist3(), 1);
|
|
|
442848
442848
|
// ../sdk/package.json
|
|
442849
442849
|
var package_default = {
|
|
442850
442850
|
name: "@superblocksteam/sdk",
|
|
442851
|
-
version: "2.0.6-next.
|
|
442851
|
+
version: "2.0.6-next.44",
|
|
442852
442852
|
type: "module",
|
|
442853
442853
|
description: "Superblocks JS SDK",
|
|
442854
442854
|
homepage: "https://www.superblocks.com",
|
|
@@ -442889,11 +442889,11 @@ var package_default = {
|
|
|
442889
442889
|
"@opentelemetry/semantic-conventions": "^1.28.0",
|
|
442890
442890
|
"@rollup/wasm-node": "^4.35.0",
|
|
442891
442891
|
"@superblocksteam/bucketeer-sdk": "0.5.0",
|
|
442892
|
-
"@superblocksteam/library": "2.0.6-next.
|
|
442893
|
-
"@superblocksteam/library-shared": "2.0.6-next.
|
|
442892
|
+
"@superblocksteam/library": "2.0.6-next.44",
|
|
442893
|
+
"@superblocksteam/library-shared": "2.0.6-next.44",
|
|
442894
442894
|
"@superblocksteam/shared": "0.9198.0",
|
|
442895
|
-
"@superblocksteam/util": "2.0.6-next.
|
|
442896
|
-
"@superblocksteam/vite-plugin-file-sync": "2.0.6-next.
|
|
442895
|
+
"@superblocksteam/util": "2.0.6-next.44",
|
|
442896
|
+
"@superblocksteam/vite-plugin-file-sync": "2.0.6-next.44",
|
|
442897
442897
|
"@vitejs/plugin-react": "^4.3.4",
|
|
442898
442898
|
axios: "^1.4.0",
|
|
442899
442899
|
chokidar: "^4.0.3",
|
|
@@ -450465,7 +450465,7 @@ async function startVite({ app, httpServer: httpServer2, root: root2, mode, port
|
|
|
450465
450465
|
const isCustomBuildEnabled2 = await isCustomComponentsEnabled();
|
|
450466
450466
|
const customFolder = path37.join(root2, "custom");
|
|
450467
450467
|
const draftsFolder = path37.join(root2, ".superblocks");
|
|
450468
|
-
const cdnUrl = "https://assets-cdn.superblocks.com/library/2.0.6-next.
|
|
450468
|
+
const cdnUrl = "https://assets-cdn.superblocks.com/library/2.0.6-next.44";
|
|
450469
450469
|
const env3 = loadEnv(mode, root2, "");
|
|
450470
450470
|
const hmrPort = await getFreePort();
|
|
450471
450471
|
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.44",
|
|
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.44",
|
|
46
46
|
"@superblocksteam/shared": "0.9198.0",
|
|
47
|
-
"@superblocksteam/util": "2.0.6-next.
|
|
47
|
+
"@superblocksteam/util": "2.0.6-next.44",
|
|
48
48
|
"@types/babel__core": "^7.20.0",
|
|
49
49
|
"@types/chai": "^4",
|
|
50
50
|
"@types/fs-extra": "^11.0.1",
|