hot-updater 0.36.8 → 0.36.11
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.mjs +1 -1
- package/package.json +14 -14
package/dist/index.mjs
CHANGED
|
@@ -28496,7 +28496,7 @@ const handleDoctor = async ({ serverBaseUrl, json = false } = {}) => {
|
|
|
28496
28496
|
if (result.error) {
|
|
28497
28497
|
p.log.error(result.error);
|
|
28498
28498
|
p.outro("Doctor check failed.");
|
|
28499
|
-
|
|
28499
|
+
process.exit(1);
|
|
28500
28500
|
}
|
|
28501
28501
|
const { details } = result;
|
|
28502
28502
|
let shouldExitWithFailure = !result.success;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hot-updater",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.36.
|
|
4
|
+
"version": "0.36.11",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.19.0"
|
|
7
7
|
},
|
|
@@ -49,13 +49,13 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"jiti": "2.6.1",
|
|
52
|
-
"@hot-updater/android-helper": "0.36.
|
|
53
|
-
"@hot-updater/
|
|
54
|
-
"@hot-updater/
|
|
55
|
-
"@hot-updater/console": "0.36.
|
|
56
|
-
"@hot-updater/core": "0.36.
|
|
57
|
-
"@hot-updater/
|
|
58
|
-
"@hot-updater/
|
|
52
|
+
"@hot-updater/android-helper": "0.36.11",
|
|
53
|
+
"@hot-updater/apple-helper": "0.36.11",
|
|
54
|
+
"@hot-updater/cli-tools": "0.36.11",
|
|
55
|
+
"@hot-updater/console": "0.36.11",
|
|
56
|
+
"@hot-updater/core": "0.36.11",
|
|
57
|
+
"@hot-updater/plugin-core": "0.36.11",
|
|
58
|
+
"@hot-updater/server": "0.36.11"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@bacons/xcode": "1.0.0-alpha.33",
|
|
@@ -78,12 +78,12 @@
|
|
|
78
78
|
"@typescript/native": "npm:typescript@7.0.2",
|
|
79
79
|
"typescript": "npm:@typescript/typescript6@6.0.2",
|
|
80
80
|
"verkit": "0.3.2",
|
|
81
|
-
"@hot-updater/
|
|
82
|
-
"@hot-updater/
|
|
83
|
-
"@hot-updater/firebase": "0.36.
|
|
84
|
-
"@hot-updater/server": "0.36.
|
|
85
|
-
"@hot-updater/supabase": "0.36.
|
|
86
|
-
"@hot-updater/test-utils": "0.36.
|
|
81
|
+
"@hot-updater/aws": "0.36.11",
|
|
82
|
+
"@hot-updater/cloudflare": "0.36.11",
|
|
83
|
+
"@hot-updater/firebase": "0.36.11",
|
|
84
|
+
"@hot-updater/server": "0.36.11",
|
|
85
|
+
"@hot-updater/supabase": "0.36.11",
|
|
86
|
+
"@hot-updater/test-utils": "0.36.11"
|
|
87
87
|
},
|
|
88
88
|
"peerDependencies": {
|
|
89
89
|
"@expo/fingerprint": "*",
|