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 https://www.npmjs.com/package/@anonvote/crypto but the
package does not exist on npm. The badge renders as broken.
core lists @anonvote/crypto as a dependency in its
README but cannot actually install it via npm install
because the package has never been published. Any
contributor following the getting started guide in
core hits a missing package error immediately.
The package.json has prepublishOnly set to run build
and test before publish, and the version is at 1.4.0
suggesting publish was intended but never completed.
There is also an open PR aligning crypto primitives
with the type spec — publish should not happen until
that PR is reviewed and merged.
The README shows an npm version badge linking to
https://www.npmjs.com/package/@anonvote/crypto but the
package does not exist on npm. The badge renders as broken.
core lists @anonvote/crypto as a dependency in its
README but cannot actually install it via npm install
because the package has never been published. Any
contributor following the getting started guide in
core hits a missing package error immediately.
The package.json has prepublishOnly set to run build
and test before publish, and the version is at 1.4.0
suggesting publish was intended but never completed.
There is also an open PR aligning crypto primitives
with the type spec — publish should not happen until
that PR is reviewed and merged.
Scope:
correct .js and .d.ts files for all exports
an npm org at @AnonVote to exist or be created
publish
that @anonvote/crypto must be available on npm for
npm install to work
Acceptance Criteria: