krisspy-sdk 0.9.2 → 0.9.3
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.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2099,7 +2099,7 @@ var QueryBuilder = class {
|
|
|
2099
2099
|
var KrisspyClient = class {
|
|
2100
2100
|
constructor(options) {
|
|
2101
2101
|
var _a;
|
|
2102
|
-
this.baseUrl = options.url || "https://
|
|
2102
|
+
this.baseUrl = options.url || "https://api.preprod.krisspy.ai";
|
|
2103
2103
|
this.backendId = options.backendId;
|
|
2104
2104
|
this.debug = options.debug || false;
|
|
2105
2105
|
this.functionsUrl = ((_a = options.functionsUrl) == null ? void 0 : _a.replace(/\/$/, "")) || null;
|
package/dist/index.mjs
CHANGED
|
@@ -2054,7 +2054,7 @@ var QueryBuilder = class {
|
|
|
2054
2054
|
var KrisspyClient = class {
|
|
2055
2055
|
constructor(options) {
|
|
2056
2056
|
var _a;
|
|
2057
|
-
this.baseUrl = options.url || "https://
|
|
2057
|
+
this.baseUrl = options.url || "https://api.preprod.krisspy.ai";
|
|
2058
2058
|
this.backendId = options.backendId;
|
|
2059
2059
|
this.debug = options.debug || false;
|
|
2060
2060
|
this.functionsUrl = ((_a = options.functionsUrl) == null ? void 0 : _a.replace(/\/$/, "")) || null;
|