@superblocksteam/cli 2.0.6-next.37 → 2.0.6-next.39
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.39 linux-x64 node-v20.19.0
|
|
18
18
|
$ superblocks --help [COMMAND]
|
|
19
19
|
USAGE
|
|
20
20
|
$ superblocks COMMAND
|
package/dist/index.js
CHANGED
|
@@ -442813,7 +442813,7 @@ var import_util30 = __toESM(require_dist3(), 1);
|
|
|
442813
442813
|
// ../sdk/package.json
|
|
442814
442814
|
var package_default = {
|
|
442815
442815
|
name: "@superblocksteam/sdk",
|
|
442816
|
-
version: "2.0.6-next.
|
|
442816
|
+
version: "2.0.6-next.39",
|
|
442817
442817
|
type: "module",
|
|
442818
442818
|
description: "Superblocks JS SDK",
|
|
442819
442819
|
homepage: "https://www.superblocks.com",
|
|
@@ -442854,11 +442854,11 @@ var package_default = {
|
|
|
442854
442854
|
"@opentelemetry/semantic-conventions": "^1.28.0",
|
|
442855
442855
|
"@rollup/wasm-node": "^4.35.0",
|
|
442856
442856
|
"@superblocksteam/bucketeer-sdk": "0.5.0",
|
|
442857
|
-
"@superblocksteam/library": "2.0.6-next.
|
|
442858
|
-
"@superblocksteam/library-shared": "2.0.6-next.
|
|
442857
|
+
"@superblocksteam/library": "2.0.6-next.39",
|
|
442858
|
+
"@superblocksteam/library-shared": "2.0.6-next.39",
|
|
442859
442859
|
"@superblocksteam/shared": "0.9198.0",
|
|
442860
|
-
"@superblocksteam/util": "2.0.6-next.
|
|
442861
|
-
"@superblocksteam/vite-plugin-file-sync": "2.0.6-next.
|
|
442860
|
+
"@superblocksteam/util": "2.0.6-next.39",
|
|
442861
|
+
"@superblocksteam/vite-plugin-file-sync": "2.0.6-next.39",
|
|
442862
442862
|
"@vitejs/plugin-react": "^4.3.4",
|
|
442863
442863
|
axios: "^1.4.0",
|
|
442864
442864
|
chokidar: "^4.0.3",
|
|
@@ -450430,7 +450430,7 @@ async function startVite({ app, httpServer: httpServer2, root: root2, mode, port
|
|
|
450430
450430
|
const isCustomBuildEnabled2 = await isCustomComponentsEnabled();
|
|
450431
450431
|
const customFolder = path37.join(root2, "custom");
|
|
450432
450432
|
const draftsFolder = path37.join(root2, ".superblocks");
|
|
450433
|
-
const cdnUrl = "https://assets-cdn.superblocks.com/library/2.0.6-next.
|
|
450433
|
+
const cdnUrl = "https://assets-cdn.superblocks.com/library/2.0.6-next.39";
|
|
450434
450434
|
const env3 = loadEnv(mode, root2, "");
|
|
450435
450435
|
const hmrPort = await getFreePort();
|
|
450436
450436
|
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.39",
|
|
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.39",
|
|
46
46
|
"@superblocksteam/shared": "0.9198.0",
|
|
47
|
-
"@superblocksteam/util": "2.0.6-next.
|
|
47
|
+
"@superblocksteam/util": "2.0.6-next.39",
|
|
48
48
|
"@types/babel__core": "^7.20.0",
|
|
49
49
|
"@types/chai": "^4",
|
|
50
50
|
"@types/fs-extra": "^11.0.1",
|