silgi 0.20.19 → 0.20.20

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.20.19";
1
+ const version = "0.20.20";
2
2
  const peerDependencies = {
3
3
  "@fastify/deepmerge": "^3.0.0",
4
4
  "@nuxt/kit": "^3.15.3",
package/dist/cli/dev.mjs CHANGED
@@ -99,9 +99,9 @@ const dev = defineCommand({
99
99
  process.on("SIGINT", async () => {
100
100
  consola.withTag("silgi").info("Shutting down...");
101
101
  await close();
102
+ await silgi.callHook("close", silgi);
102
103
  process.exit(0);
103
104
  });
104
- await silgi.callHook("close", silgi);
105
105
  consola.withTag("silgi").success("Prepare completed");
106
106
  consola.withTag("silgi").info("Process is still running. Press Ctrl+C to exit.");
107
107
  setInterval(() => {
@@ -1,4 +1,4 @@
1
- const version = "0.20.19";
1
+ const version = "0.20.20";
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.20.19";
1
+ const version = "0.20.20";
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.20.19",
4
+ "version": "0.20.20",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {