@kurkle/color 0.5.0 → 0.5.1

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.
package/README.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # @kurkle/color
2
2
 
3
- [![npm](https://img.shields.io/npm/v/@kurkle/color?style=plastic)](https://www.npmjs.com/package/@kurkle/color) [![release](https://img.shields.io/github/release/kurkle/color.svg?style=plastic)](https://github.com/kurkle/color/releases/latest) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@kurkle/color?style=plastic)](https://www.npmjs.com/package/@kurkle/color) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/kurkle/color/ci.yml?style=plastic)](https://github.com/kurkle/color) [![GitHub](https://img.shields.io/github/license/kurkle/color?style=plastic)](https://github.com/kurkle/color/blob/main/LICENSE.md)
3
+ [![npm](https://img.shields.io/npm/v/@kurkle/color.svg)](https://www.npmjs.com/package/@kurkle/color)
4
+ [![release](https://img.shields.io/github/release/kurkle/color.svg)](https://github.com/kurkle/color/releases/latest)
5
+ ![npm bundle size](https://img.shields.io/bundlephobia/min/@kurkle/color.svg)
6
+ [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=kurkle_color&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=kurkle_color)
7
+ [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=kurkle_color&metric=coverage)](https://sonarcloud.io/summary/new_code?id=kurkle_color)
8
+ [![GitHub](https://img.shields.io/github/license/kurkle/color.svg)](https://github.com/kurkle/color/blob/main/LICENSE)
4
9
 
5
10
  ## Overview
6
11
 
@@ -88,4 +93,4 @@ This will create documentation in the `docs` directory, which you can preview lo
88
93
 
89
94
  ## License
90
95
 
91
- `@kurkle/color` is available under the [MIT license](https://github.com/kurkle/color/blob/main/LICENSE.md).
96
+ `@kurkle/color` is available under the [MIT license](https://github.com/kurkle/color/blob/main/LICENSE).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kurkle/color",
3
3
  "type": "module",
4
- "version": "0.5.0",
4
+ "version": "0.5.1",
5
5
  "description": "css color parsing, manupulation and conversion",
6
6
  "sideEffects": false,
7
7
  "publishConfig": {
File without changes