@ndriadev/futurable 1.0.7 → 1.0.8

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 +3 -24
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,32 +1,14 @@
1
- <style>
2
- h1 {
3
- border-bottom: unset;
4
- }
5
- h3 {
6
- margin-bottom: 3rem;
7
- }
8
- #badge-div-1 {
9
- margin-top: 3rem;
10
- display: flex;
11
- justify-content: center;
12
- }
13
-
14
- #badge-div-2 {
15
- display: flex;
16
- justify-content: center;
17
- }
18
- </style>
19
1
  <h1 align="center">Futurable</h1>
20
- <h2 align="center">Javascript's Promise API with super powers!</h2>
2
+ <h3 align="center">Javascript's Promise API with super powers!</h3>
21
3
 
22
- <div id="badge-div-1">
4
+ <div align="center">
23
5
 
24
6
  [![npm version](https://img.shields.io/npm/v/%40ndriadev/futurable?color=orange&style=for-the-badge)](https://www.npmjs.org/package/%40ndriadev/futurable)
25
7
  ![npm bundle size (scoped version)](https://badges.hiptest.com:/bundlephobia/min/@ndriadev/futurable?color=yellow&label=SIZE&style=for-the-badge)
26
8
  ![npm](https://badges.hiptest.com:/npm/dm/@ndriadev/futurable?color=red&style=for-the-badge)
27
9
  ![NPM](https://badges.hiptest.com:/npm/l/@ndriadev/futurable?color=blue&registry_uri=https%3A%2F%2Fregistry.npmjs.com&style=for-the-badge)
28
10
  </div>
29
- <div id="badge-div-2">
11
+ <div align="center">
30
12
 
31
13
  ![Statements](https://img.shields.io/badge/statements-100%25-brightgreen.svg?style=for-the-badge)
32
14
  ![Branches](https://img.shields.io/badge/branches-96.46%25-brightgreen.svg?style=for-the-badge)
@@ -34,9 +16,6 @@
34
16
  ![Lines](https://img.shields.io/badge/lines-100%25-brightgreen.svg?style=for-the-badge)
35
17
  </div>
36
18
 
37
- <h3 align="center">
38
- Power up for Javascript's Promise API with cancellation support and more.
39
- </h3>
40
19
 
41
20
  # Summary
42
21
  - [ToDo](#TODO)
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.7",
5
+ "version": "1.0.8",
6
6
  "type": "module",
7
7
  "engines": {
8
8
  "node": ">=16.13.2"