pronghorn 0.1.0 → 0.1.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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Pronghorn is a fast, lightweight, TypeScript-first backend framework built for [Bun](https://bun.sh/). Like its namesake, it's designed for speed and agility, with a clean API, zero-config setup, and a modular plugin system. Pronghorn brings together the simplicity of [Express](https://expressjs.com/) and the performance-first mindset of [Fastify](https://fastify.dev/), giving developers a streamlined way to build modern, scalable applications.
|
|
4
4
|
|
|
5
|
-
> Built exclusively for Bun, no Node.js support, by design
|
|
5
|
+
> Built exclusively for Bun, no Node.js support, by design.
|
|
6
6
|
|
|
7
7
|
## Why Pronghorn
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pronghorn",
|
|
3
3
|
"description": "Pronghorn is a fast, lightweight, TypeScript-first backend framework built for Bun. Like its namesake, it's designed for speed and agility, with a clean API, zero-config setup, and a modular plugin system. Pronghorn brings together the simplicity of Express and the performance-first mindset of Fastify, giving developers a streamlined way to build modern, scalable applications.",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
7
7
|
"bun": ">=1.3.0"
|