@plaidev/karte-action-sdk 1.1.128-27954134.507f1443 → 1.1.128-27954181.7d0b8c11

Sign up to get free protection for your applications and to get access to all the features.
@@ -901,7 +901,7 @@ declare const logger: {
901
901
  error: (...messages: any[]) => void;
902
902
  warn: (...messages: any[]) => void;
903
903
  system: (...messages: any[]) => void;
904
- event: (name: string, values: any) => void;
904
+ event: (name: string, values?: any) => void;
905
905
  clear: () => void;
906
906
  clearEvents: () => void;
907
907
  };
@@ -901,7 +901,7 @@ declare const logger: {
901
901
  error: (...messages: any[]) => void;
902
902
  warn: (...messages: any[]) => void;
903
903
  system: (...messages: any[]) => void;
904
- event: (name: string, values: any) => void;
904
+ event: (name: string, values?: any) => void;
905
905
  clear: () => void;
906
906
  clearEvents: () => void;
907
907
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.128-27954134.507f1443",
3
+ "version": "1.1.128-27954181.7d0b8c11",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",