@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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @sign-global/tokentable-core
2
2
 
3
+ ## 1.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - feat: add claim strategy configuration
8
+
3
9
  ## 1.3.0
4
10
 
5
11
  ### Minor Changes
package/dist/index.d.mts CHANGED
@@ -2111,6 +2111,7 @@ declare const checkGetSignatures: (data: {
2111
2111
  projectId: string;
2112
2112
  claimIds: string[];
2113
2113
  recipient: string;
2114
+ strategy?: string;
2114
2115
  }, baseURL?: string) => Promise<{
2115
2116
  signatures: IClaimSignature[];
2116
2117
  }>;
package/dist/index.d.ts CHANGED
@@ -2111,6 +2111,7 @@ declare const checkGetSignatures: (data: {
2111
2111
  projectId: string;
2112
2112
  claimIds: string[];
2113
2113
  recipient: string;
2114
+ strategy?: string;
2114
2115
  }, baseURL?: string) => Promise<{
2115
2116
  signatures: IClaimSignature[];
2116
2117
  }>;