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.
@@ -1,4 +1,4 @@
1
- const version = "0.8.48";
1
+ const version = "0.8.49";
2
2
  const devDependencies = {
3
3
  "@antfu/eslint-config": "^4.2.0",
4
4
  "@fastify/deepmerge": "^2.0.2",
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 !scriptValues.some((script) => script.tags?.length);
177
+ return scriptValues;
178
178
  }).map((key) => ({
179
179
  label: key,
180
180
  value: key
@@ -1,4 +1,4 @@
1
- const version = "0.8.48";
1
+ const version = "0.8.49";
2
2
  const devDependencies = {
3
3
  "@antfu/eslint-config": "^4.2.0",
4
4
  "@fastify/deepmerge": "^2.0.2",
@@ -1,4 +1,4 @@
1
- const version = "0.8.48";
1
+ const version = "0.8.49";
2
2
  const devDependencies = {
3
3
  "@antfu/eslint-config": "^4.2.0",
4
4
  "@fastify/deepmerge": "^2.0.2",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "silgi",
3
3
  "type": "module",
4
- "version": "0.8.48",
4
+ "version": "0.8.49",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {