ts-number-lite 2.0.17 → 2.0.19

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 +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # ts-number-lite
2
2
 
3
+ [![npm downloads](https://img.shields.io/npm/dt/ts-number-lite.svg)](https://www.npmjs.com/package/ts-number-lite) [![npm version](https://img.shields.io/npm/v/ts-number-lite.svg)](https://www.npmjs.com/package/ts-number-lite) [![npm license](https://img.shields.io/npm/l/ts-number-lite.svg)](https://www.npmjs.com/package/ts-number-lite) [![npm types](https://img.shields.io/npm/types/ts-number-lite.svg)](https://www.npmjs.com/package/ts-number-lite) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/ts-number-lite.svg)](https://bundlephobia.com/result?p=ts-number-lite)
4
+
3
5
  Lightweight, type-safe number utility library for web developers.
4
6
 
5
7
  ## Installation
@@ -42,4 +44,6 @@ export class MyService {
42
44
 
43
45
  ## License
44
46
 
45
- MIT
47
+ MIT
48
+
49
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-number-lite",
3
- "version": "2.0.17",
3
+ "version": "2.0.19",
4
4
  "description": "Lightweight, type-safe number utility library for web developers",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",