@pipelab/plugin-itch 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
@@ -123810,7 +123810,7 @@ var require_auth = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, module
123810
123810
  //#endregion
123811
123811
  //#region ../../node_modules/make-fetch-happen/lib/options.js
123812
123812
  var require_options$1 = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, module) => {
123813
- const dns$2 = require("dns");
123813
+ const dns$3 = require("dns");
123814
123814
  const conditionalHeaders = [
123815
123815
  "if-modified-since",
123816
123816
  "if-none-match",
@@ -123835,7 +123835,7 @@ var require_options$1 = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, m
123835
123835
  };
123836
123836
  options.dns = {
123837
123837
  ttl: 300 * 1e3,
123838
- lookup: dns$2.lookup,
123838
+ lookup: dns$3.lookup,
123839
123839
  ...options.dns
123840
123840
  };
123841
123841
  options.cache = options.cache || "default";
@@ -125252,9 +125252,9 @@ var require_key$3 = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, modul
125252
125252
  //#region ../../node_modules/@npmcli/agent/lib/dns.js
125253
125253
  var require_dns = /* @__PURE__ */ require_chunk.__commonJSMin(((exports, module) => {
125254
125254
  const { LRUCache } = require_index_min$5();
125255
- const dns$1 = require("dns");
125255
+ const dns$2 = require("dns");
125256
125256
  const cache = new LRUCache({ max: 50 });
125257
- const getOptions = ({ family = 0, hints = dns$1.ADDRCONFIG, all = false, verbatim = void 0, ttl = 300 * 1e3, lookup = dns$1.lookup }) => ({
125257
+ const getOptions = ({ family = 0, hints = dns$2.ADDRCONFIG, all = false, verbatim = void 0, ttl = 300 * 1e3, lookup = dns$2.lookup }) => ({
125258
125258
  hints,
125259
125259
  lookup: (hostname, ...args) => {
125260
125260
  const callback = args.pop();
@@ -130293,7 +130293,7 @@ var require_dist$9 = /* @__PURE__ */ require_chunk.__commonJSMin(((exports) => {
130293
130293
  const socks_1 = require_build$1();
130294
130294
  const agent_base_1 = require_dist$12();
130295
130295
  const debug_1 = __importDefault(require_src$1());
130296
- const dns = __importStar(require("dns"));
130296
+ const dns$1 = __importStar(require("dns"));
130297
130297
  const net$1 = __importStar(require("net"));
130298
130298
  const tls$1 = __importStar(require("tls"));
130299
130299
  const url_1$1 = require("url");
@@ -130365,7 +130365,7 @@ var require_dist$9 = /* @__PURE__ */ require_chunk.__commonJSMin(((exports) => {
130365
130365
  const { shouldLookup, proxy, timeout } = this;
130366
130366
  if (!opts.host) throw new Error("No `host` defined!");
130367
130367
  let { host } = opts;
130368
- const { port, lookup: lookupFn = dns.lookup } = opts;
130368
+ const { port, lookup: lookupFn = dns$1.lookup } = opts;
130369
130369
  if (shouldLookup) host = await new Promise((resolve, reject) => {
130370
130370
  lookupFn(host, {}, (err, res) => {
130371
130371
  if (err) reject(err);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipelab/plugin-itch",
3
- "version": "1.0.0-beta.15",
3
+ "version": "1.0.0-beta.17",
4
4
  "description": "Pipelab plugin for publishing games to itch.io",
5
5
  "keywords": [
6
6
  "automation",
@@ -32,13 +32,13 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "node-stream-zip": "1.15.0",
35
- "@pipelab/plugin-core": "1.0.0-beta.15"
35
+ "@pipelab/plugin-core": "1.0.0-beta.17"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/node": "24",
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": "Itch.io",