@sap-ux/project-input-validator 0.6.62 → 0.6.64

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
@@ -24,7 +24,8 @@ function addi18nResourceBundle() {
24
24
  async function initI18nProjectValidators() {
25
25
  await exports.i18n.init({
26
26
  lng: 'en',
27
- fallbackLng: 'en'
27
+ fallbackLng: 'en',
28
+ showSupportNotice: false
28
29
  });
29
30
  addi18nResourceBundle();
30
31
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ux/project-input-validator",
3
- "version": "0.6.62",
3
+ "version": "0.6.64",
4
4
  "description": "Library to validate Fiori project input formats",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,7 +16,7 @@
16
16
  "dependencies": {
17
17
  "i18next": "25.8.12",
18
18
  "validate-npm-package-name": "7.0.2",
19
- "@sap-ux/project-access": "1.35.9"
19
+ "@sap-ux/project-access": "1.35.10"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/validate-npm-package-name": "4.0.1",