@visulima/api-platform 2.1.5 → 2.1.6
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 +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## @visulima/api-platform [2.1.6](https://github.com/visulima/visulima/compare/@visulima/api-platform@2.1.5...@visulima/api-platform@2.1.6) (2024-04-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **api-platform:** update ts-japi dep ([9000785](https://github.com/visulima/visulima/commit/900078549e13009907b75e2b691c731bd203cb9a))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@visulima/connect:** upgraded to 3.0.7
|
|
13
|
+
* **@visulima/jsdoc-open-api:** upgraded to 2.0.38
|
|
14
|
+
* **@visulima/crud:** upgraded to 2.0.20
|
|
15
|
+
* **@visulima/fs:** upgraded to 2.0.6
|
|
16
|
+
|
|
1
17
|
## @visulima/api-platform [2.1.5](https://github.com/visulima/visulima/compare/@visulima/api-platform@2.1.4...@visulima/api-platform@2.1.5) (2024-04-05)
|
|
2
18
|
|
|
3
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/api-platform",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.6",
|
|
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": "3.0.
|
|
145
|
-
"@visulima/jsdoc-open-api": "2.0.
|
|
144
|
+
"@visulima/connect": "3.0.7",
|
|
145
|
+
"@visulima/jsdoc-open-api": "2.0.38",
|
|
146
146
|
"accepts": "^1.3.8",
|
|
147
147
|
"debug": "^4.3.4",
|
|
148
148
|
"http-errors": "^2.0.0",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"lodash.merge": "^4.6.2",
|
|
152
152
|
"pathe": "^1.1.2",
|
|
153
153
|
"schema-dts": "^1.1.2",
|
|
154
|
-
"ts-japi": "^1.
|
|
154
|
+
"ts-japi": "^1.11.0",
|
|
155
155
|
"yaml": "^2.4.1",
|
|
156
156
|
"zod-to-ts": "^1.2.0"
|
|
157
157
|
},
|
|
@@ -163,8 +163,8 @@
|
|
|
163
163
|
"@babel/core": "^7.24.4",
|
|
164
164
|
"@hapi/hapi": "^21.3.8",
|
|
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.2.3",
|
|
167
|
+
"@testing-library/react": "^14.3.0",
|
|
168
168
|
"@total-typescript/ts-reset": "^0.5.1",
|
|
169
169
|
"@types/accepts": "^1.3.7",
|
|
170
170
|
"@types/cors": "^2.8.17",
|
|
@@ -178,12 +178,12 @@
|
|
|
178
178
|
"@types/lodash.merge": "^4.6.9",
|
|
179
179
|
"@types/node": "18.18.14",
|
|
180
180
|
"@types/qs": "^6.9.14",
|
|
181
|
-
"@types/react": "^18.2.
|
|
181
|
+
"@types/react": "^18.2.75",
|
|
182
182
|
"@types/react-dom": "^18.2.24",
|
|
183
183
|
"@types/swagger-ui-react": "^4.18.3",
|
|
184
184
|
"@types/webpack": "^5.28.5",
|
|
185
|
-
"@visulima/crud": "2.0.
|
|
186
|
-
"@visulima/fs": "2.0.
|
|
185
|
+
"@visulima/crud": "2.0.20",
|
|
186
|
+
"@visulima/fs": "2.0.6",
|
|
187
187
|
"@vitest/coverage-v8": "^1.4.0",
|
|
188
188
|
"@vitest/ui": "^1.4.0",
|
|
189
189
|
"chalk": "5.3.0",
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
"eslint-plugin-ssr-friendly": "^1.3.0",
|
|
203
203
|
"eslint-plugin-testing-library": "^6.2.0",
|
|
204
204
|
"eslint-plugin-validate-jsx-nesting": "^0.1.1",
|
|
205
|
-
"eslint-plugin-vitest": "^0.
|
|
205
|
+
"eslint-plugin-vitest": "^0.5.0",
|
|
206
206
|
"eslint-plugin-vitest-globals": "^1.5.0",
|
|
207
207
|
"eslint-plugin-zod": "^1.4.0",
|
|
208
208
|
"express": "^4.19.2",
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
"react-dom": "^18.2.0",
|
|
220
220
|
"redoc": "^2.1.3",
|
|
221
221
|
"rimraf": "^5.0.5",
|
|
222
|
-
"secretlint": "8.
|
|
222
|
+
"secretlint": "8.2.3",
|
|
223
223
|
"semantic-release": "^23.0.7",
|
|
224
224
|
"sort-package-json": "^2.10.0",
|
|
225
225
|
"styled-components": "^6.1.8",
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
"optionalDependencies": {
|
|
241
241
|
"@hapi/hapi": "^21.3.8",
|
|
242
242
|
"@koa/router": "^12.0.1",
|
|
243
|
-
"@visulima/crud": "2.0.
|
|
243
|
+
"@visulima/crud": "2.0.20",
|
|
244
244
|
"@visulima/readdir": "2.0.12",
|
|
245
245
|
"chalk": "5.3.0",
|
|
246
246
|
"commander": "^12.0.0",
|