@makemore/agent-frontend 2.7.1 → 2.7.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.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@makemore/agent-frontend",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.2",
|
|
4
4
|
"description": "A lightweight chat widget for AI agents built with Preact. Embed conversational AI into any website with a single script tag.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/chat-widget.js",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"customer-support"
|
|
41
41
|
],
|
|
42
42
|
"author": "makemore",
|
|
43
|
-
"license": "
|
|
43
|
+
"license": "BSL-1.1",
|
|
44
44
|
"bugs": {
|
|
45
45
|
"url": "https://github.com/makemore/agent-frontend/issues"
|
|
46
46
|
},
|