Comparing version 1.0.7 to 1.0.8
@@ -0,1 +1,8 @@ | ||
## [1.0.8](https://github.com/GMOD/bbi-js/compare/v1.0.7...v1.0.8) (2019-04-01) | ||
- Fix @babel/runtime in deployed package | ||
- Bugfix to the url argument to the BigWig/BigBed | ||
## [1.0.7](https://github.com/GMOD/bbi-js/compare/v1.0.6...v1.0.7) (2019-04-01) | ||
@@ -2,0 +9,0 @@ |
@@ -54,2 +54,4 @@ "use strict"; | ||
var _remoteFile = _interopRequireDefault(require("./remoteFile")); | ||
var _util = require("./util"); | ||
@@ -129,3 +131,3 @@ | ||
} else if (url) { | ||
this.bbi = new _localFile.default(url); | ||
this.bbi = new _remoteFile.default(url); | ||
} else if (path) { | ||
@@ -132,0 +134,0 @@ this.bbi = new _localFile.default(path); |
{ | ||
"name": "@gmod/bbi", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Parser for BigWig/BigBed files", | ||
@@ -41,2 +41,3 @@ "license": "MIT", | ||
"@babel/polyfill": "^7.4.0", | ||
"@babel/runtime": "^7.4.2", | ||
"@gmod/binary-parser": "^1.3.3", | ||
@@ -58,3 +59,2 @@ "buffer-crc32": "^0.2.13", | ||
"@babel/preset-typescript": "^7.3.3", | ||
"@babel/runtime": "^7.4.2", | ||
"@types/jest": "^24.0.11", | ||
@@ -61,0 +61,0 @@ "@types/long": "^4.0.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
84409
27
18
1973
0
10
+ Added@babel/runtime@^7.4.2
+ Added@babel/runtime@7.26.0(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)