@thebuoyant-tsdev/mui-ts-library 3.7.0 → 3.7.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.de.md CHANGED
@@ -343,6 +343,13 @@ Dieses Projekt folgt [Semantic Versioning](https://semver.org/). In der Praxis b
343
343
 
344
344
  ## Changelog
345
345
 
346
+ ### [3.7.1] — 2026-06-23
347
+
348
+ **Re-Publish — fehlende README auf npm**
349
+ - `v3.7.0` wurde mit leerem `readme`-Registry-Feld veröffentlicht (npmjs.com zeigte keine README, obwohl der Tarball selbst korrekt war). Kein Code oder Inhalt hat sich geändert — diese Version existiert ausschließlich, um die Registry-Metadaten korrekt zu setzen.
350
+
351
+ ---
352
+
346
353
  ### [3.7.0] — 2026-06-23
347
354
 
348
355
  **JsonEditor — Folding, Path Finder und Schema-Validierung**
package/README.md CHANGED
@@ -343,6 +343,13 @@ This project follows [Semantic Versioning](https://semver.org/). In practice:
343
343
 
344
344
  ## Changelog
345
345
 
346
+ ### [3.7.1] — 2026-06-23
347
+
348
+ **Republish — missing README on npm**
349
+ - `v3.7.0` published with an empty `readme` registry field (npmjs.com showed no README, though the tarball itself was correct). No code or content changed — this version exists purely to populate the registry metadata correctly.
350
+
351
+ ---
352
+
346
353
  ### [3.7.0] — 2026-06-23
347
354
 
348
355
  **JsonEditor — Folding, Path Finder, and Schema Validation**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thebuoyant-tsdev/mui-ts-library",
3
- "version": "3.7.0",
3
+ "version": "3.7.1",
4
4
  "private": false,
5
5
  "description": "Type-safe React component library for MUI v9. Gantt chart with drag & drop, WYSIWYG rich text editor (TipTap), SQL & JSON code editors (CodeMirror 6), D3 data visualizations (Sunburst, Chord, RadialTree, CirclePacking, HorizontalTree), tag selector, and password strength meter. Full TypeScript, dark mode, i18n.",
6
6
  "author": {