From 30686b7ce2a97dd6cc4073d107961fdfd5a8b3b9 Mon Sep 17 00:00:00 2001 From: Opliko Date: Wed, 10 Aug 2022 17:26:34 +0000 Subject: [PATCH] chore: bump version for nest.land --- egg.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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",