diff --git a/egg.json b/egg.json index ffa5719..c0e0816 100644 --- a/egg.json +++ b/egg.json @@ -4,13 +4,15 @@ "entry": "./mod.ts", "description": "This is a wasm-based (using rust-crypto) implementation of scrypt key derivation function that doesn't require any privileges.", "homepage": "https://github.com/denorg/scrypt", - "version": "3.0.0", + "version": "4.1.0", "releaseType": null, "unstable": false, "unlisted": false, "files": [ "mod.ts", "cli.ts", + "Cargo.toml", + "deno.jsonc", "mod_test.ts", "README.md", "LICENSE", @@ -19,8 +21,8 @@ "lib/_wasm/Cargo.toml", "lib/_wasm/LICENSE", "lib/_wasm/README.md", - "lib/_wasm/build.ts", - "lib/_wasm/wasm.js" + "lib/_wasm/scrypt_wasm_bg.wasm", + "lib/_wasm/scrypt_wasm.generated.js" ], "ignore": [ ".gitignore",