Skip to content

Commit

Permalink
Merge branch 'feature/mongoose-audit' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 authored Mar 10, 2024
2 parents 37ce0a0 + 305c54f commit bdd2a52
Show file tree
Hide file tree
Showing 3 changed files with 161 additions and 107 deletions.
3 changes: 3 additions & 0 deletions plugins/mongoose-audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"peerDependencies": {
"mongoose": ">=5"
},
"devDependencies": {
"mongoose": "^5"
},
"author": "SLIIT FOSS",
"license": "MIT",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions plugins/mongoose-audit/test/index.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import { default as mongoose } from "mongoose";
import { exec } from "child_process";
import { promisify } from "util";
import { plugin, Audit } from "../src";
import { AuditType } from "../src/constants";

Expand Down
Loading

0 comments on commit bdd2a52

Please sign in to comment.