@montonio/montonio-js 1.1.7 → 1.1.8

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.
@@ -11,7 +11,7 @@ export declare class MontonioLogger {
11
11
  constructor(context: string);
12
12
  info(message: string, data?: object): void;
13
13
  warn(message: string, data?: object): void;
14
- error(message: string, data?: object): void;
14
+ error(message: string, error: unknown, data?: object): void;
15
15
  }
16
16
  /**
17
17
  * Service for initializing telemetry and logging
@@ -1,5 +1,5 @@
1
1
  import { ActionRequiredActionEnum, LocaleEnum } from '../../components/MontonioCheckout/types';
2
- import type { Iframe } from '../../components/Iframe/Iframe';
2
+ import type { Iframe } from '../../components';
3
3
  export interface MessageSubscription {
4
4
  handler: (message: Messages) => void;
5
5
  sources: Iframe[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@montonio/montonio-js",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "Montonio JS SDK for front-end web applications",
5
5
  "type": "module",
6
6
  "publishConfig": {