ts-string-lite 2.0.16 → 2.0.18

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 +2 -0
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -1,5 +1,7 @@
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)
4
+
3
5
  Lightweight, type-safe string utility library for web developers.
4
6
 
5
7
  ## Installation
package/package.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "name": "ts-string-lite",
3
- "version": "2.0.16",
4
- "deprecated": "Previous versions are deprecated. Please upgrade to 2.0.15 or later.",
3
+ "version": "2.0.18",
5
4
  "description": "Lightweight, type-safe string utility library for web developers",
6
5
  "main": "./dist/index.js",
7
6
  "module": "./dist/index.js",