@visulima/api-platform 2.0.4 → 2.0.5
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 +14 -0
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## @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
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* updated all deps ([a8aa029](https://github.com/visulima/visulima/commit/a8aa0295118a4d5248844e89a95ea332f65434cb))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@visulima/connect:** upgraded to 2.1.3
|
|
13
|
+
* **@visulima/jsdoc-open-api:** upgraded to 2.0.5
|
|
14
|
+
|
|
1
15
|
## @visulima/api-platform [2.0.4](https://github.com/visulima/visulima/compare/@visulima/api-platform@2.0.3...@visulima/api-platform@2.0.4) (2023-10-15)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/api-platform",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.5",
|
|
4
4
|
"description": "Visulima API platform is a set of tools to build and consume web APIs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -128,12 +128,12 @@
|
|
|
128
128
|
"scripts": {
|
|
129
129
|
"build": "rimraf dist && cross-env NODE_ENV=development tsup",
|
|
130
130
|
"build:prod": "rimraf dist && cross-env NODE_ENV=production tsup",
|
|
131
|
-
"check:packagejson": "publint --strict",
|
|
132
131
|
"clean": "rimraf node_modules dist .eslintcache",
|
|
133
132
|
"coverage": "vitest run --coverage",
|
|
134
133
|
"dev": "pnpm run build --watch",
|
|
135
134
|
"lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.js",
|
|
136
135
|
"lint:eslint:fix": "pnpm run lint:eslint --fix",
|
|
136
|
+
"lint:packagejson": "publint --strict",
|
|
137
137
|
"lint:prettier": "prettier --config=.prettierrc.js --check .",
|
|
138
138
|
"lint:prettier:fix": "prettier --config=.prettierrc.js --write .",
|
|
139
139
|
"lint:types": "tsc --noEmit --project tsconfig.json",
|
|
@@ -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.3",
|
|
145
|
+
"@visulima/jsdoc-open-api": "2.0.5",
|
|
146
146
|
"accepts": "^1.3.8",
|
|
147
147
|
"debug": "^4.3.4",
|
|
148
148
|
"http-errors": "^2.0.0",
|
|
@@ -150,8 +150,8 @@
|
|
|
150
150
|
"jstoxml": "^3.2.8",
|
|
151
151
|
"lodash.merge": "^4.6.2",
|
|
152
152
|
"schema-dts": "^1.1.2",
|
|
153
|
-
"ts-japi": "^1.9.
|
|
154
|
-
"yaml": "^2.3.
|
|
153
|
+
"ts-japi": "^1.9.1",
|
|
154
|
+
"yaml": "^2.3.3",
|
|
155
155
|
"zod-to-ts": "^1.2.0"
|
|
156
156
|
},
|
|
157
157
|
"devDependencies": {
|
|
@@ -176,11 +176,11 @@
|
|
|
176
176
|
"@types/koa__router": "^12.0.1",
|
|
177
177
|
"@types/lodash.merge": "^4.6.7",
|
|
178
178
|
"@types/lodash.set": "^4.3.7",
|
|
179
|
-
"@types/node": "18.
|
|
179
|
+
"@types/node": "18.18.5",
|
|
180
180
|
"@types/qs": "^6.9.8",
|
|
181
181
|
"@types/react": "^18.2.28",
|
|
182
182
|
"@types/react-dom": "^18.2.13",
|
|
183
|
-
"@types/swagger-ui-react": "^4.18.
|
|
183
|
+
"@types/swagger-ui-react": "^4.18.1",
|
|
184
184
|
"@types/webpack": "^5.28.3",
|
|
185
185
|
"@visulima/crud": "2.0.4",
|
|
186
186
|
"@visulima/readdir": "2.0.4",
|
|
@@ -205,10 +205,10 @@
|
|
|
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.2",
|
|
209
209
|
"koa": "^2.14.2",
|
|
210
210
|
"mobx": "^6.10.2",
|
|
211
|
-
"next": "^13.4
|
|
211
|
+
"next": "^13.5.4",
|
|
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",
|
|
@@ -221,14 +221,14 @@
|
|
|
221
221
|
"secretlint": "7.0.7",
|
|
222
222
|
"semantic-release": "^22.0.5",
|
|
223
223
|
"sort-package-json": "^2.6.0",
|
|
224
|
-
"styled-components": "^6.0
|
|
224
|
+
"styled-components": "^6.1.0",
|
|
225
225
|
"swagger-ui-dist": "^4.19.1",
|
|
226
226
|
"swagger-ui-react": "^4.19.1",
|
|
227
227
|
"tsup": "^7.2.0",
|
|
228
228
|
"type-fest": "^4.4.0",
|
|
229
229
|
"typescript": "^5.2.2",
|
|
230
230
|
"vitest": "^0.34.6",
|
|
231
|
-
"webpack": "^5.
|
|
231
|
+
"webpack": "^5.89.0",
|
|
232
232
|
"zod": "^3.22.4"
|
|
233
233
|
},
|
|
234
234
|
"peerDependencies": {
|
|
@@ -245,14 +245,14 @@
|
|
|
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.2",
|
|
249
249
|
"koa": "^2.14.2",
|
|
250
250
|
"next": "^13.5.4",
|
|
251
251
|
"rate-limiter-flexible": "^3.0.0",
|
|
252
252
|
"redoc": "^2.1.2",
|
|
253
253
|
"swagger-ui-dist": "^4.19.1",
|
|
254
254
|
"swagger-ui-react": "^4.19.1",
|
|
255
|
-
"webpack": "^5.
|
|
255
|
+
"webpack": "^5.89.0"
|
|
256
256
|
},
|
|
257
257
|
"engines": {
|
|
258
258
|
"node": ">=18.* <=20.*"
|