@armco/analytics 0.2.5 → 0.2.6

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/constants.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export declare const ARMCO_SERVER = "https://telemetry.notabuck.com/events/";
1
+ export declare const ARMCO_SERVER = "https://telemetry.armco.tech/events/";
2
2
  export declare const ADD = "add";
3
3
  export declare const TAG = "tag";
package/constants.js CHANGED
@@ -1,3 +1,3 @@
1
- export const ARMCO_SERVER = "https://telemetry.notabuck.com/events/";
1
+ export const ARMCO_SERVER = "https://telemetry.armco.tech/events/";
2
2
  export const ADD = "add";
3
3
  export const TAG = "tag";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@armco/analytics",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "Browser Based Analytics interceptor for configured events",
5
5
  "main": "index.js",
6
6
  "type": "module",