@visulima/api-platform 3.0.8 → 3.0.9

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 +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## @visulima/api-platform [3.0.9](https://github.com/visulima/visulima/compare/@visulima/api-platform@3.0.8...@visulima/api-platform@3.0.9) (2024-07-01)
2
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@visulima/jsdoc-open-api:** upgraded to 2.0.50
7
+ * **@visulima/fs:** upgraded to 2.1.8
8
+
1
9
  ## @visulima/api-platform [3.0.8](https://github.com/visulima/visulima/compare/@visulima/api-platform@3.0.7...@visulima/api-platform@3.0.8) (2024-06-19)
2
10
 
3
11
  ### Miscellaneous Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/api-platform",
3
- "version": "3.0.8",
3
+ "version": "3.0.9",
4
4
  "description": "Visulima API platform is a set of tools to build and consume web APIs",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -126,7 +126,7 @@
126
126
  ],
127
127
  "dependencies": {
128
128
  "@visulima/connect": "3.0.12",
129
- "@visulima/jsdoc-open-api": "2.0.49",
129
+ "@visulima/jsdoc-open-api": "2.0.50",
130
130
  "@visulima/path": "1.0.2",
131
131
  "accepts": "^1.3.8",
132
132
  "debug": "^4.3.5",
@@ -168,7 +168,7 @@
168
168
  "@types/swagger-ui-react": "^4.18.3",
169
169
  "@types/webpack": "^5.28.5",
170
170
  "@visulima/crud": "2.0.24",
171
- "@visulima/fs": "2.1.7",
171
+ "@visulima/fs": "2.1.8",
172
172
  "@vitest/coverage-v8": "^1.6.0",
173
173
  "@vitest/ui": "^1.6.0",
174
174
  "chalk": "5.3.0",