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