@superblocksteam/cli 2.0.0-next.49 → 2.0.0-next.50
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.0-next.
|
|
17
|
+
@superblocksteam/cli/2.0.0-next.50 linux-x64 node-v20.19.0
|
|
18
18
|
$ superblocks --help [COMMAND]
|
|
19
19
|
USAGE
|
|
20
20
|
$ superblocks COMMAND
|
package/dist/index.js
CHANGED
|
@@ -256986,7 +256986,7 @@ var import_util4 = __toESM(require_dist4(), 1);
|
|
|
256986
256986
|
// ../sdk/package.json
|
|
256987
256987
|
var package_default = {
|
|
256988
256988
|
name: "@superblocksteam/sdk",
|
|
256989
|
-
version: "2.0.0-next.
|
|
256989
|
+
version: "2.0.0-next.50",
|
|
256990
256990
|
type: "module",
|
|
256991
256991
|
description: "Superblocks JS SDK",
|
|
256992
256992
|
homepage: "https://www.superblocks.com",
|
|
@@ -257024,8 +257024,8 @@ var package_default = {
|
|
|
257024
257024
|
"@rollup/wasm-node": "^4.35.0",
|
|
257025
257025
|
"@superblocksteam/bucketeer-sdk": "0.4.1",
|
|
257026
257026
|
"@superblocksteam/shared": "0.9142.0",
|
|
257027
|
-
"@superblocksteam/util": "2.0.0-next.
|
|
257028
|
-
"@superblocksteam/vite-plugin-file-sync": "2.0.0-next.
|
|
257027
|
+
"@superblocksteam/util": "2.0.0-next.50",
|
|
257028
|
+
"@superblocksteam/vite-plugin-file-sync": "2.0.0-next.50",
|
|
257029
257029
|
"@vitejs/plugin-react": "^4.3.4",
|
|
257030
257030
|
axios: "^1.4.0",
|
|
257031
257031
|
chokidar: "^4.0.3",
|
|
@@ -302818,12 +302818,12 @@ var SourceTracker = class {
|
|
|
302818
302818
|
paths,
|
|
302819
302819
|
info
|
|
302820
302820
|
});
|
|
302821
|
+
return currentNode.node;
|
|
302821
302822
|
};
|
|
302822
302823
|
setAttribute = (openingTag, property, info) => {
|
|
302823
302824
|
const paths = splitJSPath(property);
|
|
302824
302825
|
if (Array.isArray(paths) && paths.length > 1) {
|
|
302825
|
-
this.setNestedAttribute({ openingTag, property, info });
|
|
302826
|
-
return;
|
|
302826
|
+
return this.setNestedAttribute({ openingTag, property, info });
|
|
302827
302827
|
}
|
|
302828
302828
|
let attr = openingTag.get("attributes").find((attr2) => attr2.isJSXAttribute() && attr2.node.name.name === property);
|
|
302829
302829
|
if (!attr) {
|
|
@@ -308732,7 +308732,7 @@ async function startVite({ app, httpServer: httpServer2, root: root2, mode, port
|
|
|
308732
308732
|
};
|
|
308733
308733
|
const isCustomBuildEnabled2 = await isCustomComponentsEnabled();
|
|
308734
308734
|
const customFolder = path21.join(root2, "custom");
|
|
308735
|
-
const cdnUrl = "https://assets-cdn.superblocks.com/library/2.0.0-next.
|
|
308735
|
+
const cdnUrl = "https://assets-cdn.superblocks.com/library/2.0.0-next.50";
|
|
308736
308736
|
const env3 = loadEnv(mode, root2, "");
|
|
308737
308737
|
const hmrPort = await getFreePort();
|
|
308738
308738
|
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.0-next.
|
|
3
|
+
"version": "2.0.0-next.50",
|
|
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.0-next.
|
|
45
|
+
"@superblocksteam/sdk": "2.0.0-next.50",
|
|
46
46
|
"@superblocksteam/shared": "0.9142.0",
|
|
47
|
-
"@superblocksteam/util": "2.0.0-next.
|
|
47
|
+
"@superblocksteam/util": "2.0.0-next.50",
|
|
48
48
|
"@types/babel__core": "^7.20.0",
|
|
49
49
|
"@types/chai": "^4",
|
|
50
50
|
"@types/fs-extra": "^11.0.1",
|