shadcn-studio-extension-cli 0.1.8 → 0.1.10
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/dist/THIRD_PARTY_LICENSES.txt +1 -1
- package/dist/build-meta.json +2 -2
- package/dist/index.cjs +1 -1
- package/package.json +1 -1
package/dist/build-meta.json
CHANGED
|
@@ -14157,7 +14157,7 @@
|
|
|
14157
14157
|
"bytesInOutput": 1582
|
|
14158
14158
|
},
|
|
14159
14159
|
"src/utils/banner.ts": {
|
|
14160
|
-
"bytesInOutput":
|
|
14160
|
+
"bytesInOutput": 1864
|
|
14161
14161
|
},
|
|
14162
14162
|
"src/utils/command-executor.ts": {
|
|
14163
14163
|
"bytesInOutput": 3729
|
|
@@ -14166,7 +14166,7 @@
|
|
|
14166
14166
|
"bytesInOutput": 7825
|
|
14167
14167
|
}
|
|
14168
14168
|
},
|
|
14169
|
-
"bytes":
|
|
14169
|
+
"bytes": 3808491
|
|
14170
14170
|
}
|
|
14171
14171
|
}
|
|
14172
14172
|
}
|
package/dist/index.cjs
CHANGED
|
@@ -97071,7 +97071,7 @@ var __dirname4 = (0, import_node_path10.dirname)((0, import_node_url5.fileURLToP
|
|
|
97071
97071
|
function getVersion() {
|
|
97072
97072
|
try {
|
|
97073
97073
|
if (true) {
|
|
97074
|
-
return "0.1.
|
|
97074
|
+
return "0.1.10";
|
|
97075
97075
|
}
|
|
97076
97076
|
const packageJsonPath = (0, import_node_path10.join)(__dirname4, "../../package.json");
|
|
97077
97077
|
const packageJson = JSON.parse((0, import_node_fs9.readFileSync)(packageJsonPath, "utf-8"));
|
package/package.json
CHANGED