visang-tracker 0.9.3 → 0.9.4

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import api from '../src/api';
1
+ import api from './api';
2
2
  const LOG_BATCH_MAX = 20;
3
3
  const LOG_FLUSH_INTERVAL_MS = 10000;
4
4
  const LOG_STORAGE_KEY = 'aidt_trace_log_queue_v1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "visang-tracker",
3
- "version": "0.9.3",
3
+ "version": "0.9.4",
4
4
  "description": "Lightweight logging and tracking helper for Visang apps.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",