protoobject 2.0.5 → 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.
- package/README.md +1 -1
- package/package.json +2 -2
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.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",
|
|
@@ -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
|
}
|