@omnia/wcm 7.9.52-preview → 7.9.53-preview

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.
@@ -739,6 +739,7 @@ export declare module EditorLocalization {
739
739
  DuplicateWarningMessage: string;
740
740
  MoveAsChild: string;
741
741
  MoveAsSibling: string;
742
+ DuplicateWarningMessageWhenMovingAsSibling: string;
742
743
  };
743
744
  SendAppprovalRequest: {
744
745
  Title: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/wcm",
3
3
  "license": "MIT",
4
- "version": "7.9.52-preview",
4
+ "version": "7.9.53-preview",
5
5
  "description": "Omnia Web Content Management.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"