@@ -15,6 +15,7 @@
"lint": "eslint --fix --ext js,ts,tsx ."
},
"devDependencies": {
+ "@changesets/cli": "^2.23.2",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"doctoc": "~2.2.0",
@@ -1,3 +1,4 @@
+import { GlobalEventType } from '@medici/types';
export function TrackEvent() {
@@ -0,0 +1 @@
+export { TrackEvent } from './event';