silgi 0.25.16 → 0.25.17

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.25.16";
4
+ const version = "0.25.17";
5
5
  const packageJson = {
6
6
  version: version};
7
7
 
@@ -653,7 +653,7 @@ async function execute(uriString, input, event, source, queryParams) {
653
653
  timestamp: Date.now(),
654
654
  config
655
655
  });
656
- silgiCtx.captureError(SilgiError.from(err), {
656
+ silgiCtx.captureError(silgiCtx, SilgiError.from(err), {
657
657
  event,
658
658
  tags: ["execute"]
659
659
  });
@@ -51,7 +51,7 @@ export async function addNitroApp(silgiCtx = useSilgi()) {
51
51
  operation,
52
52
  event
53
53
  });
54
- silgiCtx.captureError(SilgiError.from(err), {
54
+ silgiCtx.captureError(silgiCtx, SilgiError.from(err), {
55
55
  event,
56
56
  operation,
57
57
  tags: ["execute"]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "silgi",
3
3
  "type": "module",
4
- "version": "0.25.16",
4
+ "version": "0.25.17",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {