Skip to content

Commit

Permalink
jsonld-sigs version which uses latest jsonld lib
Browse files Browse the repository at this point in the history
  • Loading branch information
harlantwood committed Feb 27, 2017
1 parent f1789ce commit 05df1c5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
"bitcore-lib": "^0.13.19",
"commander": "^2.9.0",
"json-stable-stringify": "^1.0.1",
"jsonld-signatures": "github:digitalbazaar/jsonld-signatures#64905a77c50e494a223f8083ab9ca7ee4c17a270",
"jsonld-signatures": "github:CoMakery/jsonld-signatures#latest-jsonld-lib",
"lightsaber": "^0.6.8",
"lodash": "^4.17.4",
"moment": "^2.17.1"
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Expand Up @@ -1211,9 +1211,9 @@ es6-map@^0.1.3:
es6-symbol "~3.1.0"
event-emitter "~0.3.4"

es6-promise@~2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-2.0.1.tgz#ccc4963e679f0ca9fb187c777b9e583d3c7573c2"
es6-promise@^2.0.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-2.3.0.tgz#96edb9f2fdb01995822b263dd8aadab6748181bc"

es6-promise@~4.0.5:
version "4.0.5"
Expand Down Expand Up @@ -1787,23 +1787,23 @@ jsonify@~0.0.0:
version "0.0.0"
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"

"jsonld-signatures@github:digitalbazaar/jsonld-signatures#64905a77c50e494a223f8083ab9ca7ee4c17a270":
"jsonld-signatures@github:CoMakery/jsonld-signatures#latest-jsonld-lib":
version "1.1.5"
resolved "https://codeload.github.com/digitalbazaar/jsonld-signatures/tar.gz/64905a77c50e494a223f8083ab9ca7ee4c17a270"
resolved "https://codeload.github.com/CoMakery/jsonld-signatures/tar.gz/3f86b074c2231642b40ccc4d2d9a66b5280d7113"
dependencies:
async "^1.5.2"
bitcore-message "github:CoMakery/bitcore-message#dist"
commander "~2.9.0"
es6-promise "~4.0.5"
jsonld "0.4.3"
jsonld "0.4.11"
node-forge "~0.6.45"

jsonld@0.4.3:
version "0.4.3"
resolved "https://registry.yarnpkg.com/jsonld/-/jsonld-0.4.3.tgz#0bbc929190064d6650a5af5876e1bfdf0ed288f3"
jsonld@0.4.11:
version "0.4.11"
resolved "https://registry.yarnpkg.com/jsonld/-/jsonld-0.4.11.tgz#18e97d21f1b20817b65ef3dfd0cfa4f74ba532e1"
dependencies:
es6-promise "~2.0.1"
pkginfo "~0.3.0"
es6-promise "^2.0.0"
pkginfo "~0.4.0"
request "^2.61.0"
xmldom "0.1.19"

Expand Down Expand Up @@ -2162,9 +2162,9 @@ pinkie@^2.0.0:
version "2.0.4"
resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"

pkginfo@~0.3.0:
version "0.3.1"
resolved "https://registry.yarnpkg.com/pkginfo/-/pkginfo-0.3.1.tgz#5b29f6a81f70717142e09e765bbeab97b4f81e21"
pkginfo@~0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/pkginfo/-/pkginfo-0.4.0.tgz#349dbb7ffd38081fcadc0853df687f0c7744cd65"

pluralize@^1.2.1:
version "1.2.1"
Expand Down

0 comments on commit 05df1c5

Please sign in to comment.