@visulima/api-platform 3.0.58 → 4.0.0-alpha.1
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 +35 -0
- package/README.md +29 -18
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,38 @@
|
|
|
1
|
+
## @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
|
+
|
|
3
|
+
### ⚠ BREAKING CHANGES
|
|
4
|
+
|
|
5
|
+
* change min node version to 22.13
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
* add new package image, fixed readme rendering on npm, fixed building of packages ([b790ba2](https://github.com/visulima/visulima/commit/b790ba253ea07fef83528fd822a678facf021b5f))
|
|
10
|
+
* update Node.js engine version requirement to >=22.13 in multiple package.json files for improved compatibility ([b828e9a](https://github.com/visulima/visulima/commit/b828e9aeaebfc798eecddccd90e6ec7560c6d36a))
|
|
11
|
+
|
|
12
|
+
### Miscellaneous Chores
|
|
13
|
+
|
|
14
|
+
* moved all packages into groups ([0615e9d](https://github.com/visulima/visulima/commit/0615e9d14a8a886e11da529ce150cf31ca973c10))
|
|
15
|
+
* update @anolilab/semantic-release-pnpm and @anolilab/semantic-release-preset to versions 3.2.2 and 12.1.2 across multiple package.json files for improved compatibility ([3921626](https://github.com/visulima/visulima/commit/3921626141fe5da398749bf0ba675f1596f18afb))
|
|
16
|
+
* update dependencies across multiple packages to improve compatibility and performance, including upgrading `@anolilab/semantic-release-pnpm` and `@anolilab/semantic-release-preset` to versions 3.2.0 and 12.1.0 respectively, and updating `react`, `react-dom`, and `next` versions to 19.2.1 and 16.0.7 in various package.json files ([aee8fcd](https://github.com/visulima/visulima/commit/aee8fcd796ae9b8d055903260e7150996ea9f53d))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Dependencies
|
|
20
|
+
|
|
21
|
+
* **@visulima/fs:** upgraded to 5.0.0-alpha.1
|
|
22
|
+
* **@visulima/jsdoc-open-api:** upgraded to 3.0.0-alpha.1
|
|
23
|
+
|
|
24
|
+
## @visulima/api-platform [3.0.59](https://github.com/visulima/visulima/compare/@visulima/api-platform@3.0.58...@visulima/api-platform@3.0.59) (2025-11-19)
|
|
25
|
+
|
|
26
|
+
### Miscellaneous Chores
|
|
27
|
+
|
|
28
|
+
* **release:** update dependencies and versions across multiple packages ([39ad777](https://github.com/visulima/visulima/commit/39ad777e15aeb77d1ec4182763ab7473740ccbc4))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Dependencies
|
|
32
|
+
|
|
33
|
+
* **@visulima/fs:** upgraded to 4.1.0
|
|
34
|
+
* **@visulima/jsdoc-open-api:** upgraded to 2.0.95
|
|
35
|
+
|
|
1
36
|
## @visulima/api-platform [3.0.58](https://github.com/visulima/visulima/compare/@visulima/api-platform@3.0.57...@visulima/api-platform@3.0.58) (2025-11-13)
|
|
2
37
|
|
|
3
38
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -1,22 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
<h3>Visulima Api platform</h3>
|
|
3
|
-
<p>
|
|
4
|
-
Visulima api platform is built on top of
|
|
1
|
+
<!-- START_PACKAGE_OG_IMAGE_PLACEHOLDER -->
|
|
5
2
|
|
|
6
|
-
|
|
7
|
-
[node-rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible),
|
|
8
|
-
[@visulima/connect](https://github.com/visulima/visulima/tree/main/packages/connect)
|
|
3
|
+
<a href="https://www.anolilab.com/open-source" align="center">
|
|
9
4
|
|
|
10
|
-
|
|
5
|
+
<img src="__assets__/package-og.svg" alt="api-platform" />
|
|
11
6
|
|
|
12
|
-
|
|
13
|
-
|
|
7
|
+
</a>
|
|
8
|
+
|
|
9
|
+
<h3 align="center">Visulima API platform is a set of tools to build and consume web APIs</h3>
|
|
10
|
+
|
|
11
|
+
<!-- END_PACKAGE_OG_IMAGE_PLACEHOLDER -->
|
|
14
12
|
|
|
15
13
|
<br />
|
|
16
14
|
|
|
17
15
|
<div align="center">
|
|
18
16
|
|
|
19
|
-
[![typescript-image]
|
|
17
|
+
[![typescript-image][typescript-badge]][typescript-url]
|
|
18
|
+
[![mit licence][license-badge]][license]
|
|
19
|
+
[![npm downloads][npm-downloads-badge]][npm-downloads]
|
|
20
|
+
[![Chat][chat-badge]][chat]
|
|
21
|
+
[![PRs Welcome][prs-welcome-badge]][prs-welcome]
|
|
20
22
|
|
|
21
23
|
</div>
|
|
22
24
|
|
|
@@ -157,14 +159,23 @@ If you would like to help take a look at the [list of issues](https://github.com
|
|
|
157
159
|
- [Daniel Bannert](https://github.com/prisis)
|
|
158
160
|
- [All Contributors](https://github.com/visulima/visulima/graphs/contributors)
|
|
159
161
|
|
|
162
|
+
## Made with ❤️ at Anolilab
|
|
163
|
+
|
|
164
|
+
This is an open source project and will always remain free to use. If you think it's cool, please star it 🌟. [Anolilab](https://www.anolilab.com/open-source) is a Development and AI Studio. Contact us at [hello@anolilab.com](mailto:hello@anolilab.com) if you need any help with these technologies or just want to say hi!
|
|
165
|
+
|
|
160
166
|
## License
|
|
161
167
|
|
|
162
|
-
The visulima api-platform is open-sourced software licensed under the [MIT][license
|
|
168
|
+
The visulima api-platform is open-sourced software licensed under the [MIT][license]
|
|
163
169
|
|
|
164
|
-
|
|
170
|
+
<!-- badges -->
|
|
165
171
|
|
|
166
|
-
[
|
|
167
|
-
[license
|
|
168
|
-
[
|
|
169
|
-
[npm-
|
|
170
|
-
[
|
|
172
|
+
[license-badge]: https://img.shields.io/npm/l/@visulima/api-platform?style=for-the-badge
|
|
173
|
+
[license]: https://github.com/visulima/visulima/blob/main/LICENSE
|
|
174
|
+
[npm-downloads-badge]: https://img.shields.io/npm/dm/@visulima/api-platform?style=for-the-badge
|
|
175
|
+
[npm-downloads]: https://www.npmjs.com/package/@visulima/api-platform
|
|
176
|
+
[prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge
|
|
177
|
+
[prs-welcome]: https://github.com/visulima/visulima/blob/main/.github/CONTRIBUTING.md
|
|
178
|
+
[chat-badge]: https://img.shields.io/discord/932323359193186354.svg?style=for-the-badge
|
|
179
|
+
[chat]: https://discord.gg/TtFJY8xkFK
|
|
180
|
+
[typescript-badge]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
|
|
181
|
+
[typescript-url]: https://www.typescriptlang.org/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/api-platform",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0-alpha.1",
|
|
4
4
|
"description": "Visulima API platform is a set of tools to build and consume web APIs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|
|
36
36
|
"url": "https://github.com/visulima/visulima.git",
|
|
37
|
-
"directory": "packages/api-platform"
|
|
37
|
+
"directory": "packages/api/api-platform"
|
|
38
38
|
},
|
|
39
39
|
"funding": [
|
|
40
40
|
{
|
|
@@ -125,29 +125,29 @@
|
|
|
125
125
|
"LICENSE.md"
|
|
126
126
|
],
|
|
127
127
|
"dependencies": {
|
|
128
|
-
"@visulima/connect": "
|
|
129
|
-
"@visulima/fs": "
|
|
130
|
-
"@visulima/jsdoc-open-api": "
|
|
131
|
-
"@visulima/path": "
|
|
128
|
+
"@visulima/connect": "4.0.0-alpha.2",
|
|
129
|
+
"@visulima/fs": "5.0.0-alpha.1",
|
|
130
|
+
"@visulima/jsdoc-open-api": "3.0.0-alpha.1",
|
|
131
|
+
"@visulima/path": "3.0.0-alpha.2",
|
|
132
132
|
"accepts": "^1.3.8",
|
|
133
133
|
"debug": "^4.4.3",
|
|
134
|
-
"http-errors": "^2.0.
|
|
134
|
+
"http-errors": "^2.0.1",
|
|
135
135
|
"http-status-codes": "^2.3.0",
|
|
136
136
|
"jstoxml": "^7.0.1",
|
|
137
137
|
"lodash.merge": "^4.6.2",
|
|
138
138
|
"schema-dts": "^1.1.5",
|
|
139
139
|
"ts-japi": "^1.12.1",
|
|
140
|
-
"yaml": "^2.8.
|
|
140
|
+
"yaml": "^2.8.2",
|
|
141
141
|
"zod-to-ts": "^1.2.0"
|
|
142
142
|
},
|
|
143
143
|
"peerDependencies": {
|
|
144
144
|
"@hapi/hapi": "^21.4.3",
|
|
145
145
|
"@koa/router": "^12.0.1",
|
|
146
|
-
"@visulima/crud": "
|
|
146
|
+
"@visulima/crud": "3.0.0-alpha.2",
|
|
147
147
|
"chalk": "5.6.2",
|
|
148
148
|
"commander": "^12.1.0",
|
|
149
149
|
"cors": "^2.8.5",
|
|
150
|
-
"express": "^4.
|
|
150
|
+
"express": "^4.22.1",
|
|
151
151
|
"fastify": "^4.29.1",
|
|
152
152
|
"koa": "^2.15.4",
|
|
153
153
|
"next": "^13.5.6",
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
}
|
|
218
218
|
},
|
|
219
219
|
"engines": {
|
|
220
|
-
"node": ">=
|
|
220
|
+
"node": ">=22.13 <=25.x"
|
|
221
221
|
},
|
|
222
222
|
"os": [
|
|
223
223
|
"darwin",
|