@visulima/api-platform 2.0.12 → 2.0.13

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 +16 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## @visulima/api-platform [2.0.13](https://github.com/visulima/visulima/compare/@visulima/api-platform@2.0.12...@visulima/api-platform@2.0.13) (2023-11-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * updated dep versions ([ed70375](https://github.com/visulima/visulima/commit/ed7037584477dbda4a8a6405a1104876e8a6c703))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@visulima/connect:** upgraded to 2.1.10
13
+ * **@visulima/jsdoc-open-api:** upgraded to 2.0.11
14
+ * **@visulima/crud:** upgraded to 2.0.10
15
+ * **@visulima/readdir:** upgraded to 2.0.10
16
+
1
17
  ## @visulima/api-platform [2.0.12](https://github.com/visulima/visulima/compare/@visulima/api-platform@2.0.11...@visulima/api-platform@2.0.12) (2023-11-30)
2
18
 
3
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/api-platform",
3
- "version": "2.0.12",
3
+ "version": "2.0.13",
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": "2.1.9",
145
- "@visulima/jsdoc-open-api": "2.0.10",
144
+ "@visulima/connect": "2.1.10",
145
+ "@visulima/jsdoc-open-api": "2.0.11",
146
146
  "accepts": "^1.3.8",
147
147
  "debug": "^4.3.4",
148
148
  "http-errors": "^2.0.0",
@@ -159,10 +159,10 @@
159
159
  "@anolilab/prettier-config": "^5.0.13",
160
160
  "@anolilab/semantic-release-preset": "^8.0.2",
161
161
  "@arthurgeron/eslint-plugin-react-usememo": "^2.1.4",
162
- "@babel/core": "^7.23.3",
162
+ "@babel/core": "^7.23.5",
163
163
  "@hapi/hapi": "^21.3.2",
164
164
  "@koa/router": "^12.0.1",
165
- "@secretlint/secretlint-rule-preset-recommend": "^7.2.0",
165
+ "@secretlint/secretlint-rule-preset-recommend": "^8.0.0",
166
166
  "@testing-library/react": "^14.1.2",
167
167
  "@total-typescript/ts-reset": "^0.5.1",
168
168
  "@types/accepts": "^1.3.7",
@@ -182,8 +182,8 @@
182
182
  "@types/react-dom": "^18.2.17",
183
183
  "@types/swagger-ui-react": "^4.18.2",
184
184
  "@types/webpack": "^5.28.5",
185
- "@visulima/crud": "2.0.9",
186
- "@visulima/readdir": "2.0.9",
185
+ "@visulima/crud": "2.0.10",
186
+ "@visulima/readdir": "2.0.10",
187
187
  "@vitest/coverage-v8": "^0.34.6",
188
188
  "chalk": "5.3.0",
189
189
  "commander": "^11.1.0",
@@ -218,7 +218,7 @@
218
218
  "react-dom": "^18.2.0",
219
219
  "redoc": "^2.1.3",
220
220
  "rimraf": "^5.0.5",
221
- "secretlint": "7.2.0",
221
+ "secretlint": "8.0.0",
222
222
  "semantic-release": "^22.0.8",
223
223
  "sort-package-json": "^2.6.0",
224
224
  "styled-components": "^6.1.1",
@@ -234,13 +234,13 @@
234
234
  "peerDependencies": {
235
235
  "react": "^18.2.0",
236
236
  "react-dom": "^18.2.0",
237
- "zod": "^3.19.1"
237
+ "zod": "^3.22.4"
238
238
  },
239
239
  "optionalDependencies": {
240
240
  "@hapi/hapi": "^21.3.2",
241
241
  "@koa/router": "^12.0.1",
242
- "@visulima/crud": "2.0.9",
243
- "@visulima/readdir": "2.0.9",
242
+ "@visulima/crud": "2.0.10",
243
+ "@visulima/readdir": "2.0.10",
244
244
  "chalk": "5.3.0",
245
245
  "commander": "^11.1.0",
246
246
  "cors": "^2.8.5",