Skip to content

Commit 77c45a6

Browse files
committed
chore: publish prerelease -next.5
Signed-off-by: tunnckoCore <5038030+tunnckoCore@users.noreply.github.com>
1 parent f3651ca commit 77c45a6

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ They are built around the network, Zagora is built around functions with excelle
170170
### Why Zagora over oRPC/tRPC/neverthrow/effect.ts?
171171

172172
- Zagora is focused on producing "just functions", not networks, routers, or groups.
173-
- oRPC and tRPC does not "support" creating synchornous functions, they always are async
173+
- oRPC and tRPC does not "support" creating synchornous functions, they are always async
174174
+ in contrast, Zagora does not use `async/await` anywhere in the codebase, but `instanceof Promise` checks
175175
+ the return type of Zagora procedures is dynamically inferred based on many factors
176176
- return type is NOT a union like `ZagoraResult | Promise<ZagoraResult>` which gives amazing DX

bun.lock

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zagora",
3-
"version": "1.0.0-next.4",
3+
"version": "1.0.0-next.5",
44
"license": "Apache-2.0",
55
"description": "A minimalist & robust way to create type-safe and error-safe never throwing functions & libraries in TypeScript - with input/output validation and typed errors. Based on StandardSchema-compliant validation libraries. No batteries, no routers, it's just functions that you can export and use. Simple but robust alternative to oRPC and tRPC, no network layer.",
66
"repository": {
@@ -70,6 +70,7 @@
7070
"biome-config-xaxa": "^0.2.1",
7171
"bun-types": "^1.3.3",
7272
"is-ci": "^4.1.0",
73+
"sherif": "^1.9.0",
7374
"simple-pre-commit": "^1.2.1",
7475
"tsdown": "^0.16.6",
7576
"tsgo-dev": "^2025.11.23",

0 commit comments

Comments
 (0)