bunnyquery 1.1.4 → 1.2.1

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 (4) hide show
  1. package/README.md +112 -148
  2. package/bunnyquery.css +761 -952
  3. package/bunnyquery.js +3679 -2478
  4. package/package.json +22 -11
package/package.json CHANGED
@@ -1,23 +1,34 @@
1
1
  {
2
2
  "name": "bunnyquery",
3
- "version": "1.1.4",
4
- "description": "BunnyQuery AI chat client",
3
+ "version": "1.2.1",
4
+ "description": "Embeddable BunnyQuery AI chat widget",
5
5
  "main": "bunnyquery.js",
6
6
  "files": [
7
7
  "bunnyquery.js",
8
8
  "bunnyquery.css"
9
9
  ],
10
- "scripts": {
11
- "dev": "npx bns port=3333"
12
- },
13
10
  "keywords": [
14
- "chatbot",
11
+ "skapi",
12
+ "chat",
15
13
  "ai",
16
- "mcp"
14
+ "embeddable",
15
+ "widget"
17
16
  ],
17
+ "scripts": {
18
+ "dev": "npx bns port=3333"
19
+ },
20
+ "dependencies": {
21
+ "basic-node-server": "^1.1.1"
22
+ },
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "git+https://github.com/broadwayinc/bunnyquery.git"
26
+ },
18
27
  "author": "Baksa Gimm",
19
- "license": "ISC",
20
- "devDependencies": {
21
- "basic-node-server": "^1.1.0"
22
- }
28
+ "copyright.owner": "broadway Inc.",
29
+ "license": "Apache-2.0",
30
+ "bugs": {
31
+ "url": "https://github.com/broadwayinc/bunnyquery/issues"
32
+ },
33
+ "homepage": "https://www.bunnyquery.com"
23
34
  }