updates 16.6.0 → 16.6.1

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.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1144,7 +1144,7 @@ function ys() {
1144
1144
  return Object.assign(s, e), at = s, at;
1145
1145
  }
1146
1146
  var Es = /* @__PURE__ */ ys();
1147
- const Zr = /* @__PURE__ */ Ue(Es), Rs = "16.6.0", ws = {
1147
+ const Zr = /* @__PURE__ */ Ue(Es), Rs = "16.6.1", ws = {
1148
1148
  version: Rs
1149
1149
  };
1150
1150
  var ye = {}, ge = {}, en;
@@ -4855,7 +4855,7 @@ async function Zo(e, i) {
4855
4855
  const c = await Fr(o, "latest", i, Array.from(Ui), {
4856
4856
  // proxy.golang.org takes 5+ seconds to answer requests for unknown packages with an error. If it
4857
4857
  // takes that long, it's likely going to fail. Subsequent requests are faster apparently as it caches.
4858
- signal: AbortSignal.timeout(2e3)
4858
+ signal: AbortSignal.timeout(1e3)
4859
4859
  });
4860
4860
  if (c.Version) {
4861
4861
  s = c;
@@ -5194,7 +5194,7 @@ async function Ra(e) {
5194
5194
  async function wa() {
5195
5195
  for (const p of [Br, Wi])
5196
5196
  p?._handle?.setBlocking?.(!0);
5197
- const e = 128, i = typeof Z.sockets == "number" ? Z.sockets : e, { help: s, version: o, file: c, types: r, update: t } = Z;
5197
+ const e = 96, i = typeof Z.sockets == "number" ? Z.sockets : e, { help: s, version: o, file: c, types: r, update: t } = Z;
5198
5198
  s && (Br.write(`usage: updates [options]
5199
5199
 
5200
5200
  Options:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "updates",
3
- "version": "16.6.0",
3
+ "version": "16.6.1",
4
4
  "description": "Flexible npm and poetry dependency update tool",
5
5
  "author": "silverwind",
6
6
  "repository": "silverwind/updates",