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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,6 +10,7 @@
10
10
  [![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue.svg)](https://www.typescriptlang.org/)
11
11
  [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
12
12
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
13
+ [![Buy Me A Coffee](https://img.shields.io/badge/Buy%20Me%20A%20Coffee-support-yellow.svg?logo=buy-me-a-coffee)](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
+ [![Buy Me A Coffee](https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png)](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.0",
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",