We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a773bd commit 3350476Copy full SHA for 3350476
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# wallet-export-ts Changelog
2
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
11
## 0.1.5 - 2024-12-12
12
13
### Added
package.json
@@ -1,7 +1,7 @@
{
"name": "@interop/wallet-export-ts",
"description": "A Javascript/Typescript library for exporting Universal Wallet Backup Containers.",
- "version": "0.1.5",
+ "version": "0.1.6",
"scripts": {
"build": "npm run clear && tsc -p tsconfig.json && ./build-dist.sh",
"clear": "rimraf dist/*",
0 commit comments