@ndriadev/futurable 1.0.6 → 1.0.7

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