We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37708fd commit 9b789b1Copy full SHA for 9b789b1
package.json
@@ -9,7 +9,7 @@
9
"docs:build-github":"tsx scripts/gitPage.ts github",
10
"docs:build-gitee":"tsx scripts/gitPage.ts gitee",
11
"clean": " rimraf dist lib es",
12
- "build": "tsx scripts/build.ts",
+ "build": "pnpm bootstrap && tsx scripts/build.ts",
13
"test": "vitest",
14
"test:ui": "vitest --ui",
15
"coverage": "vitest run --coverage",
packages/hooks/meta-data.json
@@ -29,6 +29,7 @@
29
"useMap",
30
"useMedia",
31
"useMouse",
32
+ "useMutationObserver",
33
"useNetwork",
34
"usePreview",
35
"usePrevious",
packages/hooks/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-hooks-plus",
3
- "version": "1.8.3",
+ "version": "1.8.4",
4
"description": "Vue hooks library",
5
"files": [
6
"dist",
0 commit comments