You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README shows an npm version badge linking to
npmjs.com/package/@anonvote/crypto but the package
does not exist on npm. The badge is broken. core lists
@anonvote/crypto as a dependency but any contributor
running npm install in core hits a missing package
error immediately. The package.json has prepublishOnly
configured to run build and test before publish and
the version is at 1.4.0 — publish was clearly intended
but never completed.
PR #11 is open and unmerged, aligning the crypto
primitives with the type spec. Publish must not happen
until that PR is reviewed.
The README shows an npm version badge linking to
npmjs.com/package/@anonvote/crypto but the package
does not exist on npm. The badge is broken. core lists
@anonvote/crypto as a dependency but any contributor
running npm install in core hits a missing package
error immediately. The package.json has prepublishOnly
configured to run build and test before publish and
the version is at 1.4.0 — publish was clearly intended
but never completed.
PR #11 is open and unmerged, aligning the crypto
primitives with the type spec. Publish must not happen
until that PR is reviewed.
Scope:
correct .js and .d.ts outputs for all exports
published version
Acceptance Criteria: