Comparing version 0.0.6 to 0.0.7
10
index.js
@@ -130,3 +130,6 @@ var fs = require('fs'); | ||
}, | ||
show: command('config/show') | ||
show: command('config/show'), | ||
replace: function(file, cb) { | ||
send('config/replace', null, null, file, cb) | ||
} | ||
}, | ||
@@ -203,2 +206,7 @@ | ||
}, | ||
}, | ||
gateway: { | ||
enable: command('gateway/enable'), | ||
disable: command('gateway/disable') | ||
} | ||
@@ -205,0 +213,0 @@ } |
{ | ||
"name": "ipfs-api", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "An client library for the IPFS API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
5759
5
192