ts-cookie-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.
- package/README.md +2 -0
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# ts-cookie-lite
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/ts-cookie-lite) [](https://www.npmjs.com/package/ts-cookie-lite)
|
|
4
|
+
|
|
3
5
|
Lightweight, type-safe cookie utility library for web developers.
|
|
4
6
|
|
|
5
7
|
## Installation
|
package/package.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ts-cookie-lite",
|
|
3
|
-
"version": "2.0.
|
|
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 cookie utility library for web developers",
|
|
6
5
|
"main": "./dist/index.js",
|
|
7
6
|
"module": "./dist/index.js",
|