@tarojs/transformer-wx 4.0.0-beta.0 → 4.0.0-beta.1
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 +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/transformer-wx",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.1",
|
|
4
4
|
"description": "Transfrom Nerv Component to Wechat mini program.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"@types/jest": "^29.5.1",
|
|
85
85
|
"@types/lodash": "^4.14.105",
|
|
86
86
|
"@types/node": "^9.6.2",
|
|
87
|
-
"babel-jest": "^29.
|
|
87
|
+
"babel-jest": "^29.7.0",
|
|
88
88
|
"eslint": "5.16.0",
|
|
89
89
|
"jest": "^29.3.1",
|
|
90
90
|
"jest-cli": "^29.3.1",
|
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
"lint": "tslint",
|
|
108
108
|
"test": "jest",
|
|
109
109
|
"test:ci": "cross-env NODE_ENV=test jest --ci -i",
|
|
110
|
-
"test:coverage": "jest --coverage"
|
|
110
|
+
"test:coverage": "cross-env NODE_ENV=jest jest --coverage",
|
|
111
|
+
"updateSnapshot": "cross-env NODE_ENV=jest jest --updateSnapshot"
|
|
111
112
|
}
|
|
112
113
|
}
|