react-track-hooks 1.0.0 → 1.0.1

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "react-track-hooks",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "React 埋点 Hooks 库,支持点击、曝光、页面停留时长埋点及失败重试",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
7
- "types": "module",
7
+ "types": "dist/index.d.ts",
8
8
  "files": [
9
9
  "dist",
10
10
  "README.md",