@wix/editor-application 1.381.0 → 1.383.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.
- package/dist/types/index.d.ts +6 -6
- package/package.json +8 -8
package/dist/types/index.d.ts
CHANGED
|
@@ -196,10 +196,10 @@ declare abstract class EditorPlatformApplication<TContext extends IApplicationCo
|
|
|
196
196
|
apiMethod: string;
|
|
197
197
|
apiType: string;
|
|
198
198
|
}>;
|
|
199
|
-
withUrl(url: string): any;
|
|
200
|
-
withAppDefinitionId(appDefinitionId: string): any;
|
|
201
|
-
withApiMethod(apiMethod: string): any;
|
|
202
|
-
withApiType(apiType: string): any;
|
|
199
|
+
withUrl(url: string): /*elided*/ any;
|
|
200
|
+
withAppDefinitionId(appDefinitionId: string): /*elided*/ any;
|
|
201
|
+
withApiMethod(apiMethod: string): /*elided*/ any;
|
|
202
|
+
withApiType(apiType: string): /*elided*/ any;
|
|
203
203
|
displayName: string;
|
|
204
204
|
prefix: string;
|
|
205
205
|
errorMessage: string;
|
|
@@ -210,8 +210,8 @@ declare abstract class EditorPlatformApplication<TContext extends IApplicationCo
|
|
|
210
210
|
getDisplayMessage(): string;
|
|
211
211
|
getMessage(): string;
|
|
212
212
|
getBreadcrumbs(): string[];
|
|
213
|
-
withParentError(e: Error | _wix_public_editor_platform_errors.BaseError<any>): any;
|
|
214
|
-
withMessage(...messages: string[]): any;
|
|
213
|
+
withParentError(e: Error | _wix_public_editor_platform_errors.BaseError<any>): /*elided*/ any;
|
|
214
|
+
withMessage(...messages: string[]): /*elided*/ any;
|
|
215
215
|
name: string;
|
|
216
216
|
message: string;
|
|
217
217
|
stack?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/editor-application",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.383.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -53,21 +53,21 @@
|
|
|
53
53
|
},
|
|
54
54
|
"license": "UNLICENSED",
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@rollup/plugin-node-resolve": "^15.
|
|
56
|
+
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
57
57
|
"@wix/editor-application-context": "^1.0.0",
|
|
58
|
-
"esbuild": "^0.
|
|
58
|
+
"esbuild": "^0.24.0",
|
|
59
59
|
"eslint": "^8.57.1",
|
|
60
|
-
"prettier": "^3.
|
|
60
|
+
"prettier": "^3.4.1",
|
|
61
61
|
"rollup": "^3.29.5",
|
|
62
62
|
"rollup-plugin-dts": "^6.1.1",
|
|
63
63
|
"rollup-plugin-esbuild": "^5.0.0",
|
|
64
|
-
"typescript": "^5.
|
|
64
|
+
"typescript": "^5.7.2"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
67
|
"@wix/editor-platform-transport": "1.10.0",
|
|
68
68
|
"@wix/public-editor-platform-errors": "1.8.0",
|
|
69
|
-
"@wix/public-editor-platform-events": "1.
|
|
70
|
-
"@wix/public-editor-platform-interfaces": "1.
|
|
69
|
+
"@wix/public-editor-platform-events": "1.302.0",
|
|
70
|
+
"@wix/public-editor-platform-interfaces": "1.13.0",
|
|
71
71
|
"@wix/sdk": "1.12.9"
|
|
72
72
|
},
|
|
73
73
|
"publishConfig": {
|
|
@@ -92,5 +92,5 @@
|
|
|
92
92
|
]
|
|
93
93
|
}
|
|
94
94
|
},
|
|
95
|
-
"falconPackageHash": "
|
|
95
|
+
"falconPackageHash": "9b0df5c43db2db1a1cba07153c87b87f833f4907de216f58b7ed94c9"
|
|
96
96
|
}
|