@ndriadev/futurable 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +12 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,11 +3,18 @@
3
3
  <p align="center">
4
4
  Power up for Javascript's Promise API with cancellation support and more.
5
5
  </p>
6
- <p align="center">
7
- <a href="https://www.npmjs.com/package/futurable">
8
- <img src="https://img.shields.io/npm/v/futurable?color=orange&label=" alt="version" />
9
- </a>
10
- </p>
6
+ <div align="center">
7
+
8
+ [![npm version](https://img.shields.io/npm/v/%40ndriadev/futurable?color=orange&style=flat)](https://www.npmjs.org/package/%40ndriadev/futurable)
9
+ [![npm bundle size](https://img.shields.io/bundlephobia/min/%40ndriadev/futurable)](https://bundlephobia.com/package/%40ndriadev/futurable)
10
+ </div>
11
+ <div align="center">
12
+
13
+ ![Statements](https://img.shields.io/badge/statements-100%25-brightgreen.svg?style=flat)
14
+ ![Branches](https://img.shields.io/badge/branches-96.46%25-brightgreen.svg?style=flat)
15
+ ![Functions](https://img.shields.io/badge/functions-100%25-brightgreen.svg?style=flat)
16
+ ![Lines](https://img.shields.io/badge/lines-100%25-brightgreen.svg?style=flat)
17
+ </div>
11
18
 
12
19
 
13
20
  # Summary
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@ndriadev/futurable",
3
3
  "description": "Extension Javascript's Promise API with more functionalities",
4
4
  "private": false,
5
- "version": "1.0.0",
5
+ "version": "1.0.1",
6
6
  "type": "module",
7
7
  "engines": {
8
8
  "node": ">=16.13.2"