We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7767a7 commit f048f9fCopy full SHA for f048f9f
2 files changed
.changeset/quick-maps-marry.md
@@ -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
@@ -8,6 +8,9 @@
"project": [
"src/**/*.ts"
10
],
11
+ "ignoreDependencies": [
12
+ "lzma-native"
13
+ ],
14
"ignoreFiles": [],
15
"commitlint": false,
16
"eslint": false,
0 commit comments