silgi 0.9.22 → 0.9.23

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.9.22";
1
+ const version = "0.9.23";
2
2
  const devDependencies = {
3
3
  "@antfu/eslint-config": "^4.3.0",
4
4
  "@nuxt/kit": "^3.15.4",
@@ -1943,6 +1943,7 @@ const prepare = defineCommand({
1943
1943
  await generate();
1944
1944
  await generate();
1945
1945
  consola.withTag("silgi").success("Prepare completed");
1946
+ process.exit(0);
1946
1947
  }
1947
1948
  });
1948
1949
 
@@ -1,4 +1,4 @@
1
- const version = "0.9.22";
1
+ const version = "0.9.23";
2
2
  const devDependencies = {
3
3
  "@antfu/eslint-config": "^4.3.0",
4
4
  "@nuxt/kit": "^3.15.4",
@@ -1,4 +1,4 @@
1
- const version = "0.9.22";
1
+ const version = "0.9.23";
2
2
  const devDependencies = {
3
3
  "@antfu/eslint-config": "^4.3.0",
4
4
  "@nuxt/kit": "^3.15.4",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "silgi",
3
3
  "type": "module",
4
- "version": "0.9.22",
4
+ "version": "0.9.23",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {