@wix/public-editor-platform-events 1.308.0 → 1.310.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.
@@ -205,4 +205,5 @@ declare class DMEventsBridge {
205
205
  notify(_event: any): void;
206
206
  }
207
207
 
208
- export { DMEventsBridge, EventEmitter, type IPlatformAppCustomEvent, type IPlatformAppEvent, type IPlatformAppExecuteEvent, type IPlatformAppHostEvent, type IPlatformAppInitEvent, type IPlatformAppLoadEvent, type IPlatformApplicationApiInitEvent, type IPlatformApplicationRemovedEvent, type IPlatformApplicationsSpecsReceived, type IPlatformEditorReadyEvent, type IPlatformEditorReadyLifecycleEvent, type IPlatformGetApplicationApi, type IPlatformHostEvent, type IPlatformIframeInit, type IPlatformInitApplicationApi, type IPlatformPrivateEvent, type IPlatformRunApplication, type IPlatformWorkerSpawnEvent, PlatformAppEvent, PlatformAppEventEmitter, PlatformLifecycleEvent, PlatformPrivateEvent, PlatformPrivateEventEmitter };
208
+ export { DMEventsBridge, EventEmitter, PlatformAppEvent, PlatformAppEventEmitter, PlatformLifecycleEvent, PlatformPrivateEvent, PlatformPrivateEventEmitter };
209
+ export type { IPlatformAppCustomEvent, IPlatformAppEvent, IPlatformAppExecuteEvent, IPlatformAppHostEvent, IPlatformAppInitEvent, IPlatformAppLoadEvent, IPlatformApplicationApiInitEvent, IPlatformApplicationRemovedEvent, IPlatformApplicationsSpecsReceived, IPlatformEditorReadyEvent, IPlatformEditorReadyLifecycleEvent, IPlatformGetApplicationApi, IPlatformHostEvent, IPlatformIframeInit, IPlatformInitApplicationApi, IPlatformPrivateEvent, IPlatformRunApplication, IPlatformWorkerSpawnEvent };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/public-editor-platform-events",
3
- "version": "1.308.0",
3
+ "version": "1.310.0",
4
4
  "license": "UNLICENSED",
5
5
  "author": {
6
6
  "name": "Editor Platform <editor-platform-dev@wix.com>",
@@ -32,15 +32,15 @@
32
32
  "*.{js,ts}": "yarn lint"
33
33
  },
34
34
  "dependencies": {
35
- "@wix/public-editor-platform-interfaces": "1.19.0"
35
+ "@wix/public-editor-platform-interfaces": "1.20.0"
36
36
  },
37
37
  "devDependencies": {
38
- "esbuild": "^0.24.2",
39
- "prettier": "^3.4.2",
38
+ "esbuild": "^0.25.1",
39
+ "prettier": "^3.5.3",
40
40
  "rollup": "^3.29.5",
41
- "rollup-plugin-dts": "^6.1.1",
41
+ "rollup-plugin-dts": "^6.2.1",
42
42
  "rollup-plugin-esbuild": "^5.0.0",
43
- "typescript": "^5.7.3"
43
+ "typescript": "^5.8.2"
44
44
  },
45
45
  "wix": {
46
46
  "artifact": {
@@ -53,5 +53,5 @@
53
53
  ]
54
54
  }
55
55
  },
56
- "falconPackageHash": "f7e92132ebe8fa548c4a1aee9eeff4cd33e4694083dc34d6439bd5ca"
56
+ "falconPackageHash": "e2d832546c7e822bf07d7643c4121a9ec44702f512f556692832756a"
57
57
  }