hot-updater 0.29.3 → 0.29.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 +2 -2
- package/dist/index.mjs +3 -3
- package/package.json +14 -14
package/dist/index.cjs
CHANGED
|
@@ -35375,7 +35375,7 @@ const deploy = async (options) => {
|
|
|
35375
35375
|
targetAppVersion: target.appVersion,
|
|
35376
35376
|
fingerprintHash: target.fingerprintHash,
|
|
35377
35377
|
storageUri: taskRef.storageUri,
|
|
35378
|
-
metadata:
|
|
35378
|
+
metadata: appVersion ? { app_version: appVersion } : {},
|
|
35379
35379
|
rolloutCohortCount
|
|
35380
35380
|
});
|
|
35381
35381
|
await databasePlugin.commitBundle();
|
|
@@ -35629,7 +35629,7 @@ function hasExpoUpdates() {
|
|
|
35629
35629
|
const dependencies = packageJson.dependencies || {};
|
|
35630
35630
|
const devDependencies = packageJson.devDependencies || {};
|
|
35631
35631
|
return !!dependencies["expo-updates"] || !!devDependencies["expo-updates"];
|
|
35632
|
-
} catch
|
|
35632
|
+
} catch {
|
|
35633
35633
|
return false;
|
|
35634
35634
|
}
|
|
35635
35635
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -29096,7 +29096,7 @@ async function prepareNativeBuild(options) {
|
|
|
29096
29096
|
return null;
|
|
29097
29097
|
}
|
|
29098
29098
|
//#endregion
|
|
29099
|
-
//#region ../../node_modules/.pnpm/tsdown@0.21.6_synckit@0.11.11_typescript@
|
|
29099
|
+
//#region ../../node_modules/.pnpm/tsdown@0.21.6_synckit@0.11.11_typescript@6.0.2/node_modules/tsdown/esm-shims.js
|
|
29100
29100
|
const getFilename = () => fileURLToPath(import.meta.url);
|
|
29101
29101
|
const getDirname = () => path.dirname(getFilename());
|
|
29102
29102
|
const __dirname$1 = /* @__PURE__ */ getDirname();
|
|
@@ -35358,7 +35358,7 @@ const deploy = async (options) => {
|
|
|
35358
35358
|
targetAppVersion: target.appVersion,
|
|
35359
35359
|
fingerprintHash: target.fingerprintHash,
|
|
35360
35360
|
storageUri: taskRef.storageUri,
|
|
35361
|
-
metadata:
|
|
35361
|
+
metadata: appVersion ? { app_version: appVersion } : {},
|
|
35362
35362
|
rolloutCohortCount
|
|
35363
35363
|
});
|
|
35364
35364
|
await databasePlugin.commitBundle();
|
|
@@ -35612,7 +35612,7 @@ function hasExpoUpdates() {
|
|
|
35612
35612
|
const dependencies = packageJson.dependencies || {};
|
|
35613
35613
|
const devDependencies = packageJson.devDependencies || {};
|
|
35614
35614
|
return !!dependencies["expo-updates"] || !!devDependencies["expo-updates"];
|
|
35615
|
-
} catch
|
|
35615
|
+
} catch {
|
|
35616
35616
|
return false;
|
|
35617
35617
|
}
|
|
35618
35618
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hot-updater",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.29.
|
|
4
|
+
"version": "0.29.5",
|
|
5
5
|
"bin": {
|
|
6
6
|
"hot-updater": "./dist/index.cjs"
|
|
7
7
|
},
|
|
@@ -47,13 +47,13 @@
|
|
|
47
47
|
"jiti": "2.6.1",
|
|
48
48
|
"kysely": "0.28.9",
|
|
49
49
|
"sql-formatter": "15.6.10",
|
|
50
|
-
"@hot-updater/android-helper": "0.29.
|
|
51
|
-
"@hot-updater/
|
|
52
|
-
"@hot-updater/
|
|
53
|
-
"@hot-updater/
|
|
54
|
-
"@hot-updater/
|
|
55
|
-
"@hot-updater/
|
|
56
|
-
"@hot-updater/
|
|
50
|
+
"@hot-updater/android-helper": "0.29.5",
|
|
51
|
+
"@hot-updater/console": "0.29.5",
|
|
52
|
+
"@hot-updater/core": "0.29.5",
|
|
53
|
+
"@hot-updater/apple-helper": "0.29.5",
|
|
54
|
+
"@hot-updater/cli-tools": "0.29.5",
|
|
55
|
+
"@hot-updater/plugin-core": "0.29.5",
|
|
56
|
+
"@hot-updater/server": "0.29.5"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@bacons/xcode": "1.0.0-alpha.24",
|
|
@@ -72,12 +72,12 @@
|
|
|
72
72
|
"plist": "^3.1.0",
|
|
73
73
|
"read-package-up": "^11.0.0",
|
|
74
74
|
"semver": "^7.6.3",
|
|
75
|
-
"@hot-updater/aws": "0.29.
|
|
76
|
-
"@hot-updater/cloudflare": "0.29.
|
|
77
|
-
"@hot-updater/
|
|
78
|
-
"@hot-updater/
|
|
79
|
-
"@hot-updater/supabase": "0.29.
|
|
80
|
-
"@hot-updater/test-utils": "0.29.
|
|
75
|
+
"@hot-updater/aws": "0.29.5",
|
|
76
|
+
"@hot-updater/cloudflare": "0.29.5",
|
|
77
|
+
"@hot-updater/server": "0.29.5",
|
|
78
|
+
"@hot-updater/firebase": "0.29.5",
|
|
79
|
+
"@hot-updater/supabase": "0.29.5",
|
|
80
|
+
"@hot-updater/test-utils": "0.29.5"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
83
|
"@hot-updater/aws": "*",
|