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