@hot-updater/core 0.18.5 → 0.19.1-rc.0

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.d.cts CHANGED
@@ -151,8 +151,16 @@ type AppVersionGetBundlesArgs = {
151
151
  appVersion: string;
152
152
  };
153
153
  type GetBundlesArgs = FingerprintGetBundlesArgs | AppVersionGetBundlesArgs;
154
+ type UpdateBundleParams = {
155
+ platform: Platform;
156
+ bundleId: string;
157
+ minBundleId: string;
158
+ channel: string;
159
+ appVersion: string;
160
+ fingerprintHash: string | null;
161
+ };
154
162
  //#endregion
155
163
  //#region src/uuid.d.ts
156
164
  declare const NIL_UUID = "00000000-0000-0000-0000-000000000000";
157
165
  //#endregion
158
- export { AppUpdateInfo, AppVersionGetBundlesArgs, Bundle, BundleMetadata, FingerprintGetBundlesArgs, GetBundlesArgs, NIL_UUID, Platform, SnakeCaseBundle, UpdateInfo, UpdateStatus, UpdateStrategy };
166
+ export { AppUpdateInfo, AppVersionGetBundlesArgs, Bundle, BundleMetadata, FingerprintGetBundlesArgs, GetBundlesArgs, NIL_UUID, Platform, SnakeCaseBundle, UpdateBundleParams, UpdateInfo, UpdateStatus, UpdateStrategy };
package/dist/index.d.ts CHANGED
@@ -151,8 +151,16 @@ type AppVersionGetBundlesArgs = {
151
151
  appVersion: string;
152
152
  };
153
153
  type GetBundlesArgs = FingerprintGetBundlesArgs | AppVersionGetBundlesArgs;
154
+ type UpdateBundleParams = {
155
+ platform: Platform;
156
+ bundleId: string;
157
+ minBundleId: string;
158
+ channel: string;
159
+ appVersion: string;
160
+ fingerprintHash: string | null;
161
+ };
154
162
  //#endregion
155
163
  //#region src/uuid.d.ts
156
164
  declare const NIL_UUID = "00000000-0000-0000-0000-000000000000";
157
165
  //#endregion
158
- export { AppUpdateInfo, AppVersionGetBundlesArgs, Bundle, BundleMetadata, FingerprintGetBundlesArgs, GetBundlesArgs, NIL_UUID, Platform, SnakeCaseBundle, UpdateInfo, UpdateStatus, UpdateStrategy };
166
+ export { AppUpdateInfo, AppVersionGetBundlesArgs, Bundle, BundleMetadata, FingerprintGetBundlesArgs, GetBundlesArgs, NIL_UUID, Platform, SnakeCaseBundle, UpdateBundleParams, UpdateInfo, UpdateStatus, UpdateStrategy };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hot-updater/core",
3
- "version": "0.18.5",
3
+ "version": "0.19.1-rc.0",
4
4
  "type": "module",
5
5
  "description": "React Native OTA solution for self-hosted",
6
6
  "sideEffects": false,