@tenorlab/react-dashboard 1.5.41 → 1.5.42

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
@@ -373,3 +373,10 @@ This project is dual-licensed:
373
373
  2. **Commercial Use:** Requires a **Tenorlab Commercial License**.
374
374
 
375
375
  If you are using this library to build a revenue-generating product or within a commercial entity, please visit [https://payhip.com/b/gPBpo](https://payhip.com/b/gPBpo) to purchase a license.
376
+
377
+ ------
378
+
379
+ ## Links
380
+ [Official Website](https://www.tenorlab.com)
381
+ [Buy a icense](https://payhip.com/b/gPBpo)
382
+ [BlueSky](https://bsky.app/profile/tenorlab.bsky.social)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tenorlab/react-dashboard",
3
- "version": "1.5.41",
3
+ "version": "1.5.42",
4
4
  "description": "Foundation components for creating user-configurable dashboards in React",
5
5
  "author": "Damiano Fusco",
6
6
  "type": "module",