@epigraph/epigraph-std-lib 5.0.0-alpha.4 → 5.0.0-alpha.5

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.
@@ -121,7 +121,7 @@ export declare class EpigraphModuleReadyEvent extends BaseAnalyticsEvent {
121
121
  }
122
122
  export declare class EpigraphModuleFailedEvent extends BaseAnalyticsEvent {
123
123
  static readonly MODULE_FAILED_ERRORS: typeof MODULE_FAILED_ERRORS;
124
- constructor(isPreConfig: boolean, loadTimeMs: number, errorType: MODULE_FAILED_ERRORS);
124
+ constructor(isPreConfig: boolean, loadTimeMs: number, errorType: MODULE_FAILED_ERRORS | string);
125
125
  }
126
126
  export declare class EpigraphModuleClosedEvent extends BaseAnalyticsEvent {
127
127
  constructor(items: IAnalyticsParameterItems);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epigraph/epigraph-std-lib",
3
- "version": "5.0.0-alpha.4",
3
+ "version": "5.0.0-alpha.5",
4
4
  "type": "module",
5
5
  "main": "./dist/epigraph-std-lib.cjs",
6
6
  "module": "./dist/epigraph-std-lib.js",