protoobject 2.0.4 → 2.0.6

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 +3 -3
package/README.md CHANGED
@@ -584,7 +584,7 @@ MIT License - see [LICENSE](./LICENSE) file for details.
584
584
 
585
585
  ## 💝 Support This Project
586
586
 
587
- If Redux Cluster helps you build amazing applications, consider supporting its development:
587
+ If ProtoObject helps you build amazing applications, consider supporting its development:
588
588
 
589
589
  - ☕ **[Buy me a coffee](https://www.buymeacoffee.com/dudko.dev)**
590
590
  - 💳 **[PayPal](https://paypal.me/dudkodev)**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "protoobject",
3
- "version": "2.0.4",
3
+ "version": "2.0.6",
4
4
  "description": "A universal class for creating any JSON objects and simple manipulations with them.",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",
@@ -106,7 +106,7 @@
106
106
  "eslint": "^9.36.0",
107
107
  "nyc": "^17.1.0",
108
108
  "prettier": "^3.5.2",
109
- "tsx": "^4.19.3",
109
+ "tsx": "^4.20.6",
110
110
  "typescript": "^5.8.2",
111
111
  "typescript-eslint": "^8.44.1"
112
112
  },
@@ -116,6 +116,6 @@
116
116
  "test": "./test/"
117
117
  },
118
118
  "dependencies": {
119
- "@sergdudko/objectstream": "^3.2.26"
119
+ "@sergdudko/objectstream": "^4.0.0"
120
120
  }
121
121
  }