Skip to content

Commit 6b52619

Browse files
author
Christian Maniewski
committed
0.6.4
1 parent fb0e09f commit 6b52619

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@colony/pinion",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"description": "Colony orbit-db pinning service",
55
"bin": {
66
"pinion": "bin/index.js"

yarn.lock

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3357,11 +3357,6 @@ fast-diff@^1.1.2:
33573357
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
33583358
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
33593359

3360-
fast-future@~1.0.2:
3361-
version "1.0.2"
3362-
resolved "https://registry.yarnpkg.com/fast-future/-/fast-future-1.0.2.tgz#8435a9aaa02d79248d17d704e76259301d99280a"
3363-
integrity sha1-hDWpqqAteSSNF9cE52JZMB2ZKAo=
3364-
33653360
fast-glob@^3.0.3:
33663361
version "3.0.4"
33673362
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.0.4.tgz#d484a41005cb6faeb399b951fd1bd70ddaebb602"
@@ -4378,7 +4373,7 @@ ipfs-http-client@ipfs/js-ipfs-http-client#master:
43784373
multihashes "~0.4.14"
43794374
ndjson "github:hugomrdias/ndjson#feat/readable-stream3"
43804375
once "^1.4.0"
4381-
peer-id "~0.12.3"
4376+
peer-id "~0.12.2"
43824377
peer-info "~0.15.1"
43834378
promisify-es6 "^1.0.3"
43844379
pull-defer "~0.2.3"
@@ -5543,13 +5538,12 @@ level-ws@^1.0.0:
55435538
readable-stream "^2.2.8"
55445539
xtend "^4.0.1"
55455540

5546-
[email protected].0, leveldown@^5.0.0, leveldown@~3.0.2, leveldown@~5.0.3:
5547-
version "5.1.0"
5548-
resolved "https://registry.yarnpkg.com/leveldown/-/leveldown-5.1.0.tgz#89f8a4fd4eb51793988368fc7f91e6d4db5f6d53"
5549-
integrity sha512-+Ws1IDVSbJRJl/cP/JlapGSmt8xPSvZQpTlYGpyaMQiXtlx/fdMX30K2aHiTLxhLcnAg74D8odBG1Fk12/8SRA==
5541+
[email protected].1, leveldown@^5.0.0, leveldown@~3.0.2, leveldown@~5.0.3:
5542+
version "5.1.1"
5543+
resolved "https://registry.yarnpkg.com/leveldown/-/leveldown-5.1.1.tgz#5d3a043f0ec76e91e189117ec3627bef0436c0dc"
5544+
integrity sha512-4n2R/vEA/sssh5TKtFwM9gshW2tirNoURLqekLRUUzuF+eUBLFAufO8UW7bz8lBbG2jw8tQDF3LC+LcUCc12kg==
55505545
dependencies:
55515546
abstract-leveldown "~6.0.3"
5552-
fast-future "~1.0.2"
55535547
napi-macros "~1.8.1"
55545548
node-gyp-build "~4.1.0"
55555549

0 commit comments

Comments
 (0)