@zkpassport/sdk 0.9.1 → 0.10.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.
@@ -29,7 +29,7 @@ __export(constants_exports, {
29
29
  ZKPASSPORT_IOS_APP_ID_HASH: () => ZKPASSPORT_IOS_APP_ID_HASH
30
30
  });
31
31
  module.exports = __toCommonJS(constants_exports);
32
- var VERSION = "0.9.1";
32
+ var VERSION = "0.10.0";
33
33
  var DEFAULT_VALIDITY = 7 * 24 * 60 * 60;
34
34
  var DEFAULT_DATE_VALUE = /* @__PURE__ */ new Date(0);
35
35
  var ZKPASSPORT_IOS_APP_ID_HASH = "0x1fa73686cf510f8f85757b0602de0dd72a13e68ae2092462be8b72662e7f179b";
@@ -1,4 +1,4 @@
1
- declare const VERSION = "0.9.1";
1
+ declare const VERSION = "0.10.0";
2
2
  declare const DEFAULT_VALIDITY: number;
3
3
  declare const DEFAULT_DATE_VALUE: Date;
4
4
  declare const ZKPASSPORT_IOS_APP_ID_HASH = "0x1fa73686cf510f8f85757b0602de0dd72a13e68ae2092462be8b72662e7f179b";