@visulima/api-platform 2.0.14 → 2.0.15

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 +8 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## @visulima/api-platform [2.0.15](https://github.com/visulima/visulima/compare/@visulima/api-platform@2.0.14...@visulima/api-platform@2.0.15) (2023-12-06)
2
+
3
+
4
+
5
+ ### Dependencies
6
+
7
+ * **@visulima/crud:** upgraded to 2.0.11
8
+
1
9
  ## @visulima/api-platform [2.0.14](https://github.com/visulima/visulima/compare/@visulima/api-platform@2.0.13...@visulima/api-platform@2.0.14) (2023-12-06)
2
10
 
3
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/api-platform",
3
- "version": "2.0.14",
3
+ "version": "2.0.15",
4
4
  "description": "Visulima API platform is a set of tools to build and consume web APIs",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -183,7 +183,7 @@
183
183
  "@types/react-dom": "^18.2.17",
184
184
  "@types/swagger-ui-react": "^4.18.2",
185
185
  "@types/webpack": "^5.28.5",
186
- "@visulima/crud": "2.0.10",
186
+ "@visulima/crud": "2.0.11",
187
187
  "@visulima/readdir": "2.0.10",
188
188
  "@vitest/coverage-v8": "^1.0.1",
189
189
  "@vitest/ui": "^1.0.1",
@@ -221,7 +221,7 @@
221
221
  "redoc": "^2.1.3",
222
222
  "rimraf": "^5.0.5",
223
223
  "secretlint": "8.0.0",
224
- "semantic-release": "^22.0.9",
224
+ "semantic-release": "^22.0.10",
225
225
  "sort-package-json": "^2.6.0",
226
226
  "styled-components": "^6.1.1",
227
227
  "swagger-ui-dist": "^4.19.1",
@@ -241,7 +241,7 @@
241
241
  "optionalDependencies": {
242
242
  "@hapi/hapi": "^21.3.2",
243
243
  "@koa/router": "^12.0.1",
244
- "@visulima/crud": "2.0.10",
244
+ "@visulima/crud": "2.0.11",
245
245
  "@visulima/readdir": "2.0.10",
246
246
  "chalk": "5.3.0",
247
247
  "commander": "^11.1.0",