silgi 0.8.48 → 0.8.49
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/_chunks/index.mjs +1 -1
- package/dist/cli/run.mjs +1 -1
- package/dist/meta/index.d.mts +1 -1
- package/dist/meta/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/_chunks/index.mjs
CHANGED
package/dist/cli/run.mjs
CHANGED
|
@@ -174,7 +174,7 @@ const run = defineCommand({
|
|
|
174
174
|
options: Object.keys(cliJson).filter((key) => {
|
|
175
175
|
const scripts2 = cliJson[key];
|
|
176
176
|
const scriptValues = Object.values(scripts2);
|
|
177
|
-
return
|
|
177
|
+
return scriptValues;
|
|
178
178
|
}).map((key) => ({
|
|
179
179
|
label: key,
|
|
180
180
|
value: key
|
package/dist/meta/index.d.mts
CHANGED
package/dist/meta/index.d.ts
CHANGED