@sap-ux/project-access 1.32.7 → 1.32.8
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 +4 -4
package/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
[](https://github.com/SAP/open-ux-tools/blob/main/packages/project-access/CHANGELOG.md) [](https://github.com/SAP/open-ux-tools/tree/main/packages/project-access)
|
|
2
|
+
|
|
3
|
+
# [`@sap-ux/project-access`](https://github.com/SAP/open-ux-tools/tree/main/packages/project-access)
|
|
2
4
|
|
|
3
5
|
Library that offers functions to find, read, and retrieve project information and artifacts.
|
|
4
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/project-access",
|
|
3
|
-
"version": "1.32.
|
|
3
|
+
"version": "1.32.8",
|
|
4
4
|
"description": "Library to access SAP Fiori tools projects",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"mem-fs": "2.1.0",
|
|
30
30
|
"mem-fs-editor": "9.4.0",
|
|
31
31
|
"semver": "7.5.4",
|
|
32
|
-
"@sap-ux/i18n": "0.3.
|
|
33
|
-
"@sap-ux/ui5-config": "0.29.
|
|
32
|
+
"@sap-ux/i18n": "0.3.5",
|
|
33
|
+
"@sap-ux/ui5-config": "0.29.9"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/mem-fs": "1.1.2",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@types/semver": "7.5.2",
|
|
39
39
|
"@ui5/manifest": "1.76.0",
|
|
40
40
|
"vscode-uri": "3.0.7",
|
|
41
|
-
"@sap-ux/logger": "0.7.
|
|
41
|
+
"@sap-ux/logger": "0.7.1"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"build": "tsc --build",
|