teyyare 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  **Teyyare** is a high-performance, resumable file transfer engine and CLI built directly on top of:
4
4
 
5
- - [`muttafa`](https://github.com/ahmet/muttafa): low-level mutation buffering, generation freeze & lifecycle engine
6
- - [`raptiye`](https://github.com/ahmet/raptiye): high-performance byte-first replicated log & TCP binary transport
5
+ - [`muttafa`](https://github.com/litepacks/muttafa): low-level mutation buffering, generation freeze & lifecycle engine
6
+ - [`raptiye`](https://github.com/litepacks/raptiye): high-performance byte-first replicated log & TCP binary transport
7
7
 
8
8
  Teyyare is the first real integration workload for both projects, proving that a mutation lifecycle engine and a binary replication/transport engine compose into a fast, bounded-memory, resumable file transfer system without introducing redundant batching layers or memory copies.
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "teyyare",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "High-performance resumable file transfer engine and CLI built on muttafa and raptiye",
5
5
  "main": "src/index.js",
6
6
  "type": "module",