@visulima/api-platform 2.0.6 → 2.0.8
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 +24 -0
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
## @visulima/api-platform [2.0.8](https://github.com/visulima/visulima/compare/@visulima/api-platform@2.0.7...@visulima/api-platform@2.0.8) (2023-10-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update dependencies in pnpm-lock.yaml ([d3a5626](https://github.com/visulima/visulima/commit/d3a5626d2c751c3e14f592db62b583b28046dcc7))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@visulima/connect:** upgraded to 2.1.6
|
|
13
|
+
* **@visulima/jsdoc-open-api:** upgraded to 2.0.7
|
|
14
|
+
* **@visulima/crud:** upgraded to 2.0.6
|
|
15
|
+
* **@visulima/readdir:** upgraded to 2.0.6
|
|
16
|
+
|
|
17
|
+
## @visulima/api-platform [2.0.7](https://github.com/visulima/visulima/compare/@visulima/api-platform@2.0.6...@visulima/api-platform@2.0.7) (2023-10-24)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Dependencies
|
|
22
|
+
|
|
23
|
+
* **@visulima/connect:** upgraded to 2.1.5
|
|
24
|
+
|
|
1
25
|
## @visulima/api-platform [2.0.6](https://github.com/visulima/visulima/compare/@visulima/api-platform@2.0.5...@visulima/api-platform@2.0.6) (2023-10-24)
|
|
2
26
|
|
|
3
27
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/api-platform",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
4
4
|
"description": "Visulima API platform is a set of tools to build and consume web APIs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -141,8 +141,8 @@
|
|
|
141
141
|
"test:watch": "vitest"
|
|
142
142
|
},
|
|
143
143
|
"dependencies": {
|
|
144
|
-
"@visulima/connect": "2.1.
|
|
145
|
-
"@visulima/jsdoc-open-api": "2.0.
|
|
144
|
+
"@visulima/connect": "2.1.6",
|
|
145
|
+
"@visulima/jsdoc-open-api": "2.0.7",
|
|
146
146
|
"accepts": "^1.3.8",
|
|
147
147
|
"debug": "^4.3.4",
|
|
148
148
|
"http-errors": "^2.0.0",
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"@anolilab/eslint-config": "^14.0.24",
|
|
159
159
|
"@anolilab/prettier-config": "^5.0.11",
|
|
160
160
|
"@anolilab/semantic-release-preset": "^8.0.0",
|
|
161
|
-
"@arthurgeron/eslint-plugin-react-usememo": "^2.1.
|
|
161
|
+
"@arthurgeron/eslint-plugin-react-usememo": "^2.1.1",
|
|
162
162
|
"@babel/core": "^7.23.2",
|
|
163
163
|
"@hapi/hapi": "^21.3.2",
|
|
164
164
|
"@koa/router": "^12.0.1",
|
|
@@ -173,17 +173,17 @@
|
|
|
173
173
|
"@types/http-errors": "^2.0.3",
|
|
174
174
|
"@types/jstoxml": "^2.0.3",
|
|
175
175
|
"@types/koa": "^2.13.10",
|
|
176
|
-
"@types/koa__router": "^12.0.
|
|
176
|
+
"@types/koa__router": "^12.0.3",
|
|
177
177
|
"@types/lodash.merge": "^4.6.8",
|
|
178
178
|
"@types/lodash.set": "^4.3.8",
|
|
179
179
|
"@types/node": "18.18.5",
|
|
180
180
|
"@types/qs": "^6.9.9",
|
|
181
|
-
"@types/react": "^18.2.
|
|
181
|
+
"@types/react": "^18.2.33",
|
|
182
182
|
"@types/react-dom": "^18.2.14",
|
|
183
183
|
"@types/swagger-ui-react": "^4.18.1",
|
|
184
184
|
"@types/webpack": "^5.28.4",
|
|
185
|
-
"@visulima/crud": "2.0.
|
|
186
|
-
"@visulima/readdir": "2.0.
|
|
185
|
+
"@visulima/crud": "2.0.6",
|
|
186
|
+
"@visulima/readdir": "2.0.6",
|
|
187
187
|
"@vitest/coverage-v8": "^0.34.6",
|
|
188
188
|
"chalk": "5.3.0",
|
|
189
189
|
"commander": "^11.1.0",
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
"eslint": "^8.52.0",
|
|
194
194
|
"eslint-plugin-deprecation": "^2.0.0",
|
|
195
195
|
"eslint-plugin-etc": "^2.0.3",
|
|
196
|
-
"eslint-plugin-import": "npm:eslint-plugin-i@^2.
|
|
196
|
+
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.0",
|
|
197
197
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
198
198
|
"eslint-plugin-mdx": "^2.2.0",
|
|
199
199
|
"eslint-plugin-react": "7.33.2",
|
|
@@ -213,10 +213,10 @@
|
|
|
213
213
|
"node-mocks-http": "^1.13.0",
|
|
214
214
|
"openapi-types": "^12.1.3",
|
|
215
215
|
"prettier": "^3.0.3",
|
|
216
|
-
"rate-limiter-flexible": "^3.0.
|
|
216
|
+
"rate-limiter-flexible": "^3.0.3",
|
|
217
217
|
"react": "^18.2.0",
|
|
218
218
|
"react-dom": "^18.2.0",
|
|
219
|
-
"redoc": "^2.1.
|
|
219
|
+
"redoc": "^2.1.3",
|
|
220
220
|
"rimraf": "^5.0.5",
|
|
221
221
|
"secretlint": "7.0.7",
|
|
222
222
|
"semantic-release": "^22.0.5",
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
"swagger-ui-dist": "^4.19.1",
|
|
226
226
|
"swagger-ui-react": "^4.19.1",
|
|
227
227
|
"tsup": "^7.2.0",
|
|
228
|
-
"type-fest": "^4.
|
|
228
|
+
"type-fest": "^4.6.0",
|
|
229
229
|
"typescript": "^5.2.2",
|
|
230
230
|
"vitest": "^0.34.6",
|
|
231
231
|
"webpack": "^5.89.0",
|
|
@@ -239,17 +239,17 @@
|
|
|
239
239
|
"optionalDependencies": {
|
|
240
240
|
"@hapi/hapi": "^21.3.2",
|
|
241
241
|
"@koa/router": "^12.0.1",
|
|
242
|
-
"@visulima/crud": "2.0.
|
|
243
|
-
"@visulima/readdir": "2.0.
|
|
242
|
+
"@visulima/crud": "2.0.6",
|
|
243
|
+
"@visulima/readdir": "2.0.6",
|
|
244
244
|
"chalk": "5.3.0",
|
|
245
245
|
"commander": "^11.1.0",
|
|
246
246
|
"cors": "^2.8.5",
|
|
247
247
|
"express": "^4.18.2",
|
|
248
248
|
"fastify": "^4.24.3",
|
|
249
249
|
"koa": "^2.14.2",
|
|
250
|
-
"next": "^13.5.
|
|
251
|
-
"rate-limiter-flexible": "^3.0.
|
|
252
|
-
"redoc": "^2.1.
|
|
250
|
+
"next": "^13.5.6",
|
|
251
|
+
"rate-limiter-flexible": "^3.0.3",
|
|
252
|
+
"redoc": "^2.1.3",
|
|
253
253
|
"swagger-ui-dist": "^4.19.1",
|
|
254
254
|
"swagger-ui-react": "^4.19.1",
|
|
255
255
|
"webpack": "^5.89.0"
|