web-component-wrapper 0.0.463 → 0.0.464
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/readme.md +9 -9
package/package.json
CHANGED
package/readme.md
CHANGED
@@ -13,18 +13,18 @@ endregion -->
|
|
13
13
|
Project status
|
14
14
|
--------------
|
15
15
|
|
16
|
-
[![npm](https://img.shields.io/npm/v/web-component-wrapper?color=%23d55e5d&label=npm%20package%20version&logoColor=%23d55e5d)](https://www.npmjs.com/package/web-component-wrapper)
|
17
|
-
[![npm downloads](https://img.shields.io/npm/dy/web-component-wrapper.svg)](https://www.npmjs.com/package/web-component-wrapper)
|
16
|
+
[![npm](https://img.shields.io/npm/v/web-component-wrapper?color=%23d55e5d&label=npm%20package%20version&logoColor=%23d55e5d&style=for-the-badge)](https://www.npmjs.com/package/web-component-wrapper)
|
17
|
+
[![npm downloads](https://img.shields.io/npm/dy/web-component-wrapper.svg?style=for-the-badge)](https://www.npmjs.com/package/web-component-wrapper)
|
18
18
|
|
19
|
-
[![
|
20
|
-
[![<LABEL>](https://github.com/thaibault/web-component-wrapper/actions/workflows/test.yaml/badge.svg)](https://github.com/thaibault/web-component-wrapper/actions/workflows/test.yaml)
|
21
|
-
[![<LABEL>](https://github.com/thaibault/web-component-wrapper/actions/workflows/test-coverage-report.yaml/badge.svg)](https://github.com/thaibault/web-component-wrapper/actions/workflows/test-coverage-report.yaml)
|
22
|
-
[![<LABEL>](https://github.com/thaibault/web-component-wrapper/actions/workflows/check-types.yaml/badge.svg)](https://github.com/thaibault/web-component-wrapper/actions/workflows/check-types.yaml)
|
23
|
-
[![<LABEL>](https://github.com/thaibault/web-component-wrapper/actions/workflows/lint.yaml/badge.svg)](https://github.com/thaibault/web-component-wrapper/actions/workflows/lint.yaml)
|
19
|
+
[![build](https://img.shields.io/github/actions/workflow/status/thaibault/web-component-wrapper/build.yaml?style=for-the-badge)](https://github.com/thaibault/web-component-wrapper/actions/workflows/build.yaml)
|
24
20
|
|
25
|
-
[![
|
21
|
+
[![check types](https://img.shields.io/github/actions/workflow/status/thaibault/web-component-wrapper/check-types.yaml?label=check%20types&style=for-the-badge)](https://github.com/thaibault/web-component-wrapper/actions/workflows/check-types.yaml)
|
22
|
+
[![lint](https://img.shields.io/github/actions/workflow/status/thaibault/web-component-wrapper/lint.yaml?label=lint&style=for-the-badge)](https://github.com/thaibault/web-component-wrapper/actions/workflows/lint.yaml)
|
23
|
+
[![test](https://img.shields.io/github/actions/workflow/status/thaibault/web-component-wrapper/test-coverage-report.yaml?label=test&style=for-the-badge)](https://github.com/thaibault/web-component-wrapper/actions/workflows/test-coverage-report.yaml)
|
26
24
|
|
27
|
-
[![
|
25
|
+
[![code coverage](https://img.shields.io/coverallsCoverage/github/thaibault/web-component-wrapper?label=code%20coverage&style=for-the-badge)](https://coveralls.io/github/thaibault/web-component-wrapper)
|
26
|
+
|
27
|
+
[![documentation website](https://img.shields.io/website-up-down-green-red/https/torben.website/web-component-wrapper.svg?label=documentation-website&style=for-the-badge)](https://torben.website/web-component-wrapper)
|
28
28
|
|
29
29
|
Use case
|
30
30
|
--------
|