gemercheung 3 年之前
父節點
當前提交
d334a9a4fa
共有 4 個文件被更改,包括 1126 次插入0 次删除
  1. 1 0
      package.json
  2. 1 0
      packages/core/src/event.ts
  3. 1 0
      packages/core/src/index.ts
  4. 1123 0
      pnpm-lock.yaml

+ 1 - 0
package.json

@@ -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 - 0
packages/core/src/event.ts

@@ -1,3 +1,4 @@
+import { GlobalEventType } from '@medici/types';
 
 export function TrackEvent() {
 

+ 1 - 0
packages/core/src/index.ts

@@ -0,0 +1 @@
+export { TrackEvent } from './event';

File diff suppressed because it is too large
+ 1123 - 0
pnpm-lock.yaml