@medyll/idae-api 0.143.0 → 0.145.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medyll/idae-api",
|
|
3
3
|
"scope": "@medyll",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.145.0",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
7
7
|
"description": "A flexible and extensible API framework for Node.js, designed to work with multiple database types and configurations. It features a modular architecture, dynamic database connection management, and a flexible routing system. The framework supports TypeScript for improved robustness and maintainability.",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"sequelize": "^6.37.7"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@medyll/idae-db": "^0.
|
|
54
|
+
"@medyll/idae-db": "^0.113.0",
|
|
55
55
|
"@medyll/idae-prettier-config": "next",
|
|
56
56
|
"@sveltejs/adapter-auto": "^6.0.1",
|
|
57
57
|
"@sveltejs/kit": "^2.21.2",
|