@sign-global/tokentable-core 1.3.0 → 1.4.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sign-global/tokentable-core",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -163,6 +163,7 @@ export const checkGetSignatures = async (
163
163
  projectId: string;
164
164
  claimIds: string[];
165
165
  recipient: string;
166
+ strategy?: string;
166
167
  },
167
168
  baseURL?: string
168
169
  ): Promise<{ signatures: IClaimSignature[] }> => {