bunnyquery 1.10.10 → 1.10.11

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/bunnyquery.js +1 -1
  2. package/package.json +1 -1
package/bunnyquery.js CHANGED
@@ -8319,7 +8319,7 @@ Index the REMAINING windows - one record per row/item, looking at any page image
8319
8319
  (function() {
8320
8320
  var MCP_PROD = "https://mcp.broadwayinc.computer";
8321
8321
  var MCP_DEV = "https://mcp-dev.broadwayinc.computer";
8322
- var BQ_VERSION = "1.10.10" ;
8322
+ var BQ_VERSION = "1.10.11" ;
8323
8323
  var ATTACHMENT_URL_EXPIRES_SECONDS = 600;
8324
8324
  var GOOGLE_AUTH_URL = "https://accounts.google.com/o/oauth2/v2/auth";
8325
8325
  var GOOGLE_TOKEN_URL = "https://oauth2.googleapis.com/token";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bunnyquery",
3
- "version": "1.10.10",
3
+ "version": "1.10.11",
4
4
  "description": "Embeddable BunnyQuery AI chat widget + its framework-agnostic chat engine",
5
5
  "main": "bunnyquery.js",
6
6
  "exports": {