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 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://krisspy-cloud-backend.thankfulhill-66fc9e74.westeurope.azurecontainerapps.io";
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://krisspy-cloud-backend.thankfulhill-66fc9e74.westeurope.azurecontainerapps.io";
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "krisspy-sdk",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "description": "Krisspy Cloud SDK - Database, Auth, Storage, and Functions for your apps",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",