@visulima/api-platform 3.0.8 → 3.0.10
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/CHANGELOG.md +18 -0
- package/dist/{chunk-BCSBXOQN.js → chunk-HN255YO3.js} +1 -1
- package/dist/{chunk-BCSBXOQN.js.map → chunk-HN255YO3.js.map} +1 -1
- package/dist/{chunk-QK3DEQYP.mjs → chunk-VEONTOJT.mjs} +1 -1
- package/dist/{chunk-QK3DEQYP.mjs.map → chunk-VEONTOJT.mjs.map} +1 -1
- package/dist/framework/cli/commander/index.js +2 -2
- package/dist/framework/cli/commander/index.mjs +1 -1
- package/dist/framework/cli/index.js +2 -2
- package/dist/framework/cli/index.mjs +1 -1
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/api-platform",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.10",
|
|
4
4
|
"description": "Visulima API platform is a set of tools to build and consume web APIs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -126,13 +126,13 @@
|
|
|
126
126
|
],
|
|
127
127
|
"dependencies": {
|
|
128
128
|
"@visulima/connect": "3.0.12",
|
|
129
|
-
"@visulima/jsdoc-open-api": "2.0.
|
|
129
|
+
"@visulima/jsdoc-open-api": "2.0.50",
|
|
130
130
|
"@visulima/path": "1.0.2",
|
|
131
131
|
"accepts": "^1.3.8",
|
|
132
132
|
"debug": "^4.3.5",
|
|
133
133
|
"http-errors": "^2.0.0",
|
|
134
134
|
"http-status-codes": "^2.3.0",
|
|
135
|
-
"jstoxml": "^5.0.
|
|
135
|
+
"jstoxml": "^5.0.2",
|
|
136
136
|
"lodash.merge": "^4.6.2",
|
|
137
137
|
"schema-dts": "^1.1.2",
|
|
138
138
|
"ts-japi": "^1.11.4",
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"@types/swagger-ui-react": "^4.18.3",
|
|
169
169
|
"@types/webpack": "^5.28.5",
|
|
170
170
|
"@visulima/crud": "2.0.24",
|
|
171
|
-
"@visulima/fs": "2.1.
|
|
171
|
+
"@visulima/fs": "2.1.8",
|
|
172
172
|
"@vitest/coverage-v8": "^1.6.0",
|
|
173
173
|
"@vitest/ui": "^1.6.0",
|
|
174
174
|
"chalk": "5.3.0",
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
"eslint-plugin-deprecation": "^3.0.0",
|
|
182
182
|
"eslint-plugin-etc": "^2.0.3",
|
|
183
183
|
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
|
|
184
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
184
|
+
"eslint-plugin-jsx-a11y": "^6.9.0",
|
|
185
185
|
"eslint-plugin-mdx": "^3.1.5",
|
|
186
186
|
"eslint-plugin-react": "7.34.3",
|
|
187
187
|
"eslint-plugin-react-hooks": "4.6.2",
|
|
@@ -192,12 +192,12 @@
|
|
|
192
192
|
"eslint-plugin-vitest-globals": "^1.5.0",
|
|
193
193
|
"eslint-plugin-zod": "^1.4.0",
|
|
194
194
|
"express": "^4.19.2",
|
|
195
|
-
"fastify": "^4.28.
|
|
195
|
+
"fastify": "^4.28.1",
|
|
196
196
|
"koa": "^2.15.3",
|
|
197
|
-
"mobx": "^6.12.
|
|
197
|
+
"mobx": "^6.12.5",
|
|
198
198
|
"next": "^14.2.4",
|
|
199
199
|
"next-test-api-route-handler": "^4.0.8",
|
|
200
|
-
"node-mocks-http": "^1.
|
|
200
|
+
"node-mocks-http": "^1.15.0",
|
|
201
201
|
"openapi-types": "^12.1.3",
|
|
202
202
|
"prettier": "^3.3.2",
|
|
203
203
|
"rate-limiter-flexible": "^5.0.3",
|