@sap-ux/fiori-generator-shared 0.13.31 → 0.13.33

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/README.md +4 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # @sap-ux/fiori-generator-shared
1
+ [![Changelog](https://img.shields.io/badge/changelog-8A2BE2)](https://github.com/SAP/open-ux-tools/blob/main/packages/fiori-generator-shared/CHANGELOG.md) [![Github repo](https://img.shields.io/badge/github-repo-blue)](https://github.com/SAP/open-ux-tools/tree/main/packages/fiori-generator-shared)
2
+
3
+ # [`@sap-ux/fiori-generator-shared`](https://github.com/SAP/open-ux-tools/tree/main/packages/fiori-generator-shared)
2
4
 
3
5
  Commonly used shared functionality to support the fiori generator.
4
6
  Add functionality that may be used by multiple generator modules.
@@ -10,4 +12,4 @@ When adding additional templates, ensure the calling function (e.g., generateApp
10
12
  Read [License](./LICENSE).
11
13
 
12
14
  ## Keywords
13
- SAP
15
+ SAP
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.13.31",
4
+ "version": "0.13.33",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -24,9 +24,9 @@
24
24
  "mem-fs-editor": "9.4.0",
25
25
  "os-name": "4.0.1",
26
26
  "semver": "7.5.4",
27
- "@sap-ux/btp-utils": "1.1.4",
28
- "@sap-ux/project-access": "1.32.7",
29
- "@sap-ux/telemetry": "0.6.36"
27
+ "@sap-ux/btp-utils": "1.1.5",
28
+ "@sap-ux/project-access": "1.32.8",
29
+ "@sap-ux/telemetry": "0.6.38"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/mem-fs-editor": "7.0.1",
@@ -34,9 +34,9 @@
34
34
  "@types/semver": "7.5.2",
35
35
  "@types/vscode": "1.73.1",
36
36
  "@types/yeoman-environment": "2.10.11",
37
- "@sap-ux/axios-extension": "1.24.1",
38
- "@sap-ux/logger": "0.7.0",
39
- "@sap-ux/store": "1.3.2"
37
+ "@sap-ux/axios-extension": "1.24.2",
38
+ "@sap-ux/logger": "0.7.1",
39
+ "@sap-ux/store": "1.3.3"
40
40
  },
41
41
  "engines": {
42
42
  "node": ">=20.x"