@tarojs/plugin-inject 4.0.8-beta.0 → 4.0.8

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 (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -218,6 +218,7 @@ export const nestElements = new Map([
218
218
  ['cover-view', -1],
219
219
  ['static-view', -1],
220
220
  ['pure-view', -1],
221
+ ['click-view', -1],
221
222
  ['block', -1],
222
223
  ['text', -1],
223
224
  ['static-text', 6],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/plugin-inject",
3
- "version": "4.0.8-beta.0",
3
+ "version": "4.0.8",
4
4
  "description": "Taro 小程序端平台中间层插件",
5
5
  "author": "O2Team",
6
6
  "homepage": "https://github.com/nervjs/taro",
@@ -24,13 +24,13 @@
24
24
  "node": ">= 18"
25
25
  },
26
26
  "devDependencies": {
27
- "@tarojs/helper": "4.0.8-beta.0",
28
- "@tarojs/service": "4.0.8-beta.0",
29
- "@tarojs/shared": "4.0.8-beta.0"
27
+ "@tarojs/helper": "4.0.8",
28
+ "@tarojs/shared": "4.0.8",
29
+ "@tarojs/service": "4.0.8"
30
30
  },
31
31
  "peerDependencies": {
32
- "@tarojs/shared": "4.0.8-beta.0",
33
- "@tarojs/helper": "4.0.8-beta.0"
32
+ "@tarojs/shared": "4.0.8",
33
+ "@tarojs/helper": "4.0.8"
34
34
  },
35
35
  "scripts": {
36
36
  "prod": "pnpm run build",