From b8b682fcd6ed94b040175a7f00d9a1c06b1c717e Mon Sep 17 00:00:00 2001 From: Jeromy Date: Wed, 27 Apr 2016 10:00:45 -0700 Subject: [PATCH] update deps, publish v1.0.3 --- .gx/lastpubver | 1 + package.json | 114 ++++++++++++++++++++++++------------------------- 2 files changed, 58 insertions(+), 57 deletions(-) create mode 100644 .gx/lastpubver diff --git a/.gx/lastpubver b/.gx/lastpubver new file mode 100644 index 0000000..41c0c9f --- /dev/null +++ b/.gx/lastpubver @@ -0,0 +1 @@ +1.0.3: QmY1n96Gp9Nd7CnZmYUmnJBMqwPJND16azY63fkA51xM8N diff --git a/package.json b/package.json index fec7cf9..3b1e789 100644 --- a/package.json +++ b/package.json @@ -1,64 +1,64 @@ { - "name": "go-libp2p-peer", "author": "whyrusleeping", - "version": "1.0.1", - "gxDependencies": [ - { - "author": "whyrusleeping", - "name": "go-base58", - "hash": "QmT8rehPR3F6bmwL6zjUN8XpiDBFFpMP2myPdC6ApsWfJf", - "version": "0.0.0" - }, - { - "author": "whyrusleeping", - "name": "go-multihash", - "hash": "QmYf7ng2hG5XBtJA3tN34DQ2GUN5HNksEw1rLDkmr6vGku", - "version": "0.0.0" - }, - { - "author": "whyrusleeping", - "name": "go-ipfs-util", - "hash": "QmZNVWh8LLjAavuQ2JXuFmuYH3C11xo988vSgp7UQrTRj1", - "version": "1.0.0" - }, - { - "author": "whyrusleeping", - "name": "go-log", - "hash": "Qmazh5oNUVsDZTs2g59rq8aYQqwpss8tcUWQzor5sCCEuH", - "version": "0.0.0" - }, - { - "author": "whyrusleeping", - "name": "go-multiaddr", - "hash": "QmcobAGsCjYt5DXoq9et9L8yR8er7o7Cu3DTvpaq12jYSz", - "version": "0.0.0" - }, - { - "author": "whyrusleeping", - "name": "go-net", - "hash": "QmZy2y8t9zQH2a1b8q2ZSLKp17ATuJoCNxxyMFG5qFExpt", - "version": "0.0.0" - }, - { - "author": "whyrusleeping", - "name": "go-keyspace", - "hash": "QmUusaX99BZoELh7dmPgirqRQ1FAmMnmnBn3oiqDFGBUSc", - "version": "1.0.0" - }, - { - "author": "whyrusleeping", - "name": "go-libp2p-crypto", - "hash": "QmUEUu1CM8bxBJxc3ZLojAi8evhTr4byQogWstABet79oY", - "version": "1.0.2" - } - ], - "language": "go", - "license": "MIT", "bugs": { "url": "https://github.com/ipfs/go-libp2p-peer" }, - "gxVersion": "0.4.0", "gx": { "dvcsimport": "github.com/ipfs/go-libp2p-peer" - } -} + }, + "gxDependencies": [ + { + "author": "whyrusleeping", + "hash": "QmT8rehPR3F6bmwL6zjUN8XpiDBFFpMP2myPdC6ApsWfJf", + "name": "go-base58", + "version": "0.0.0" + }, + { + "author": "whyrusleeping", + "hash": "QmYf7ng2hG5XBtJA3tN34DQ2GUN5HNksEw1rLDkmr6vGku", + "name": "go-multihash", + "version": "0.0.0" + }, + { + "author": "whyrusleeping", + "hash": "QmZNVWh8LLjAavuQ2JXuFmuYH3C11xo988vSgp7UQrTRj1", + "name": "go-ipfs-util", + "version": "1.0.0" + }, + { + "author": "whyrusleeping", + "hash": "Qmazh5oNUVsDZTs2g59rq8aYQqwpss8tcUWQzor5sCCEuH", + "name": "go-log", + "version": "0.0.0" + }, + { + "author": "whyrusleeping", + "hash": "QmcobAGsCjYt5DXoq9et9L8yR8er7o7Cu3DTvpaq12jYSz", + "name": "go-multiaddr", + "version": "0.0.0" + }, + { + "author": "whyrusleeping", + "hash": "QmZy2y8t9zQH2a1b8q2ZSLKp17ATuJoCNxxyMFG5qFExpt", + "name": "go-net", + "version": "0.0.0" + }, + { + "author": "whyrusleeping", + "hash": "QmUusaX99BZoELh7dmPgirqRQ1FAmMnmnBn3oiqDFGBUSc", + "name": "go-keyspace", + "version": "1.0.0" + }, + { + "author": "whyrusleeping", + "hash": "QmaP38GJApheTr84f8R89vsT7oJLQw1AeCz4HqrQgv2njB", + "name": "go-libp2p-crypto", + "version": "1.0.0" + } + ], + "gxVersion": "0.4.0", + "language": "go", + "license": "MIT", + "name": "go-libp2p-peer", + "version": "1.0.3" +} \ No newline at end of file