@atsignal/browser 0.1.0 → 0.1.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.
@@ -286,8 +286,8 @@ var __signalBundle = (() => {
286
286
  return new FetchTransport(options);
287
287
  }
288
288
  var DEFAULT_ENDPOINT = "https://api.example.com/track";
289
- var DEFAULT_FLUSH_INTERVAL_MS = 5e3;
290
- var DEFAULT_MAX_BATCH_SIZE = 20;
289
+ var DEFAULT_FLUSH_INTERVAL_MS = 1e3;
290
+ var DEFAULT_MAX_BATCH_SIZE = 30;
291
291
  var DEFAULT_MAX_QUEUE_SIZE = 1e3;
292
292
  var DEFAULT_PART_ID = "";
293
293
  var DEFAULT_RETRY_BASE_MS = 500;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atsignal/browser",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Browser SDK for Signal.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -27,7 +27,7 @@
27
27
  "dist"
28
28
  ],
29
29
  "dependencies": {
30
- "@atsignal/js-core": "0.1.0"
30
+ "@atsignal/js-core": "0.1.1"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public",