@sap-ux/fiori-elements-writer 0.12.9 → 0.12.11
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 +3 -1
- package/dist/index.js +1 -1
- package/package.json +6 -6
package/dist/i18n.js
CHANGED
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.
|
|
4
|
+
"version": "0.12.11",
|
|
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.
|
|
31
|
-
"@sap-ux/ui5-application-writer": "0.23.
|
|
32
|
-
"@sap-ux/fe-fpm-writer": "0.20.
|
|
33
|
-
"@sap-ux/ui5-config": "0.17.
|
|
34
|
-
"@sap-ux/ui5-test-writer": "0.1.
|
|
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.20.3",
|
|
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",
|