@visulima/api-platform 4.0.0-alpha.2 → 4.0.0-alpha.4

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 +31 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,34 @@
1
+ ## @visulima/api-platform [4.0.0-alpha.4](https://github.com/visulima/visulima/compare/@visulima/api-platform@4.0.0-alpha.3...@visulima/api-platform@4.0.0-alpha.4) (2026-01-17)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **api-platform:** update dependencies ([a1ab3ac](https://github.com/visulima/visulima/commit/a1ab3ac8a4a9521c7dddb7357a378873ebcf97f2))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@visulima/jsdoc-open-api:** upgraded to 3.0.0-alpha.4
11
+ * **@visulima/crud:** upgraded to 3.0.0-alpha.5
12
+
13
+ ## @visulima/api-platform [4.0.0-alpha.3](https://github.com/visulima/visulima/compare/@visulima/api-platform@4.0.0-alpha.2...@visulima/api-platform@4.0.0-alpha.3) (2025-12-27)
14
+
15
+ ### Bug Fixes
16
+
17
+ * **api-platform:** update package files ([665909c](https://github.com/visulima/visulima/commit/665909cceafd3851013c51d202b3731601f6da7f))
18
+
19
+ ### Miscellaneous Chores
20
+
21
+ * fixed project.json names and schema path ([964722f](https://github.com/visulima/visulima/commit/964722f691db205c7edb9aa6db29e849a647500b))
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * **@visulima/connect:** upgraded to 4.0.0-alpha.4
27
+ * **@visulima/fs:** upgraded to 5.0.0-alpha.3
28
+ * **@visulima/jsdoc-open-api:** upgraded to 3.0.0-alpha.3
29
+ * **@visulima/path:** upgraded to 3.0.0-alpha.4
30
+ * **@visulima/crud:** upgraded to 3.0.0-alpha.4
31
+
1
32
  ## @visulima/api-platform [4.0.0-alpha.2](https://github.com/visulima/visulima/compare/@visulima/api-platform@4.0.0-alpha.1...@visulima/api-platform@4.0.0-alpha.2) (2025-12-11)
2
33
 
3
34
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/api-platform",
3
- "version": "4.0.0-alpha.2",
3
+ "version": "4.0.0-alpha.4",
4
4
  "description": "Visulima API platform is a set of tools to build and consume web APIs",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -125,10 +125,10 @@
125
125
  "LICENSE.md"
126
126
  ],
127
127
  "dependencies": {
128
- "@visulima/connect": "4.0.0-alpha.3",
129
- "@visulima/fs": "5.0.0-alpha.2",
130
- "@visulima/jsdoc-open-api": "3.0.0-alpha.2",
131
- "@visulima/path": "3.0.0-alpha.3",
128
+ "@visulima/connect": "4.0.0-alpha.4",
129
+ "@visulima/fs": "5.0.0-alpha.3",
130
+ "@visulima/jsdoc-open-api": "3.0.0-alpha.4",
131
+ "@visulima/path": "3.0.0-alpha.4",
132
132
  "accepts": "^1.3.8",
133
133
  "debug": "^4.4.3",
134
134
  "http-errors": "^2.0.1",
@@ -143,7 +143,7 @@
143
143
  "peerDependencies": {
144
144
  "@hapi/hapi": "^21.4.3",
145
145
  "@koa/router": "^12.0.1",
146
- "@visulima/crud": "3.0.0-alpha.3",
146
+ "@visulima/crud": "3.0.0-alpha.5",
147
147
  "chalk": "5.6.2",
148
148
  "commander": "^12.1.0",
149
149
  "cors": "^2.8.5",