@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.11";
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.cjs.map
262
+ //# sourceMappingURL=index.js.map
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  // src/client.ts
2
- var SDK_VERSION = "0.1.11";
2
+ var SDK_VERSION = "1.0.1";
3
3
  var DEFAULTS = {
4
4
  endpoint: "https://api.eventra.dev/api/v1/ingest/batch",
5
5
  flushInterval: 2e3,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eventra_dev/eventra-sdk",
3
- "version": "0.1.11",
3
+ "version": "1.0.1",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
File without changes