@sap-ux/fiori-generator-shared 0.8.1 → 0.9.1

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.
@@ -10,6 +10,8 @@ export interface PackageJsonScripts {
10
10
  'start-noflp'?: string;
11
11
  /** Optional command to start the application with a mock server configuration. */
12
12
  'start-mock'?: string;
13
+ /** Optional command to run unit tests. */
14
+ 'unit-test'?: string;
13
15
  /** Optional command to run tests. */
14
16
  'int-test'?: string;
15
17
  /** Optional command to add the variants management script. */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/fiori-generator-shared",
3
3
  "description": "Commonly used shared functionality and types to support the fiori generator.",
4
- "version": "0.8.1",
4
+ "version": "0.9.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -25,8 +25,8 @@
25
25
  "os-name": "4.0.1",
26
26
  "semver": "7.5.4",
27
27
  "@sap-ux/btp-utils": "1.0.1",
28
- "@sap-ux/project-access": "1.29.8",
29
- "@sap-ux/telemetry": "0.5.62"
28
+ "@sap-ux/project-access": "1.29.9",
29
+ "@sap-ux/telemetry": "0.5.63"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/mem-fs-editor": "7.0.1",