@sap-ux/preview-middleware 0.16.75 → 0.16.76

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.
@@ -20,7 +20,7 @@ ADP_ADD_FRAGMENT_DIALOG_AGGREGATION_LABEL = Target Aggregation
20
20
  ADP_ADD_FRAGMENT_DIALOG_INDEX_LABEL = Index
21
21
  ADP_ADD_FRAGMENT_DIALOG_FRAGMENT_NAME_LABEL = Fragment Name
22
22
  ADP_ADD_FRAGMENT_NOTIFICATION = Note: The "{0}.fragment.xml" fragment will be created once you save the change.
23
- ADP_ADD_FRAGMENT_WITH_TEMPLATE_NOTIFICATION = Note: The "{0}.fragment.xml" fragment will be created once you save the changes. After saving, reload the editor to see the change in UI.
23
+ ADP_ADD_FRAGMENT_WITH_TEMPLATE_NOTIFICATION = Note: The "{0}.fragment.xml" fragment will be created once you save the changes.
24
24
  ADP_SYNC_VIEWS_MESSAGE = Synchronous views are detected for this application. Controller extensions are not supported for such views and will be disabled.
25
25
  ADP_REUSE_COMPONENTS_MESSAGE = Reuse components are detected for some views in this application. Controller extensions and adding fragments are not supported for such views and will be disabled.
26
26
 
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "bugs": {
10
10
  "url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Apreview-middleware"
11
11
  },
12
- "version": "0.16.75",
12
+ "version": "0.16.76",
13
13
  "license": "Apache-2.0",
14
14
  "author": "@SAP/ux-tools-team",
15
15
  "main": "dist/index.js",
@@ -26,10 +26,10 @@
26
26
  "mem-fs": "2.1.0",
27
27
  "mem-fs-editor": "9.4.0",
28
28
  "@sap-ux/logger": "0.6.0",
29
+ "@sap-ux/btp-utils": "0.15.2",
30
+ "@sap-ux/control-property-editor-sources": "npm:@sap-ux/control-property-editor@0.5.12",
29
31
  "@sap-ux/adp-tooling": "0.12.52",
30
- "@sap-ux/project-access": "1.27.4",
31
- "@sap-ux/control-property-editor-sources": "npm:@sap-ux/control-property-editor@0.5.11",
32
- "@sap-ux/btp-utils": "0.15.2"
32
+ "@sap-ux/project-access": "1.27.4"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/ejs": "3.1.2",
@@ -45,9 +45,9 @@
45
45
  "supertest": "6.3.3",
46
46
  "@sap-ux-private/playwright": "0.1.0",
47
47
  "dotenv": "16.3.1",
48
- "@private/preview-middleware-client": "npm:@sap-ux-private/preview-middleware-client@0.11.10",
49
- "@sap-ux/store": "0.9.1",
48
+ "@private/preview-middleware-client": "npm:@sap-ux-private/preview-middleware-client@0.11.11",
50
49
  "@sap-ux/axios-extension": "1.16.6",
50
+ "@sap-ux/store": "0.9.1",
51
51
  "@sap-ux/ui5-info": "0.8.1",
52
52
  "@sap-ux/i18n": "0.2.0"
53
53
  },