We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219e28e commit de3a919Copy full SHA for de3a919
.npmignore
@@ -1,5 +1,2 @@
1
coverage/
2
.vscode/
3
-.eslintignore
4
-.eslintrc.json
5
-.travis.yml
package.json
@@ -1,11 +1,11 @@
{
"name": "@tsmx/mongoose-encrypted-string",
- "version": "1.0.8",
+ "version": "1.0.9",
"description": "EncryptedString type for Mongoose schemas.",
"main": "mongoose-encrypted-string.js",
6
"engines": {
7
- "node": ">=12.0.0",
8
- "npm": ">=6.0.0"
+ "node": ">=18.0.0",
+ "npm": ">=9.0.0"
9
},
10
"scripts": {
11
"test": "jest",
0 commit comments