From caf830399a19cc7206fa452579d315e274f3cc7d Mon Sep 17 00:00:00 2001 From: Charles Cunningham Date: Fri, 28 Jun 2019 16:48:58 +0200 Subject: [PATCH] fixes a typing error with the core cred schemas --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 869c76ff..3a85a84c 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "bip39": "^3.0.1", "class-transformer": "^0.1.10", "create-hash": "^1.2.0", - "cred-types-jolocom-core": "^0.0.10", + "cred-types-jolocom-core": "^0.0.11", "detect-node": "^2.0.4", "ethereumjs-tx": "^1.3.7", "ethereumjs-util": "^6.1.0", diff --git a/yarn.lock b/yarn.lock index 03b2179f..88b13f67 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1959,10 +1959,10 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4, create-hmac@^1.1.7: safe-buffer "^5.0.1" sha.js "^2.4.8" -cred-types-jolocom-core@^0.0.10: - version "0.0.10" - resolved "https://registry.yarnpkg.com/cred-types-jolocom-core/-/cred-types-jolocom-core-0.0.10.tgz#69dabc0fdb41a795fa6d63230d44a82d98e55dba" - integrity sha512-AuqPaIz2RCIbcdwnQXGN0oenAMMpWbiD0ulz4NJWSV5Iyn77Pa9jwYMCbGtqjWrABMQdSUhDOOCBSpUgPSbnNQ== +cred-types-jolocom-core@^0.0.11: + version "0.0.11" + resolved "https://registry.yarnpkg.com/cred-types-jolocom-core/-/cred-types-jolocom-core-0.0.11.tgz#7cc8c23e511590fede0f9a072854f3892127e0ed" + integrity sha512-jnLdSo45XvMhPmecAve41GhYPRUqTIumCyjBa4rpUsTCsLSKR1LHq6XC0C9B0RKyk4S7/DZHjGc9q/WdkjVNCg== cross-fetch@^2.1.0, cross-fetch@^2.1.1: version "2.2.3"