silgi 0.19.30 → 0.20.0

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.19.30";
1
+ const version = "0.20.0";
2
2
  const peerDependencies = {
3
3
  "@fastify/deepmerge": "^3.0.0",
4
4
  "@nuxt/kit": "^3.15.3",
@@ -122,7 +122,7 @@ const run = defineCommand({
122
122
  const data = args.active ? await runCommand(prepare, {
123
123
  rawArgs: ["--commands", "run"]
124
124
  }) : void 0;
125
- if (!data?.result?.silgi) {
125
+ if (!data?.result?.silgi && args.active) {
126
126
  consola.error("Silgi not found");
127
127
  return;
128
128
  }
@@ -1,4 +1,4 @@
1
- const version = "0.19.30";
1
+ const version = "0.20.0";
2
2
  const peerDependencies = {
3
3
  "@fastify/deepmerge": "^3.0.0",
4
4
  "@nuxt/kit": "^3.15.3",
@@ -1,4 +1,4 @@
1
- const version = "0.19.30";
1
+ const version = "0.20.0";
2
2
  const peerDependencies = {
3
3
  "@fastify/deepmerge": "^3.0.0",
4
4
  "@nuxt/kit": "^3.15.3",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "silgi",
3
3
  "type": "module",
4
- "version": "0.19.30",
4
+ "version": "0.20.0",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {