fix(package): rename package namespace from @push.rocks to @serve.zone
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# @push.rocks/containerarchive
|
||||
# @serve.zone/containerarchive
|
||||
|
||||
A high-performance, content-addressed incremental backup engine with built-in deduplication, encryption, compression, and Reed-Solomon error correction — powered by a Rust core with a clean TypeScript API.
|
||||
|
||||
@@ -9,7 +9,7 @@ For reporting bugs, issues, or security vulnerabilities, please visit [community
|
||||
## Install
|
||||
|
||||
```bash
|
||||
pnpm install @push.rocks/containerarchive
|
||||
pnpm install @serve.zone/containerarchive
|
||||
```
|
||||
|
||||
## 🏗️ Architecture
|
||||
@@ -55,7 +55,7 @@ containerarchive uses a **hybrid Rust + TypeScript architecture**. The heavy lif
|
||||
### Initialize a New Repository
|
||||
|
||||
```typescript
|
||||
import { ContainerArchive } from '@push.rocks/containerarchive';
|
||||
import { ContainerArchive } from '@serve.zone/containerarchive';
|
||||
|
||||
// Unencrypted repository
|
||||
const repo = await ContainerArchive.init('/path/to/backup-repo');
|
||||
|
||||
Reference in New Issue
Block a user