updates 16.3.0 → 16.3.2

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
@@ -4025,7 +4025,7 @@ function hs(t, e, n = !1) {
4025
4025
  }
4026
4026
  Object.assign(hs, fs);
4027
4027
  var oc = hs;
4028
- const Rr = /* @__PURE__ */ Ve(oc), ac = "updates", lc = "16.2.1", cc = "Flexible npm and poetry dependency update tool", uc = "silverwind", fc = "silverwind/updates", hc = "BSD-2-Clause", pc = "dist/index.js", dc = "module", gc = [
4028
+ const Rr = /* @__PURE__ */ Ve(oc), ac = "updates", lc = "16.3.1", cc = "Flexible npm and poetry dependency update tool", uc = "silverwind", fc = "silverwind/updates", hc = "BSD-2-Clause", pc = "dist/index.js", dc = "module", gc = [
4029
4029
  "dist"
4030
4030
  ], mc = {
4031
4031
  node: ">=18"
@@ -4213,7 +4213,7 @@ function xc(t) {
4213
4213
  return t.split(/\r?\n/).map((e) => e.trim()).filter(Boolean);
4214
4214
  }
4215
4215
  async function ms(t, e, n, r) {
4216
- const i = `${r}/${t}/@latest`, s = await bt(i, wn(n));
4216
+ const i = `${r}/${t.toLowerCase()}/@latest`, s = await bt(i, wn(n));
4217
4217
  if ([404, 410].includes(s.status) && r !== tn)
4218
4218
  return ms(t, e, n, tn);
4219
4219
  if (s?.ok)
@@ -4643,7 +4643,7 @@ async function Wc() {
4643
4643
  const d = await mr(Object.keys(a[A]).map(($) => async () => {
4644
4644
  const [R, x] = $.split(de);
4645
4645
  return A === "npm" ? Oc(x, R, h, D, _, m) : A === "pypi" ? Tc(x, R, D) : [await ms(x, "latest", D, bc), "deps", null, x];
4646
- }), { concurrency: A === "go" ? e / 12 : e });
4646
+ }), { concurrency: e });
4647
4647
  for (const [$, R, x, N] of d) {
4648
4648
  if ($?.error) throw new Error($.error);
4649
4649
  const F = typeof De == "boolean" ? De : Se($.name, De), X = typeof Xt == "boolean" ? Xt : Se($.name, Xt), V = typeof qt == "boolean" ? qt : Se($.name, qt);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "updates",
3
- "version": "16.3.0",
3
+ "version": "16.3.2",
4
4
  "description": "Flexible npm and poetry dependency update tool",
5
5
  "author": "silverwind",
6
6
  "repository": "silverwind/updates",