@visulima/api-platform 2.0.15 → 2.0.16
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 +16 -0
- package/package.json +39 -39
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## @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
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* updated all deps, updated test based on eslint errors ([909f8f3](https://github.com/visulima/visulima/commit/909f8f384804d7ef140354ab44f867532dbc9847))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@visulima/connect:** upgraded to 2.1.12
|
|
13
|
+
* **@visulima/jsdoc-open-api:** upgraded to 2.0.12
|
|
14
|
+
* **@visulima/crud:** upgraded to 2.0.12
|
|
15
|
+
* **@visulima/readdir:** upgraded to 2.0.11
|
|
16
|
+
|
|
1
17
|
## @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
18
|
|
|
3
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/api-platform",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.16",
|
|
4
4
|
"description": "Visulima API platform is a set of tools to build and consume web APIs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -142,8 +142,8 @@
|
|
|
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.12",
|
|
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",
|
|
@@ -156,14 +156,14 @@
|
|
|
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.2.
|
|
163
|
-
"@babel/core": "^7.23.
|
|
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.2.3",
|
|
163
|
+
"@babel/core": "^7.23.7",
|
|
164
164
|
"@hapi/hapi": "^21.3.2",
|
|
165
165
|
"@koa/router": "^12.0.1",
|
|
166
|
-
"@secretlint/secretlint-rule-preset-recommend": "^8.
|
|
166
|
+
"@secretlint/secretlint-rule-preset-recommend": "^8.1.0",
|
|
167
167
|
"@testing-library/react": "^14.1.2",
|
|
168
168
|
"@total-typescript/ts-reset": "^0.5.1",
|
|
169
169
|
"@types/accepts": "^1.3.7",
|
|
@@ -173,63 +173,63 @@
|
|
|
173
173
|
"@types/express-serve-static-core": "^4.17.41",
|
|
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.12",
|
|
187
|
+
"@visulima/readdir": "2.0.11",
|
|
188
|
+
"@vitest/coverage-v8": "^1.2.1",
|
|
189
|
+
"@vitest/ui": "^1.2.1",
|
|
190
190
|
"chalk": "5.3.0",
|
|
191
191
|
"commander": "^11.1.0",
|
|
192
|
-
"core-js": "^3.
|
|
192
|
+
"core-js": "^3.35.0",
|
|
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.20",
|
|
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.25.2",
|
|
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.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.
|
|
224
|
-
"semantic-release": "^
|
|
223
|
+
"secretlint": "8.1.0",
|
|
224
|
+
"semantic-release": "^23.0.0",
|
|
225
225
|
"sort-package-json": "^2.6.0",
|
|
226
|
-
"styled-components": "^6.1.
|
|
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.
|
|
230
|
+
"type-fest": "^4.9.0",
|
|
231
|
+
"typescript": "^5.3.3",
|
|
232
|
+
"vitest": "^1.2.1",
|
|
233
233
|
"webpack": "^5.89.0",
|
|
234
234
|
"zod": "^3.22.4"
|
|
235
235
|
},
|
|
@@ -241,16 +241,16 @@
|
|
|
241
241
|
"optionalDependencies": {
|
|
242
242
|
"@hapi/hapi": "^21.3.2",
|
|
243
243
|
"@koa/router": "^12.0.1",
|
|
244
|
-
"@visulima/crud": "2.0.
|
|
245
|
-
"@visulima/readdir": "2.0.
|
|
244
|
+
"@visulima/crud": "2.0.12",
|
|
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.25.2",
|
|
251
|
+
"koa": "^2.15.0",
|
|
252
252
|
"next": "^13.5.6",
|
|
253
|
-
"rate-limiter-flexible": "^
|
|
253
|
+
"rate-limiter-flexible": "^4.0.0",
|
|
254
254
|
"redoc": "^2.1.3",
|
|
255
255
|
"swagger-ui-dist": "^4.19.1",
|
|
256
256
|
"swagger-ui-react": "^4.19.1",
|