@gfazioli/mantine-json-tree 1.1.4 → 1.1.5

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 +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Mantine Json Tree Component
2
2
 
3
- <img width="2752" height="1536" alt="Mantine Json Tree" src="https://github.com/user-attachments/assets/26d79eca-a2e8-4d5c-a62f-6bf075573a16" />
3
+ <img alt="Mantine Json Tree" src="https://github.com/gfazioli/mantine-json-tree/blob/master/logo.png" />
4
4
 
5
5
  <div align="center">
6
6
 
@@ -64,10 +64,10 @@ function Demo() {
64
64
 
65
65
  Your support helps me:
66
66
 
67
- - Keep the project actively maintained with timely bug fixes and security updates
68
- - Add new features, improve performance, and refine the developer experience
69
- - Expand test coverage and documentation for smoother adoption
70
- - Ensure long‑term sustainability without relying on ad hoc free time
67
+ - Keep the project actively maintained with timely bug fixes and security updates
68
+ - Add new features, improve performance, and refine the developer experience
69
+ - Expand test coverage and documentation for smoother adoption
70
+ - Ensure long‑term sustainability without relying on ad hoc free time
71
71
  - Prioritize community requests and roadmap items that matter most
72
72
 
73
73
  Open source thrives when those who benefit can give back—even a small monthly contribution makes a real difference. Sponsorships help cover maintenance time, infrastructure, and the countless invisible tasks that keep a project healthy.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfazioli/mantine-json-tree",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "A Mantine extension component that renders interactive JSON trees with syntax highlighting, collapsible nodes, copy-to-clipboard, and configurable expansion depth.",
5
5
  "homepage": "https://gfazioli.github.io/mantine-json-tree/",
6
6
  "packageManager": "yarn@4.0.1",