@visulima/api-platform 4.0.0-alpha.1 → 4.0.0-alpha.2
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.
- package/CHANGELOG.md +15 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## @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
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* update package OG images across multiple packages ([f08e4dd](https://github.com/visulima/visulima/commit/f08e4dd2b105ccb29c8412020a9c2be36d6c1e9e))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@visulima/connect:** upgraded to 4.0.0-alpha.3
|
|
11
|
+
* **@visulima/fs:** upgraded to 5.0.0-alpha.2
|
|
12
|
+
* **@visulima/jsdoc-open-api:** upgraded to 3.0.0-alpha.2
|
|
13
|
+
* **@visulima/path:** upgraded to 3.0.0-alpha.3
|
|
14
|
+
* **@visulima/crud:** upgraded to 3.0.0-alpha.3
|
|
15
|
+
|
|
1
16
|
## @visulima/api-platform [4.0.0-alpha.1](https://github.com/visulima/visulima/compare/@visulima/api-platform@3.0.59...@visulima/api-platform@4.0.0-alpha.1) (2025-12-07)
|
|
2
17
|
|
|
3
18
|
### ⚠ BREAKING CHANGES
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/api-platform",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.2",
|
|
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.
|
|
129
|
-
"@visulima/fs": "5.0.0-alpha.
|
|
130
|
-
"@visulima/jsdoc-open-api": "3.0.0-alpha.
|
|
131
|
-
"@visulima/path": "3.0.0-alpha.
|
|
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",
|
|
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.
|
|
146
|
+
"@visulima/crud": "3.0.0-alpha.3",
|
|
147
147
|
"chalk": "5.6.2",
|
|
148
148
|
"commander": "^12.1.0",
|
|
149
149
|
"cors": "^2.8.5",
|