Skip to content

Commit

Permalink
chore: bump version for nest.land
Browse files Browse the repository at this point in the history
  • Loading branch information
oplik0 authored Aug 10, 2022
1 parent 3d2e43b commit 30686b7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 30686b7

Please sign in to comment.