diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fb8f95f5..58b29da29 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.2.0](https://github.com/uport-project/daf/compare/v3.1.4...v3.2.0) (2020-03-19) + + +### Features + +* Version bump ([f482187](https://github.com/uport-project/daf/commit/f482187a776f05f1977d3c01caa8acc2e0e6c08f)) + + + + + ## [3.1.4](https://github.com/uport-project/daf/compare/v3.1.3...v3.1.4) (2020-03-19) diff --git a/lerna.json b/lerna.json index cc5af4cf7..717ae25d1 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.1.4", + "version": "3.2.0", "packages": [ "packages/*" ], diff --git a/packages/daf-cli/CHANGELOG.md b/packages/daf-cli/CHANGELOG.md index c24bcb355..4c97a03ad 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.2.0](https://github.com/uport-project/daf/compare/v3.1.4...v3.2.0) (2020-03-19) + +**Note:** Version bump only for package daf-cli + + + + + ## [3.1.4](https://github.com/uport-project/daf/compare/v3.1.3...v3.1.4) (2020-03-19) diff --git a/packages/daf-cli/package.json b/packages/daf-cli/package.json index 0b1e0a729..95fb11455 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.4", + "version": "3.2.0", "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.1.3", - "daf-data-store": "^3.1.4", - "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-core": "^3.2.0", + "daf-data-store": "^3.2.0", + "daf-debug": "^3.2.0", + "daf-did-comm": "^3.2.0", + "daf-did-jwt": "^3.2.0", + "daf-ethr-did": "^3.2.0", + "daf-fs": "^3.2.0", + "daf-libsodium": "^3.2.0", "daf-resolver": "^3.0.1", "daf-resolver-universal": "^3.0.1", - "daf-selective-disclosure": "^3.1.4", - "daf-trust-graph": "^3.1.3", - "daf-url": "^3.1.3", - "daf-w3c": "^3.1.3", + "daf-selective-disclosure": "^3.2.0", + "daf-trust-graph": "^3.2.0", + "daf-url": "^3.2.0", + "daf-w3c": "^3.2.0", "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 6cbe4d9e6..f8f444899 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.2.0](https://github.com/uport-project/daf/compare/v3.1.4...v3.2.0) (2020-03-19) + + +### Features + +* Version bump ([f482187](https://github.com/uport-project/daf/commit/f482187a776f05f1977d3c01caa8acc2e0e6c08f)) + + + + + ## [3.1.3](https://github.com/uport-project/daf/compare/v3.1.2...v3.1.3) (2020-03-18) diff --git a/packages/daf-core/package.json b/packages/daf-core/package.json index 7b9e87714..5683adbc8 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.1.3", + "version": "3.2.0", "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 3f94a4d02..1b2d5df27 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.2.0](https://github.com/uport-project/daf/compare/v3.1.4...v3.2.0) (2020-03-19) + +**Note:** Version bump only for package daf-data-store + + + + + ## [3.1.4](https://github.com/uport-project/daf/compare/v3.1.3...v3.1.4) (2020-03-19) diff --git a/packages/daf-data-store/package.json b/packages/daf-data-store/package.json index cd194507f..8f513bd61 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.1.4", + "version": "3.2.0", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { @@ -9,7 +9,7 @@ }, "dependencies": { "blakejs": "^1.1.0", - "daf-core": "^3.1.3", + "daf-core": "^3.2.0", "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 6687cf127..1af225d66 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.2.0](https://github.com/uport-project/daf/compare/v3.1.4...v3.2.0) (2020-03-19) + +**Note:** Version bump only for package daf-debug + + + + + ## [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 diff --git a/packages/daf-debug/package.json b/packages/daf-debug/package.json index 1674fdab8..3d4cdf5ce 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.1.3", + "version": "3.2.0", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^3.1.3", + "daf-core": "^3.2.0", "debug": "^4.1.1" }, "devDependencies": { diff --git a/packages/daf-did-comm/CHANGELOG.md b/packages/daf-did-comm/CHANGELOG.md index 3444ff855..443f6dad7 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.2.0](https://github.com/uport-project/daf/compare/v3.1.4...v3.2.0) (2020-03-19) + +**Note:** Version bump only for package daf-did-comm + + + + + ## [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 diff --git a/packages/daf-did-comm/package.json b/packages/daf-did-comm/package.json index 2a18ca5c2..c9e535faf 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.1.3", + "version": "3.2.0", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^3.1.3", + "daf-core": "^3.2.0", "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 c10bf5b3f..73eee2782 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.2.0](https://github.com/uport-project/daf/compare/v3.1.4...v3.2.0) (2020-03-19) + +**Note:** Version bump only for package daf-did-jwt + + + + + ## [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 diff --git a/packages/daf-did-jwt/package.json b/packages/daf-did-jwt/package.json index 25f00db9b..0022935c7 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.1.3", + "version": "3.2.0", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^3.1.3", + "daf-core": "^3.2.0", "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 c1a8c7dde..ea04a4e3d 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.2.0](https://github.com/uport-project/daf/compare/v3.1.4...v3.2.0) (2020-03-19) + +**Note:** Version bump only for package daf-ethr-did + + + + + ## [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 diff --git a/packages/daf-ethr-did/package.json b/packages/daf-ethr-did/package.json index c096533f8..bc54e6a28 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.1.3", + "version": "3.2.0", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^3.1.3", + "daf-core": "^3.2.0", "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 65c5fe3a9..1b75cce8f 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.2.0](https://github.com/uport-project/daf/compare/v3.1.4...v3.2.0) (2020-03-19) + +**Note:** Version bump only for package daf-fs + + + + + ## [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 diff --git a/packages/daf-fs/package.json b/packages/daf-fs/package.json index 210a84570..147b5eac9 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.1.3", + "version": "3.2.0", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^3.1.3", + "daf-core": "^3.2.0", "debug": "^4.1.1" }, "devDependencies": { diff --git a/packages/daf-libsodium/CHANGELOG.md b/packages/daf-libsodium/CHANGELOG.md index 93c377a1e..706d01aaf 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.2.0](https://github.com/uport-project/daf/compare/v3.1.4...v3.2.0) (2020-03-19) + +**Note:** Version bump only for package daf-libsodium + + + + + ## [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 diff --git a/packages/daf-libsodium/package.json b/packages/daf-libsodium/package.json index 91a7b5700..ab8b41371 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.1.3", + "version": "3.2.0", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { @@ -9,7 +9,7 @@ }, "dependencies": { "base-58": "^0.0.1", - "daf-core": "^3.1.3", + "daf-core": "^3.2.0", "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 9c51ad7b5..9a6fdf7e7 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.2.0](https://github.com/uport-project/daf/compare/v3.1.4...v3.2.0) (2020-03-19) + +**Note:** Version bump only for package daf-local-storage + + + + + ## [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 diff --git a/packages/daf-local-storage/package.json b/packages/daf-local-storage/package.json index d55aded33..b9a204a3e 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.1.3", + "version": "3.2.0", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^3.1.3", + "daf-core": "^3.2.0", "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 40b3844af..9e2f01bf0 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.2.0](https://github.com/uport-project/daf/compare/v3.1.4...v3.2.0) (2020-03-19) + +**Note:** Version bump only for package daf-react-native-async-storage + + + + + ## [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 diff --git a/packages/daf-react-native-async-storage/package.json b/packages/daf-react-native-async-storage/package.json index 8b5053586..976e301e1 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.1.3", + "version": "3.2.0", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^3.1.3", + "daf-core": "^3.2.0", "debug": "^4.1.1" }, "peerDependencies": { diff --git a/packages/daf-react-native-libsodium/CHANGELOG.md b/packages/daf-react-native-libsodium/CHANGELOG.md index 3c7881d3c..5544727e7 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.2.0](https://github.com/uport-project/daf/compare/v3.1.4...v3.2.0) (2020-03-19) + +**Note:** Version bump only for package daf-react-native-libsodium + + + + + ## [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 diff --git a/packages/daf-react-native-libsodium/package.json b/packages/daf-react-native-libsodium/package.json index 912650721..317486d73 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.1.3", + "version": "3.2.0", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { @@ -9,7 +9,7 @@ }, "dependencies": { "base-58": "^0.0.1", - "daf-core": "^3.1.3", + "daf-core": "^3.2.0", "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 31f19b1f4..f38c2d40c 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.2.0](https://github.com/uport-project/daf/compare/v3.1.4...v3.2.0) (2020-03-19) + +**Note:** Version bump only for package daf-selective-disclosure + + + + + ## [3.1.4](https://github.com/uport-project/daf/compare/v3.1.3...v3.1.4) (2020-03-19) **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 a8b5367dc..1274b5618 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.1.4", + "version": "3.2.0", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { @@ -9,9 +9,9 @@ }, "dependencies": { "blakejs": "^1.1.0", - "daf-core": "^3.1.3", - "daf-data-store": "^3.1.4", - "daf-did-jwt": "^3.1.3", + "daf-core": "^3.2.0", + "daf-data-store": "^3.2.0", + "daf-did-jwt": "^3.2.0", "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 d0a606b93..f00bfa0a4 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.2.0](https://github.com/uport-project/daf/compare/v3.1.4...v3.2.0) (2020-03-19) + +**Note:** Version bump only for package daf-trust-graph + + + + + ## [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 diff --git a/packages/daf-trust-graph/package.json b/packages/daf-trust-graph/package.json index bd491ce8a..448c92104 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.1.3", + "version": "3.2.0", "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.1.3", + "daf-core": "^3.2.0", "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 85a41ee78..a60c45c28 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.2.0](https://github.com/uport-project/daf/compare/v3.1.4...v3.2.0) (2020-03-19) + +**Note:** Version bump only for package daf-url + + + + + ## [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 diff --git a/packages/daf-url/package.json b/packages/daf-url/package.json index 17c6cbb45..79b7a6786 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.3", + "version": "3.2.0", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { - "daf-core": "^3.1.3", + "daf-core": "^3.2.0", "debug": "^4.1.1", "url-parse": "^1.4.7" }, diff --git a/packages/daf-w3c/CHANGELOG.md b/packages/daf-w3c/CHANGELOG.md index 35b8fd400..bb11617da 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.2.0](https://github.com/uport-project/daf/compare/v3.1.4...v3.2.0) (2020-03-19) + +**Note:** Version bump only for package daf-w3c + + + + + ## [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 diff --git a/packages/daf-w3c/package.json b/packages/daf-w3c/package.json index 983f2b9f6..863ff012d 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.1.3", + "version": "3.2.0", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { @@ -9,8 +9,8 @@ }, "dependencies": { "blakejs": "^1.1.0", - "daf-core": "^3.1.3", - "daf-did-jwt": "^3.1.3", + "daf-core": "^3.2.0", + "daf-did-jwt": "^3.2.0", "debug": "^4.1.1", "did-jwt-vc": "^0.1.3", "did-resolver": "^1.1.0"