@gaias/basenode 1.0.63 → 1.0.64
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gaias/basenode",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.64",
|
|
4
4
|
"buildNumber": 251025471,
|
|
5
5
|
"description": "API development framework for NodeJs",
|
|
6
6
|
"author": "FOT",
|
|
@@ -69,13 +69,13 @@
|
|
|
69
69
|
"@eslint/js": "^9.38.0",
|
|
70
70
|
"@types/glob": "^9.0.0",
|
|
71
71
|
"@types/jest": "^30.0.0",
|
|
72
|
-
"@types/koa__cors": "^5.0.1",
|
|
73
72
|
"@types/koa-bodyparser": "^4.3.13",
|
|
74
73
|
"@types/koa-favicon": "^2.1.4",
|
|
75
74
|
"@types/koa-helmet": "^6.1.0",
|
|
76
75
|
"@types/koa-json": "^2.0.24",
|
|
77
76
|
"@types/koa-logger": "^3.1.5",
|
|
78
77
|
"@types/koa-router": "^7.4.9",
|
|
78
|
+
"@types/koa__cors": "^5.0.1",
|
|
79
79
|
"@typescript-eslint/eslint-plugin": "^8.46.2",
|
|
80
80
|
"@typescript-eslint/parser": "^8.46.2",
|
|
81
81
|
"@vercel/ncc": "^0.38.4",
|
|
@@ -105,15 +105,15 @@
|
|
|
105
105
|
"typescript": "5.9.3"
|
|
106
106
|
},
|
|
107
107
|
"dependencies": {
|
|
108
|
-
"@sight-saber/client_node": "^1.0.22",
|
|
109
108
|
"@koa/cors": "^5.0.0",
|
|
110
109
|
"@koa/multer": "^4.0.0",
|
|
110
|
+
"@sight-saber/client_node": "^1.0.22",
|
|
111
111
|
"@types/amqplib": "^0.10.8",
|
|
112
112
|
"@types/js-yaml": "^4.0.9",
|
|
113
113
|
"@types/jsonwebtoken": "^9.0.10",
|
|
114
114
|
"@types/koa": "^3.0.1",
|
|
115
|
-
"@types/koa__multer": "^2.0.8",
|
|
116
115
|
"@types/koa-compress": "^4.0.7",
|
|
116
|
+
"@types/koa__multer": "^2.0.8",
|
|
117
117
|
"@types/lodash": "^4.17.20",
|
|
118
118
|
"@types/node": "^24.9.1",
|
|
119
119
|
"@types/pino": "^7.0.5",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"module-alias": "^2.2.3",
|
|
149
149
|
"multer": "^2.0.2",
|
|
150
150
|
"mysql2": "^3.15.3",
|
|
151
|
-
"nanoid": "^
|
|
151
|
+
"nanoid": "^3.3.7",
|
|
152
152
|
"npe": "^1.2.0",
|
|
153
153
|
"pagination-calculator": "^1.0.0",
|
|
154
154
|
"pino": "^10.0.0",
|