@visulima/api-platform 2.0.1 → 2.0.2
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 +19 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## @visulima/api-platform [2.0.2](https://github.com/visulima/visulima/compare/@visulima/api-platform@2.0.1...@visulima/api-platform@2.0.2) (2023-09-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update package versions in pnpm-lock file ([6917001](https://github.com/visulima/visulima/commit/69170010084f572f6f4609a68ab653c68e8cfe64))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@visulima/connect:** upgraded to 2.1.0
|
|
13
|
+
* **@visulima/jsdoc-open-api:** upgraded to 2.0.2
|
|
14
|
+
* **@visulima/crud:** upgraded to 2.0.2
|
|
15
|
+
* **@visulima/readdir:** upgraded to 2.0.2
|
|
16
|
+
|
|
1
17
|
## @visulima/api-platform [2.0.1](https://github.com/visulima/visulima/compare/@visulima/api-platform@2.0.0...@visulima/api-platform@2.0.1) (2023-08-29)
|
|
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.2",
|
|
4
4
|
"description": "Visulima API platform is a set of tools to build and consume web APIs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -145,8 +145,8 @@
|
|
|
145
145
|
"test:watch": "vitest"
|
|
146
146
|
},
|
|
147
147
|
"dependencies": {
|
|
148
|
-
"@visulima/connect": "2.0
|
|
149
|
-
"@visulima/jsdoc-open-api": "2.0.
|
|
148
|
+
"@visulima/connect": "2.1.0",
|
|
149
|
+
"@visulima/jsdoc-open-api": "2.0.2",
|
|
150
150
|
"accepts": "^1.3.8",
|
|
151
151
|
"debug": "^4.3.4",
|
|
152
152
|
"http-errors": "^2.0.0",
|
|
@@ -155,13 +155,13 @@
|
|
|
155
155
|
"lodash.merge": "^4.6.2",
|
|
156
156
|
"schema-dts": "^1.1.2",
|
|
157
157
|
"ts-japi": "^1.8.1",
|
|
158
|
-
"yaml": "^2.3.
|
|
158
|
+
"yaml": "^2.3.2",
|
|
159
159
|
"zod-to-ts": "^1.2.0"
|
|
160
160
|
},
|
|
161
161
|
"devDependencies": {
|
|
162
|
-
"@anolilab/eslint-config": "^11.3.
|
|
163
|
-
"@anolilab/prettier-config": "^5.0.
|
|
164
|
-
"@anolilab/semantic-release-preset": "^6.0.
|
|
162
|
+
"@anolilab/eslint-config": "^11.3.5",
|
|
163
|
+
"@anolilab/prettier-config": "^5.0.4",
|
|
164
|
+
"@anolilab/semantic-release-preset": "^6.0.5",
|
|
165
165
|
"@arthurgeron/eslint-plugin-react-usememo": "^1.1.4",
|
|
166
166
|
"@hapi/hapi": "^21.3.2",
|
|
167
167
|
"@koa/router": "^12.0.0",
|
|
@@ -180,14 +180,14 @@
|
|
|
180
180
|
"@types/koa__router": "^12.0.0",
|
|
181
181
|
"@types/lodash.merge": "^4.6.7",
|
|
182
182
|
"@types/lodash.set": "^4.3.7",
|
|
183
|
-
"@types/node": "18.17.
|
|
184
|
-
"@types/qs": "^6.9.
|
|
183
|
+
"@types/node": "18.17.12",
|
|
184
|
+
"@types/qs": "^6.9.8",
|
|
185
185
|
"@types/react": "^18.2.21",
|
|
186
186
|
"@types/react-dom": "^18.2.7",
|
|
187
187
|
"@types/swagger-ui-react": "^4.18.0",
|
|
188
188
|
"@types/webpack": "^5.28.2",
|
|
189
|
-
"@visulima/crud": "2.0.
|
|
190
|
-
"@visulima/readdir": "2.0.
|
|
189
|
+
"@visulima/crud": "2.0.2",
|
|
190
|
+
"@visulima/readdir": "2.0.2",
|
|
191
191
|
"@vitest/coverage-v8": "^0.34.3",
|
|
192
192
|
"chalk": "5.3.0",
|
|
193
193
|
"commander": "^11.0.0",
|
|
@@ -207,13 +207,13 @@
|
|
|
207
207
|
"express": "^4.18.2",
|
|
208
208
|
"fastify": "^4.22.0",
|
|
209
209
|
"koa": "^2.14.2",
|
|
210
|
-
"mobx": "^6.10.
|
|
211
|
-
"next": "^13.4.
|
|
210
|
+
"mobx": "^6.10.2",
|
|
211
|
+
"next": "^13.4.19",
|
|
212
212
|
"next-test-api-route-handler": "^4.0.0-canary.1",
|
|
213
213
|
"node-mocks-http": "^1.13.0",
|
|
214
214
|
"openapi-types": "^12.1.3",
|
|
215
|
-
"prettier": "^3.0.
|
|
216
|
-
"rate-limiter-flexible": "^
|
|
215
|
+
"prettier": "^3.0.3",
|
|
216
|
+
"rate-limiter-flexible": "^3.0.0",
|
|
217
217
|
"react": "^18.2.0",
|
|
218
218
|
"react-dom": "^18.2.0",
|
|
219
219
|
"redoc": "^2.1.1",
|
|
@@ -239,16 +239,16 @@
|
|
|
239
239
|
"optionalDependencies": {
|
|
240
240
|
"@hapi/hapi": "^21.3.2",
|
|
241
241
|
"@koa/router": "^12.0.0",
|
|
242
|
-
"@visulima/crud": "2.0.
|
|
243
|
-
"@visulima/readdir": "2.0.
|
|
242
|
+
"@visulima/crud": "2.0.2",
|
|
243
|
+
"@visulima/readdir": "2.0.2",
|
|
244
244
|
"chalk": "5.3.0",
|
|
245
245
|
"commander": "^11.0.0",
|
|
246
246
|
"cors": "^2.8.5",
|
|
247
247
|
"express": "^4.18.2",
|
|
248
248
|
"fastify": "^4.22.0",
|
|
249
249
|
"koa": "^2.14.2",
|
|
250
|
-
"next": "^13.4.
|
|
251
|
-
"rate-limiter-flexible": "^
|
|
250
|
+
"next": "^13.4.19",
|
|
251
|
+
"rate-limiter-flexible": "^3.0.0",
|
|
252
252
|
"redoc": "^2.1.1",
|
|
253
253
|
"swagger-ui-dist": "^4.19.1",
|
|
254
254
|
"swagger-ui-react": "^4.19.1",
|