We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://cdn.skypack.dev/[email protected]/cid is fine https://cdn.skypack.dev/[email protected]/cid is not
diff -Naur mf1/node_modules/multiformats/package.json mf2/node_modules/multiformats/package.json --- mf1/node_modules/multiformats/package.json 1985-10-26 18:15:00.000000000 +1000 +++ mf2/node_modules/multiformats/package.json 1985-10-26 18:15:00.000000000 +1000 @@ -1,6 +1,6 @@ { "name": "multiformats", - "version": "9.4.4", + "version": "9.4.5", "description": "Interface for multihash, multicodec, multibase and CID", "main": "./cjs/src/index.js", "types": "./types/index.d.ts", diff -Naur mf1/node_modules/.package-lock.json mf2/node_modules/.package-lock.json --- mf1/node_modules/.package-lock.json 2021-08-24 22:06:33.902975825 +1000 +++ mf2/node_modules/.package-lock.json 2021-08-24 22:06:41.495013141 +1000 @@ -3,9 +3,9 @@ "requires": true, "packages": { "node_modules/multiformats": { - "version": "9.4.4", - "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.4.4.tgz", - "integrity": "sha512-lGAP3Cuc4nHRq5q9EQZFGegXBlElmlfcz7d2xsDO/u4TG7M2kkdsGOaZPe9FIbfWugWPx643VTXgZctqqJfTzg==" + "version": "9.4.5", + "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.4.5.tgz", + "integrity": "sha512-zQxukxsHM34EJi3yT3MkUlycY9wEouyrAz0PSN+CyCj6cYchJZ4LrTH74YtlsxVyAK6waz/gnVLmJwi3P0knKg==" } } }
We tried bumping a new version with only a doc fix included, with the same result: https://cdn.skypack.dev/[email protected]/cid
Ref: multiformats/js-multiformats#115
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://cdn.skypack.dev/[email protected]/cid is fine
https://cdn.skypack.dev/[email protected]/cid is not
The diff is a super minimal version bump, no additional changes making it into the package
We tried bumping a new version with only a doc fix included, with the same result: https://cdn.skypack.dev/[email protected]/cid
Ref: multiformats/js-multiformats#115
The text was updated successfully, but these errors were encountered: