edf2csv 0.6.88 → 0.6.90

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -137,5 +137,7 @@ look at part of a recording, or a pipeline that speaks CSV.
137
137
 
138
138
  Requires Node 20 or newer. No runtime dependencies, and none installed when you install it. MIT licensed.
139
139
 
140
+ Every release is described in the [changelog](https://github.com/tayal-sarthak/edf2csv/blob/main/docs/CHANGELOG.md).
141
+
140
142
  Reads EDF, EDF+ and BDF/BDF+ (BioSemi 24-bit). No filtering, no artifact removal, no
141
143
  AI, no network calls.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.6.88",
3
+ "version": "0.6.90",
4
4
  "description": "Convert EDF, EDF+ and BDF biosignal recordings (European Data Format) to CSV from the command line. Local, streaming, and never resamples or alters units.",
5
5
  "keywords": [
6
6
  "edf",
@@ -48,8 +48,7 @@
48
48
  "files": [
49
49
  "dist",
50
50
  "README.md",
51
- "LICENSE",
52
- "docs/CHANGELOG.md"
51
+ "LICENSE"
53
52
  ],
54
53
  "engines": {
55
54
  "node": ">=20.0.0"