@sap-ux/fiori-elements-writer 0.12.10 → 0.12.12

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/i18n.js CHANGED
@@ -46,5 +46,7 @@ function t(key, options) {
46
46
  return i18next_1.default.t(key, options);
47
47
  }
48
48
  exports.t = t;
49
- initI18n();
49
+ initI18n().catch(() => {
50
+ // Ignore any errors since the write will still work
51
+ });
50
52
  //# sourceMappingURL=i18n.js.map
package/dist/index.js CHANGED
@@ -46,7 +46,7 @@ exports.V2_FE_TYPES_AVAILABLE = '1.108.0';
46
46
  * Get TypeScript Ignore Glob Pattern.
47
47
  *
48
48
  * @param feApp to generate the Fiori elements application
49
- * @param coercedUI5Version
49
+ * @param coercedUI5Version the coerced UI5 version
50
50
  * @returns ignore pattern
51
51
  */
52
52
  function getTypeScriptIgnoreGlob(feApp, coercedUI5Version) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/fiori-elements-writer",
3
3
  "description": "SAP Fiori elements application writer",
4
- "version": "0.12.10",
4
+ "version": "0.12.12",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -27,11 +27,11 @@
27
27
  "mem-fs-editor": "9.4.0",
28
28
  "read-pkg-up": "7.0.1",
29
29
  "semver": "7.3.5",
30
- "@sap-ux/odata-service-writer": "0.14.22",
31
- "@sap-ux/ui5-application-writer": "0.23.0",
32
- "@sap-ux/fe-fpm-writer": "0.20.2",
33
- "@sap-ux/ui5-config": "0.17.0",
34
- "@sap-ux/ui5-test-writer": "0.1.7"
30
+ "@sap-ux/odata-service-writer": "0.14.23",
31
+ "@sap-ux/ui5-application-writer": "0.23.1",
32
+ "@sap-ux/fe-fpm-writer": "0.21.0",
33
+ "@sap-ux/ui5-config": "0.17.1",
34
+ "@sap-ux/ui5-test-writer": "0.1.8"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/ejs": "3.1.0",