Closed ChristianMurphy closed 1 year ago
Friendly ping @transitive-bullshit 🔔 Any thoughts on this PR or the approach as a whole?
Friendly ping @transitive-bullshit 🔔
Thanks & for sure. Sometimes I'm all over the place and friendly pings are always appreciated 😃
Any thoughts on this PR or the approach as a whole?
It looks great. The next step would be to move to TS, but this is a perfect stopgap.
Published as v2.1.0
Published as
v2.1.0
Thanks!
Did the build
script get run during the publish? (I think npm
does, not sure if pnpm
does also) And if so did it pass locally as it did on CI?
The build shows the updates to the .js
files, but doesn't seem to include the .d.ts
files.
Hmmm weird; yes, it passes tests locally. I just re-ran build
and published v2.1.1
Hmm, still missing the types https://unpkg.com/browse/check-links@2.1.1/lib/. It might be the ignore causing issues, https://github.com/transitive-bullshit/check-links/pull/24 may help
Changes:
http.Agent()
removing unsupported options (detected by typescript)pMemoize
which has replacedmaxAge
option, with usingExpiryMap
as thecache
option (detected by typescript)Goals: