@sap-ux/fiori-elements-writer 0.12.18 → 0.12.19

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.
@@ -11,7 +11,6 @@ import type { PackageJsonScripts } from './types';
11
11
  * @param options.startFile path that should be opened with the start script
12
12
  * @param options.localStartFile path that should be opend with the start-local script
13
13
  * @param options.generateIndex exclude the start-noflp script
14
- * @description Generates the package.json scripts
15
14
  * @returns package.json scripts
16
15
  */
17
16
  export declare function getPackageJsonTasks({ localOnly, addMock, addTest, sapClient, flpAppId, startFile, localStartFile, generateIndex }: {
@@ -14,7 +14,6 @@ const i18n_1 = require("./i18n");
14
14
  * @param options.startFile path that should be opened with the start script
15
15
  * @param options.localStartFile path that should be opend with the start-local script
16
16
  * @param options.generateIndex exclude the start-noflp script
17
- * @description Generates the package.json scripts
18
17
  * @returns package.json scripts
19
18
  */
20
19
  function getPackageJsonTasks({ localOnly, addMock = true, addTest = false, sapClient, flpAppId = '', startFile, localStartFile, generateIndex = true }) {
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.18",
4
+ "version": "0.12.19",
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.5.3",
30
- "@sap-ux/odata-service-writer": "0.14.25",
31
- "@sap-ux/ui5-application-writer": "0.23.4",
32
- "@sap-ux/fe-fpm-writer": "0.22.2",
33
- "@sap-ux/ui5-config": "0.18.1",
34
- "@sap-ux/ui5-test-writer": "0.1.9"
30
+ "@sap-ux/odata-service-writer": "0.14.26",
31
+ "@sap-ux/ui5-application-writer": "0.23.5",
32
+ "@sap-ux/fe-fpm-writer": "0.22.3",
33
+ "@sap-ux/ui5-config": "0.18.2",
34
+ "@sap-ux/ui5-test-writer": "0.1.10"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/ejs": "3.1.0",
@@ -41,7 +41,7 @@
41
41
  "@types/mem-fs": "1.1.2",
42
42
  "@types/semver": "7.3.9",
43
43
  "fs-extra": "10.0.0",
44
- "@sap-ux/eslint-plugin-fiori-tools": "0.2.0"
44
+ "@sap-ux/eslint-plugin-fiori-tools": "0.2.1"
45
45
  },
46
46
  "engines": {
47
47
  "pnpm": ">=6.26.1 < 7.0.0 || >=7.1.0",
@@ -49,7 +49,7 @@
49
49
  },
50
50
  "scripts": {
51
51
  "build": "tsc --build",
52
- "clean": "rimraf dist test/test-output coverage *.tsbuildinfo",
52
+ "clean": "rimraf --glob dist test/test-output coverage *.tsbuildinfo",
53
53
  "watch": "tsc --watch",
54
54
  "lint": "eslint . --ext .ts",
55
55
  "lint:fix": "eslint . --ext .ts --fix",