hot-updater 0.20.11 → 0.20.13

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.
@@ -1,8 +1,8 @@
1
1
  const require_picocolors$1 = require('../picocolors-y8lGs7d-.cjs');
2
- let fs = require("fs");
3
- fs = require_picocolors$1.__toESM(fs);
4
2
  let path = require("path");
5
3
  path = require_picocolors$1.__toESM(path);
4
+ let fs = require("fs");
5
+ fs = require_picocolors$1.__toESM(fs);
6
6
 
7
7
  //#region ../../node_modules/.pnpm/uuidv7@1.0.2/node_modules/uuidv7/dist/index.js
8
8
  var import_picocolors = /* @__PURE__ */ require_picocolors$1.__toESM(require_picocolors$1.require_picocolors(), 1);
@@ -277,7 +277,7 @@ var V7Generator = class {
277
277
  this.timestamp++;
278
278
  this.resetCounter();
279
279
  }
280
- } else return void 0;
280
+ } else return;
281
281
  return UUID.fromFieldsV7(this.timestamp, Math.trunc(this.counter / 2 ** 30), this.counter & 2 ** 30 - 1, this.random.nextUint32());
282
282
  }
283
283
  /** Initializes the counter at a 42-bit random integer. */
@@ -1,6 +1,6 @@
1
1
  import { __toESM, require_picocolors } from "../picocolors-BnzanxXs.js";
2
- import fs from "fs";
3
2
  import path from "path";
3
+ import fs from "fs";
4
4
 
5
5
  //#region ../../node_modules/.pnpm/uuidv7@1.0.2/node_modules/uuidv7/dist/index.js
6
6
  var import_picocolors = /* @__PURE__ */ __toESM(require_picocolors(), 1);
@@ -275,7 +275,7 @@ var V7Generator = class {
275
275
  this.timestamp++;
276
276
  this.resetCounter();
277
277
  }
278
- } else return void 0;
278
+ } else return;
279
279
  return UUID.fromFieldsV7(this.timestamp, Math.trunc(this.counter / 2 ** 30), this.counter & 2 ** 30 - 1, this.random.nextUint32());
280
280
  }
281
281
  /** Initializes the counter at a 42-bit random integer. */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hot-updater",
3
3
  "type": "module",
4
- "version": "0.20.11",
4
+ "version": "0.20.13",
5
5
  "bin": {
6
6
  "hot-updater": "./dist/index.js"
7
7
  },
@@ -53,9 +53,9 @@
53
53
  "cosmiconfig": "9.0.0",
54
54
  "cosmiconfig-typescript-loader": "5.0.0",
55
55
  "es-git": "0.4.0",
56
- "@hot-updater/console": "0.20.11",
57
- "@hot-updater/core": "0.20.11",
58
- "@hot-updater/plugin-core": "0.20.11"
56
+ "@hot-updater/console": "0.20.13",
57
+ "@hot-updater/plugin-core": "0.20.13",
58
+ "@hot-updater/core": "0.20.13"
59
59
  },
60
60
  "devDependencies": {
61
61
  "fast-xml-parser": "^5.2.3",
@@ -86,10 +86,10 @@
86
86
  "read-package-up": "^11.0.0",
87
87
  "semver": "^7.6.3",
88
88
  "uuidv7": "^1.0.2",
89
- "@hot-updater/aws": "0.20.11",
90
- "@hot-updater/cloudflare": "0.20.11",
91
- "@hot-updater/firebase": "0.20.11",
92
- "@hot-updater/supabase": "0.20.11"
89
+ "@hot-updater/aws": "0.20.13",
90
+ "@hot-updater/cloudflare": "0.20.13",
91
+ "@hot-updater/firebase": "0.20.13",
92
+ "@hot-updater/supabase": "0.20.13"
93
93
  },
94
94
  "peerDependencies": {
95
95
  "@hot-updater/aws": "*",