@visulima/api-platform 2.0.15 → 2.0.17
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,33 @@
|
|
|
1
|
+
## @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)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update deps ([1b01d6f](https://github.com/visulima/visulima/commit/1b01d6f55435ac2ed67db48e6e2060f786f59e56))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@visulima/connect:** upgraded to 2.1.13
|
|
13
|
+
* **@visulima/crud:** upgraded to 2.0.13
|
|
14
|
+
|
|
15
|
+
## @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)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* updated all deps, updated test based on eslint errors ([909f8f3](https://github.com/visulima/visulima/commit/909f8f384804d7ef140354ab44f867532dbc9847))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Dependencies
|
|
25
|
+
|
|
26
|
+
* **@visulima/connect:** upgraded to 2.1.12
|
|
27
|
+
* **@visulima/jsdoc-open-api:** upgraded to 2.0.12
|
|
28
|
+
* **@visulima/crud:** upgraded to 2.0.12
|
|
29
|
+
* **@visulima/readdir:** upgraded to 2.0.11
|
|
30
|
+
|
|
1
31
|
## @visulima/api-platform [2.0.15](https://github.com/visulima/visulima/compare/@visulima/api-platform@2.0.14...@visulima/api-platform@2.0.15) (2023-12-06)
|
|
2
32
|
|
|
3
33
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/api-platform",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.17",
|
|
4
4
|
"description": "Visulima API platform is a set of tools to build and consume web APIs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -142,13 +142,13 @@
|
|
|
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.13",
|
|
146
|
+
"@visulima/jsdoc-open-api": "2.0.12",
|
|
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",
|
|
@@ -156,81 +156,81 @@
|
|
|
156
156
|
"zod-to-ts": "^1.2.0"
|
|
157
157
|
},
|
|
158
158
|
"devDependencies": {
|
|
159
|
-
"@anolilab/eslint-config": "^15.0.
|
|
160
|
-
"@anolilab/prettier-config": "^5.0.
|
|
161
|
-
"@anolilab/semantic-release-preset": "^8.0.
|
|
162
|
-
"@arthurgeron/eslint-plugin-react-usememo": "^2.
|
|
163
|
-
"@babel/core": "^7.23.
|
|
164
|
-
"@hapi/hapi": "^21.3.
|
|
159
|
+
"@anolilab/eslint-config": "^15.0.3",
|
|
160
|
+
"@anolilab/prettier-config": "^5.0.14",
|
|
161
|
+
"@anolilab/semantic-release-preset": "^8.0.3",
|
|
162
|
+
"@arthurgeron/eslint-plugin-react-usememo": "^2.3.0",
|
|
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.
|
|
167
|
-
"@testing-library/react": "^14.
|
|
166
|
+
"@secretlint/secretlint-rule-preset-recommend": "^8.1.1",
|
|
167
|
+
"@testing-library/react": "^14.2.0",
|
|
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.42",
|
|
174
174
|
"@types/http-errors": "^2.0.4",
|
|
175
175
|
"@types/jstoxml": "^2.0.4",
|
|
176
|
-
"@types/koa": "^2.
|
|
176
|
+
"@types/koa": "^2.14.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
180
|
"@types/node": "18.18.8",
|
|
181
|
-
"@types/qs": "^6.9.
|
|
182
|
-
"@types/react": "^18.2.
|
|
183
|
-
"@types/react-dom": "^18.2.
|
|
181
|
+
"@types/qs": "^6.9.11",
|
|
182
|
+
"@types/react": "^18.2.48",
|
|
183
|
+
"@types/react-dom": "^18.2.18",
|
|
184
184
|
"@types/swagger-ui-react": "^4.18.2",
|
|
185
185
|
"@types/webpack": "^5.28.5",
|
|
186
|
-
"@visulima/crud": "2.0.
|
|
187
|
-
"@visulima/readdir": "2.0.
|
|
188
|
-
"@vitest/coverage-v8": "^1.
|
|
189
|
-
"@vitest/ui": "^1.
|
|
186
|
+
"@visulima/crud": "2.0.13",
|
|
187
|
+
"@visulima/readdir": "2.0.11",
|
|
188
|
+
"@vitest/coverage-v8": "^1.2.2",
|
|
189
|
+
"@vitest/ui": "^1.2.2",
|
|
190
190
|
"chalk": "5.3.0",
|
|
191
191
|
"commander": "^11.1.0",
|
|
192
|
-
"core-js": "^3.
|
|
192
|
+
"core-js": "^3.35.1",
|
|
193
193
|
"cors": "^2.8.5",
|
|
194
194
|
"cross-env": "^7.0.3",
|
|
195
|
-
"eslint": "^8.
|
|
195
|
+
"eslint": "^8.56.0",
|
|
196
196
|
"eslint-plugin-deprecation": "^2.0.0",
|
|
197
197
|
"eslint-plugin-etc": "^2.0.3",
|
|
198
|
-
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.
|
|
198
|
+
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
|
|
199
199
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
200
|
-
"eslint-plugin-mdx": "^
|
|
200
|
+
"eslint-plugin-mdx": "^3.1.5",
|
|
201
201
|
"eslint-plugin-react": "7.33.2",
|
|
202
202
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
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.21",
|
|
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.
|
|
211
|
-
"koa": "^2.
|
|
210
|
+
"fastify": "^4.26.0",
|
|
211
|
+
"koa": "^2.15.0",
|
|
212
212
|
"mobx": "^6.12.0",
|
|
213
213
|
"next": "^13.5.6",
|
|
214
|
-
"next-test-api-route-handler": "^4.0.
|
|
215
|
-
"node-mocks-http": "^1.
|
|
214
|
+
"next-test-api-route-handler": "^4.0.3",
|
|
215
|
+
"node-mocks-http": "^1.14.1",
|
|
216
216
|
"openapi-types": "^12.1.3",
|
|
217
|
-
"prettier": "^3.
|
|
218
|
-
"rate-limiter-flexible": "^
|
|
217
|
+
"prettier": "^3.2.4",
|
|
218
|
+
"rate-limiter-flexible": "^4.0.1",
|
|
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.
|
|
224
|
-
"semantic-release": "^
|
|
225
|
-
"sort-package-json": "^2.
|
|
226
|
-
"styled-components": "^6.1.
|
|
223
|
+
"secretlint": "8.1.1",
|
|
224
|
+
"semantic-release": "^23.0.0",
|
|
225
|
+
"sort-package-json": "^2.7.0",
|
|
226
|
+
"styled-components": "^6.1.8",
|
|
227
227
|
"swagger-ui-dist": "^4.19.1",
|
|
228
228
|
"swagger-ui-react": "^4.19.1",
|
|
229
229
|
"tsup": "^8.0.1",
|
|
230
|
-
"type-fest": "^4.
|
|
231
|
-
"typescript": "^5.3.
|
|
232
|
-
"vitest": "^1.
|
|
233
|
-
"webpack": "^5.
|
|
230
|
+
"type-fest": "^4.10.2",
|
|
231
|
+
"typescript": "^5.3.3",
|
|
232
|
+
"vitest": "^1.2.2",
|
|
233
|
+
"webpack": "^5.90.0",
|
|
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.
|
|
245
|
-
"@visulima/readdir": "2.0.
|
|
244
|
+
"@visulima/crud": "2.0.13",
|
|
245
|
+
"@visulima/readdir": "2.0.11",
|
|
246
246
|
"chalk": "5.3.0",
|
|
247
247
|
"commander": "^11.1.0",
|
|
248
248
|
"cors": "^2.8.5",
|
|
249
249
|
"express": "^4.18.2",
|
|
250
|
-
"fastify": "^4.
|
|
251
|
-
"koa": "^2.
|
|
250
|
+
"fastify": "^4.26.0",
|
|
251
|
+
"koa": "^2.15.0",
|
|
252
252
|
"next": "^13.5.6",
|
|
253
|
-
"rate-limiter-flexible": "^
|
|
253
|
+
"rate-limiter-flexible": "^4.0.1",
|
|
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.0"
|
|
258
258
|
},
|
|
259
259
|
"engines": {
|
|
260
260
|
"node": ">=18.* <=21.*"
|