edf2csv 0.5.110 → 0.5.111

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
3
3
  Notable changes to edf2csv. Versions follow [semantic versioning](https://semver.org); while the
4
4
  major version is 0, a minor bump may contain breaking changes.
5
5
 
6
+ ## 0.5.111
7
+
8
+ ### Fixed: a directory called `undefined` has been in the repository since 0.5.30
9
+
10
+ 0.5.30 fixed `npm pack` shipping a tarball with no code in it. The same commit also added ten
11
+ files under `undefined/` — the output of two conversions whose `--out` had been built from a
12
+ shell variable that was never set, swept up by a `git add -A` along with the real change.
13
+
14
+ It has been tracked ever since. `files` limits the tarball to `dist`, the README, the licence and
15
+ this file, so nobody installing from npm was ever given it; anyone cloning the repository, or
16
+ installing from a git URL, got 84 KB of somebody else's converted sleep study.
17
+
18
+ Removed from the tree. A test now holds the list of top-level entries the repository tracks, so
19
+ the next one has to be added to that list on purpose rather than arriving with a batch of edits.
20
+ It skips itself outside a git checkout, since running the suite from an extracted tarball is a
21
+ reasonable thing to do.
22
+
23
+ `deleted/` is added to `.gitignore` alongside it.
24
+
6
25
  ## 0.5.110
7
26
 
8
27
  ### Fixed: the reference said there was one way a long file comes out unsorted, and quoted it wrong
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.5.110",
3
+ "version": "0.5.111",
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",