@hot-updater/js 0.31.4 → 0.32.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.cjs CHANGED
@@ -6,7 +6,7 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
6
  var __getOwnPropNames = Object.getOwnPropertyNames;
7
7
  var __getProtoOf = Object.getPrototypeOf;
8
8
  var __hasOwnProp = Object.prototype.hasOwnProperty;
9
- var __commonJSMin = (cb, mod) => () => (mod || (cb((mod = { exports: {} }).exports, mod), cb = null), mod.exports);
9
+ var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
10
10
  var __copyProps = (to, from, except, desc) => {
11
11
  if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
12
12
  key = keys[i];
@@ -1070,7 +1070,6 @@ var require_min_version = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1070
1070
  break;
1071
1071
  case "<":
1072
1072
  case "<=": break;
1073
- /* istanbul ignore next */
1074
1073
  default: throw new Error(`Unexpected operation: ${comparator.operator}`);
1075
1074
  }
1076
1075
  });
package/dist/index.mjs CHANGED
@@ -6,7 +6,7 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
6
  var __getOwnPropNames = Object.getOwnPropertyNames;
7
7
  var __getProtoOf = Object.getPrototypeOf;
8
8
  var __hasOwnProp = Object.prototype.hasOwnProperty;
9
- var __commonJSMin = (cb, mod) => () => (mod || (cb((mod = { exports: {} }).exports, mod), cb = null), mod.exports);
9
+ var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
10
10
  var __copyProps = (to, from, except, desc) => {
11
11
  if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
12
12
  key = keys[i];
@@ -1069,7 +1069,6 @@ var require_min_version = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1069
1069
  break;
1070
1070
  case "<":
1071
1071
  case "<=": break;
1072
- /* istanbul ignore next */
1073
1072
  default: throw new Error(`Unexpected operation: ${comparator.operator}`);
1074
1073
  }
1075
1074
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hot-updater/js",
3
- "version": "0.31.4",
3
+ "version": "0.32.0",
4
4
  "type": "module",
5
5
  "description": "React Native OTA solution for self-hosted",
6
6
  "sideEffects": false,
@@ -39,14 +39,14 @@
39
39
  "access": "public"
40
40
  },
41
41
  "dependencies": {
42
- "@hot-updater/core": "0.31.4"
42
+ "@hot-updater/core": "0.32.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/node": "^20",
46
46
  "@types/semver": "^7.5.8",
47
47
  "jose": "^6.0.10",
48
48
  "semver": "^7.6.3",
49
- "@hot-updater/test-utils": "0.31.4"
49
+ "@hot-updater/test-utils": "0.32.0"
50
50
  },
51
51
  "inlinedDependencies": {
52
52
  "jose": "6.0.10",