@visulima/api-platform 3.0.21 → 3.0.22
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 +15 -0
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## @visulima/api-platform [3.0.22](https://github.com/visulima/visulima/compare/@visulima/api-platform@3.0.21...@visulima/api-platform@3.0.22) (2024-09-24)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* updated dev dependencies ([05edb67](https://github.com/visulima/visulima/commit/05edb671285b1cc42875223314b24212e6a12588))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@visulima/connect:** upgraded to 3.0.14
|
|
11
|
+
* **@visulima/jsdoc-open-api:** upgraded to 2.0.60
|
|
12
|
+
* **@visulima/path:** upgraded to 1.0.9
|
|
13
|
+
* **@visulima/crud:** upgraded to 2.0.31
|
|
14
|
+
* **@visulima/fs:** upgraded to 2.1.18
|
|
15
|
+
|
|
1
16
|
## @visulima/api-platform [3.0.21](https://github.com/visulima/visulima/compare/@visulima/api-platform@3.0.20...@visulima/api-platform@3.0.21) (2024-09-12)
|
|
2
17
|
|
|
3
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/api-platform",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.22",
|
|
4
4
|
"description": "Visulima API platform is a set of tools to build and consume web APIs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -125,9 +125,9 @@
|
|
|
125
125
|
"LICENSE.md"
|
|
126
126
|
],
|
|
127
127
|
"dependencies": {
|
|
128
|
-
"@visulima/connect": "3.0.
|
|
129
|
-
"@visulima/jsdoc-open-api": "2.0.
|
|
130
|
-
"@visulima/path": "1.0.
|
|
128
|
+
"@visulima/connect": "3.0.14",
|
|
129
|
+
"@visulima/jsdoc-open-api": "2.0.60",
|
|
130
|
+
"@visulima/path": "1.0.9",
|
|
131
131
|
"accepts": "^1.3.8",
|
|
132
132
|
"debug": "^4.3.7",
|
|
133
133
|
"http-errors": "^2.0.0",
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"@arthurgeron/eslint-plugin-react-usememo": "^2.4.1",
|
|
148
148
|
"@babel/core": "^7.25.2",
|
|
149
149
|
"@hapi/hapi": "^21.3.10",
|
|
150
|
-
"@koa/router": "^13.
|
|
150
|
+
"@koa/router": "^13.1.0",
|
|
151
151
|
"@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
|
|
152
152
|
"@testing-library/react": "^16.0.1",
|
|
153
153
|
"@total-typescript/ts-reset": "^0.6.1",
|
|
@@ -162,15 +162,15 @@
|
|
|
162
162
|
"@types/koa__router": "^12.0.4",
|
|
163
163
|
"@types/lodash.merge": "^4.6.9",
|
|
164
164
|
"@types/node": "18.19.15",
|
|
165
|
-
"@types/qs": "^6.9.
|
|
166
|
-
"@types/react": "^18.3.
|
|
165
|
+
"@types/qs": "^6.9.16",
|
|
166
|
+
"@types/react": "^18.3.8",
|
|
167
167
|
"@types/react-dom": "^18.3.0",
|
|
168
168
|
"@types/swagger-ui-react": "^4.18.3",
|
|
169
169
|
"@types/webpack": "^5.28.5",
|
|
170
|
-
"@visulima/crud": "2.0.
|
|
171
|
-
"@visulima/fs": "2.1.
|
|
172
|
-
"@vitest/coverage-v8": "^2.
|
|
173
|
-
"@vitest/ui": "^2.
|
|
170
|
+
"@visulima/crud": "2.0.31",
|
|
171
|
+
"@visulima/fs": "2.1.18",
|
|
172
|
+
"@vitest/coverage-v8": "^2.1.1",
|
|
173
|
+
"@vitest/ui": "^2.1.1",
|
|
174
174
|
"chalk": "5.3.0",
|
|
175
175
|
"commander": "^12.1.0",
|
|
176
176
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
@@ -191,12 +191,12 @@
|
|
|
191
191
|
"eslint-plugin-vitest": "^0.4.1",
|
|
192
192
|
"eslint-plugin-vitest-globals": "^1.5.0",
|
|
193
193
|
"eslint-plugin-zod": "^1.4.0",
|
|
194
|
-
"express": "^4.
|
|
195
|
-
"fastify": "^
|
|
194
|
+
"express": "^4.21.0",
|
|
195
|
+
"fastify": "^5.0.0",
|
|
196
196
|
"koa": "^2.15.3",
|
|
197
197
|
"mobx": "^6.13.2",
|
|
198
198
|
"next": "^14.2.4",
|
|
199
|
-
"next-test-api-route-handler": "^4.0.
|
|
199
|
+
"next-test-api-route-handler": "^4.0.11",
|
|
200
200
|
"node-mocks-http": "^1.16.0",
|
|
201
201
|
"openapi-types": "^12.1.3",
|
|
202
202
|
"prettier": "^3.3.3",
|
|
@@ -210,17 +210,17 @@
|
|
|
210
210
|
"styled-components": "^6.1.13",
|
|
211
211
|
"swagger-ui-dist": "^5.17.14",
|
|
212
212
|
"swagger-ui-react": "^5.17.14",
|
|
213
|
-
"tsup": "^8.
|
|
213
|
+
"tsup": "^8.3.0",
|
|
214
214
|
"type-fest": "^4.26.1",
|
|
215
215
|
"typescript": "5.4.5",
|
|
216
|
-
"vitest": "^2.
|
|
216
|
+
"vitest": "^2.1.1",
|
|
217
217
|
"webpack": "^5.94.0",
|
|
218
218
|
"zod": "^3.23.8"
|
|
219
219
|
},
|
|
220
220
|
"peerDependencies": {
|
|
221
221
|
"@hapi/hapi": "^21.3.9",
|
|
222
222
|
"@koa/router": "^12.0.1",
|
|
223
|
-
"@visulima/crud": "2.0.
|
|
223
|
+
"@visulima/crud": "2.0.31",
|
|
224
224
|
"@visulima/readdir": "2.0.12",
|
|
225
225
|
"chalk": "5.3.0",
|
|
226
226
|
"commander": "^12.0.0",
|