@tarojs/plugin-platform-h5 4.1.4-beta.7 → 4.1.4-beta.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.
- package/package.json +11 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/plugin-platform-h5",
|
|
3
|
-
"version": "4.1.4-beta.
|
|
3
|
+
"version": "4.1.4-beta.9",
|
|
4
4
|
"description": "Web 端平台插件",
|
|
5
5
|
"author": "O2Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -32,22 +32,23 @@
|
|
|
32
32
|
"change-case": "^4.1.2",
|
|
33
33
|
"tslib": "^2.6.2",
|
|
34
34
|
"lodash-es": "4.17.21",
|
|
35
|
-
"@tarojs/components": "4.1.4-beta.
|
|
36
|
-
"@tarojs/runtime": "4.1.4-beta.
|
|
37
|
-
"@tarojs/
|
|
38
|
-
"@tarojs/shared": "4.1.4-beta.
|
|
39
|
-
"@tarojs/
|
|
40
|
-
"@tarojs/helper": "4.1.4-beta.
|
|
41
|
-
"
|
|
42
|
-
"
|
|
35
|
+
"@tarojs/components": "4.1.4-beta.9",
|
|
36
|
+
"@tarojs/runtime": "4.1.4-beta.9",
|
|
37
|
+
"@tarojs/service": "4.1.4-beta.9",
|
|
38
|
+
"@tarojs/shared": "4.1.4-beta.9",
|
|
39
|
+
"@tarojs/components-react": "4.1.4-beta.9",
|
|
40
|
+
"@tarojs/helper": "4.1.4-beta.9",
|
|
41
|
+
"babel-plugin-transform-taroapi": "4.1.4-beta.9",
|
|
42
|
+
"@tarojs/taro-h5": "4.1.4-beta.9"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@tarojs/taro": "4.1.4-beta.
|
|
45
|
+
"@tarojs/taro": "4.1.4-beta.9"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"prod": "pnpm run build",
|
|
49
49
|
"prebuild": "run-s clean generate:desc",
|
|
50
50
|
"build": "pnpm run rollup --environment NODE_ENV:production",
|
|
51
|
+
"postbuild": "node scripts/post-build.mjs",
|
|
51
52
|
"clean": "rimraf dist",
|
|
52
53
|
"dev": "pnpm run rollup --environment NODE_ENV:development -w",
|
|
53
54
|
"generate:desc": "pnpm run tsx --files ./build/definition-json",
|