@wix/editor 1.539.0 → 1.541.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.
@@ -1,6 +1,6 @@
1
1
  import * as _wix_editor_platform_contexts from '@wix/editor-platform-contexts';
2
2
  import { ApplicationContext, AppEventPayload, AllowedEvents } from '@wix/editor-platform-contexts';
3
- import { WorkspaceHost as WorkspaceHost$1, AppsNamespace } from '@wix/workspace';
3
+ import { WorkspaceHost as WorkspaceHost$1, AppsNamespace, ToolsNamespace } from '@wix/workspace';
4
4
  import * as _wix_sdk_types from '@wix/sdk-types';
5
5
  import { Host } from '@wix/sdk-types';
6
6
  import * as _wix_sdk_runtime_host_modules from '@wix/sdk-runtime/host-modules';
@@ -12,9 +12,12 @@ declare class Workspace implements NonNullable<WorkspaceHost$1['workspace']> {
12
12
  private applicationContext;
13
13
  constructor(applicationContext: Promise<ApplicationContext>);
14
14
  private workspaceAPI;
15
+ private appsAPI;
16
+ private toolsAPI;
15
17
  getContextIds: NonNullable<WorkspaceHost$1['workspace']>['getContextIds'];
16
18
  openItemSelector: NonNullable<WorkspaceHost$1['workspace']>['openItemSelector'];
17
19
  apps: AppsNamespace;
20
+ tools: ToolsNamespace;
18
21
  }
19
22
  declare class WorkspaceHost {
20
23
  #private;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor",
3
- "version": "1.539.0",
3
+ "version": "1.541.0",
4
4
  "license": "UNLICENSED",
5
5
  "author": {
6
6
  "name": "Editor Platform <editor-platform-dev@wix.com>",
@@ -38,7 +38,7 @@
38
38
  "@wix/public-editor-platform-interfaces": "1.54.0",
39
39
  "@wix/sdk-runtime": "^0.7.0",
40
40
  "@wix/sdk-types": "^1.17.8",
41
- "@wix/workspace": "^1.3.1"
41
+ "@wix/workspace": "^1.3.9"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@rollup/plugin-node-resolve": "^15.3.1",
@@ -69,5 +69,5 @@
69
69
  ]
70
70
  }
71
71
  },
72
- "falconPackageHash": "0d2c12d25f6d57677b4730e4d9c76989816116824e43579d74f08d6b"
72
+ "falconPackageHash": "6c246e505a2019f11d17b87088c7abaccad6f341a9fc817f739dcfae"
73
73
  }