@visulima/connect 3.0.27 → 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 +26 -0
- package/README.md +28 -18
- package/package.json +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
## @visulima/connect [4.0.0-alpha.2](https://github.com/visulima/visulima/compare/@visulima/connect@4.0.0-alpha.1...@visulima/connect@4.0.0-alpha.2) (2025-12-06)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* add new package image, fixed readme rendering on npm, fixed building of packages ([b790ba2](https://github.com/visulima/visulima/commit/b790ba253ea07fef83528fd822a678facf021b5f))
|
|
6
|
+
* update package.json description and keywords ([#578](https://github.com/visulima/visulima/issues/578)) ([154709c](https://github.com/visulima/visulima/commit/154709c05e71d1ffd3e360b27e12febd817912f0))
|
|
7
|
+
|
|
8
|
+
### Miscellaneous Chores
|
|
9
|
+
|
|
10
|
+
* 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))
|
|
11
|
+
|
|
12
|
+
## @visulima/connect [4.0.0-alpha.1](https://github.com/visulima/visulima/compare/@visulima/connect@3.0.27...@visulima/connect@4.0.0-alpha.1) (2025-12-04)
|
|
13
|
+
|
|
14
|
+
### ⚠ BREAKING CHANGES
|
|
15
|
+
|
|
16
|
+
* change min node version to 22.13
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* 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))
|
|
21
|
+
|
|
22
|
+
### Miscellaneous Chores
|
|
23
|
+
|
|
24
|
+
* moved all packages into groups ([0615e9d](https://github.com/visulima/visulima/commit/0615e9d14a8a886e11da529ce150cf31ca973c10))
|
|
25
|
+
* 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))
|
|
26
|
+
|
|
1
27
|
## @visulima/connect [3.0.27](https://github.com/visulima/visulima/compare/@visulima/connect@3.0.26...@visulima/connect@3.0.27) (2025-11-13)
|
|
2
28
|
|
|
3
29
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -1,23 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
<h3>Visulima connect</h3>
|
|
3
|
-
<p>
|
|
4
|
-
The promise-based method routing and middleware layer with zod validation for <a href="https://nextjs.org/" title="Next.js">Next.js</a> (API Routes, Edge API Routes, App Router, getServerSideProps, Middleware) and many other frameworks is built on top of
|
|
1
|
+
<!-- START_PACKAGE_OG_IMAGE_PLACEHOLDER -->
|
|
5
2
|
|
|
6
|
-
|
|
7
|
-
[regexparam](https://github.com/lukeed/regexparam)
|
|
3
|
+
<a href="https://www.anolilab.com/open-source" align="center">
|
|
8
4
|
|
|
9
|
-
|
|
5
|
+
<img src="__assets__/package-og.svg" alt="connect" />
|
|
10
6
|
|
|
11
|
-
|
|
7
|
+
</a>
|
|
12
8
|
|
|
13
|
-
|
|
14
|
-
|
|
9
|
+
<h3 align="center">The minimal router and middleware layer for Next.js, Micro, Vercel, or Node.js http/http2 with support for zod validation.</h3>
|
|
10
|
+
|
|
11
|
+
<!-- END_PACKAGE_OG_IMAGE_PLACEHOLDER -->
|
|
15
12
|
|
|
16
13
|
<br />
|
|
17
14
|
|
|
18
15
|
<div align="center">
|
|
19
16
|
|
|
20
|
-
[![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]
|
|
21
22
|
|
|
22
23
|
</div>
|
|
23
24
|
|
|
@@ -616,14 +617,23 @@ If you would like to help take a look at the [list of issues](https://github.com
|
|
|
616
617
|
- [Daniel Bannert](https://github.com/prisis)
|
|
617
618
|
- [All Contributors](https://github.com/visulima/visulima/graphs/contributors)
|
|
618
619
|
|
|
620
|
+
## Made with ❤️ at Anolilab
|
|
621
|
+
|
|
622
|
+
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!
|
|
623
|
+
|
|
619
624
|
## License
|
|
620
625
|
|
|
621
|
-
The visulima connect is open-sourced software licensed under the [MIT][license
|
|
626
|
+
The visulima connect is open-sourced software licensed under the [MIT][license]
|
|
622
627
|
|
|
623
|
-
|
|
628
|
+
<!-- badges -->
|
|
624
629
|
|
|
625
|
-
[
|
|
626
|
-
[license
|
|
627
|
-
[
|
|
628
|
-
[npm-
|
|
629
|
-
[
|
|
630
|
+
[license-badge]: https://img.shields.io/npm/l/@visulima/connect?style=for-the-badge
|
|
631
|
+
[license]: https://github.com/visulima/visulima/blob/main/LICENSE
|
|
632
|
+
[npm-downloads-badge]: https://img.shields.io/npm/dm/@visulima/connect?style=for-the-badge
|
|
633
|
+
[npm-downloads]: https://www.npmjs.com/package/@visulima/connect
|
|
634
|
+
[prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge
|
|
635
|
+
[prs-welcome]: https://github.com/visulima/visulima/blob/main/.github/CONTRIBUTING.md
|
|
636
|
+
[chat-badge]: https://img.shields.io/discord/932323359193186354.svg?style=for-the-badge
|
|
637
|
+
[chat]: https://discord.gg/TtFJY8xkFK
|
|
638
|
+
[typescript-badge]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
|
|
639
|
+
[typescript-url]: https://www.typescriptlang.org/
|
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/connect",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0-alpha.2",
|
|
4
4
|
"description": "The minimal router and middleware layer for Next.js, Micro, Vercel, or Node.js http/http2 with support for zod validation.",
|
|
5
5
|
"keywords": [
|
|
6
|
+
"visulima",
|
|
6
7
|
"javascript",
|
|
7
8
|
"nextjs",
|
|
8
9
|
"middleware",
|
|
@@ -21,7 +22,7 @@
|
|
|
21
22
|
"repository": {
|
|
22
23
|
"type": "git",
|
|
23
24
|
"url": "https://github.com/visulima/visulima.git",
|
|
24
|
-
"directory": "packages/connect"
|
|
25
|
+
"directory": "packages/api/connect"
|
|
25
26
|
},
|
|
26
27
|
"funding": [
|
|
27
28
|
{
|
|
@@ -70,14 +71,14 @@
|
|
|
70
71
|
"LICENSE.md"
|
|
71
72
|
],
|
|
72
73
|
"dependencies": {
|
|
73
|
-
"http-errors": "^2.0.
|
|
74
|
+
"http-errors": "^2.0.1",
|
|
74
75
|
"regexparam": "^3.0.0"
|
|
75
76
|
},
|
|
76
77
|
"peerDependencies": {
|
|
77
78
|
"zod": "^3.22.5"
|
|
78
79
|
},
|
|
79
80
|
"engines": {
|
|
80
|
-
"node": ">=
|
|
81
|
+
"node": ">=22.13 <=25.x"
|
|
81
82
|
},
|
|
82
83
|
"os": [
|
|
83
84
|
"darwin",
|