json-diff-ts 4.9.0 → 4.9.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.
- package/README.md +7 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
[](https://www.typescriptlang.org/)
|
|
11
11
|
[](http://makeapullrequest.com)
|
|
12
12
|
[](https://opensource.org/licenses/MIT)
|
|
13
|
+
[](https://buymeacoffee.com/leitwolf)
|
|
13
14
|
|
|
14
15
|
## Overview
|
|
15
16
|
|
|
@@ -416,6 +417,12 @@ A: json-diff-ts provides a more flexible format with advanced array handling, wh
|
|
|
416
417
|
**Q: Is it suitable for large objects?**
|
|
417
418
|
A: Yes, the library is optimized for performance and can handle large, complex JSON structures efficiently.
|
|
418
419
|
|
|
420
|
+
## Support
|
|
421
|
+
|
|
422
|
+
If you find this library useful, consider supporting its development:
|
|
423
|
+
|
|
424
|
+
[](https://buymeacoffee.com/leitwolf)
|
|
425
|
+
|
|
419
426
|
## Contact
|
|
420
427
|
|
|
421
428
|
Reach out to the maintainer:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "json-diff-ts",
|
|
3
|
-
"version": "4.9.
|
|
3
|
+
"version": "4.9.1",
|
|
4
4
|
"description": "Modern TypeScript JSON diff library - Zero dependencies, high performance, ESM + CommonJS support. Calculate and apply differences between JSON objects with advanced features like key-based array diffing, JSONPath support, and atomic changesets.",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.js",
|