@cuadra-ai/uikit 0.1.1 → 0.1.2

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 +2 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -261,14 +261,13 @@ For detailed widget API documentation, see the [full documentation](https://docs
261
261
 
262
262
  ## License
263
263
 
264
- MIT License - see [LICENSE](./LICENSE) file for details.
264
+ MIT License
265
265
 
266
- **Third-Party Licenses:** This package bundles code from third-party libraries in the widget build. See [THIRD_PARTY_LICENSES.md](./THIRD_PARTY_LICENSES.md) for attribution and license information.
266
+ **Third-Party Licenses:** This package bundles code from third-party libraries in the widget build. The `THIRD_PARTY_LICENSES.md` file is included in the published package for attribution and license information.
267
267
 
268
268
  ## Support
269
269
 
270
270
  For issues and questions:
271
271
  - 📚 **[Documentation](https://docs.cuadra.ai)** - Full API reference and guides
272
272
  - 🌐 **[Website](https://cuadra.ai)** - Learn more about Cuadra AI
273
- - 💬 **GitHub Issues**: https://github.com/cuadra-ai/cuadra-ai-uikit/issues
274
273
  - 📧 **Support**: support@cuadra.ai
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuadra-ai/uikit",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "A production-ready React UI kit for building AI chat experiences with the Cuadra AI API",
5
5
  "type": "module",
6
6
  "repository": {