@clipboard-health/analytics 0.1.1 → 0.1.2

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@clipboard-health/analytics",
3
3
  "description": "Type-safe analytics wrapper around our third-party analytics provider for user identification and event tracking.",
4
- "version": "0.1.1",
4
+ "version": "0.1.2",
5
5
  "bugs": "https://github.com/ClipboardHealth/core-utils/issues",
6
6
  "dependencies": {
7
7
  "@clipboard-health/util-ts": "3.8.0",
package/src/index.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export * from "./lib/analytics";
2
+ export * from "./lib/formatPhoneAsE164";
package/src/index.js CHANGED
@@ -2,4 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("./lib/analytics"), exports);
5
+ tslib_1.__exportStar(require("./lib/formatPhoneAsE164"), exports);
5
6
  //# sourceMappingURL=index.js.map
package/src/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../packages/analytics/src/index.ts"],"names":[],"mappings":";;;AAAA,0DAAgC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../packages/analytics/src/index.ts"],"names":[],"mappings":";;;AAAA,0DAAgC;AAChC,kEAAwC"}