ac-convert-json-schema-to-mongoose 0.3.2 → 0.3.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ac-convert-json-schema-to-mongoose",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.4",
|
4
4
|
"description": "A library for converting JSON schema to mongoose 5 schema",
|
5
5
|
"keywords": [
|
6
6
|
"json",
|
@@ -21,12 +21,12 @@
|
|
21
21
|
"license": "MIT",
|
22
22
|
"dependencies": {
|
23
23
|
"lodash": "^4.17.21",
|
24
|
-
"mongoose": "^
|
24
|
+
"mongoose": "^7.3.0"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
|
-
"@types/jasmine": "^3.
|
28
|
-
"@types/lodash": "^4.14.
|
29
|
-
"@types/node": "^
|
27
|
+
"@types/jasmine": "^4.3.2",
|
28
|
+
"@types/lodash": "^4.14.195",
|
29
|
+
"@types/node": "^20.3.1",
|
30
30
|
"jasmine-node": "^3.0.0"
|
31
31
|
},
|
32
32
|
"scripts": {
|