Skip to content

Commit de3a919

Browse files
committed
Version bumped to 1.0.9
1 parent 219e28e commit de3a919

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.npmignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
coverage/
22
.vscode/
3-
.eslintignore
4-
.eslintrc.json
5-
.travis.yml

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@tsmx/mongoose-encrypted-string",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "EncryptedString type for Mongoose schemas.",
55
"main": "mongoose-encrypted-string.js",
66
"engines": {
7-
"node": ">=12.0.0",
8-
"npm": ">=6.0.0"
7+
"node": ">=18.0.0",
8+
"npm": ">=9.0.0"
99
},
1010
"scripts": {
1111
"test": "jest",

0 commit comments

Comments
 (0)