Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed May 6, 2024
1 parent e2cc2f8 commit 7204957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
| **Versions** | **Release Date** | **Long Term Support Date** | **End Of Life Date** |
|:-:|:-:|:-:|:-:|
| v4.X.X | *Unknown* | *Unknown* | *Unknown* |
| v4.X.X | 2024-05-06 | *Unknown* | *Unknown* |
| v3.X.X | 2024-01-11 | 2024-01-11 | *Unknown* |
| v2.X.X | 2022-09-22 | 2022-10-15 | 2024-03-01 |
Expand Down
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,6 @@ export async function createSymmetricCryptor(param0: SymmetricCryptorKeyInput |
//@ts-ignore Access private constructor.
return new SymmetricCryptor(cryptors, decoder, encoder);
}
throw new Error(`Argument \`input\` is not defined!`);
throw new Error(`Argument \`inputs\` is not defined!`);
}
export default createSymmetricCryptor;

0 comments on commit 7204957

Please sign in to comment.