@sap-ux/mockserver-config-writer 0.9.55 → 0.9.58

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.
Files changed (2) hide show
  1. package/dist/i18n.js +2 -1
  2. package/package.json +2 -2
package/dist/i18n.js CHANGED
@@ -22,7 +22,8 @@ async function initI18n() {
22
22
  lng: 'en',
23
23
  fallbackLng: 'en',
24
24
  defaultNS: NS,
25
- ns: [NS]
25
+ ns: [NS],
26
+ showSupportNotice: false
26
27
  });
27
28
  await i18nInstance.init();
28
29
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/mockserver-config-writer",
3
3
  "description": "Add or update configuration for SAP Fiori tools mockserver",
4
- "version": "0.9.55",
4
+ "version": "0.9.58",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -22,7 +22,7 @@
22
22
  "i18next": "25.8.12",
23
23
  "mem-fs": "2.1.0",
24
24
  "mem-fs-editor": "9.4.0",
25
- "@sap-ux/project-access": "1.35.7",
25
+ "@sap-ux/project-access": "1.35.9",
26
26
  "@sap-ux/ui5-config": "0.29.19"
27
27
  },
28
28
  "devDependencies": {