@evervault/js 2.11.0 → 2.12.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.
@@ -139,6 +139,9 @@ declare class Card {
139
139
  name?: {
140
140
  regex?: RegExp;
141
141
  };
142
+ cvc?: {
143
+ optional?: boolean;
144
+ };
142
145
  } | undefined;
143
146
  };
144
147
  };
@@ -220,6 +223,9 @@ declare interface CardOptions {
220
223
  name?: {
221
224
  regex?: RegExp;
222
225
  };
226
+ cvc?: {
227
+ optional?: boolean;
228
+ };
223
229
  };
224
230
  }
225
231
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@evervault/js",
4
- "version": "2.11.0",
4
+ "version": "2.12.0",
5
5
  "description": "Evervault.js loader for client-side browser applications",
6
6
  "license": "MIT",
7
7
  "type": "module",
@@ -18,12 +18,12 @@
18
18
  "types": "dist/evervault.d.ts",
19
19
  "devDependencies": {
20
20
  "typescript": "5.5.4",
21
- "vite": "^7.3.1",
21
+ "vite": "^7.3.2",
22
22
  "vite-plugin-dts": "^4.5.4",
23
- "themes": "0.1.22",
23
+ "themes": "0.1.23",
24
24
  "tsconfig": "0.1.0",
25
- "@evervault/browser": "2.54.0",
26
- "types": "0.22.0"
25
+ "@evervault/browser": "2.55.1",
26
+ "types": "0.23.0"
27
27
  },
28
28
  "scripts": {
29
29
  "build": "vite build",