@sap-ux/system-access 0.6.27 → 0.6.29
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 +3 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
[](https://github.com/SAP/open-ux-tools/blob/main/packages/system-access/CHANGELOG.md) [](https://github.com/SAP/open-ux-tools/tree/main/packages/system-access)
|
|
2
|
+
|
|
3
|
+
# [`@sap-ux/system-access`](https://github.com/SAP/open-ux-tools/tree/main/packages/system-access)
|
|
2
4
|
|
|
3
5
|
Module offering reusable functionality to access SAP systems. This module is currently in a 0.x version and is only recommended to be used by modules within the `open-ux-tools` monorepo because the API is subject to change without notice.
|
|
4
6
|
|
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%3Asystem-access"
|
|
11
11
|
},
|
|
12
|
-
"version": "0.6.
|
|
12
|
+
"version": "0.6.29",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"author": "@SAP/ux-tools-team",
|
|
15
15
|
"main": "dist/index.js",
|
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"prompts": "2.4.2",
|
|
26
|
-
"@sap-ux/axios-extension": "1.24.
|
|
27
|
-
"@sap-ux/btp-utils": "1.1.
|
|
28
|
-
"@sap-ux/logger": "0.7.
|
|
29
|
-
"@sap-ux/store": "1.3.
|
|
26
|
+
"@sap-ux/axios-extension": "1.24.3",
|
|
27
|
+
"@sap-ux/btp-utils": "1.1.5",
|
|
28
|
+
"@sap-ux/logger": "0.7.1",
|
|
29
|
+
"@sap-ux/store": "1.3.3"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/prompts": "2.4.4",
|
|
33
33
|
"nock": "13.4.0",
|
|
34
34
|
"rimraf": "6.0.1",
|
|
35
|
-
"@sap-ux/project-access": "1.32.
|
|
35
|
+
"@sap-ux/project-access": "1.32.10"
|
|
36
36
|
},
|
|
37
37
|
"engines": {
|
|
38
38
|
"node": ">=20.x"
|