@eventra_dev/eventra-sdk 1.0.3 → 1.0.5
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/README.md +2 -5
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -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 = "1.0.
|
|
28
|
+
var SDK_VERSION = "1.0.5";
|
|
29
29
|
var DEFAULTS = {
|
|
30
30
|
endpoint: "https://api.eventra.dev/api/v1/ingest/batch",
|
|
31
31
|
flushInterval: 2e3,
|
package/dist/index.mjs
CHANGED