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

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.
@@ -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",