@01.software/sdk 0.4.3-dev.1774320821495 → 0.4.3-dev.1774320860782

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
@@ -348,7 +348,7 @@ function resolveApiUrl() {
348
348
  return envUrl.replace(/\/$/, "");
349
349
  }
350
350
  }
351
- return "http://localhost:3000";
351
+ return "https://api-dev.01.software";
352
352
  }
353
353
 
354
354
  // src/core/internal/utils/http.ts
package/dist/index.js CHANGED
@@ -267,7 +267,7 @@ function resolveApiUrl() {
267
267
  return envUrl.replace(/\/$/, "");
268
268
  }
269
269
  }
270
- return "http://localhost:3000";
270
+ return "https://api-dev.01.software";
271
271
  }
272
272
 
273
273
  // src/core/internal/utils/http.ts
package/dist/realtime.cjs CHANGED
@@ -208,7 +208,7 @@ function resolveApiUrl() {
208
208
  return envUrl.replace(/\/$/, "");
209
209
  }
210
210
  }
211
- return "http://localhost:3000";
211
+ return "https://api-dev.01.software";
212
212
  }
213
213
 
214
214
  // src/core/query/query-keys.ts
package/dist/realtime.js CHANGED
@@ -182,7 +182,7 @@ function resolveApiUrl() {
182
182
  return envUrl.replace(/\/$/, "");
183
183
  }
184
184
  }
185
- return "http://localhost:3000";
185
+ return "https://api-dev.01.software";
186
186
  }
187
187
 
188
188
  // src/core/query/query-keys.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@01.software/sdk",
3
- "version": "0.4.3-dev.1774320821495",
3
+ "version": "0.4.3-dev.1774320860782",
4
4
  "description": "01.software SDK",
5
5
  "author": "<office@01.works>",
6
6
  "keywords": [],