@sap-ux/create 0.13.155 → 0.13.157

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 +16 -16
package/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # @sap-ux/create
1
+ [![Changelog](https://img.shields.io/badge/changelog-8A2BE2)](https://github.com/SAP/open-ux-tools/blob/main/packages/create/CHANGELOG.md) [![Github repo](https://img.shields.io/badge/github-repo-blue)](https://github.com/SAP/open-ux-tools/tree/main/packages/create)
2
+
3
+ # [`@sap-ux/create`](https://github.com/SAP/open-ux-tools/tree/main/packages/create)
2
4
  Module which provides command line interface to configure features for SAP UX projects or applications.
3
5
 
4
6
  ## [Installation](#installation)
@@ -189,4 +191,4 @@ sap-ux generate adaptation-project --id my.adp --reference the.original.app --ur
189
191
  - `--ignoreCertErrors` ignore certificate errors when connecting to the target system
190
192
  - `--ft` enable the Fiori tools for the generated project
191
193
  - `--package [package]` ABAP package to be used for deployments
192
- - `--transport [transport]` ABAP transport to be used for deployments
194
+ - `--transport [transport]` ABAP transport to be used for deployments
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/create",
3
3
  "description": "SAP Fiori tools module to add or remove features",
4
- "version": "0.13.155",
4
+ "version": "0.13.157",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -30,19 +30,19 @@
30
30
  "mem-fs": "2.1.0",
31
31
  "mem-fs-editor": "9.4.0",
32
32
  "prompts": "2.4.2",
33
- "@sap-ux/abap-deploy-config-inquirer": "1.6.43",
34
- "@sap-ux/abap-deploy-config-writer": "0.2.32",
35
- "@sap-ux/adp-tooling": "0.17.5",
36
- "@sap-ux/cap-config-writer": "0.12.22",
37
- "@sap-ux/app-config-writer": "0.6.55",
38
- "@sap-ux/logger": "0.7.0",
39
- "@sap-ux/mockserver-config-writer": "0.9.24",
40
- "@sap-ux/odata-service-writer": "0.27.28",
41
- "@sap-ux/preview-middleware": "0.23.45",
42
- "@sap-ux/project-access": "1.32.7",
43
- "@sap-ux/ui5-config": "0.29.8",
44
- "@sap-ux/flp-config-inquirer": "0.4.55",
45
- "@sap-ux/system-access": "0.6.27"
33
+ "@sap-ux/abap-deploy-config-inquirer": "1.6.44",
34
+ "@sap-ux/abap-deploy-config-writer": "0.2.33",
35
+ "@sap-ux/adp-tooling": "0.17.6",
36
+ "@sap-ux/app-config-writer": "0.6.56",
37
+ "@sap-ux/cap-config-writer": "0.12.23",
38
+ "@sap-ux/logger": "0.7.1",
39
+ "@sap-ux/mockserver-config-writer": "0.9.25",
40
+ "@sap-ux/odata-service-writer": "0.27.29",
41
+ "@sap-ux/preview-middleware": "0.23.47",
42
+ "@sap-ux/project-access": "1.32.8",
43
+ "@sap-ux/system-access": "0.6.28",
44
+ "@sap-ux/ui5-config": "0.29.9",
45
+ "@sap-ux/flp-config-inquirer": "0.4.56"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/diff": "5.0.9",
@@ -50,8 +50,8 @@
50
50
  "@types/mem-fs": "1.1.2",
51
51
  "@types/mem-fs-editor": "7.0.1",
52
52
  "@types/prompts": "2.4.4",
53
- "@sap-ux/inquirer-common": "0.9.0",
54
- "@sap-ux/store": "1.3.2"
53
+ "@sap-ux/inquirer-common": "0.9.1",
54
+ "@sap-ux/store": "1.3.3"
55
55
  },
56
56
  "scripts": {
57
57
  "build": "tsc --build",