Skip to content

Commit 3350476

Browse files
committedJan 15, 2025·
Release 0.1.6
1 parent 8a773bd commit 3350476

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
 

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# wallet-export-ts Changelog
22

3+
## 0.1.6 - 2025-01-15
4+
5+
### Added
6+
- Add validation for exported ActivityPub tarballs
7+
8+
### Changed
9+
- Refactor `validateExportStream` to accept `ReadableStream` and improve file validation logic.
10+
311
## 0.1.5 - 2024-12-12
412

513
### Added

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@interop/wallet-export-ts",
33
"description": "A Javascript/Typescript library for exporting Universal Wallet Backup Containers.",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"scripts": {
66
"build": "npm run clear && tsc -p tsconfig.json && ./build-dist.sh",
77
"clear": "rimraf dist/*",

0 commit comments

Comments
 (0)
Please sign in to comment.