@visulima/api-platform 4.0.0-alpha.8 → 4.0.0-alpha.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.
- package/CHANGELOG.md +2 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
## @visulima/api-platform [4.0.0-alpha.9](https://github.com/visulima/visulima/compare/@visulima/api-platform@4.0.0-alpha.8...@visulima/api-platform@4.0.0-alpha.9) (2026-04-09)
|
|
2
|
+
|
|
1
3
|
## @visulima/api-platform [4.0.0-alpha.8](https://github.com/visulima/visulima/compare/@visulima/api-platform@4.0.0-alpha.7...@visulima/api-platform@4.0.0-alpha.8) (2026-04-08)
|
|
2
4
|
|
|
3
5
|
### Bug Fixes
|
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.9",
|
|
4
4
|
"description": "Visulima API platform is a set of tools to build and consume web APIs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -172,10 +172,10 @@
|
|
|
172
172
|
"express": "^4.22.1",
|
|
173
173
|
"fastify": "5.8.4",
|
|
174
174
|
"koa": "3.2.0",
|
|
175
|
-
"next": "16.2.
|
|
175
|
+
"next": "16.2.3",
|
|
176
176
|
"rate-limiter-flexible": "11.0.0",
|
|
177
|
-
"react": "19.2.
|
|
178
|
-
"react-dom": "19.2.
|
|
177
|
+
"react": "19.2.5",
|
|
178
|
+
"react-dom": "19.2.5",
|
|
179
179
|
"redoc": "2.5.2",
|
|
180
180
|
"swagger-ui-dist": "^4.19.1",
|
|
181
181
|
"swagger-ui-react": "^4.19.1",
|