@visulima/api-platform 2.0.5 → 2.0.7
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 +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
## @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)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Dependencies
|
|
6
|
+
|
|
7
|
+
* **@visulima/connect:** upgraded to 2.1.5
|
|
8
|
+
|
|
9
|
+
## @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)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* updated deps ([4eedb60](https://github.com/visulima/visulima/commit/4eedb604c4f78cf331195e2c053dc72e1c6cf9ad))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Dependencies
|
|
19
|
+
|
|
20
|
+
* **@visulima/connect:** upgraded to 2.1.4
|
|
21
|
+
* **@visulima/jsdoc-open-api:** upgraded to 2.0.6
|
|
22
|
+
* **@visulima/crud:** upgraded to 2.0.5
|
|
23
|
+
* **@visulima/readdir:** upgraded to 2.0.5
|
|
24
|
+
|
|
1
25
|
## @visulima/api-platform [2.0.5](https://github.com/visulima/visulima/compare/@visulima/api-platform@2.0.4...@visulima/api-platform@2.0.5) (2023-10-16)
|
|
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.7",
|
|
4
4
|
"description": "Visulima API platform is a set of tools to build and consume web APIs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"coverage": "vitest run --coverage",
|
|
133
133
|
"dev": "pnpm run build --watch",
|
|
134
134
|
"lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.js",
|
|
135
|
-
"lint:eslint:fix": "
|
|
135
|
+
"lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.js --fix",
|
|
136
136
|
"lint:packagejson": "publint --strict",
|
|
137
137
|
"lint:prettier": "prettier --config=.prettierrc.js --check .",
|
|
138
138
|
"lint:prettier:fix": "prettier --config=.prettierrc.js --write .",
|
|
@@ -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.5",
|
|
145
|
+
"@visulima/jsdoc-open-api": "2.0.6",
|
|
146
146
|
"accepts": "^1.3.8",
|
|
147
147
|
"debug": "^4.3.4",
|
|
148
148
|
"http-errors": "^2.0.0",
|
|
@@ -158,39 +158,39 @@
|
|
|
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.0
|
|
161
|
+
"@arthurgeron/eslint-plugin-react-usememo": "^2.1.0",
|
|
162
162
|
"@babel/core": "^7.23.2",
|
|
163
163
|
"@hapi/hapi": "^21.3.2",
|
|
164
|
-
"@koa/router": "^12.0.
|
|
164
|
+
"@koa/router": "^12.0.1",
|
|
165
165
|
"@secretlint/secretlint-rule-preset-recommend": "^7.0.7",
|
|
166
166
|
"@testing-library/react": "^14.0.0",
|
|
167
167
|
"@total-typescript/ts-reset": "^0.5.1",
|
|
168
|
-
"@types/accepts": "^1.3.
|
|
169
|
-
"@types/cors": "^2.8.
|
|
170
|
-
"@types/debug": "^4.1.
|
|
171
|
-
"@types/express": "^4.17.
|
|
172
|
-
"@types/express-serve-static-core": "^4.17.
|
|
173
|
-
"@types/http-errors": "^2.0.
|
|
174
|
-
"@types/jstoxml": "^2.0.
|
|
175
|
-
"@types/koa": "^2.13.
|
|
176
|
-
"@types/koa__router": "^12.0.
|
|
177
|
-
"@types/lodash.merge": "^4.6.
|
|
178
|
-
"@types/lodash.set": "^4.3.
|
|
168
|
+
"@types/accepts": "^1.3.6",
|
|
169
|
+
"@types/cors": "^2.8.15",
|
|
170
|
+
"@types/debug": "^4.1.10",
|
|
171
|
+
"@types/express": "^4.17.20",
|
|
172
|
+
"@types/express-serve-static-core": "^4.17.39",
|
|
173
|
+
"@types/http-errors": "^2.0.3",
|
|
174
|
+
"@types/jstoxml": "^2.0.3",
|
|
175
|
+
"@types/koa": "^2.13.10",
|
|
176
|
+
"@types/koa__router": "^12.0.2",
|
|
177
|
+
"@types/lodash.merge": "^4.6.8",
|
|
178
|
+
"@types/lodash.set": "^4.3.8",
|
|
179
179
|
"@types/node": "18.18.5",
|
|
180
|
-
"@types/qs": "^6.9.
|
|
181
|
-
"@types/react": "^18.2.
|
|
182
|
-
"@types/react-dom": "^18.2.
|
|
180
|
+
"@types/qs": "^6.9.9",
|
|
181
|
+
"@types/react": "^18.2.31",
|
|
182
|
+
"@types/react-dom": "^18.2.14",
|
|
183
183
|
"@types/swagger-ui-react": "^4.18.1",
|
|
184
|
-
"@types/webpack": "^5.28.
|
|
185
|
-
"@visulima/crud": "2.0.
|
|
186
|
-
"@visulima/readdir": "2.0.
|
|
184
|
+
"@types/webpack": "^5.28.4",
|
|
185
|
+
"@visulima/crud": "2.0.5",
|
|
186
|
+
"@visulima/readdir": "2.0.5",
|
|
187
187
|
"@vitest/coverage-v8": "^0.34.6",
|
|
188
188
|
"chalk": "5.3.0",
|
|
189
189
|
"commander": "^11.1.0",
|
|
190
|
-
"core-js": "^3.33.
|
|
190
|
+
"core-js": "^3.33.1",
|
|
191
191
|
"cors": "^2.8.5",
|
|
192
192
|
"cross-env": "^7.0.3",
|
|
193
|
-
"eslint": "^8.
|
|
193
|
+
"eslint": "^8.52.0",
|
|
194
194
|
"eslint-plugin-deprecation": "^2.0.0",
|
|
195
195
|
"eslint-plugin-etc": "^2.0.3",
|
|
196
196
|
"eslint-plugin-import": "npm:eslint-plugin-i@^2.28.1",
|
|
@@ -201,11 +201,11 @@
|
|
|
201
201
|
"eslint-plugin-ssr-friendly": "^1.2.0",
|
|
202
202
|
"eslint-plugin-testing-library": "^6.1.0",
|
|
203
203
|
"eslint-plugin-validate-jsx-nesting": "^0.1.1",
|
|
204
|
-
"eslint-plugin-vitest": "^0.3.
|
|
204
|
+
"eslint-plugin-vitest": "^0.3.8",
|
|
205
205
|
"eslint-plugin-vitest-globals": "^1.4.0",
|
|
206
206
|
"eslint-plugin-zod": "^1.4.0",
|
|
207
207
|
"express": "^4.18.2",
|
|
208
|
-
"fastify": "^4.24.
|
|
208
|
+
"fastify": "^4.24.3",
|
|
209
209
|
"koa": "^2.14.2",
|
|
210
210
|
"mobx": "^6.10.2",
|
|
211
211
|
"next": "^13.5.4",
|
|
@@ -213,7 +213,7 @@
|
|
|
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.2",
|
|
217
217
|
"react": "^18.2.0",
|
|
218
218
|
"react-dom": "^18.2.0",
|
|
219
219
|
"redoc": "^2.1.2",
|
|
@@ -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.5.0",
|
|
229
229
|
"typescript": "^5.2.2",
|
|
230
230
|
"vitest": "^0.34.6",
|
|
231
231
|
"webpack": "^5.89.0",
|
|
@@ -238,17 +238,17 @@
|
|
|
238
238
|
},
|
|
239
239
|
"optionalDependencies": {
|
|
240
240
|
"@hapi/hapi": "^21.3.2",
|
|
241
|
-
"@koa/router": "^12.0.
|
|
242
|
-
"@visulima/crud": "2.0.
|
|
243
|
-
"@visulima/readdir": "2.0.
|
|
241
|
+
"@koa/router": "^12.0.1",
|
|
242
|
+
"@visulima/crud": "2.0.5",
|
|
243
|
+
"@visulima/readdir": "2.0.5",
|
|
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
|
-
"fastify": "^4.24.
|
|
248
|
+
"fastify": "^4.24.3",
|
|
249
249
|
"koa": "^2.14.2",
|
|
250
250
|
"next": "^13.5.4",
|
|
251
|
-
"rate-limiter-flexible": "^3.0.
|
|
251
|
+
"rate-limiter-flexible": "^3.0.2",
|
|
252
252
|
"redoc": "^2.1.2",
|
|
253
253
|
"swagger-ui-dist": "^4.19.1",
|
|
254
254
|
"swagger-ui-react": "^4.19.1",
|