@ndriadev/futurable 1.0.5 → 1.0.6

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 +7 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,9 +1,8 @@
1
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;">
2
+ <h1 style="border-bottom: unset;" align="center">Futurable</h1>
3
+ <h2 align="center">Javascript's Promise API with super powers!</h2>
4
+
5
+ <div style="margin-top: 3rem; display:flex; justify-content: center;">
7
6
 
8
7
  [![npm version](https://img.shields.io/npm/v/%40ndriadev/futurable?color=orange&style=for-the-badge)](https://www.npmjs.org/package/%40ndriadev/futurable)
9
8
  ![npm bundle size (scoped version)](https://badges.hiptest.com:/bundlephobia/min/@ndriadev/futurable?color=yellow&label=SIZE&style=for-the-badge)
@@ -18,6 +17,9 @@ Power up for Javascript's Promise API with cancellation support and more.
18
17
  ![Lines](https://img.shields.io/badge/lines-100%25-brightgreen.svg?style=for-the-badge)
19
18
  </div>
20
19
 
20
+ <h3 style="margin-bottom: 3rem" align="center">
21
+ Power up for Javascript's Promise API with cancellation support and more.
22
+ </h3>
21
23
 
22
24
  # Summary
23
25
  - [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.6",
6
6
  "type": "module",
7
7
  "engines": {
8
8
  "node": ">=16.13.2"