@tarojs/react 3.4.3 → 3.4.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.
- package/dist/index.js +4 -6
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -18,14 +18,12 @@ function _interopNamespace(e) {
|
|
|
18
18
|
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
19
19
|
Object.defineProperty(n, k, d.get ? d : {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () {
|
|
22
|
-
return e[k];
|
|
23
|
-
}
|
|
21
|
+
get: function () { return e[k]; }
|
|
24
22
|
});
|
|
25
23
|
}
|
|
26
24
|
});
|
|
27
25
|
}
|
|
28
|
-
n[
|
|
26
|
+
n["default"] = e;
|
|
29
27
|
return Object.freeze(n);
|
|
30
28
|
}
|
|
31
29
|
|
|
@@ -243,7 +241,7 @@ var hostConfig = {
|
|
|
243
241
|
isPrimaryRenderer: true,
|
|
244
242
|
supportsHydration: false
|
|
245
243
|
};
|
|
246
|
-
var TaroReconciler = Reconciler__default[
|
|
244
|
+
var TaroReconciler = Reconciler__default["default"](hostConfig);
|
|
247
245
|
if (process.env.NODE_ENV !== 'production') {
|
|
248
246
|
var foundDevTools = TaroReconciler.injectIntoDevTools({
|
|
249
247
|
bundleType: 1,
|
|
@@ -326,7 +324,7 @@ var index = {
|
|
|
326
324
|
};
|
|
327
325
|
|
|
328
326
|
exports.createPortal = createPortal;
|
|
329
|
-
exports[
|
|
327
|
+
exports["default"] = index;
|
|
330
328
|
exports.findDOMNode = findDOMNode;
|
|
331
329
|
exports.render = render;
|
|
332
330
|
exports.unmountComponentAtNode = unmountComponentAtNode;
|
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.4.
|
|
3
|
+
"version": "3.4.6",
|
|
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.4.
|
|
28
|
-
"@tarojs/shared": "3.4.
|
|
27
|
+
"@tarojs/runtime": "3.4.6",
|
|
28
|
+
"@tarojs/shared": "3.4.6",
|
|
29
29
|
"react-reconciler": "0.26.1",
|
|
30
30
|
"scheduler": "^0.20.1"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "c12d65079a197af709bfeec2498588291160dfb3"
|
|
36
36
|
}
|