@sap-ux/adp-tooling 0.7.1 → 0.7.3
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/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"bugs": {
|
|
10
10
|
"url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Aadp-tooling"
|
|
11
11
|
},
|
|
12
|
-
"version": "0.7.
|
|
12
|
+
"version": "0.7.3",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"author": "@SAP/ux-tools-team",
|
|
15
15
|
"main": "dist/index.js",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"mem-fs-editor": "9.4.0",
|
|
30
30
|
"prompts": "2.4.2",
|
|
31
31
|
"adm-zip": "0.5.10",
|
|
32
|
-
"@sap-ux/axios-extension": "1.
|
|
32
|
+
"@sap-ux/axios-extension": "1.8.0",
|
|
33
33
|
"@sap-ux/logger": "0.4.0",
|
|
34
|
-
"@sap-ux/system-access": "0.3.
|
|
34
|
+
"@sap-ux/system-access": "0.3.6",
|
|
35
35
|
"@sap-ux/ui5-config": "0.21.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"@types/supertest": "2.0.12",
|
|
44
44
|
"@types/adm-zip": "0.5.3",
|
|
45
45
|
"dotenv": "16.3.1",
|
|
46
|
-
"nock": "13.
|
|
46
|
+
"nock": "13.4.0",
|
|
47
47
|
"rimraf": "5.0.1",
|
|
48
48
|
"supertest": "6.3.3",
|
|
49
|
-
"@sap-ux/project-access": "1.
|
|
49
|
+
"@sap-ux/project-access": "1.16.2",
|
|
50
50
|
"@sap-ux/store": "0.4.0"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
@@ -21,6 +21,6 @@
|
|
|
21
21
|
"start": "<%= locals.options?.fioriTools ? 'fiori run' : 'ui5 serve' %> --open /test/flp.html#app-preview",
|
|
22
22
|
"start-editor": "<%= locals.options?.fioriTools ? 'fiori run' : 'ui5 serve' %> --open /test/adaptation-editor.html"<%if (locals.deploy) {%>,
|
|
23
23
|
"deploy": "ui5 build --config ui5-deploy.yaml --exclude-task <%= locals.options?.fioriTools ? 'deploy-to-abap' : 'abap-deploy-task' %> generateFlexChangesBundle generateComponentPreload --clean-dest && <%= locals.options?.fioriTools ? 'fiori deploy' : 'deploy' %> --config ui5-deploy.yaml",
|
|
24
|
-
"undeploy": "<%= locals.options?.fioriTools ? 'fiori undeploy' : 'undeploy' %> --config ui5-deploy.yaml --lrep
|
|
24
|
+
"undeploy": "<%= locals.options?.fioriTools ? 'fiori undeploy' : 'undeploy' %> --config ui5-deploy.yaml --lrep \"apps/<%= app.reference %>/appVariants/<%= app.id %>/\""<%}%>
|
|
25
25
|
}
|
|
26
26
|
}
|