hot-updater 0.18.2 → 0.18.4

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,7 +1,7 @@
1
1
  const require_picocolors$1 = require('../picocolors-nLcU57DT.cjs');
2
+ const __hot_updater_plugin_core = require_picocolors$1.__toESM(require("@hot-updater/plugin-core"));
2
3
  const fs = require_picocolors$1.__toESM(require("fs"));
3
4
  const path = require_picocolors$1.__toESM(require("path"));
4
- const __hot_updater_plugin_core = require_picocolors$1.__toESM(require("@hot-updater/plugin-core"));
5
5
 
6
6
  //#region ../../node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/function/memoize.mjs
7
7
  function memoize(fn, options = {}) {
@@ -1,7 +1,7 @@
1
1
  import { __toESM, require_picocolors } from "../picocolors-OFVOrezl.js";
2
+ import { getCwd, loadConfigSync } from "@hot-updater/plugin-core";
2
3
  import fs from "fs";
3
4
  import path from "path";
4
- import { getCwd, loadConfigSync } from "@hot-updater/plugin-core";
5
5
 
6
6
  //#region ../../node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/function/memoize.mjs
7
7
  function memoize(fn, options = {}) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hot-updater",
3
3
  "type": "module",
4
- "version": "0.18.2",
4
+ "version": "0.18.4",
5
5
  "bin": {
6
6
  "hot-updater": "./dist/index.js"
7
7
  },
@@ -58,9 +58,9 @@
58
58
  "es-git": "^0.2.0",
59
59
  "fast-xml-parser": "^5.2.3",
60
60
  "globby": "^14.1.0",
61
- "@hot-updater/console": "0.18.2",
62
- "@hot-updater/core": "0.18.2",
63
- "@hot-updater/plugin-core": "0.18.2"
61
+ "@hot-updater/console": "0.18.4",
62
+ "@hot-updater/core": "0.18.4",
63
+ "@hot-updater/plugin-core": "0.18.4"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@babel/core": "7.26.0",
@@ -79,7 +79,6 @@
79
79
  "@types/semver": "^7.5.8",
80
80
  "es-toolkit": "^1.32.0",
81
81
  "execa": "^9.5.2",
82
- "find-up-simple": "^1.0.1",
83
82
  "is-port-reachable": "^4.0.0",
84
83
  "open": "^10.1.0",
85
84
  "picocolors": "^1.0.0",
@@ -87,10 +86,10 @@
87
86
  "read-package-up": "^11.0.0",
88
87
  "semver": "^7.6.3",
89
88
  "uuidv7": "^1.0.2",
90
- "@hot-updater/aws": "0.18.2",
91
- "@hot-updater/cloudflare": "0.18.2",
92
- "@hot-updater/firebase": "0.18.2",
93
- "@hot-updater/supabase": "0.18.2"
89
+ "@hot-updater/aws": "0.18.4",
90
+ "@hot-updater/cloudflare": "0.18.4",
91
+ "@hot-updater/firebase": "0.18.4",
92
+ "@hot-updater/supabase": "0.18.4"
94
93
  },
95
94
  "peerDependencies": {
96
95
  "@hot-updater/aws": "*",