@eventra_dev/eventra-sdk 0.1.11 → 1.0.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.
|
@@ -25,7 +25,7 @@ __export(index_exports, {
|
|
|
25
25
|
module.exports = __toCommonJS(index_exports);
|
|
26
26
|
|
|
27
27
|
// src/client.ts
|
|
28
|
-
var SDK_VERSION = "0.1
|
|
28
|
+
var SDK_VERSION = "1.0.1";
|
|
29
29
|
var DEFAULTS = {
|
|
30
30
|
endpoint: "https://api.eventra.dev/api/v1/ingest/batch",
|
|
31
31
|
flushInterval: 2e3,
|
|
@@ -259,4 +259,4 @@ var Eventra = class {
|
|
|
259
259
|
0 && (module.exports = {
|
|
260
260
|
Eventra
|
|
261
261
|
});
|
|
262
|
-
//# sourceMappingURL=index.
|
|
262
|
+
//# sourceMappingURL=index.js.map
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
File without changes
|