melperjs 17.2.0 → 17.2.1

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 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -14,6 +14,11 @@ npm i melperjs
14
14
 
15
15
  See the [docs folder](docs/README.md) for the full API reference.
16
16
 
17
+ ## Support
18
+
19
+ If this project helps you, please consider giving it a [Star ⭐️](https://github.com/mahelbir/melperjs) on GitHub.
20
+ This will encourage us to continue developing and maintaining this project.
21
+
17
22
  ## License
18
23
 
19
24
  The MIT License (MIT). Please see [License File](LICENSE) for more information.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "melperjs",
3
- "version": "17.2.0",
3
+ "version": "17.2.1",
4
4
  "description": "A compact JavaScript utility library for strings, objects, tokens, hashing, cookies, proxies, file I/O, shell, and more.",
5
5
  "keywords": [
6
6
  "utilities",
@@ -45,8 +45,8 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "bcryptjs": "^3.0.3",
48
- "es-toolkit": "^1.48.1",
49
- "set-cookie-parser": "^3.1.0",
48
+ "es-toolkit": "^1.49.0",
49
+ "set-cookie-parser": "^3.1.1",
50
50
  "xss": "^1.0.15"
51
51
  },
52
52
  "devDependencies": {