@evervault/js 2.5.0 → 2.7.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.
@@ -80,6 +80,7 @@ declare interface BaseTransactionDetails {
80
80
  currency: string;
81
81
  country: string;
82
82
  merchantId: string;
83
+ priceLabel?: string;
83
84
  lineItems?: TransactionLineItem[];
84
85
  }
85
86
 
@@ -1081,6 +1082,7 @@ declare type GooglePayButtonLocale =
1081
1082
  | "zh";
1082
1083
 
1083
1084
  declare type GooglePayButtonType =
1085
+ | "short"
1084
1086
  | "book"
1085
1087
  | "buy"
1086
1088
  | "checkout"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@evervault/js",
4
- "version": "2.5.0",
4
+ "version": "2.7.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.48.1",
24
- "themes": "0.1.18",
23
+ "@evervault/browser": "2.50.0",
24
+ "themes": "0.1.20",
25
25
  "tsconfig": "0.1.0",
26
- "types": "0.18.0"
26
+ "types": "0.20.0"
27
27
  },
28
28
  "scripts": {
29
29
  "build": "vite build",