@beep-it/sdk-core 0.1.0 → 0.1.1
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.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -467,7 +467,7 @@ var BeepClient = class {
|
|
|
467
467
|
throw new Error("API key is required to initialize BeepClient");
|
|
468
468
|
}
|
|
469
469
|
this.client = import_axios.default.create({
|
|
470
|
-
baseURL: options.serverUrl || "https://api.
|
|
470
|
+
baseURL: options.serverUrl || "https://api.justbeep.it",
|
|
471
471
|
headers: {
|
|
472
472
|
Authorization: `Bearer ${options.apiKey}`,
|
|
473
473
|
"Content-Type": "application/json",
|
package/dist/index.mjs
CHANGED
|
@@ -431,7 +431,7 @@ var BeepClient = class {
|
|
|
431
431
|
throw new Error("API key is required to initialize BeepClient");
|
|
432
432
|
}
|
|
433
433
|
this.client = axios.create({
|
|
434
|
-
baseURL: options.serverUrl || "https://api.
|
|
434
|
+
baseURL: options.serverUrl || "https://api.justbeep.it",
|
|
435
435
|
headers: {
|
|
436
436
|
Authorization: `Bearer ${options.apiKey}`,
|
|
437
437
|
"Content-Type": "application/json",
|