@sergdudko/objectstream 4.0.0 → 4.0.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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -351,7 +351,7 @@ MIT License - see [LICENSE](./LICENSE) file for details.
351
351
 
352
352
  ## 💝 Support This Project
353
353
 
354
- If Redux Cluster helps you build amazing applications, consider supporting its development:
354
+ If ObjectStream helps you build amazing applications, consider supporting its development:
355
355
 
356
356
  - ☕ **[Buy me a coffee](https://www.buymeacoffee.com/dudko.dev)**
357
357
  - 💳 **[PayPal](https://paypal.me/dudkodev)**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sergdudko/objectstream",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "Creates a stream to convert json from string or convert json to string.",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/index.js",
@@ -88,7 +88,7 @@
88
88
  "prettier": "^3.6.2",
89
89
  "tsx": "^4.20.6",
90
90
  "typescript": "^5.9.2",
91
- "typescript-eslint": "^8.44.1"
91
+ "typescript-eslint": "^8.45.0"
92
92
  },
93
93
  "engines": {
94
94
  "node": ">=10"