silgi 0.7.46 → 0.7.48

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.7.46";
1
+ const version = "0.7.48";
2
2
  const packageJson = {
3
3
  version: version};
4
4
 
@@ -647,7 +647,7 @@ async function silgiCoreFile(data, frameworkContext, silgi) {
647
647
  ""
648
648
  ];
649
649
  const importData = [
650
- `export const cliOptions = ${JSON.stringify(_data.cliOptions, null, 2)}`,
650
+ `export const cliOptions: SilgiRuntimeOptions = ${JSON.stringify(_data.cliOptions, null, 2)}`,
651
651
  "",
652
652
  ..._data.afterCliOptions,
653
653
  "",
@@ -637,7 +637,7 @@ async function execute(uriString, input, event, source) {
637
637
  result,
638
638
  source
639
639
  });
640
- if (result === null || result === void 0) {
640
+ if (result === null) {
641
641
  return result;
642
642
  }
643
643
  const cacheData = await cacheExecute(input, operation, handler, event);
@@ -1,3 +1,3 @@
1
- const version = "0.7.46";
1
+ const version = "0.7.48";
2
2
 
3
3
  export { version };
@@ -1,3 +1,3 @@
1
- const version = "0.7.46";
1
+ const version = "0.7.48";
2
2
 
3
3
  export { version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "silgi",
3
3
  "type": "module",
4
- "version": "0.7.46",
4
+ "version": "0.7.48",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {