silgi 0.7.16 → 0.7.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,4 +1,4 @@
1
- const version = "0.7.16";
1
+ const version = "0.7.17";
2
2
  const packageJson = {
3
3
  version: version};
4
4
 
@@ -1,3 +1,3 @@
1
- const version = "0.7.16";
1
+ const version = "0.7.17";
2
2
 
3
3
  export { version };
@@ -1,3 +1,3 @@
1
- const version = "0.7.16";
1
+ const version = "0.7.17";
2
2
 
3
3
  export { version };
@@ -825,6 +825,7 @@ type SilgiServiceInterface<T extends BaseSchemaType<StandardSchemaV1>> = {
825
825
  input: T[Action][Method]['input'];
826
826
  output: T[Action][Method]['output'];
827
827
  router: T[Action][Method]['router'];
828
+ source: T[Action][Method]['source'];
828
829
  };
829
830
  } : never;
830
831
  };
@@ -825,6 +825,7 @@ type SilgiServiceInterface<T extends BaseSchemaType<StandardSchemaV1>> = {
825
825
  input: T[Action][Method]['input'];
826
826
  output: T[Action][Method]['output'];
827
827
  router: T[Action][Method]['router'];
828
+ source: T[Action][Method]['source'];
828
829
  };
829
830
  } : never;
830
831
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "silgi",
3
3
  "type": "module",
4
- "version": "0.7.16",
4
+ "version": "0.7.17",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {