Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bb9b2bc74a | |||
| dd062c2d58 |
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026-03-23 - 0.1.3 - fix(repo)
|
||||||
|
no changes to commit
|
||||||
|
|
||||||
|
|
||||||
## 2026-03-23 - 0.1.2 - fix(package)
|
## 2026-03-23 - 0.1.2 - fix(package)
|
||||||
rename package namespace from @push.rocks to @serve.zone
|
rename package namespace from @push.rocks to @serve.zone
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@serve.zone/containerarchive",
|
"name": "@serve.zone/containerarchive",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "content-addressed incremental backup engine with deduplication, encryption, and error correction",
|
"description": "content-addressed incremental backup engine with deduplication, encryption, and error correction",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@serve.zone/containerarchive',
|
name: '@serve.zone/containerarchive',
|
||||||
version: '0.1.2',
|
version: '0.1.3',
|
||||||
description: 'content-addressed incremental backup engine with deduplication, encryption, and error correction'
|
description: 'content-addressed incremental backup engine with deduplication, encryption, and error correction'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user