@01.software/sdk 0.2.9-dev.260314.f493447 → 0.3.0

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
@@ -345,7 +345,7 @@ function resolveApiUrl() {
345
345
  if (envUrl) {
346
346
  return envUrl.replace(/\/$/, "");
347
347
  }
348
- return "https://api-dev.01.software";
348
+ return "https://api.01.software";
349
349
  }
350
350
 
351
351
  // src/core/internal/utils/http.ts
package/dist/index.js CHANGED
@@ -265,7 +265,7 @@ function resolveApiUrl() {
265
265
  if (envUrl) {
266
266
  return envUrl.replace(/\/$/, "");
267
267
  }
268
- return "https://api-dev.01.software";
268
+ return "https://api.01.software";
269
269
  }
270
270
 
271
271
  // src/core/internal/utils/http.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@01.software/sdk",
3
- "version": "0.2.9-dev.260314.f493447",
3
+ "version": "0.3.0",
4
4
  "description": "01.software SDK",
5
5
  "author": "<office@01.works>",
6
6
  "keywords": [],