Comparing version 2.9.7 to 2.9.8
{ | ||
"name": "ipfs-api", | ||
"version": "2.9.7", | ||
"version": "2.9.8", | ||
"description": "A client library for the IPFS API", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -38,2 +38,5 @@ 'use strict' | ||
if (err) { | ||
cb(err) | ||
} | ||
if (payload) { | ||
error.code = payload.Code | ||
@@ -40,0 +43,0 @@ error.message = payload.Message |
@@ -16,2 +16,4 @@ 'use strict' | ||
gulp.task('build:nonminified', () => { | ||
config.webpack.dev.output.filename = 'ipfsapi.js' | ||
return gulp.src('src/index.js') | ||
@@ -18,0 +20,0 @@ .pipe(webpack(config.webpack.dev)) |
Sorry, the diff of this file is too big to display
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
16313784
6916