This commit is contained in:
2023-09-20 13:31:00 +03:00
parent df10328d55
commit 46031a5fd2
5 changed files with 34 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "axp-server",
"version": "1.4.12",
"version": "1.4.13",
"description": "My helper library",
"author": "AntoXa PRO <info@antoxa.pro>",
"homepage": "https://antoxahub.ru/antoxa/axp-server",
@@ -20,16 +20,16 @@
"prepare": "npm run build"
},
"dependencies": {
"axp-ts": "^1.9.6",
"axp-ts": "^1.9.10",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"mongoose": "^6.11.2"
"mongoose": "^6.12.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.2",
"@rollup/plugin-typescript": "^11.1.3",
"@types/express": "^4.17.17",
"prettier": "^2.8.8",
"rollup": "^3.26.2",
"tslib": "^2.6.0"
"rollup": "^3.29.2",
"tslib": "^2.6.2"
}
}