@pipelab/plugin-nvpatch 1.0.0-beta.15 → 1.0.0-beta.17

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.
Files changed (2) hide show
  1. package/dist/index.cjs +6 -6
  2. package/package.json +3 -3
package/dist/index.cjs CHANGED
@@ -127875,7 +127875,7 @@ var require_auth = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, module
127875
127875
  //#endregion
127876
127876
  //#region ../../node_modules/make-fetch-happen/lib/options.js
127877
127877
  var require_options$1 = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, module) => {
127878
- const dns$2 = require("dns");
127878
+ const dns$3 = require("dns");
127879
127879
  const conditionalHeaders = [
127880
127880
  "if-modified-since",
127881
127881
  "if-none-match",
@@ -127900,7 +127900,7 @@ var require_options$1 = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, m
127900
127900
  };
127901
127901
  options.dns = {
127902
127902
  ttl: 300 * 1e3,
127903
- lookup: dns$2.lookup,
127903
+ lookup: dns$3.lookup,
127904
127904
  ...options.dns
127905
127905
  };
127906
127906
  options.cache = options.cache || "default";
@@ -129317,9 +129317,9 @@ var require_key$3 = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, modul
129317
129317
  //#region ../../node_modules/@npmcli/agent/lib/dns.js
129318
129318
  var require_dns = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, module) => {
129319
129319
  const { LRUCache } = require_index_min$5();
129320
- const dns$1 = require("dns");
129320
+ const dns$2 = require("dns");
129321
129321
  const cache = new LRUCache({ max: 50 });
129322
- const getOptions = ({ family = 0, hints = dns$1.ADDRCONFIG, all = false, verbatim = void 0, ttl = 300 * 1e3, lookup = dns$1.lookup }) => ({
129322
+ const getOptions = ({ family = 0, hints = dns$2.ADDRCONFIG, all = false, verbatim = void 0, ttl = 300 * 1e3, lookup = dns$2.lookup }) => ({
129323
129323
  hints,
129324
129324
  lookup: (hostname, ...args) => {
129325
129325
  const callback = args.pop();
@@ -134358,7 +134358,7 @@ var require_dist$9 = /* @__PURE__ */ require_chunk.__commonJSMin(((exports) => {
134358
134358
  const socks_1 = require_build$1();
134359
134359
  const agent_base_1 = require_dist$12();
134360
134360
  const debug_1 = __importDefault(require_src$1());
134361
- const dns = __importStar(require("dns"));
134361
+ const dns$1 = __importStar(require("dns"));
134362
134362
  const net$1 = __importStar(require("net"));
134363
134363
  const tls$1 = __importStar(require("tls"));
134364
134364
  const url_1$1 = require("url");
@@ -134430,7 +134430,7 @@ var require_dist$9 = /* @__PURE__ */ require_chunk.__commonJSMin(((exports) => {
134430
134430
  const { shouldLookup, proxy, timeout } = this;
134431
134431
  if (!opts.host) throw new Error("No `host` defined!");
134432
134432
  let { host } = opts;
134433
- const { port, lookup: lookupFn = dns.lookup } = opts;
134433
+ const { port, lookup: lookupFn = dns$1.lookup } = opts;
134434
134434
  if (shouldLookup) host = await new Promise((resolve, reject) => {
134435
134435
  lookupFn(host, {}, (err, res) => {
134436
134436
  if (err) reject(err);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipelab/plugin-nvpatch",
3
- "version": "1.0.0-beta.15",
3
+ "version": "1.0.0-beta.17",
4
4
  "description": "Pipelab plugin for patching NW.js game exports",
5
5
  "keywords": [
6
6
  "automation",
@@ -33,12 +33,12 @@
33
33
  "dependencies": {
34
34
  "@types/node": "^24.12.2",
35
35
  "execa": "9.4.1",
36
- "@pipelab/plugin-core": "1.0.0-beta.15"
36
+ "@pipelab/plugin-core": "1.0.0-beta.17"
37
37
  },
38
38
  "devDependencies": {
39
39
  "tsdown": "0.21.2",
40
40
  "typescript": "5.9.3",
41
- "@pipelab/tsconfig": "1.0.0-beta.10"
41
+ "@pipelab/tsconfig": "1.0.0-beta.12"
42
42
  },
43
43
  "pipelab": {
44
44
  "name": "NVPatch",