@evervault/js 2.7.0 → 2.8.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.
@@ -838,6 +838,8 @@ declare interface EncryptedDPAN<P> {
838
838
  };
839
839
  cryptogram: string;
840
840
  eci: string;
841
+ messageId?: string;
842
+ messageExpiration?: string;
841
843
  }
842
844
 
843
845
  declare interface EncryptedFPAN {
@@ -851,6 +853,8 @@ declare interface EncryptedFPAN {
851
853
  year: string;
852
854
  };
853
855
  };
856
+ messageId?: string;
857
+ messageExpiration?: string;
854
858
  }
855
859
 
856
860
  declare type EncryptedGooglePayData = (
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@evervault/js",
4
- "version": "2.7.0",
4
+ "version": "2.8.0",
5
5
  "description": "Evervault.js loader for client-side browser applications",
6
6
  "license": "MIT",
7
7
  "type": "module",
@@ -20,10 +20,10 @@
20
20
  "typescript": "5.5.4",
21
21
  "vite": "^5.4.11",
22
22
  "vite-plugin-dts": "^4.3.0",
23
- "@evervault/browser": "2.50.0",
24
- "themes": "0.1.20",
23
+ "@evervault/browser": "2.50.1",
25
24
  "tsconfig": "0.1.0",
26
- "types": "0.20.0"
25
+ "themes": "0.1.21",
26
+ "types": "0.21.0"
27
27
  },
28
28
  "scripts": {
29
29
  "build": "vite build",