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
When publishing a package built with wasm-pack we saw the following warning
npm warn publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors.
npm warn publish errors corrected:
npm warn publish "repository.url" was normalized to "git+https://github.com/zama-ai/tfhe-rs.git"
🤔 Expected Behavior
wasm-pack packages should have a well formed package.json namely this section:
🐛 Bug description
When publishing a package built with wasm-pack we saw the following warning
🤔 Expected Behavior
wasm-pack packages should have a well formed package.json namely this section:
should contain the git+ as corrected by npm:
👟 Steps to reproduce
Using
wasm-pack build --release --target=web
should be enough on any wasm enabled project🌍 Your environment
Include the relevant details of your environment.
wasm-pack version: 0.13.1
rustc version: nightly-2024-11-29
The text was updated successfully, but these errors were encountered: