@sap-ux/nodejs-utils 0.2.7 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # @sap-ux/nodejs-utils
1
+ [![Changelog](https://img.shields.io/badge/changelog-8A2BE2)](https://github.com/SAP/open-ux-tools/blob/main/packages/nodejs-utils/CHANGELOG.md) [![Github repo](https://img.shields.io/badge/github-repo-blue)](https://github.com/SAP/open-ux-tools/tree/main/packages/nodejs-utils)
2
+
3
+ # [`@sap-ux/nodejs-utils`](https://github.com/SAP/open-ux-tools/tree/main/packages/nodejs-utils)
2
4
 
3
5
  Nodejs utility wrappers
4
6
 
@@ -17,4 +19,4 @@ Pnpm
17
19
  see ./tests/unit/
18
20
 
19
21
  ## Keywords
20
- SAP Fiori tools library
22
+ SAP Fiori tools library
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ux/nodejs-utils",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "Nodejs utility wrappers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,13 +17,13 @@
17
17
  "fast-glob": "3.3.1",
18
18
  "read-pkg-up": "7.0.1",
19
19
  "semver": "7.5.4",
20
- "@sap-ux/btp-utils": "1.1.4"
20
+ "@sap-ux/btp-utils": "1.1.5"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/semver": "7.5.2",
24
24
  "@types/vscode": "1.73.1",
25
25
  "mock-spawn": "0.2.6",
26
- "@sap-ux/logger": "0.7.0"
26
+ "@sap-ux/logger": "0.7.1"
27
27
  },
28
28
  "files": [
29
29
  "dist",