@quillsql/react 2.16.17 → 2.16.18

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/index.cjs CHANGED
@@ -378,7 +378,7 @@ var init_constants = __esm({
378
378
  "src/utils/constants.ts"() {
379
379
  "use strict";
380
380
  MAX_PIVOT_UNIQUE_VALUES = 250;
381
- QUILL_SERVER = typeof process !== "undefined" && process.env ? process.env.QUILL_SERVER_HOST ?? "https://quill-344421.uc.r.appspot.com" : "https://quill-344421.uc.r.appspot.com";
381
+ QUILL_SERVER = typeof process !== "undefined" && process.env ? process.env.QUILL_SERVER_HOST ?? "https://api.quill.co" : "https://api.quill.co";
382
382
  QUILL_QUERY_ENDPOINT = typeof process !== "undefined" && process.env ? process.env.QUILL_QUERY_ENDPOINT ?? "/cloud/engine" : "/cloud/engine";
383
383
  ALL_TENANTS = "QUILL_ALL_TENANTS";
384
384
  SINGLE_TENANT = "QUILL_SINGLE_TENANT";
package/dist/index.js CHANGED
@@ -392,7 +392,7 @@ var init_constants = __esm({
392
392
  "src/utils/constants.ts"() {
393
393
  "use strict";
394
394
  MAX_PIVOT_UNIQUE_VALUES = 250;
395
- QUILL_SERVER = typeof process !== "undefined" && process.env ? process.env.QUILL_SERVER_HOST ?? "https://quill-344421.uc.r.appspot.com" : "https://quill-344421.uc.r.appspot.com";
395
+ QUILL_SERVER = typeof process !== "undefined" && process.env ? process.env.QUILL_SERVER_HOST ?? "https://api.quill.co" : "https://api.quill.co";
396
396
  QUILL_QUERY_ENDPOINT = typeof process !== "undefined" && process.env ? process.env.QUILL_QUERY_ENDPOINT ?? "/cloud/engine" : "/cloud/engine";
397
397
  ALL_TENANTS = "QUILL_ALL_TENANTS";
398
398
  SINGLE_TENANT = "QUILL_SINGLE_TENANT";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quillsql/react",
3
- "version": "2.16.17",
3
+ "version": "2.16.18",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {