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