xpress-mongo
Advanced tools
Comparing version 2.0.12 to 2.0.13
{ | ||
"name": "xpress-mongo", | ||
"version": "2.0.12", | ||
"version": "2.0.13", | ||
"description": "Light Weight ODM for mongoDb", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"directories": { | ||
@@ -11,3 +11,2 @@ "test": "tests" | ||
"scripts": { | ||
"bp": "tsc", | ||
"play": "ts-node-dev --respawn tests/index.ts", | ||
@@ -17,3 +16,3 @@ "test": "node JapaFile.js", | ||
"watch": "tsc --watch", | ||
"clt": "clt ts/prepare && clt ts/publish ./dist --tag next" | ||
"prepublishOnly": "npx tsc" | ||
}, | ||
@@ -34,4 +33,2 @@ "repository": { | ||
"dependencies": { | ||
"@types/node": "^16.6.1", | ||
"@types/uuid": "^8.3.1", | ||
"deep-object-diff": "^1.1.0", | ||
@@ -45,2 +42,4 @@ "escape-string-regexp-node": "^1.0.2", | ||
"devDependencies": { | ||
"@types/node": "^16.6.1", | ||
"@types/uuid": "^8.3.1", | ||
"@types/chance": "^1.1.3", | ||
@@ -58,2 +57,2 @@ "@types/lodash": "^4.14.172", | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6
25
98673
10
3078
+ Added@types/node@22.9.3(transitive)
+ Addedundici-types@6.19.8(transitive)
- Removed@types/node@^16.6.1
- Removed@types/uuid@^8.3.1
- Removed@types/node@16.18.119(transitive)
- Removed@types/uuid@8.3.4(transitive)