@hot-updater/react-native 0.16.3 → 0.16.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 +9 -3
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -329,8 +329,14 @@ var __webpack_exports__ = {};
|
|
|
329
329
|
updateBundle: updateBundle
|
|
330
330
|
};
|
|
331
331
|
})();
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
332
|
+
exports.HotUpdater = __webpack_exports__.HotUpdater;
|
|
333
|
+
exports.hotUpdaterStore = __webpack_exports__.hotUpdaterStore;
|
|
334
|
+
exports.useHotUpdaterStore = __webpack_exports__.useHotUpdaterStore;
|
|
335
|
+
for(var __webpack_i__ in __webpack_exports__)if (-1 === [
|
|
336
|
+
"HotUpdater",
|
|
337
|
+
"hotUpdaterStore",
|
|
338
|
+
"useHotUpdaterStore"
|
|
339
|
+
].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
|
|
340
|
+
Object.defineProperty(exports, '__esModule', {
|
|
335
341
|
value: true
|
|
336
342
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hot-updater/react-native",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.4",
|
|
4
4
|
"description": "React Native OTA solution for self-hosted",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -81,8 +81,8 @@
|
|
|
81
81
|
},
|
|
82
82
|
"dependencies": {
|
|
83
83
|
"use-sync-external-store": "1.4.0",
|
|
84
|
-
"@hot-updater/js": "0.16.
|
|
85
|
-
"@hot-updater/core": "0.16.
|
|
84
|
+
"@hot-updater/js": "0.16.4",
|
|
85
|
+
"@hot-updater/core": "0.16.4"
|
|
86
86
|
},
|
|
87
87
|
"scripts": {
|
|
88
88
|
"build": "rslib build",
|