@sap-ux/cf-deploy-config-writer 0.3.35 → 0.3.36
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.
- package/README.md +4 -3
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
[](https://github.com/SAP/open-ux-tools/blob/main/packages/cf-deploy-config-writer/CHANGELOG.md) [](https://github.com/SAP/open-ux-tools/tree/main/packages/cf-deploy-config-writer)
|
|
2
|
+
|
|
3
|
+
# [`@sap-ux/cf-deploy-config-writer`](https://github.com/SAP/open-ux-tools/tree/main/packages/cf-deploy-config-writer)
|
|
2
4
|
|
|
3
5
|
Add or amend Cloud Foundry deployment configuration to SAP projects.
|
|
4
6
|
|
|
@@ -159,5 +161,4 @@ Cloud Foundry
|
|
|
159
161
|
MTA
|
|
160
162
|
Multi-Target Application
|
|
161
163
|
CAP
|
|
162
|
-
CDS
|
|
163
|
-
|
|
164
|
+
CDS
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/cf-deploy-config-writer",
|
|
3
3
|
"description": "Add or amend Cloud Foundry and ABAP deployment configuration for SAP projects",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.36",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"mem-fs": "2.1.0",
|
|
30
30
|
"mem-fs-editor": "9.4.0",
|
|
31
31
|
"hasbin": "1.2.3",
|
|
32
|
-
"@sap-ux/project-access": "1.32.
|
|
33
|
-
"@sap-ux/yaml": "0.17.
|
|
34
|
-
"@sap-ux/btp-utils": "1.1.
|
|
35
|
-
"@sap-ux/logger": "0.7.
|
|
36
|
-
"@sap-ux/ui5-config": "0.29.
|
|
37
|
-
"@sap-ux/nodejs-utils": "0.2.
|
|
32
|
+
"@sap-ux/project-access": "1.32.8",
|
|
33
|
+
"@sap-ux/yaml": "0.17.2",
|
|
34
|
+
"@sap-ux/btp-utils": "1.1.5",
|
|
35
|
+
"@sap-ux/logger": "0.7.1",
|
|
36
|
+
"@sap-ux/ui5-config": "0.29.9",
|
|
37
|
+
"@sap-ux/nodejs-utils": "0.2.8"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/ejs": "3.1.2",
|