@zjlab-fe/util 0.5.8 → 0.5.9

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.
@@ -90,6 +90,6 @@ export declare class BrowserLogger {
90
90
  * @param type 事件类型
91
91
  * @param data 额外数据
92
92
  */
93
- private sendLog;
93
+ sendLog(spm: string, type: string, data?: Record<string, any>): void;
94
94
  }
95
95
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zjlab-fe/util",
3
- "version": "0.5.8",
3
+ "version": "0.5.9",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",