mp-weixin-back 0.0.13 → 0.0.14

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 +7 -7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mp-weixin-back",
3
3
  "type": "module",
4
- "version": "0.0.13",
4
+ "version": "0.0.14",
5
5
  "description": "监听微信小程序的手势返回和页面默认导航栏的返回",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.mjs",
@@ -41,15 +41,10 @@
41
41
  "@babel/generator": "^7.26.2",
42
42
  "@babel/parser": "^7.26.2",
43
43
  "@babel/traverse": "^7.25.9",
44
- "@vitejs/plugin-vue": "^5.2.0",
45
- "@vue/test-utils": "^2.4.6",
46
44
  "ast-kit": "^1.3.1",
47
- "happy-dom": "^15.11.6",
48
45
  "json5": "^2.2.3",
49
46
  "kolorist": "^1.8.0",
50
- "magic-string": "^0.30.13",
51
- "typescript": "^5.7.2",
52
- "vitest": "^2.1.5"
47
+ "magic-string": "^0.30.13"
53
48
  },
54
49
  "peerDependencies": {
55
50
  "@vue/compiler-sfc": "^2.7.0 || ^3.0.0",
@@ -61,7 +56,12 @@
61
56
  "devDependencies": {
62
57
  "@types/babel__generator": "^7.6.8",
63
58
  "@types/node": "^22.9.3",
59
+ "@vitejs/plugin-vue": "^5.2.0",
60
+ "@vue/test-utils": "^2.4.6",
61
+ "happy-dom": "^15.11.6",
62
+ "typescript": "^5.7.2",
64
63
  "unbuild": "^2.0.0",
64
+ "vitest": "^2.1.5",
65
65
  "vue": "^3.5.13"
66
66
  }
67
67
  }