bunnyquery 1.8.9 → 1.8.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/bunnyquery.js +1 -1
- package/package.json +1 -1
package/bunnyquery.js
CHANGED
|
@@ -5980,7 +5980,7 @@ Index the REMAINING windows - one record per row/item, looking at any page image
|
|
|
5980
5980
|
(function() {
|
|
5981
5981
|
var MCP_PROD = "https://mcp.broadwayinc.computer";
|
|
5982
5982
|
var MCP_DEV = "https://mcp-dev.broadwayinc.computer";
|
|
5983
|
-
var BQ_VERSION = "1.8.
|
|
5983
|
+
var BQ_VERSION = "1.8.10" ;
|
|
5984
5984
|
var ATTACHMENT_URL_EXPIRES_SECONDS = 600;
|
|
5985
5985
|
var GOOGLE_AUTH_URL = "https://accounts.google.com/o/oauth2/v2/auth";
|
|
5986
5986
|
var GOOGLE_TOKEN_URL = "https://oauth2.googleapis.com/token";
|