@tarojs/react 3.5.0-beta.3 → 3.5.0-beta.4
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/dist/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -230,8 +230,6 @@ var hostConfig = {
|
|
|
230
230
|
: setTimeout,
|
|
231
231
|
shouldSetTextContent: returnFalse,
|
|
232
232
|
prepareForCommit: function prepareForCommit() {
|
|
233
|
-
var _ = [], len = arguments.length;
|
|
234
|
-
while ( len-- ) _[ len ] = arguments[ len ];
|
|
235
233
|
return null; },
|
|
236
234
|
resetAfterCommit: shared.noop,
|
|
237
235
|
commitMount: shared.noop,
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/react",
|
|
3
|
-
"version": "3.5.0-beta.
|
|
3
|
+
"version": "3.5.0-beta.4",
|
|
4
4
|
"description": "like react-dom, but for mini apps.",
|
|
5
5
|
"author": "yuche <i@yuche.me>",
|
|
6
6
|
"homepage": "https://github.com/nervjs/taro/tree/master/packages/taro-react#readme",
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
"url": "https://github.com/NervJS/taro/issues"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@tarojs/runtime": "3.5.0-beta.
|
|
28
|
-
"@tarojs/shared": "3.5.0-beta.
|
|
27
|
+
"@tarojs/runtime": "3.5.0-beta.4",
|
|
28
|
+
"@tarojs/shared": "3.5.0-beta.4",
|
|
29
29
|
"react-reconciler": "0.27.0",
|
|
30
30
|
"scheduler": "^0.20.1"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "7aca7841ed7e2af1b182ff5d24e91f44730ce783"
|
|
36
36
|
}
|