neatlogs 1.0.3 → 1.0.4
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +18 -8
package/dist/index.cjs
CHANGED
|
@@ -5911,7 +5911,7 @@ async function init(options = {}) {
|
|
|
5911
5911
|
logger13.debug(`Auto-generated session_id: ${sessionId}`);
|
|
5912
5912
|
}
|
|
5913
5913
|
}
|
|
5914
|
-
const endpoint = options.endpoint ?? "https://staging-cloud.neatlogs.com
|
|
5914
|
+
const endpoint = options.endpoint ?? "https://staging-cloud.neatlogs.com";
|
|
5915
5915
|
const baseUrl = new URL(endpoint).origin;
|
|
5916
5916
|
_setSessionConfig({
|
|
5917
5917
|
sessionId,
|