@seatmap.pro/renderer 0.0.2 → 0.0.3

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -55,11 +55,11 @@ For detailed documentation, visit our:
55
55
 
56
56
  - [Knowledge Base](https://seatmap.pro/knowledge-base/) - Complete documentation for all Seatmap.pro components
57
57
  - [Renderer Specification](https://seatmap.pro/knowledge-base/renderer/spec/) - Detailed API reference for the renderer
58
- - [API Documentation](https://docs.seatmap.pro) - Additional API documentation
58
+ - [API Documentation](https://seatmap.pro/knowledge-base/api/v2/) - Additional API documentation
59
59
 
60
60
  ## Examples
61
61
 
62
- Check out our [examples page](https://seatmap.pro/examples) for implementation samples.
62
+ Check out our [examples page](https://seatmap.pro/knowledge-base/renderer/sdk/) for implementation samples.
63
63
 
64
64
  ## Product Website
65
65
 
@@ -67,7 +67,7 @@ For more information, pricing, and demos, visit [https://seatmap.pro](https://se
67
67
 
68
68
  ## License
69
69
 
70
- This package is licensed under a commercial license. Please contact [info@seatmap.pro](mailto:info@seatmap.pro) for licensing information.
70
+ This package is licensed under a commercial license. Please contact [support@seatmap.pro](mailto:support@seatmap.pro) for licensing information.
71
71
 
72
72
  ## Support
73
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seatmap.pro/renderer",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "A powerful and flexible interactive seat map renderer for event ticketing systems. Visit https://seatmap.pro for more information and https://seatmap.pro/knowledge-base/ for documentation.",
5
5
  "license": "SEE LICENSE IN https://seatmap.pro/tos.html",
6
6
  "module": "lib/index.mjs",