@hot-updater/plugin-core 0.12.5 → 0.12.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.cjs +7 -13
- package/dist/index.js +4 -10
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -60,12 +60,8 @@ function __webpack_require__(moduleId) {
|
|
|
60
60
|
return module.exports;
|
|
61
61
|
}
|
|
62
62
|
(()=>{
|
|
63
|
-
__webpack_require__.n =
|
|
64
|
-
var getter = module && module.__esModule ?
|
|
65
|
-
return module['default'];
|
|
66
|
-
} : function() {
|
|
67
|
-
return module;
|
|
68
|
-
};
|
|
63
|
+
__webpack_require__.n = (module)=>{
|
|
64
|
+
var getter = module && module.__esModule ? ()=>module['default'] : ()=>module;
|
|
69
65
|
__webpack_require__.d(getter, {
|
|
70
66
|
a: getter
|
|
71
67
|
});
|
|
@@ -73,7 +69,7 @@ function __webpack_require__(moduleId) {
|
|
|
73
69
|
};
|
|
74
70
|
})();
|
|
75
71
|
(()=>{
|
|
76
|
-
__webpack_require__.d =
|
|
72
|
+
__webpack_require__.d = (exports1, definition)=>{
|
|
77
73
|
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
|
|
78
74
|
enumerable: true,
|
|
79
75
|
get: definition[key]
|
|
@@ -81,12 +77,10 @@ function __webpack_require__(moduleId) {
|
|
|
81
77
|
};
|
|
82
78
|
})();
|
|
83
79
|
(()=>{
|
|
84
|
-
__webpack_require__.o =
|
|
85
|
-
return Object.prototype.hasOwnProperty.call(obj, prop);
|
|
86
|
-
};
|
|
80
|
+
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
87
81
|
})();
|
|
88
82
|
(()=>{
|
|
89
|
-
__webpack_require__.r =
|
|
83
|
+
__webpack_require__.r = (exports1)=>{
|
|
90
84
|
if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
91
85
|
value: 'Module'
|
|
92
86
|
});
|
|
@@ -101,9 +95,9 @@ var __webpack_exports__ = {};
|
|
|
101
95
|
__webpack_require__.r(__webpack_exports__);
|
|
102
96
|
__webpack_require__.d(__webpack_exports__, {
|
|
103
97
|
log: ()=>log,
|
|
104
|
-
copyDirToTmp: ()=>copyDirToTmp,
|
|
105
98
|
getCwd: ()=>getCwd,
|
|
106
|
-
loadConfig: ()=>loadConfig
|
|
99
|
+
loadConfig: ()=>loadConfig,
|
|
100
|
+
copyDirToTmp: ()=>copyDirToTmp
|
|
107
101
|
});
|
|
108
102
|
var picocolors = __webpack_require__("../../node_modules/.pnpm/picocolors@1.0.0/node_modules/picocolors/picocolors.js");
|
|
109
103
|
var picocolors_default = /*#__PURE__*/ __webpack_require__.n(picocolors);
|
package/dist/index.js
CHANGED
|
@@ -65,12 +65,8 @@ function __webpack_require__(moduleId) {
|
|
|
65
65
|
return module.exports;
|
|
66
66
|
}
|
|
67
67
|
(()=>{
|
|
68
|
-
__webpack_require__.n =
|
|
69
|
-
var getter = module && module.__esModule ?
|
|
70
|
-
return module['default'];
|
|
71
|
-
} : function() {
|
|
72
|
-
return module;
|
|
73
|
-
};
|
|
68
|
+
__webpack_require__.n = (module)=>{
|
|
69
|
+
var getter = module && module.__esModule ? ()=>module['default'] : ()=>module;
|
|
74
70
|
__webpack_require__.d(getter, {
|
|
75
71
|
a: getter
|
|
76
72
|
});
|
|
@@ -78,7 +74,7 @@ function __webpack_require__(moduleId) {
|
|
|
78
74
|
};
|
|
79
75
|
})();
|
|
80
76
|
(()=>{
|
|
81
|
-
__webpack_require__.d =
|
|
77
|
+
__webpack_require__.d = (exports, definition)=>{
|
|
82
78
|
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) Object.defineProperty(exports, key, {
|
|
83
79
|
enumerable: true,
|
|
84
80
|
get: definition[key]
|
|
@@ -86,9 +82,7 @@ function __webpack_require__(moduleId) {
|
|
|
86
82
|
};
|
|
87
83
|
})();
|
|
88
84
|
(()=>{
|
|
89
|
-
__webpack_require__.o =
|
|
90
|
-
return Object.prototype.hasOwnProperty.call(obj, prop);
|
|
91
|
-
};
|
|
85
|
+
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
92
86
|
})();
|
|
93
87
|
var picocolors = __webpack_require__("../../node_modules/.pnpm/picocolors@1.0.0/node_modules/picocolors/picocolors.js");
|
|
94
88
|
var picocolors_default = /*#__PURE__*/ __webpack_require__.n(picocolors);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hot-updater/plugin-core",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "React Native OTA solution for self-hosted",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@hot-updater/core": "0.12.
|
|
41
|
+
"@hot-updater/core": "0.12.6",
|
|
42
42
|
"cosmiconfig": "^9.0.0",
|
|
43
43
|
"cosmiconfig-typescript-loader": "^5.0.0",
|
|
44
44
|
"workspace-tools": "^0.36.4"
|