@sap-ux/environment-check 0.18.46 → 0.18.48

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 +7 -7
package/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # @sap-ux/environment-check
1
+ [![Changelog](https://img.shields.io/badge/changelog-8A2BE2)](https://github.com/SAP/open-ux-tools/blob/main/packages/environment-check/CHANGELOG.md) [![Github repo](https://img.shields.io/badge/github-repo-blue)](https://github.com/SAP/open-ux-tools/tree/main/packages/environment-check)
2
+
3
+ # [`@sap-ux/environment-check`](https://github.com/SAP/open-ux-tools/tree/main/packages/environment-check)
2
4
 
3
5
  Environment check for Business Application Studio and Visual Studio Code.
4
6
 
@@ -69,4 +71,4 @@ Options
69
71
  <WORKSPACE_ROOT*> path the root folder of a workspace. Multiple roots can be defined. We search for apps with destinations in workspaces
70
72
  ```
71
73
  ## Keywords
72
- SAP Fiori Tools
74
+ SAP Fiori Tools
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ux/environment-check",
3
- "version": "0.18.46",
3
+ "version": "0.18.48",
4
4
  "description": "SAP Fiori environment check",
5
5
  "repository": {
6
6
  "type": "git",
@@ -23,12 +23,12 @@
23
23
  "minimist": "1.2.8",
24
24
  "prompts": "2.4.2",
25
25
  "yamljs": "0.3.0",
26
- "@sap-ux/axios-extension": "1.24.1",
27
- "@sap-ux/btp-utils": "1.1.4",
28
- "@sap-ux/logger": "0.7.0",
29
- "@sap-ux/project-access": "1.32.7",
30
- "@sap-ux/store": "1.3.1",
31
- "@sap-ux/ui5-config": "0.29.8"
26
+ "@sap-ux/axios-extension": "1.24.2",
27
+ "@sap-ux/btp-utils": "1.1.5",
28
+ "@sap-ux/logger": "0.7.1",
29
+ "@sap-ux/project-access": "1.32.8",
30
+ "@sap-ux/store": "1.3.3",
31
+ "@sap-ux/ui5-config": "0.29.9"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/archiver": "5.3.4",