@tarojs/webpack5-runner 3.6.6-alpha.2 → 3.6.6

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 +19 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/webpack5-runner",
3
- "version": "3.6.6-alpha.2",
3
+ "version": "3.6.6",
4
4
  "description": "Taro app runner",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -66,22 +66,22 @@
66
66
  "webpack-dev-server": "4.7.4",
67
67
  "webpack-format-messages": "^2.0.6",
68
68
  "webpackbar": "^5.0.2",
69
- "@tarojs/helper": "3.6.6-alpha.2",
70
- "@tarojs/plugin-platform-alipay": "3.6.6-alpha.2",
71
- "@tarojs/plugin-platform-jd": "3.6.6-alpha.2",
72
- "@tarojs/plugin-platform-qq": "3.6.6-alpha.2",
73
- "@tarojs/plugin-platform-swan": "3.6.6-alpha.2",
74
- "@tarojs/plugin-platform-tt": "3.6.6-alpha.2",
75
- "@tarojs/plugin-platform-weapp": "3.6.6-alpha.2",
76
- "@tarojs/runner-utils": "3.6.6-alpha.2",
77
- "@tarojs/runtime": "3.6.6-alpha.2",
78
- "@tarojs/shared": "3.6.6-alpha.2",
79
- "@tarojs/taro": "3.6.6-alpha.2",
80
- "@tarojs/taro-loader": "3.6.6-alpha.2",
81
- "@tarojs/webpack5-prebundle": "3.6.6-alpha.2",
82
- "postcss-html-transform": "3.6.6-alpha.2",
83
- "postcss-plugin-constparse": "3.6.6-alpha.2",
84
- "postcss-pxtransform": "3.6.6-alpha.2"
69
+ "@tarojs/helper": "3.6.6",
70
+ "@tarojs/plugin-platform-alipay": "3.6.6",
71
+ "@tarojs/plugin-platform-jd": "3.6.6",
72
+ "@tarojs/plugin-platform-qq": "3.6.6",
73
+ "@tarojs/plugin-platform-swan": "3.6.6",
74
+ "@tarojs/plugin-platform-tt": "3.6.6",
75
+ "@tarojs/plugin-platform-weapp": "3.6.6",
76
+ "@tarojs/runner-utils": "3.6.6",
77
+ "@tarojs/runtime": "3.6.6",
78
+ "@tarojs/shared": "3.6.6",
79
+ "@tarojs/taro": "3.6.6",
80
+ "@tarojs/taro-loader": "3.6.6",
81
+ "@tarojs/webpack5-prebundle": "3.6.6",
82
+ "postcss-html-transform": "3.6.6",
83
+ "postcss-plugin-constparse": "3.6.6",
84
+ "postcss-pxtransform": "3.6.6"
85
85
  },
86
86
  "devDependencies": {
87
87
  "@babel/core": "^7.14.5",
@@ -111,7 +111,8 @@
111
111
  "prod": "tsc && pnpm run mv:comp",
112
112
  "mv:comp": "node ./mv-comp.js",
113
113
  "clean": "rimraf dist",
114
- "test": "cross-env NODE_ENV=jest jest --ci -i",
114
+ "test": "cross-env NODE_ENV=jest jest",
115
+ "test:ci": "cross-env NODE_ENV=jest jest --ci -i",
115
116
  "test:dev": "cross-env NODE_ENV=jest jest --watch",
116
117
  "test:coverage": "cross-env NODE_ENV=jest jest --coverage",
117
118
  "updateSnapshot": "cross-env NODE_ENV=jest jest --updateSnapshot"