@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.
- package/dist/hydrate/index.es.d.ts +1 -1
- package/dist/index.es.d.ts +1 -1
- package/package.json +1 -1
@@ -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
|
904
|
+
event: (name: string, values?: any) => void;
|
905
905
|
clear: () => void;
|
906
906
|
clearEvents: () => void;
|
907
907
|
};
|
package/dist/index.es.d.ts
CHANGED
@@ -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
|
904
|
+
event: (name: string, values?: any) => void;
|
905
905
|
clear: () => void;
|
906
906
|
clearEvents: () => void;
|
907
907
|
};
|