@hot-updater/core 0.18.1 → 0.18.3

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
@@ -150,9 +150,9 @@ type AppVersionGetBundlesArgs = {
150
150
  */
151
151
  appVersion: string;
152
152
  };
153
- type GetBundlesArgs = FingerprintGetBundlesArgs | AppVersionGetBundlesArgs; //#endregion
153
+ type GetBundlesArgs = FingerprintGetBundlesArgs | AppVersionGetBundlesArgs;
154
+ //#endregion
154
155
  //#region src/uuid.d.ts
155
156
  declare const NIL_UUID = "00000000-0000-0000-0000-000000000000";
156
-
157
157
  //#endregion
158
158
  export { AppUpdateInfo, AppVersionGetBundlesArgs, Bundle, BundleMetadata, FingerprintGetBundlesArgs, GetBundlesArgs, NIL_UUID, Platform, SnakeCaseBundle, UpdateInfo, UpdateStatus, UpdateStrategy };
package/dist/index.d.ts CHANGED
@@ -150,9 +150,9 @@ type AppVersionGetBundlesArgs = {
150
150
  */
151
151
  appVersion: string;
152
152
  };
153
- type GetBundlesArgs = FingerprintGetBundlesArgs | AppVersionGetBundlesArgs; //#endregion
153
+ type GetBundlesArgs = FingerprintGetBundlesArgs | AppVersionGetBundlesArgs;
154
+ //#endregion
154
155
  //#region src/uuid.d.ts
155
156
  declare const NIL_UUID = "00000000-0000-0000-0000-000000000000";
156
-
157
157
  //#endregion
158
158
  export { AppUpdateInfo, AppVersionGetBundlesArgs, Bundle, BundleMetadata, FingerprintGetBundlesArgs, GetBundlesArgs, NIL_UUID, Platform, SnakeCaseBundle, UpdateInfo, UpdateStatus, UpdateStrategy };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hot-updater/core",
3
- "version": "0.18.1",
3
+ "version": "0.18.3",
4
4
  "type": "module",
5
5
  "description": "React Native OTA solution for self-hosted",
6
6
  "sideEffects": false,