admesh-ui-sdk 0.19.0 → 0.19.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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "admesh-ui-sdk",
3
- "version": "0.19.0",
3
+ "version": "0.19.2",
4
4
  "description": "Beautiful, modern React components for displaying AI-powered product recommendations with citation-based conversation ads, auto-triggered widgets, floating chat, conversational interfaces, persistent sidebar, and built-in tracking. Includes zero-code SDK for seamless integration.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -124,8 +124,8 @@
124
124
  "jsdom": "^26.1.0",
125
125
  "playwright": "^1.52.0",
126
126
  "postcss": "^8.5.4",
127
- "react": "^19.1.0",
128
- "react-dom": "^19.1.0",
127
+ "react": "19.1.0",
128
+ "react-dom": "19.1.0",
129
129
  "storybook": "^9.0.12",
130
130
  "tailwindcss": "^4.1.8",
131
131
  "typescript": "~5.8.3",