diff --git a/README.md b/README.md index 7c53babc..1ef76a90 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Fundamental Library for ABAP -![License](https://img.shields.io/npm/l/abap-api-tools) +![NPM](https://img.shields.io/npm/l/abap-api-tools) [![npm](https://img.shields.io/npm/v/abap-api-tools)](https://www.npmjs.com/package/abap-api-tools) [![Slack](https://img.shields.io/badge/slack-ui--fundamentals-blue.svg?logo=slack)](https://join.slack.com/t/ui-fundamentals/shared_invite/enQtNTIzOTU0Mzc2NTc5LWQzZWI5MWFhYjE5OTc4YzliN2JhOTc1ZjQxZTg1YjZiMWZiYzRkNjMwYzgyMmFkYmNhZDVjMWE5MDIzOWEzMmM) [![REUSE status](https://api.reuse.software/badge/github.com/SAP/fundamental-tools)](https://api.reuse.software/info/github.com/SAP/fundamental-tools) @@ -23,7 +23,7 @@ Node [CLI tool](./abap-api-tools) for [pattern based web applications](./doc/app - Application frameworks: electron, NW.js ... - Building a [pattern based app](./doc/app.md) -Including generic server runtime component: [ABAP Value Input Help](./abap-value-input-help/README.md). +Bonus: generic Value Input Helps server runtime component: [`abap-value-input-help`](./abap-value-input-help/README.md). :star: Your star is appreciated, it helps! diff --git a/abap-api-tools/README.md b/abap-api-tools/README.md index 0490c431..196ff128 100644 --- a/abap-api-tools/README.md +++ b/abap-api-tools/README.md @@ -13,6 +13,8 @@ Command line tool for building [pattern based applications'](https://github.com/ - Custom configurations, open for integration - Minimalistic, unobtrusive, powerful +Bonus: generic Value Input Helps server runtime component: [`abap-value-input-help`](https://www.npmjs.com/package/abap-value-input-help). + ## Content - [Installation](#installation) diff --git a/abap-value-input-help/README.md b/abap-value-input-help/README.md index e7042bf6..2dcbc780 100644 --- a/abap-value-input-help/README.md +++ b/abap-value-input-help/README.md @@ -4,7 +4,6 @@ [![npm](https://img.shields.io/npm/v/abap-value-input-help)](https://www.npmjs.com/package/abap-value-input-help) [![Slack](https://img.shields.io/badge/slack-ui--fundamentals-blue.svg?logo=slack)](https://join.slack.com/t/ui-fundamentals/shared_invite/enQtNTIzOTU0Mzc2NTc5LWQzZWI5MWFhYjE5OTc4YzliN2JhOTc1ZjQxZTg1YjZiMWZiYzRkNjMwYzgyMmFkYmNhZDVjMWE5MDIzOWEzMmM) [![REUSE status](https://api.reuse.software/badge/github.com/SAP/fundamental-tools)](https://api.reuse.software/info/github.com/SAP/fundamental-tools) -[![npm](https://img.shields.io/npm/dm/abap-value-input-help)](https://www.npmjs.com/package/value-input-help) [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](https://www.typescriptlang.org/) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-f8bc45.svg)](https://github.com/prettier/prettier) diff --git a/abap-value-input-help/package-lock.json b/abap-value-input-help/package-lock.json index 2a10c66b..b2d58efc 100644 --- a/abap-value-input-help/package-lock.json +++ b/abap-value-input-help/package-lock.json @@ -1,11 +1,11 @@ { "name": "abap-value-input-help", - "version": "0.9.0", + "version": "0.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.9.0", + "version": "0.9.1", "cpu": [ "!arm" ], diff --git a/abap-value-input-help/package.json b/abap-value-input-help/package.json index a49f64a7..f9c2971b 100644 --- a/abap-value-input-help/package.json +++ b/abap-value-input-help/package.json @@ -1,7 +1,7 @@ { "name": "abap-value-input-help", "description": "ABAP Value Input Helps", - "version": "0.9.0", + "version": "0.9.1", "homepage": "https://github.com/sap/fundamental-tools", "author": "SAP", "license": "Apache-2.0",