Comparing version 0.1.0 to 0.2.0
@@ -0,3 +1,8 @@ | ||
<a name="0.2.0"></a> | ||
# [0.2.0](https://github.com/multiformats/js-cid-tool/compare/v0.1.0...v0.2.0) (2018-11-22) | ||
<a name="0.1.0"></a> | ||
# [0.1.0](https://github.com/ipfs-shipyard/js-cid-tool/compare/v0.0.1...v0.1.0) (2018-09-13) | ||
# [0.1.0](https://github.com/multiformats/js-cid-tool/compare/v0.0.1...v0.1.0) (2018-09-13) | ||
@@ -7,3 +12,3 @@ | ||
* add format command ([a7b8fa7](https://github.com/ipfs-shipyard/js-cid-tool/commit/a7b8fa7)), closes [#2](https://github.com/ipfs-shipyard/js-cid-tool/issues/2) | ||
* add format command ([a7b8fa7](https://github.com/multiformats/js-cid-tool/commit/a7b8fa7)), closes [#2](https://github.com/multiformats/js-cid-tool/issues/2) | ||
@@ -18,4 +23,4 @@ | ||
* escaping ([5d6e3d6](https://github.com/ipfs-shipyard/cid-tool/commit/5d6e3d6)) | ||
* linting warnings ([df98fb4](https://github.com/ipfs-shipyard/cid-tool/commit/df98fb4)) | ||
* escaping ([5d6e3d6](https://github.com/multiformats/cid-tool/commit/5d6e3d6)) | ||
* linting warnings ([df98fb4](https://github.com/multiformats/cid-tool/commit/df98fb4)) | ||
@@ -25,5 +30,5 @@ | ||
* initial commit ([e2b5cf0](https://github.com/ipfs-shipyard/cid-tool/commit/e2b5cf0)) | ||
* initial commit ([e2b5cf0](https://github.com/multiformats/cid-tool/commit/e2b5cf0)) | ||
{ | ||
"name": "cid-tool", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Convert and discover properties of CIDs", | ||
@@ -31,5 +31,5 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"cids": "~0.5.3", | ||
"cids": "~0.5.6", | ||
"explain-error": "^1.0.4", | ||
"multibase": "~0.5.0", | ||
"multibase": "~0.6.0", | ||
"multihashes": "~0.4.14", | ||
@@ -53,8 +53,8 @@ "yargs": "^12.0.2" | ||
"type": "git", | ||
"url": "git+https://github.com/ipfs-shipyard/js-cid-tool.git" | ||
"url": "git+https://github.com/multiformats/js-cid-tool.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/ipfs-shipyard/js-cid-tool/issues" | ||
"url": "https://github.com/multiformats/js-cid-tool/issues" | ||
}, | ||
"homepage": "https://github.com/ipfs-shipyard/js-cid-tool#readme" | ||
"homepage": "https://github.com/multiformats/js-cid-tool#readme" | ||
} |
# CID Tool | ||
[![Build Status](https://travis-ci.org/ipfs-shipyard/js-cid-tool.svg?branch=master)](https://travis-ci.org/ipfs-shipyard/js-cid-tool) [![dependencies Status](https://david-dm.org/ipfs-shipyard/cid-tool/status.svg)](https://david-dm.org/ipfs-shipyard/cid-tool) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) | ||
[![Build Status](https://travis-ci.org/multiformats/js-cid-tool.svg?branch=master)](https://travis-ci.org/multiformats/js-cid-tool) [![dependencies Status](https://david-dm.org/multiformats/cid-tool/status.svg)](https://david-dm.org/multiformats/cid-tool) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) | ||
@@ -261,3 +261,3 @@ > A module and command line tool for converting, formatting and discovering properties of CIDs | ||
Feel free to join in. All welcome. Open an [issue](https://github.com/ipfs-shipyard/cid-tool/issues)! | ||
Feel free to join in. All welcome. Open an [issue](https://github.com/multiformats/cid-tool/issues)! | ||
@@ -264,0 +264,0 @@ This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md). |
31656
- Removedbase-x@3.0.4(transitive)
- Removedmultibase@0.5.0(transitive)
Updatedcids@~0.5.6
Updatedmultibase@~0.6.0