diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b1b3d0f7..1ca73e7f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.3](https://github.com/uport-project/daf/compare/v3.1.2...v3.1.3) (2020-03-18) + + +### Bug Fixes + +* IssuanceDate is mandatory ([38edef6](https://github.com/uport-project/daf/commit/38edef62201aad6b2efdc9ce5b6e7597f0aa1652)) + + + + + ## [3.1.2](https://github.com/uport-project/daf/compare/v3.1.1...v3.1.2) (2020-03-17) **Note:** Version bump only for package daf diff --git a/lerna.json b/lerna.json index e40c50258..2ad5d71aa 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.1.2", + "version": "3.1.3", "packages": [ "packages/*" ], diff --git a/packages/daf-cli/CHANGELOG.md b/packages/daf-cli/CHANGELOG.md index 75e0c66d9..e150c2db9 100644 --- a/packages/daf-cli/CHANGELOG.md +++ b/packages/daf-cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.3](https://github.com/uport-project/daf/compare/v3.1.2...v3.1.3) (2020-03-18) + +**Note:** Version bump only for package daf-cli + + + + + ## [3.1.2](https://github.com/uport-project/daf/compare/v3.1.1...v3.1.2) (2020-03-17) **Note:** Version bump only for package daf-cli diff --git a/packages/daf-cli/package.json b/packages/daf-cli/package.json index 3af4d73f9..03af1944e 100644 --- a/packages/daf-cli/package.json +++ b/packages/daf-cli/package.json @@ -1,7 +1,7 @@ { "name": "daf-cli", "description": "DAF command line tool", - "version": "3.1.2", + "version": "3.1.3", "main": "build/cli.js", "types": "build/cli.d.ts", "bin": { @@ -15,20 +15,20 @@ "apollo-server": "^2.9.12", "commander": "^4.0.1", "console-table-printer": "^1.1.15", - "daf-core": "^3.0.2", - "daf-data-store": "^3.0.2", - "daf-debug": "^3.0.2", - "daf-did-comm": "^3.0.2", - "daf-did-jwt": "^3.0.2", - "daf-ethr-did": "^3.0.2", - "daf-fs": "^3.0.2", - "daf-libsodium": "^3.0.2", + "daf-core": "^3.1.3", + "daf-data-store": "^3.1.3", + "daf-debug": "^3.1.3", + "daf-did-comm": "^3.1.3", + "daf-did-jwt": "^3.1.3", + "daf-ethr-did": "^3.1.3", + "daf-fs": "^3.1.3", + "daf-libsodium": "^3.1.3", "daf-resolver": "^3.0.1", "daf-resolver-universal": "^3.0.1", - "daf-selective-disclosure": "^3.0.2", - "daf-trust-graph": "^3.0.2", - "daf-url": "^3.1.2", - "daf-w3c": "^3.0.2", + "daf-selective-disclosure": "^3.1.3", + "daf-trust-graph": "^3.1.3", + "daf-url": "^3.1.3", + "daf-w3c": "^3.1.3", "date-fns": "^2.8.1", "debug": "^4.1.1", "graphql": "^14.5.8", diff --git a/packages/daf-core/CHANGELOG.md b/packages/daf-core/CHANGELOG.md index b1bf48f75..6cbe4d9e6 100644 --- a/packages/daf-core/CHANGELOG.md +++ b/packages/daf-core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.3](https://github.com/uport-project/daf/compare/v3.1.2...v3.1.3) (2020-03-18) + + +### Bug Fixes + +* IssuanceDate is mandatory ([38edef6](https://github.com/uport-project/daf/commit/38edef62201aad6b2efdc9ce5b6e7597f0aa1652)) + + + + + ## [3.0.2](https://github.com/uport-project/daf/compare/v3.0.1...v3.0.2) (2020-03-16) diff --git a/packages/daf-core/package.json b/packages/daf-core/package.json index d3f5d174e..7b9e87714 100644 --- a/packages/daf-core/package.json +++ b/packages/daf-core/package.json @@ -1,7 +1,7 @@ { "name": "daf-core", "description": "DID Agent Framework Core", - "version": "3.0.2", + "version": "3.1.3", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { diff --git a/packages/daf-data-store/CHANGELOG.md b/packages/daf-data-store/CHANGELOG.md index acc13e003..07780a7d8 100644 --- a/packages/daf-data-store/CHANGELOG.md +++ b/packages/daf-data-store/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.3](https://github.com/uport-project/daf/compare/v3.1.2...v3.1.3) (2020-03-18) + +**Note:** Version bump only for package daf-data-store + + + + + ## [3.0.2](https://github.com/uport-project/daf/compare/v3.0.1...v3.0.2) (2020-03-16) diff --git a/packages/daf-data-store/package.json b/packages/daf-data-store/package.json index 2255d9b2a..c35b04642 100644 --- a/packages/daf-data-store/package.json +++ b/packages/daf-data-store/package.json @@ -1,7 +1,7 @@ { "name": "daf-data-store", "description": "DID Agent Framework Data Store", - "version": "3.0.2", + "version": "3.1.3", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { @@ -9,7 +9,7 @@ }, "dependencies": { "blakejs": "^1.1.0", - "daf-core": "^3.0.2", + "daf-core": "^3.1.3", "debug": "^4.1.1", "sql-bricks-sqlite": "^0.1.0" }, diff --git a/packages/daf-debug/CHANGELOG.md b/packages/daf-debug/CHANGELOG.md index d775b1baf..6687cf127 100644 --- a/packages/daf-debug/CHANGELOG.md +++ b/packages/daf-debug/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.3](https://github.com/uport-project/daf/compare/v3.1.2...v3.1.3) (2020-03-18) + +**Note:** Version bump only for package daf-debug + + + + + ## [3.0.2](https://github.com/uport-project/daf/compare/v3.0.1...v3.0.2) (2020-03-16) **Note:** Version bump only for package daf-debug diff --git a/packages/daf-debug/package.json b/packages/daf-debug/package.json index e57196df0..1674fdab8 100644 --- a/packages/daf-debug/package.json +++ b/packages/daf-debug/package.json @@ -1,14 +1,14 @@ { "name": "daf-debug", "description": "DAF Debug helpers", - "version": "3.0.2", + "version": "3.1.3", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^3.0.2", + "daf-core": "^3.1.3", "debug": "^4.1.1" }, "devDependencies": { diff --git a/packages/daf-did-comm/CHANGELOG.md b/packages/daf-did-comm/CHANGELOG.md index be9a12a51..3444ff855 100644 --- a/packages/daf-did-comm/CHANGELOG.md +++ b/packages/daf-did-comm/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.3](https://github.com/uport-project/daf/compare/v3.1.2...v3.1.3) (2020-03-18) + +**Note:** Version bump only for package daf-did-comm + + + + + ## [3.0.2](https://github.com/uport-project/daf/compare/v3.0.1...v3.0.2) (2020-03-16) **Note:** Version bump only for package daf-did-comm diff --git a/packages/daf-did-comm/package.json b/packages/daf-did-comm/package.json index 9bdb83efb..2a18ca5c2 100644 --- a/packages/daf-did-comm/package.json +++ b/packages/daf-did-comm/package.json @@ -1,14 +1,14 @@ { "name": "daf-did-comm", "description": "DAF DIDComm", - "version": "3.0.2", + "version": "3.1.3", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^3.0.2", + "daf-core": "^3.1.3", "debug": "^4.1.1", "uuid": "^3.3.3" }, diff --git a/packages/daf-did-jwt/CHANGELOG.md b/packages/daf-did-jwt/CHANGELOG.md index 3aeef67e6..c10bf5b3f 100644 --- a/packages/daf-did-jwt/CHANGELOG.md +++ b/packages/daf-did-jwt/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.3](https://github.com/uport-project/daf/compare/v3.1.2...v3.1.3) (2020-03-18) + +**Note:** Version bump only for package daf-did-jwt + + + + + ## [3.0.2](https://github.com/uport-project/daf/compare/v3.0.1...v3.0.2) (2020-03-16) **Note:** Version bump only for package daf-did-jwt diff --git a/packages/daf-did-jwt/package.json b/packages/daf-did-jwt/package.json index ad315c37e..25f00db9b 100644 --- a/packages/daf-did-jwt/package.json +++ b/packages/daf-did-jwt/package.json @@ -1,14 +1,14 @@ { "name": "daf-did-jwt", "description": "DAF did-jwt message validator", - "version": "3.0.2", + "version": "3.1.3", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^3.0.2", + "daf-core": "^3.1.3", "debug": "^4.1.1", "did-jwt": "^4.0.0", "did-resolver": "^1.1.0" diff --git a/packages/daf-ethr-did/CHANGELOG.md b/packages/daf-ethr-did/CHANGELOG.md index 3b15b8c68..c1a8c7dde 100644 --- a/packages/daf-ethr-did/CHANGELOG.md +++ b/packages/daf-ethr-did/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.3](https://github.com/uport-project/daf/compare/v3.1.2...v3.1.3) (2020-03-18) + +**Note:** Version bump only for package daf-ethr-did + + + + + ## [3.0.2](https://github.com/uport-project/daf/compare/v3.0.1...v3.0.2) (2020-03-16) **Note:** Version bump only for package daf-ethr-did diff --git a/packages/daf-ethr-did/package.json b/packages/daf-ethr-did/package.json index a320ae91d..c096533f8 100644 --- a/packages/daf-ethr-did/package.json +++ b/packages/daf-ethr-did/package.json @@ -1,14 +1,14 @@ { "name": "daf-ethr-did", "description": "DAF ehtr-did modules", - "version": "3.0.2", + "version": "3.1.3", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^3.0.2", + "daf-core": "^3.1.3", "debug": "^4.1.1", "ethjs-provider-signer": "^0.1.4", "ethr-did": "^1.1.0", diff --git a/packages/daf-fs/CHANGELOG.md b/packages/daf-fs/CHANGELOG.md index 806f987c7..65c5fe3a9 100644 --- a/packages/daf-fs/CHANGELOG.md +++ b/packages/daf-fs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.3](https://github.com/uport-project/daf/compare/v3.1.2...v3.1.3) (2020-03-18) + +**Note:** Version bump only for package daf-fs + + + + + ## [3.0.2](https://github.com/uport-project/daf/compare/v3.0.1...v3.0.2) (2020-03-16) **Note:** Version bump only for package daf-fs diff --git a/packages/daf-fs/package.json b/packages/daf-fs/package.json index 9f8b075e1..210a84570 100644 --- a/packages/daf-fs/package.json +++ b/packages/daf-fs/package.json @@ -1,14 +1,14 @@ { "name": "daf-fs", "description": "DAF File system modules", - "version": "3.0.2", + "version": "3.1.3", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^3.0.2", + "daf-core": "^3.1.3", "debug": "^4.1.1" }, "devDependencies": { diff --git a/packages/daf-libsodium/CHANGELOG.md b/packages/daf-libsodium/CHANGELOG.md index d96b892a4..93c377a1e 100644 --- a/packages/daf-libsodium/CHANGELOG.md +++ b/packages/daf-libsodium/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.3](https://github.com/uport-project/daf/compare/v3.1.2...v3.1.3) (2020-03-18) + +**Note:** Version bump only for package daf-libsodium + + + + + ## [3.0.2](https://github.com/uport-project/daf/compare/v3.0.1...v3.0.2) (2020-03-16) **Note:** Version bump only for package daf-libsodium diff --git a/packages/daf-libsodium/package.json b/packages/daf-libsodium/package.json index 59e29304a..91a7b5700 100644 --- a/packages/daf-libsodium/package.json +++ b/packages/daf-libsodium/package.json @@ -1,7 +1,7 @@ { "name": "daf-libsodium", "description": "DAF libsodium modules", - "version": "3.0.2", + "version": "3.1.3", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { @@ -9,7 +9,7 @@ }, "dependencies": { "base-58": "^0.0.1", - "daf-core": "^3.0.2", + "daf-core": "^3.1.3", "debug": "^4.1.1", "did-jwt": "^4.0.0", "elliptic": "^6.5.2", diff --git a/packages/daf-local-storage/CHANGELOG.md b/packages/daf-local-storage/CHANGELOG.md index 1dd074c05..9c51ad7b5 100644 --- a/packages/daf-local-storage/CHANGELOG.md +++ b/packages/daf-local-storage/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.3](https://github.com/uport-project/daf/compare/v3.1.2...v3.1.3) (2020-03-18) + +**Note:** Version bump only for package daf-local-storage + + + + + ## [3.0.2](https://github.com/uport-project/daf/compare/v3.0.1...v3.0.2) (2020-03-16) **Note:** Version bump only for package daf-local-storage diff --git a/packages/daf-local-storage/package.json b/packages/daf-local-storage/package.json index 6394f20c8..d55aded33 100644 --- a/packages/daf-local-storage/package.json +++ b/packages/daf-local-storage/package.json @@ -1,14 +1,14 @@ { "name": "daf-local-storage", "description": "DAF File system modules", - "version": "3.0.2", + "version": "3.1.3", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^3.0.2", + "daf-core": "^3.1.3", "debug": "^4.1.1" }, "devDependencies": { diff --git a/packages/daf-react-native-async-storage/CHANGELOG.md b/packages/daf-react-native-async-storage/CHANGELOG.md index e443f7c76..40b3844af 100644 --- a/packages/daf-react-native-async-storage/CHANGELOG.md +++ b/packages/daf-react-native-async-storage/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.3](https://github.com/uport-project/daf/compare/v3.1.2...v3.1.3) (2020-03-18) + +**Note:** Version bump only for package daf-react-native-async-storage + + + + + ## [3.0.2](https://github.com/uport-project/daf/compare/v3.0.1...v3.0.2) (2020-03-16) **Note:** Version bump only for package daf-react-native-async-storage diff --git a/packages/daf-react-native-async-storage/package.json b/packages/daf-react-native-async-storage/package.json index f92d1388b..8b5053586 100644 --- a/packages/daf-react-native-async-storage/package.json +++ b/packages/daf-react-native-async-storage/package.json @@ -1,14 +1,14 @@ { "name": "daf-react-native-async-storage", "description": "DAF react native async storage modules", - "version": "3.0.2", + "version": "3.1.3", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^3.0.2", + "daf-core": "^3.1.3", "debug": "^4.1.1" }, "peerDependencies": { diff --git a/packages/daf-react-native-libsodium/CHANGELOG.md b/packages/daf-react-native-libsodium/CHANGELOG.md index a0ba2c59f..3c7881d3c 100644 --- a/packages/daf-react-native-libsodium/CHANGELOG.md +++ b/packages/daf-react-native-libsodium/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.3](https://github.com/uport-project/daf/compare/v3.1.2...v3.1.3) (2020-03-18) + +**Note:** Version bump only for package daf-react-native-libsodium + + + + + ## [3.0.2](https://github.com/uport-project/daf/compare/v3.0.1...v3.0.2) (2020-03-16) **Note:** Version bump only for package daf-react-native-libsodium diff --git a/packages/daf-react-native-libsodium/package.json b/packages/daf-react-native-libsodium/package.json index c1463c212..912650721 100644 --- a/packages/daf-react-native-libsodium/package.json +++ b/packages/daf-react-native-libsodium/package.json @@ -1,7 +1,7 @@ { "name": "daf-react-native-libsodium", "description": "DAF react native libsodium modules", - "version": "3.0.2", + "version": "3.1.3", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { @@ -9,7 +9,7 @@ }, "dependencies": { "base-58": "^0.0.1", - "daf-core": "^3.0.2", + "daf-core": "^3.1.3", "debug": "^4.1.1", "did-jwt": "^4.0.0", "elliptic": "^6.5.2", diff --git a/packages/daf-selective-disclosure/CHANGELOG.md b/packages/daf-selective-disclosure/CHANGELOG.md index ea53365ee..91176dd0b 100644 --- a/packages/daf-selective-disclosure/CHANGELOG.md +++ b/packages/daf-selective-disclosure/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.3](https://github.com/uport-project/daf/compare/v3.1.2...v3.1.3) (2020-03-18) + +**Note:** Version bump only for package daf-selective-disclosure + + + + + ## [3.0.2](https://github.com/uport-project/daf/compare/v3.0.1...v3.0.2) (2020-03-16) **Note:** Version bump only for package daf-selective-disclosure diff --git a/packages/daf-selective-disclosure/package.json b/packages/daf-selective-disclosure/package.json index bcf462b2b..4b5573088 100644 --- a/packages/daf-selective-disclosure/package.json +++ b/packages/daf-selective-disclosure/package.json @@ -1,7 +1,7 @@ { "name": "daf-selective-disclosure", "description": "DAF selective disclosure", - "version": "3.0.2", + "version": "3.1.3", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { @@ -9,9 +9,9 @@ }, "dependencies": { "blakejs": "^1.1.0", - "daf-core": "^3.0.2", - "daf-data-store": "^3.0.2", - "daf-did-jwt": "^3.0.2", + "daf-core": "^3.1.3", + "daf-data-store": "^3.1.3", + "daf-did-jwt": "^3.1.3", "debug": "^4.1.1", "did-jwt": "^4.0.0" }, diff --git a/packages/daf-trust-graph/CHANGELOG.md b/packages/daf-trust-graph/CHANGELOG.md index cfe0dc514..d0a606b93 100644 --- a/packages/daf-trust-graph/CHANGELOG.md +++ b/packages/daf-trust-graph/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.3](https://github.com/uport-project/daf/compare/v3.1.2...v3.1.3) (2020-03-18) + +**Note:** Version bump only for package daf-trust-graph + + + + + ## [3.0.2](https://github.com/uport-project/daf/compare/v3.0.1...v3.0.2) (2020-03-16) **Note:** Version bump only for package daf-trust-graph diff --git a/packages/daf-trust-graph/package.json b/packages/daf-trust-graph/package.json index 0cedca3d4..bd491ce8a 100644 --- a/packages/daf-trust-graph/package.json +++ b/packages/daf-trust-graph/package.json @@ -1,7 +1,7 @@ { "name": "daf-trust-graph", "description": "DAF Trust Graph", - "version": "3.0.2", + "version": "3.1.3", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { @@ -15,7 +15,7 @@ "apollo-link-ws": "^1.0.19", "apollo-utilities": "^1.3.2", "cross-fetch": "^3.0.4", - "daf-core": "^3.0.2", + "daf-core": "^3.1.3", "debug": "^4.1.1", "did-jwt": "^4.0.0", "graphql": "^14.0.0", diff --git a/packages/daf-url/CHANGELOG.md b/packages/daf-url/CHANGELOG.md index 7533c9fb6..85a41ee78 100644 --- a/packages/daf-url/CHANGELOG.md +++ b/packages/daf-url/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.3](https://github.com/uport-project/daf/compare/v3.1.2...v3.1.3) (2020-03-18) + +**Note:** Version bump only for package daf-url + + + + + ## [3.1.2](https://github.com/uport-project/daf/compare/v3.1.1...v3.1.2) (2020-03-17) **Note:** Version bump only for package daf-url diff --git a/packages/daf-url/package.json b/packages/daf-url/package.json index 200f3cea0..17c6cbb45 100644 --- a/packages/daf-url/package.json +++ b/packages/daf-url/package.json @@ -1,14 +1,14 @@ { "name": "daf-url", "description": "DAF URL message validator", - "version": "3.1.2", + "version": "3.1.3", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^3.0.2", + "daf-core": "^3.1.3", "debug": "^4.1.1", "url-parse": "^1.4.7" }, diff --git a/packages/daf-w3c/CHANGELOG.md b/packages/daf-w3c/CHANGELOG.md index 2c9407d1c..35b8fd400 100644 --- a/packages/daf-w3c/CHANGELOG.md +++ b/packages/daf-w3c/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.3](https://github.com/uport-project/daf/compare/v3.1.2...v3.1.3) (2020-03-18) + +**Note:** Version bump only for package daf-w3c + + + + + ## [3.0.2](https://github.com/uport-project/daf/compare/v3.0.1...v3.0.2) (2020-03-16) **Note:** Version bump only for package daf-w3c diff --git a/packages/daf-w3c/package.json b/packages/daf-w3c/package.json index fbc853c74..983f2b9f6 100644 --- a/packages/daf-w3c/package.json +++ b/packages/daf-w3c/package.json @@ -1,7 +1,7 @@ { "name": "daf-w3c", "description": "DAF W3C verifiable credentials & presentations", - "version": "3.0.2", + "version": "3.1.3", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { @@ -9,8 +9,8 @@ }, "dependencies": { "blakejs": "^1.1.0", - "daf-core": "^3.0.2", - "daf-did-jwt": "^3.0.2", + "daf-core": "^3.1.3", + "daf-did-jwt": "^3.1.3", "debug": "^4.1.1", "did-jwt-vc": "^0.1.3", "did-resolver": "^1.1.0"