Skip to content

Commit

Permalink
Release v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlescure committed Mar 15, 2024
1 parent eefcb61 commit 126097f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
2 changes: 1 addition & 1 deletion bin/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node

const { Command } = require('commander');
const { Command } = require('./commander.js');
const StringCrypto = require('../dist/index.js'); // Adjust the path as necessary

const { version } = require('../package.json');
Expand Down
14 changes: 2 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "string-crypto",
"version": "3.0.0",
"version": "3.0.1",
"description": "Small, simple, and secure no-dependency library to encrypt and decrypt strings using PBKDF2 for key derivation and AES (defaulted to 256-bit / SHA512)",
"keywords": [
"encryption",
Expand Down Expand Up @@ -50,7 +50,6 @@
"@types/crypto-js": "^4.2.2",
"@types/node": "^20.11.27",
"@types/pbkdf2": "^3.1.0",
"commander": "^12.0.0",
"concurrently": "^5.3.0",
"crypto-js": "^4.2.0",
"nodemon": "^3.1.0",
Expand Down

0 comments on commit 126097f

Please sign in to comment.