shadcn-studio-extension-cli 0.1.5 → 0.1.7
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/index.cjs +1 -1
- package/dist/toolbar-app/.vite/manifest.json +4 -4
- package/dist/toolbar-app/index-C5kLbmuE.js +8917 -0
- package/dist/toolbar-app/index-COSu8H98.js +8918 -0
- package/dist/toolbar-app/index-CZ2quOq0.js +8917 -0
- package/dist/toolbar-app/index-CcQR8qhj.js +8918 -0
- package/dist/toolbar-app/index.js +20 -12
- package/dist/toolbar-app/plugin-sdk.js +2 -2
- package/dist/toolbar-app/toolbar.css +1 -1
- package/package.json +1 -1
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.6";
|
|
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"));
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"_index-
|
|
3
|
-
"file": "index-
|
|
2
|
+
"_index-CcQR8qhj.js": {
|
|
3
|
+
"file": "index-CcQR8qhj.js",
|
|
4
4
|
"name": "index"
|
|
5
5
|
},
|
|
6
6
|
"src/index.ts": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"src": "src/index.ts",
|
|
10
10
|
"isEntry": true,
|
|
11
11
|
"imports": [
|
|
12
|
-
"_index-
|
|
12
|
+
"_index-CcQR8qhj.js"
|
|
13
13
|
]
|
|
14
14
|
},
|
|
15
15
|
"src/plugin-sdk/index.tsx": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"src": "src/plugin-sdk/index.tsx",
|
|
19
19
|
"isEntry": true,
|
|
20
20
|
"imports": [
|
|
21
|
-
"_index-
|
|
21
|
+
"_index-CcQR8qhj.js"
|
|
22
22
|
]
|
|
23
23
|
},
|
|
24
24
|
"style.css": {
|