@superblocksteam/cli 2.0.3-next.156 → 2.0.3-next.157
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 +5 -5
- 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.157 linux-x64 node-v20.19.0
|
|
18
18
|
$ superblocks --help [COMMAND]
|
|
19
19
|
USAGE
|
|
20
20
|
$ superblocks COMMAND
|
package/dist/index.js
CHANGED
|
@@ -354864,7 +354864,7 @@ var import_dd_trace = __toESM(require_dd_trace2(), 1);
|
|
|
354864
354864
|
// ../sdk/package.json
|
|
354865
354865
|
var package_default = {
|
|
354866
354866
|
name: "@superblocksteam/sdk",
|
|
354867
|
-
version: "2.0.3-next.
|
|
354867
|
+
version: "2.0.3-next.157",
|
|
354868
354868
|
type: "module",
|
|
354869
354869
|
description: "Superblocks JS SDK",
|
|
354870
354870
|
homepage: "https://www.superblocks.com",
|
|
@@ -354894,8 +354894,8 @@ var package_default = {
|
|
|
354894
354894
|
"@rollup/wasm-node": "^4.35.0",
|
|
354895
354895
|
"@superblocksteam/bucketeer-sdk": "0.4.1",
|
|
354896
354896
|
"@superblocksteam/shared": "0.9120.0",
|
|
354897
|
-
"@superblocksteam/util": "2.0.3-next.
|
|
354898
|
-
"@superblocksteam/vite-plugin-file-sync": "2.0.3-next.
|
|
354897
|
+
"@superblocksteam/util": "2.0.3-next.157",
|
|
354898
|
+
"@superblocksteam/vite-plugin-file-sync": "2.0.3-next.157",
|
|
354899
354899
|
"@vitejs/plugin-react": "^4.3.4",
|
|
354900
354900
|
axios: "^1.4.0",
|
|
354901
354901
|
chokidar: "^4.0.3",
|
|
@@ -399582,7 +399582,7 @@ async function startVite({ app, httpServer: httpServer2, root: root2, mode, port
|
|
|
399582
399582
|
};
|
|
399583
399583
|
const isCustomBuildEnabled2 = await isCustomComponentsEnabled();
|
|
399584
399584
|
const customFolder = path21.join(root2, "custom");
|
|
399585
|
-
const cdnUrl = "https://assets-cdn.superblocks.com/library/2.0.3-next.
|
|
399585
|
+
const cdnUrl = "https://assets-cdn.superblocks.com/library/2.0.3-next.157";
|
|
399586
399586
|
const env3 = loadEnv(mode, root2, "");
|
|
399587
399587
|
const hmrPort = await getFreePort();
|
|
399588
399588
|
const hmrOptions = {
|
|
@@ -415231,8 +415231,8 @@ async function dev(options8) {
|
|
|
415231
415231
|
await lockService.acquireLock();
|
|
415232
415232
|
await checkVersionsAndUpgrade(lockService, applicationConfig);
|
|
415233
415233
|
} catch (error) {
|
|
415234
|
-
passErrorToVSCode(error.context.message, logger3);
|
|
415235
415234
|
logger3.error("Failed to acquire lock on application", error);
|
|
415235
|
+
passErrorToVSCode(error.context?.message, logger3);
|
|
415236
415236
|
throw new Error(`Failed to acquire lock on application: ${error}`);
|
|
415237
415237
|
}
|
|
415238
415238
|
}
|
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.157",
|
|
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.157",
|
|
46
46
|
"@superblocksteam/shared": "0.9120.0",
|
|
47
|
-
"@superblocksteam/util": "2.0.3-next.
|
|
47
|
+
"@superblocksteam/util": "2.0.3-next.157",
|
|
48
48
|
"@types/babel__core": "^7.20.0",
|
|
49
49
|
"@types/chai": "^4",
|
|
50
50
|
"@types/fs-extra": "^11.0.1",
|