2 Commits
v0.1.2 ... main

Author SHA1 Message Date
bb9b2bc74a v0.1.3 2026-03-23 09:23:52 +00:00
dd062c2d58 fix(repo): no changes to commit 2026-03-23 09:23:51 +00:00
3 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -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",

View File

@@ -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'
} }