@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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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
|
|
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
|
|
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";
|