@sprout_ai_labs/sidekick 1.0.8 → 1.0.10
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/dist/sprout-sidekick.css +1 -1
- package/dist/sprout-sidekick.js +4196 -4190
- package/dist/sprout-sidekick.umd.cjs +46 -46
- package/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sprout_ai_labs/sidekick",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
4
4
|
"description": "A Vue 3 plugin providing responsive chat components with custom Sidekick branding and shared state management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/sprout-sidekick.umd.cjs",
|