fix(adapter): conflict resolution

This commit is contained in:
vicente1992
2022-12-07 17:14:16 -05:00
37 changed files with 1316 additions and 201 deletions

View File

@@ -10,11 +10,13 @@
"dependencies": {
"dotenv": "^16.0.3",
"mongodb": "^4.11.0",
"stormdb": "^0.6.0"
"stormdb": "^0.6.0",
"mysql2": "^2.3.3"
},
"exports": {
"./mock": "./lib/mock/index.cjs",
"./mongo": "./lib/mongo/index.cjs",
"./json-file": "./lib/json-file/index.cjs"
"./json-file": "./lib/json-file/index.cjs",
"./mysql": "./lib/mysql/index.cjs"
}
}