@sap-ux/deploy-config-generator-shared 0.1.49 → 0.1.51

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/deploy-config-generator-shared
1
+ [![Changelog](https://img.shields.io/badge/changelog-8A2BE2)](https://github.com/SAP/open-ux-tools/blob/main/packages/deploy-config-generator-shared/CHANGELOG.md) [![Github repo](https://img.shields.io/badge/github-repo-blue)](https://github.com/SAP/open-ux-tools/tree/main/packages/deploy-config-generator-shared)
2
+
3
+ # [`@sap-ux/deploy-config-generator-shared`](https://github.com/SAP/open-ux-tools/tree/main/packages/deploy-config-generator-shared)
2
4
 
3
5
  Commonly used shared functionality to support the deployment configuration generators.
4
6
  Add functionality that may be used by multiple deployment configuration generator modules.
@@ -9,4 +11,4 @@ Add functionality that may be used by multiple deployment configuration generato
9
11
  Read [License](./LICENSE).
10
12
 
11
13
  ## Keywords
12
- SAP
14
+ SAP
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/deploy-config-generator-shared",
3
3
  "description": "Commonly used shared functionality and types to support the deploy config generator.",
4
- "version": "0.1.49",
4
+ "version": "0.1.51",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -20,16 +20,16 @@
20
20
  "@vscode-logging/logger": "2.0.0",
21
21
  "i18next": "25.3.0",
22
22
  "yeoman-generator": "5.10.0",
23
- "@sap-ux/btp-utils": "1.1.4",
24
- "@sap-ux/fiori-generator-shared": "0.13.30",
25
- "@sap-ux/nodejs-utils": "0.2.7"
23
+ "@sap-ux/btp-utils": "1.1.5",
24
+ "@sap-ux/fiori-generator-shared": "0.13.32",
25
+ "@sap-ux/nodejs-utils": "0.2.8"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/inquirer": "8.2.6",
29
29
  "@types/yeoman-generator": "5.2.11",
30
- "@sap-ux/axios-extension": "1.24.0",
31
- "@sap-ux/inquirer-common": "0.8.9",
32
- "@sap-ux/store": "1.3.1"
30
+ "@sap-ux/axios-extension": "1.24.2",
31
+ "@sap-ux/inquirer-common": "0.9.1",
32
+ "@sap-ux/store": "1.3.3"
33
33
  },
34
34
  "engines": {
35
35
  "node": ">=20.x"