@@ -14,6 +14,7 @@
},
"dependencies": {
"@medici/foo": "workspace:~1.0.0",
+ "@medici/types": "workspace:^1.0.0",
"uuidv4": "^6.2.13"
"devDependencies": {
@@ -0,0 +1,4 @@
+
+export function TrackEvent() {
+}
@@ -1,5 +1,5 @@
{
- "name": "@medici/foo",
+ "name": "@medici/types",
"version": "1.0.0",
"main": "dist/index",
"types": "dist/index",
@@ -4,3 +4,4 @@ export interface GlobalEventType {
eventVariable: string;
triggerTime: number;
}
@@ -1,2 +1,2 @@
export { BrowserTransportOptions } from './browser';
-export { GlobalEventType } from './event';
+export { GlobalEventType, TrackEvent } from './event';
@@ -38,11 +38,13 @@ importers:
packages/core:
specifiers:
'@medici/foo': workspace:~1.0.0
+ '@medici/types': workspace:^1.0.0
rimraf: ~3.0.2
typescript: ~4.7.4
uuidv4: ^6.2.13
dependencies:
- '@medici/foo': link:../types
+ '@medici/foo': link:../foo
+ '@medici/types': link:../types
uuidv4: 6.2.13
devDependencies:
rimraf: 3.0.2