@superblocksteam/cli 2.0.6-next.30 → 2.0.6-next.31

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 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.30 linux-x64 node-v20.19.0
17
+ @superblocksteam/cli/2.0.6-next.31 linux-x64 node-v20.19.0
18
18
  $ superblocks --help [COMMAND]
19
19
  USAGE
20
20
  $ superblocks COMMAND
package/dist/index.js CHANGED
@@ -442799,7 +442799,7 @@ var import_util30 = __toESM(require_dist3(), 1);
442799
442799
  // ../sdk/package.json
442800
442800
  var package_default = {
442801
442801
  name: "@superblocksteam/sdk",
442802
- version: "2.0.6-next.30",
442802
+ version: "2.0.6-next.31",
442803
442803
  type: "module",
442804
442804
  description: "Superblocks JS SDK",
442805
442805
  homepage: "https://www.superblocks.com",
@@ -442840,11 +442840,11 @@ var package_default = {
442840
442840
  "@opentelemetry/semantic-conventions": "^1.28.0",
442841
442841
  "@rollup/wasm-node": "^4.35.0",
442842
442842
  "@superblocksteam/bucketeer-sdk": "0.5.0",
442843
- "@superblocksteam/library": "2.0.6-next.30",
442844
- "@superblocksteam/library-shared": "2.0.6-next.30",
442843
+ "@superblocksteam/library": "2.0.6-next.31",
442844
+ "@superblocksteam/library-shared": "2.0.6-next.31",
442845
442845
  "@superblocksteam/shared": "0.9198.0",
442846
- "@superblocksteam/util": "2.0.6-next.30",
442847
- "@superblocksteam/vite-plugin-file-sync": "2.0.6-next.30",
442846
+ "@superblocksteam/util": "2.0.6-next.31",
442847
+ "@superblocksteam/vite-plugin-file-sync": "2.0.6-next.31",
442848
442848
  "@vitejs/plugin-react": "^4.3.4",
442849
442849
  axios: "^1.4.0",
442850
442850
  chokidar: "^4.0.3",
@@ -450064,8 +450064,8 @@ async function upgradeCliWithOclif(targetVersion) {
450064
450064
  const superblocksPath = stdout.trim();
450065
450065
  if (!superblocksPath)
450066
450066
  return false;
450067
- const { stdout: updateOutput } = await exec3(`${superblocksPath} update --version=${targetVersion}`);
450068
- return !updateOutput.includes("not updatable");
450067
+ const { stdout: updateOutput, stderr: updateErrorOutput } = await exec3(`${superblocksPath} update --version=${targetVersion}`);
450068
+ return !(updateOutput + updateErrorOutput).includes("not updatable");
450069
450069
  } catch (error) {
450070
450070
  if (isNativeError(error)) {
450071
450071
  logger2.error(`Error checking CLI updatability: ${error.message}`);
@@ -450416,7 +450416,7 @@ async function startVite({ app, httpServer: httpServer2, root: root2, mode, port
450416
450416
  const isCustomBuildEnabled2 = await isCustomComponentsEnabled();
450417
450417
  const customFolder = path37.join(root2, "custom");
450418
450418
  const draftsFolder = path37.join(root2, ".superblocks");
450419
- const cdnUrl = "https://assets-cdn.superblocks.com/library/2.0.6-next.30";
450419
+ const cdnUrl = "https://assets-cdn.superblocks.com/library/2.0.6-next.31";
450420
450420
  const env3 = loadEnv(mode, root2, "");
450421
450421
  const hmrPort = await getFreePort();
450422
450422
  const hmrOptions = {
@@ -585,5 +585,5 @@
585
585
  "strict": true
586
586
  }
587
587
  },
588
- "version": "2.0.6-next.30"
588
+ "version": "2.0.6-next.31"
589
589
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superblocksteam/cli",
3
- "version": "2.0.6-next.30",
3
+ "version": "2.0.6-next.31",
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.30",
45
+ "@superblocksteam/sdk": "2.0.6-next.31",
46
46
  "@superblocksteam/shared": "0.9198.0",
47
- "@superblocksteam/util": "2.0.6-next.30",
47
+ "@superblocksteam/util": "2.0.6-next.31",
48
48
  "@types/babel__core": "^7.20.0",
49
49
  "@types/chai": "^4",
50
50
  "@types/fs-extra": "^11.0.1",