@hot-updater/repack 0.20.11 → 0.20.12

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
@@ -371,7 +371,7 @@ var V7Generator = class {
371
371
  this.timestamp++;
372
372
  this.resetCounter();
373
373
  }
374
- } else return void 0;
374
+ } else return;
375
375
  return UUID.fromFieldsV7(this.timestamp, Math.trunc(this.counter / 2 ** 30), this.counter & 2 ** 30 - 1, this.random.nextUint32());
376
376
  }
377
377
  /** Initializes the counter at a 42-bit random integer. */
package/dist/index.js CHANGED
@@ -369,7 +369,7 @@ var V7Generator = class {
369
369
  this.timestamp++;
370
370
  this.resetCounter();
371
371
  }
372
- } else return void 0;
372
+ } else return;
373
373
  return UUID.fromFieldsV7(this.timestamp, Math.trunc(this.counter / 2 ** 30), this.counter & 2 ** 30 - 1, this.random.nextUint32());
374
374
  }
375
375
  /** Initializes the counter at a 42-bit random integer. */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hot-updater/repack",
3
3
  "type": "module",
4
- "version": "0.20.11",
4
+ "version": "0.20.12",
5
5
  "description": "React Native OTA solution for self-hosted",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",
@@ -32,7 +32,7 @@
32
32
  "@callstack/repack": "*"
33
33
  },
34
34
  "dependencies": {
35
- "@hot-updater/plugin-core": "0.20.11"
35
+ "@hot-updater/plugin-core": "0.20.12"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "tsdown",