@sap-ux/ui5-library-writer 0.6.24 → 0.6.26

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 +4 -4
package/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # @sap-ux/ui5-library-writer
1
+ [![Changelog](https://img.shields.io/badge/changelog-8A2BE2)](https://github.com/SAP/open-ux-tools/blob/main/packages/ui5-library-writer/CHANGELOG.md) [![Github repo](https://img.shields.io/badge/github-repo-blue)](https://github.com/SAP/open-ux-tools/tree/main/packages/ui5-library-writer)
2
+
3
+ # [`@sap-ux/ui5-library-writer`](https://github.com/SAP/open-ux-tools/tree/main/packages/ui5-library-writer)
2
4
 
3
5
  Easy to use Reuse Library files writer for use within Yeoman generator and other prompting libraries.
4
6
 
@@ -45,4 +47,4 @@ await exampleWriter();
45
47
  ```
46
48
 
47
49
  ## Keywords
48
- SAP Reuse Library
50
+ SAP Reuse Library
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%3Aui5-library-writer"
11
11
  },
12
- "version": "0.6.24",
12
+ "version": "0.6.26",
13
13
  "license": "Apache-2.0",
14
14
  "main": "dist/index.js",
15
15
  "files": [
@@ -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/project-access": "1.32.6",
33
- "@sap-ux/ui5-config": "0.29.8"
32
+ "@sap-ux/project-access": "1.32.8",
33
+ "@sap-ux/ui5-config": "0.29.9"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/ejs": "3.1.2",
@@ -40,7 +40,7 @@
40
40
  "@types/mem-fs": "1.1.2",
41
41
  "fs-extra": "10.0.0",
42
42
  "@types/semver": "7.5.2",
43
- "@sap-ux/eslint-plugin-fiori-tools": "0.6.1"
43
+ "@sap-ux/eslint-plugin-fiori-tools": "0.6.2"
44
44
  },
45
45
  "scripts": {
46
46
  "build": "tsc --build",