silgi 0.26.11 → 0.26.13

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,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import { defineCommand, runMain } from 'citty';
3
3
 
4
- const version = "0.26.11";
4
+ const version = "0.26.13";
5
5
  const packageJson = {
6
6
  version: version};
7
7
 
@@ -1236,11 +1236,7 @@ ${injectedResult.code}`;
1236
1236
  if (silgi.options.debug) {
1237
1237
  console.error("Failed to read scan.ts file:", error);
1238
1238
  } else {
1239
- if (error instanceof Error) {
1240
- consola.withTag("silgi").info(error.message);
1241
- } else {
1242
- consola.withTag("silgi").error(error);
1243
- }
1239
+ consola.withTag("silgi").error(error);
1244
1240
  }
1245
1241
  return {
1246
1242
  context,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "silgi",
3
3
  "type": "module",
4
- "version": "0.26.11",
4
+ "version": "0.26.13",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {
@@ -105,10 +105,10 @@
105
105
  "untyped": "^2.0.0"
106
106
  },
107
107
  "devDependencies": {
108
- "@antfu/eslint-config": "^4.11.0",
108
+ "@antfu/eslint-config": "^4.12.0",
109
109
  "@nuxt/kit": "^3.16.2",
110
110
  "@nuxt/schema": "^3.16.2",
111
- "@silgi/ecosystem": "^0.4.4",
111
+ "@silgi/ecosystem": "^0.4.6",
112
112
  "@types/node": "^22.14.0",
113
113
  "@types/semver": "^7.7.0",
114
114
  "@vitest/coverage-v8": "3.0.5",