@eventra_dev/eventra-sdk 0.1.5 → 0.1.7

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/LICENSE ADDED
@@ -0,0 +1,9 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Eventra
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software.
package/README.md CHANGED
@@ -316,7 +316,7 @@ Events are sent in batches:
316
316
  "sentAt": "2026-03-12T10:00:00Z",
317
317
  "sdk": {
318
318
  "name": "@eventra_dev/eventra-sdk",
319
- "version": "0.1.2",
319
+ "version": "0.1.7",
320
320
  "runtime": "node"
321
321
  },
322
322
  "events": [
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 = "0.1.5";
28
+ var SDK_VERSION = "0.1.7";
29
29
  var DEFAULTS = {
30
30
  endpoint: "http://api.eventra.dev/api/v1/ingest/batch",
31
31
  flushInterval: 2e3,
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // src/client.ts
2
- var SDK_VERSION = "0.1.5";
2
+ var SDK_VERSION = "0.1.7";
3
3
  var DEFAULTS = {
4
4
  endpoint: "http://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.5",
3
+ "version": "0.1.7",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -32,6 +32,7 @@
32
32
  "tsup": "^8.0.0",
33
33
  "typescript": "^5.6.0"
34
34
  },
35
+ "license": "MIT",
35
36
  "engines": {
36
37
  "node": ">=18"
37
38
  }