@wix/editor-application 1.330.0 → 1.332.0

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.
@@ -36,7 +36,7 @@ declare class ApplicationBoundEvents {
36
36
  subscribe: (callback: (event: IPlatformAppEvent) => void) => () => void;
37
37
  commit: () => void;
38
38
  startTransaction: () => void;
39
- silent: (isSilent?: boolean | undefined) => void;
39
+ silent: (isSilent?: boolean) => void;
40
40
  constructor(appDefinitionId: string, events: PlatformAppEventEmitter, privateAPI: PrivateAPIFixMe);
41
41
  notify(event: OmitEventMeta<IPlatformAppEvent>): void;
42
42
  notifyCustomEvent(type: string, payload: Record<string, string>): void;
@@ -212,7 +212,7 @@ declare abstract class EditorPlatformApplication<TContext extends IApplicationCo
212
212
  withMessage(...messages: string[]): any;
213
213
  name: string;
214
214
  message: string;
215
- stack?: string | undefined;
215
+ stack?: string;
216
216
  cause?: unknown;
217
217
  };
218
218
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-application",
3
- "version": "1.330.0",
3
+ "version": "1.332.0",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -61,7 +61,7 @@
61
61
  "rollup": "^3.29.4",
62
62
  "rollup-plugin-dts": "^6.1.1",
63
63
  "rollup-plugin-esbuild": "^5.0.0",
64
- "typescript": "~5.2.2"
64
+ "typescript": "^5.5.4"
65
65
  },
66
66
  "dependencies": {
67
67
  "@wix/editor-platform-transport": "1.8.0",
@@ -91,5 +91,5 @@
91
91
  ]
92
92
  }
93
93
  },
94
- "falconPackageHash": "016b437bd55f67415284d1b7a4a062fa8c517de9fc3e373c11c465e3"
94
+ "falconPackageHash": "2603dbdb71b73d796763978ae52dcb592d963af0c7afd6129d483bf4"
95
95
  }