Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "ipfs-log", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Append-only log for IPFS", | ||
@@ -15,3 +15,3 @@ "main": "lib/log.js", | ||
"asyncawait": "^1.0.3", | ||
"ipfsd-ctl": "^0.9.1", | ||
"ipfsd-ctl": "^0.10.0", | ||
"mocha": "^2.4.5" | ||
@@ -18,0 +18,0 @@ }, |
@@ -8,2 +8,3 @@ 'use strict'; | ||
const ipfsd = require('ipfsd-ctl'); | ||
const ipfsAPI = require('ipfs-api') | ||
const Log = require('../lib/log'); | ||
@@ -10,0 +11,0 @@ const Node = require('../lib/node'); |
Sorry, the diff of this file is not supported yet
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
47437
1157