Merge pull request #28 from ipfs/fix/bs-131
set the session context
Showing
package.json
deleted
100644 → 0
{ | |||
"author": "why", | |||
"bugs": { | |||
"url": "https://github.com/ipfs/go-blockservice" | |||
}, | |||
"gx": { | |||
"dvcsimport": "github.com/ipfs/go-blockservice" | |||
}, | |||
"gxDependencies": [ | |||
{ | |||
"author": "why", | |||
"hash": "QmVNRbcH1kKEQUVhCsH75kTGUVFMw2b7zEWyFKyfCwmJjo", | |||
"name": "go-bitswap", | |||
"version": "1.1.31" | |||
}, | |||
{ | |||
"author": "hsanjuan", | |||
"hash": "Qmb9fkAWgcyVRnFdXGqA6jcWGFj6q35oJjwRAYRhfEboGS", | |||
"name": "go-ipfs-exchange-offline", | |||
"version": "0.1.7" | |||
}, | |||
{ | |||
"author": "jbenet", | |||
"hash": "QmUadX5EcvrBmxAV9sE7wUWtWSqxns5K84qKJBixmcT1w9", | |||
"name": "go-datastore", | |||
"version": "3.6.1" | |||
}, | |||
{ | |||
"author": "hsanjuan", | |||
"hash": "QmXjKkjMDTtXAiLBwstVexofB8LeruZmE2eBd85GwGFFLA", | |||
"name": "go-ipfs-blockstore", | |||
"version": "0.1.8" | |||
}, | |||
{ | |||
"author": "stebalien", | |||
"hash": "QmYYLnAzR28nAQ4U5MFniLprnktu6eTFKibeNt96V21EZK", | |||
"name": "go-block-format", | |||
"version": "0.2.2" | |||
}, | |||
{ | |||
"author": "why", | |||
"hash": "QmcVd2ApQdbfaYPKhCjj4WoQuxk4CMxPqmNpijKmFLh6qa", | |||
"name": "go-verifcid", | |||
"version": "0.1.2" | |||
} | |||
], | |||
"gxVersion": "0.12.1", | |||
"language": "go", | |||
"license": "", | |||
"name": "go-blockservice", | |||
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"", | |||
"version": "1.1.31" | |||
} | |||
Please register or sign in to comment