@visulima/api-platform 2.0.16 → 2.0.18
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
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
## @visulima/api-platform [2.0.18](https://github.com/visulima/visulima/compare/@visulima/api-platform@2.0.17...@visulima/api-platform@2.0.18) (2024-02-26)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update yaml to 2.4.0 ([42961b9](https://github.com/visulima/visulima/commit/42961b98dd7e8c177525c9c92d27ce59301957d2))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@visulima/connect:** upgraded to 2.1.14
|
|
13
|
+
* **@visulima/jsdoc-open-api:** upgraded to 2.0.13
|
|
14
|
+
|
|
15
|
+
## @visulima/api-platform [2.0.17](https://github.com/visulima/visulima/compare/@visulima/api-platform@2.0.16...@visulima/api-platform@2.0.17) (2024-01-31)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* update deps ([1b01d6f](https://github.com/visulima/visulima/commit/1b01d6f55435ac2ed67db48e6e2060f786f59e56))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Dependencies
|
|
25
|
+
|
|
26
|
+
* **@visulima/connect:** upgraded to 2.1.13
|
|
27
|
+
* **@visulima/crud:** upgraded to 2.0.13
|
|
28
|
+
|
|
1
29
|
## @visulima/api-platform [2.0.16](https://github.com/visulima/visulima/compare/@visulima/api-platform@2.0.15...@visulima/api-platform@2.0.16) (2024-01-19)
|
|
2
30
|
|
|
3
31
|
|
package/LICENSE.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/api-platform",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.18",
|
|
4
4
|
"description": "Visulima API platform is a set of tools to build and consume web APIs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -142,57 +142,57 @@
|
|
|
142
142
|
"test:watch": "vitest"
|
|
143
143
|
},
|
|
144
144
|
"dependencies": {
|
|
145
|
-
"@visulima/connect": "2.1.
|
|
146
|
-
"@visulima/jsdoc-open-api": "2.0.
|
|
145
|
+
"@visulima/connect": "2.1.14",
|
|
146
|
+
"@visulima/jsdoc-open-api": "2.0.13",
|
|
147
147
|
"accepts": "^1.3.8",
|
|
148
148
|
"debug": "^4.3.4",
|
|
149
149
|
"http-errors": "^2.0.0",
|
|
150
150
|
"http-status-codes": "^2.3.0",
|
|
151
|
-
"jstoxml": "^
|
|
151
|
+
"jstoxml": "^5.0.0",
|
|
152
152
|
"lodash.merge": "^4.6.2",
|
|
153
153
|
"schema-dts": "^1.1.2",
|
|
154
154
|
"ts-japi": "^1.9.1",
|
|
155
|
-
"yaml": "^2.
|
|
155
|
+
"yaml": "^2.4.0",
|
|
156
156
|
"zod-to-ts": "^1.2.0"
|
|
157
157
|
},
|
|
158
158
|
"devDependencies": {
|
|
159
159
|
"@anolilab/eslint-config": "^15.0.3",
|
|
160
160
|
"@anolilab/prettier-config": "^5.0.14",
|
|
161
161
|
"@anolilab/semantic-release-preset": "^8.0.3",
|
|
162
|
-
"@arthurgeron/eslint-plugin-react-usememo": "^2.
|
|
163
|
-
"@babel/core": "^7.23.
|
|
164
|
-
"@hapi/hapi": "^21.3.
|
|
162
|
+
"@arthurgeron/eslint-plugin-react-usememo": "^2.3.1",
|
|
163
|
+
"@babel/core": "^7.23.9",
|
|
164
|
+
"@hapi/hapi": "^21.3.3",
|
|
165
165
|
"@koa/router": "^12.0.1",
|
|
166
|
-
"@secretlint/secretlint-rule-preset-recommend": "^8.1.
|
|
167
|
-
"@testing-library/react": "^14.1
|
|
166
|
+
"@secretlint/secretlint-rule-preset-recommend": "^8.1.2",
|
|
167
|
+
"@testing-library/react": "^14.2.1",
|
|
168
168
|
"@total-typescript/ts-reset": "^0.5.1",
|
|
169
169
|
"@types/accepts": "^1.3.7",
|
|
170
170
|
"@types/cors": "^2.8.17",
|
|
171
171
|
"@types/debug": "^4.1.12",
|
|
172
172
|
"@types/express": "^4.17.21",
|
|
173
|
-
"@types/express-serve-static-core": "^4.17.
|
|
173
|
+
"@types/express-serve-static-core": "^4.17.43",
|
|
174
174
|
"@types/http-errors": "^2.0.4",
|
|
175
175
|
"@types/jstoxml": "^2.0.4",
|
|
176
|
-
"@types/koa": "^2.
|
|
176
|
+
"@types/koa": "^2.15.0",
|
|
177
177
|
"@types/koa__router": "^12.0.4",
|
|
178
178
|
"@types/lodash.merge": "^4.6.9",
|
|
179
179
|
"@types/lodash.set": "^4.3.9",
|
|
180
|
-
"@types/node": "18.18.
|
|
180
|
+
"@types/node": "18.18.14",
|
|
181
181
|
"@types/qs": "^6.9.11",
|
|
182
|
-
"@types/react": "^18.2.
|
|
183
|
-
"@types/react-dom": "^18.2.
|
|
184
|
-
"@types/swagger-ui-react": "^4.18.
|
|
182
|
+
"@types/react": "^18.2.58",
|
|
183
|
+
"@types/react-dom": "^18.2.19",
|
|
184
|
+
"@types/swagger-ui-react": "^4.18.3",
|
|
185
185
|
"@types/webpack": "^5.28.5",
|
|
186
|
-
"@visulima/crud": "2.0.
|
|
186
|
+
"@visulima/crud": "2.0.13",
|
|
187
187
|
"@visulima/readdir": "2.0.11",
|
|
188
|
-
"@vitest/coverage-v8": "^1.
|
|
189
|
-
"@vitest/ui": "^1.
|
|
188
|
+
"@vitest/coverage-v8": "^1.3.1",
|
|
189
|
+
"@vitest/ui": "^1.3.1",
|
|
190
190
|
"chalk": "5.3.0",
|
|
191
|
-
"commander": "^
|
|
192
|
-
"core-js": "^3.
|
|
191
|
+
"commander": "^12.0.0",
|
|
192
|
+
"core-js": "^3.36.0",
|
|
193
193
|
"cors": "^2.8.5",
|
|
194
194
|
"cross-env": "^7.0.3",
|
|
195
|
-
"eslint": "^8.
|
|
195
|
+
"eslint": "^8.57.0",
|
|
196
196
|
"eslint-plugin-deprecation": "^2.0.0",
|
|
197
197
|
"eslint-plugin-etc": "^2.0.3",
|
|
198
198
|
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
|
|
@@ -203,34 +203,34 @@
|
|
|
203
203
|
"eslint-plugin-ssr-friendly": "^1.3.0",
|
|
204
204
|
"eslint-plugin-testing-library": "^6.2.0",
|
|
205
205
|
"eslint-plugin-validate-jsx-nesting": "^0.1.1",
|
|
206
|
-
"eslint-plugin-vitest": "^0.3.
|
|
206
|
+
"eslint-plugin-vitest": "^0.3.22",
|
|
207
207
|
"eslint-plugin-vitest-globals": "^1.4.0",
|
|
208
208
|
"eslint-plugin-zod": "^1.4.0",
|
|
209
209
|
"express": "^4.18.2",
|
|
210
|
-
"fastify": "^4.
|
|
210
|
+
"fastify": "^4.26.1",
|
|
211
211
|
"koa": "^2.15.0",
|
|
212
212
|
"mobx": "^6.12.0",
|
|
213
213
|
"next": "^13.5.6",
|
|
214
214
|
"next-test-api-route-handler": "^4.0.3",
|
|
215
215
|
"node-mocks-http": "^1.14.1",
|
|
216
216
|
"openapi-types": "^12.1.3",
|
|
217
|
-
"prettier": "^3.2.
|
|
218
|
-
"rate-limiter-flexible": "^
|
|
217
|
+
"prettier": "^3.2.5",
|
|
218
|
+
"rate-limiter-flexible": "^5.0.0",
|
|
219
219
|
"react": "^18.2.0",
|
|
220
220
|
"react-dom": "^18.2.0",
|
|
221
221
|
"redoc": "^2.1.3",
|
|
222
222
|
"rimraf": "^5.0.5",
|
|
223
|
-
"secretlint": "8.1.
|
|
224
|
-
"semantic-release": "^23.0.
|
|
225
|
-
"sort-package-json": "^2.
|
|
223
|
+
"secretlint": "8.1.2",
|
|
224
|
+
"semantic-release": "^23.0.2",
|
|
225
|
+
"sort-package-json": "^2.8.0",
|
|
226
226
|
"styled-components": "^6.1.8",
|
|
227
227
|
"swagger-ui-dist": "^4.19.1",
|
|
228
228
|
"swagger-ui-react": "^4.19.1",
|
|
229
|
-
"tsup": "^8.0.
|
|
230
|
-
"type-fest": "^4.
|
|
229
|
+
"tsup": "^8.0.2",
|
|
230
|
+
"type-fest": "^4.10.3",
|
|
231
231
|
"typescript": "^5.3.3",
|
|
232
|
-
"vitest": "^1.
|
|
233
|
-
"webpack": "^5.
|
|
232
|
+
"vitest": "^1.3.1",
|
|
233
|
+
"webpack": "^5.90.3",
|
|
234
234
|
"zod": "^3.22.4"
|
|
235
235
|
},
|
|
236
236
|
"peerDependencies": {
|
|
@@ -239,22 +239,22 @@
|
|
|
239
239
|
"zod": "^3.22.4"
|
|
240
240
|
},
|
|
241
241
|
"optionalDependencies": {
|
|
242
|
-
"@hapi/hapi": "^21.3.
|
|
242
|
+
"@hapi/hapi": "^21.3.3",
|
|
243
243
|
"@koa/router": "^12.0.1",
|
|
244
|
-
"@visulima/crud": "2.0.
|
|
244
|
+
"@visulima/crud": "2.0.13",
|
|
245
245
|
"@visulima/readdir": "2.0.11",
|
|
246
246
|
"chalk": "5.3.0",
|
|
247
|
-
"commander": "^
|
|
247
|
+
"commander": "^12.0.0",
|
|
248
248
|
"cors": "^2.8.5",
|
|
249
249
|
"express": "^4.18.2",
|
|
250
|
-
"fastify": "^4.
|
|
250
|
+
"fastify": "^4.26.1",
|
|
251
251
|
"koa": "^2.15.0",
|
|
252
252
|
"next": "^13.5.6",
|
|
253
|
-
"rate-limiter-flexible": "^
|
|
253
|
+
"rate-limiter-flexible": "^5.0.0",
|
|
254
254
|
"redoc": "^2.1.3",
|
|
255
255
|
"swagger-ui-dist": "^4.19.1",
|
|
256
256
|
"swagger-ui-react": "^4.19.1",
|
|
257
|
-
"webpack": "^5.
|
|
257
|
+
"webpack": "^5.90.3"
|
|
258
258
|
},
|
|
259
259
|
"engines": {
|
|
260
260
|
"node": ">=18.* <=21.*"
|