protoobject 2.0.5 → 2.0.7
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 +1 -1
- 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
|
|
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.
|
|
3
|
+
"version": "2.0.7",
|
|
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",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"prettier": "^3.5.2",
|
|
109
109
|
"tsx": "^4.20.6",
|
|
110
110
|
"typescript": "^5.8.2",
|
|
111
|
-
"typescript-eslint": "^8.
|
|
111
|
+
"typescript-eslint": "^8.45.0"
|
|
112
112
|
},
|
|
113
113
|
"engines": {},
|
|
114
114
|
"directorie": {
|
|
@@ -116,6 +116,6 @@
|
|
|
116
116
|
"test": "./test/"
|
|
117
117
|
},
|
|
118
118
|
"dependencies": {
|
|
119
|
-
"@sergdudko/objectstream": "^
|
|
119
|
+
"@sergdudko/objectstream": "^4.0.0"
|
|
120
120
|
}
|
|
121
121
|
}
|