@gmod/bbi 4.0.0 → 4.0.1

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 +5 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
- # [4.0.0](https://github.com/GMOD/bbi-js/compare/v3.0.1...v4.0.0) (2023-05-05)
1
+ ## [4.0.1](https://github.com/GMOD/bbi-js/compare/v4.0.0...v4.0.1) (2023-07-13)
2
+
2
3
 
3
4
 
5
+ - Fix eslint plugin being in dependencies Accidentally
6
+
7
+ # [4.0.0](https://github.com/GMOD/bbi-js/compare/v3.0.1...v4.0.0) (2023-05-05)
4
8
 
5
9
  - Improve typescripting, refactoring
6
10
  - Options argument only accepts {signal}, not just signal now
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gmod/bbi",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "Parser for BigWig/BigBed files",
5
5
  "license": "MIT",
6
6
  "repository": "GMOD/bbi-js",
@@ -43,7 +43,6 @@
43
43
  "dependencies": {
44
44
  "abortable-promise-cache": "^1.4.1",
45
45
  "binary-parser": "^2.1.0",
46
- "eslint-plugin-unicorn": "^46.0.0",
47
46
  "generic-filehandle": "^3.0.0",
48
47
  "pako": "^2.0.0",
49
48
  "quick-lru": "^4.0.0",
@@ -61,6 +60,7 @@
61
60
  "eslint-config-prettier": "^8.8.0",
62
61
  "eslint-plugin-import": "^2.27.5",
63
62
  "eslint-plugin-prettier": "^4.0.0",
63
+ "eslint-plugin-unicorn": "^46.0.0",
64
64
  "jest": "^29.5.0",
65
65
  "jest-environment-jsdom": "^29.5.0",
66
66
  "prettier": "^2.8.7",