hot-updater 0.5.4 → 0.5.5
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -15769,7 +15769,7 @@ var __webpack_exports__ = {};
|
|
|
15769
15769
|
task: async ()=>{
|
|
15770
15770
|
if (!bundleId) throw new Error("Bundle ID not found");
|
|
15771
15771
|
await databasePlugin.appendBundle({
|
|
15772
|
-
|
|
15772
|
+
shouldForceUpdate: options.forceUpdate,
|
|
15773
15773
|
platform,
|
|
15774
15774
|
fileUrl,
|
|
15775
15775
|
fileHash,
|
package/dist/index.js
CHANGED
|
@@ -15672,7 +15672,7 @@ const deploy = async (options)=>{
|
|
|
15672
15672
|
task: async ()=>{
|
|
15673
15673
|
if (!bundleId) throw new Error("Bundle ID not found");
|
|
15674
15674
|
await databasePlugin.appendBundle({
|
|
15675
|
-
|
|
15675
|
+
shouldForceUpdate: options.forceUpdate,
|
|
15676
15676
|
platform,
|
|
15677
15677
|
fileUrl,
|
|
15678
15678
|
fileHash,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hot-updater",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.5",
|
|
5
5
|
"bin": {
|
|
6
6
|
"hot-updater": "./dist/index.js"
|
|
7
7
|
},
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@clack/prompts": "^0.9.0",
|
|
42
|
-
"@hot-updater/console": "0.5.
|
|
43
|
-
"@hot-updater/core": "0.5.
|
|
44
|
-
"@hot-updater/plugin-core": "0.5.
|
|
42
|
+
"@hot-updater/console": "0.5.5",
|
|
43
|
+
"@hot-updater/core": "0.5.5",
|
|
44
|
+
"@hot-updater/plugin-core": "0.5.5",
|
|
45
45
|
"commander": "^11.1.0",
|
|
46
46
|
"cosmiconfig": "^9.0.0",
|
|
47
47
|
"cosmiconfig-typescript-loader": "^5.0.0"
|