Skip to content

Commit f048f9f

Browse files
ci: add changeset and knip ignore for lzma-native
1 parent e7767a7 commit f048f9f

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.changeset/quick-maps-marry.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"nostream": minor
3+
---
4+
5+
Add gzip and xz compression support to event import/export flows.
6+
7+
- Export supports `--compress`/`-z` with `--format gzip|gz|xz`.
8+
- Import auto-detects compressed input by extension and magic bytes and decompresses in a stream pipeline.
9+
- Includes docs updates and unit/integration test coverage for compression paths.

.knip.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"project": [
99
"src/**/*.ts"
1010
],
11+
"ignoreDependencies": [
12+
"lzma-native"
13+
],
1114
"ignoreFiles": [],
1215
"commitlint": false,
1316
"eslint": false,

0 commit comments

Comments
 (0)