@visulima/api-platform 2.0.4 → 2.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/package.json +43 -43
package/CHANGELOG.md CHANGED
@@ -1,3 +1,33 @@
1
+ ## @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)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * updated deps ([4eedb60](https://github.com/visulima/visulima/commit/4eedb604c4f78cf331195e2c053dc72e1c6cf9ad))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@visulima/connect:** upgraded to 2.1.4
13
+ * **@visulima/jsdoc-open-api:** upgraded to 2.0.6
14
+ * **@visulima/crud:** upgraded to 2.0.5
15
+ * **@visulima/readdir:** upgraded to 2.0.5
16
+
17
+ ## @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)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * updated all deps ([a8aa029](https://github.com/visulima/visulima/commit/a8aa0295118a4d5248844e89a95ea332f65434cb))
23
+
24
+
25
+
26
+ ### Dependencies
27
+
28
+ * **@visulima/connect:** upgraded to 2.1.3
29
+ * **@visulima/jsdoc-open-api:** upgraded to 2.0.5
30
+
1
31
  ## @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
32
 
3
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/api-platform",
3
- "version": "2.0.4",
3
+ "version": "2.0.6",
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
- "lint:eslint:fix": "pnpm run 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
+ "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.2",
145
- "@visulima/jsdoc-open-api": "2.0.4",
144
+ "@visulima/connect": "2.1.4",
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",
@@ -150,47 +150,47 @@
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.0",
154
- "yaml": "^2.3.2",
153
+ "ts-japi": "^1.9.1",
154
+ "yaml": "^2.3.3",
155
155
  "zod-to-ts": "^1.2.0"
156
156
  },
157
157
  "devDependencies": {
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.1",
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.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.5",
169
- "@types/cors": "^2.8.14",
170
- "@types/debug": "^4.1.9",
171
- "@types/express": "^4.17.19",
172
- "@types/express-serve-static-core": "^4.17.37",
173
- "@types/http-errors": "^2.0.2",
174
- "@types/jstoxml": "^2.0.2",
175
- "@types/koa": "^2.13.9",
176
- "@types/koa__router": "^12.0.1",
177
- "@types/lodash.merge": "^4.6.7",
178
- "@types/lodash.set": "^4.3.7",
179
- "@types/node": "18.17.12",
180
- "@types/qs": "^6.9.8",
181
- "@types/react": "^18.2.28",
182
- "@types/react-dom": "^18.2.13",
183
- "@types/swagger-ui-react": "^4.18.0",
184
- "@types/webpack": "^5.28.3",
185
- "@visulima/crud": "2.0.4",
186
- "@visulima/readdir": "2.0.4",
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
+ "@types/node": "18.18.5",
180
+ "@types/qs": "^6.9.9",
181
+ "@types/react": "^18.2.31",
182
+ "@types/react-dom": "^18.2.14",
183
+ "@types/swagger-ui-react": "^4.18.1",
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.0",
190
+ "core-js": "^3.33.1",
191
191
  "cors": "^2.8.5",
192
192
  "cross-env": "^7.0.3",
193
- "eslint": "^8.51.0",
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,19 +201,19 @@
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.2",
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.1",
208
+ "fastify": "^4.24.3",
209
209
  "koa": "^2.14.2",
210
210
  "mobx": "^6.10.2",
211
- "next": "^13.4.19",
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",
215
215
  "prettier": "^3.0.3",
216
- "rate-limiter-flexible": "^3.0.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",
@@ -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.9",
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
- "type-fest": "^4.4.0",
228
+ "type-fest": "^4.5.0",
229
229
  "typescript": "^5.2.2",
230
230
  "vitest": "^0.34.6",
231
- "webpack": "^5.88.2",
231
+ "webpack": "^5.89.0",
232
232
  "zod": "^3.22.4"
233
233
  },
234
234
  "peerDependencies": {
@@ -238,21 +238,21 @@
238
238
  },
239
239
  "optionalDependencies": {
240
240
  "@hapi/hapi": "^21.3.2",
241
- "@koa/router": "^12.0.0",
242
- "@visulima/crud": "2.0.4",
243
- "@visulima/readdir": "2.0.4",
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.1",
248
+ "fastify": "^4.24.3",
249
249
  "koa": "^2.14.2",
250
250
  "next": "^13.5.4",
251
- "rate-limiter-flexible": "^3.0.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",
255
- "webpack": "^5.88.2"
255
+ "webpack": "^5.89.0"
256
256
  },
257
257
  "engines": {
258
258
  "node": ">=18.* <=20.*"