Skip to content

Commit

Permalink
chore(release): v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sphereon-ci committed Aug 2, 2024
1 parent c04bdf4 commit 7d93832
Show file tree
Hide file tree
Showing 19 changed files with 3,398 additions and 3,251 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,37 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.16.0](https://github.com/Sphereon-Opensource/OID4VCI/compare/v0.15.1...v0.16.0) (2024-08-02)

### Bug Fixes

- add some dpop unit tests ([c24a898](https://github.com/Sphereon-Opensource/OID4VCI/commit/c24a8985b8c788c5947b9493c1d74185a419d7f9))
- ensure correct token_type in response ([668c53f](https://github.com/Sphereon-Opensource/OID4VCI/commit/668c53f012710c72c586343adb054da562a84d46))
- header casing ([b696dba](https://github.com/Sphereon-Opensource/OID4VCI/commit/b696dba42be0c8b69c3c2425149b54ecbf222cae))
- headers for error response ([4c8319e](https://github.com/Sphereon-Opensource/OID4VCI/commit/4c8319e894ee7602a5a84840526b18c1c323959f))
- incorrect usage of errorBody ([f25b7d6](https://github.com/Sphereon-Opensource/OID4VCI/commit/f25b7d67e238fcaa0ecf8c8eab49bea0720f7d5e))
- jwk thumprint using crypto.subtle ([56a291c](https://github.com/Sphereon-Opensource/OID4VCI/commit/56a291c2a59c2966fdf428d7cf7e2e69389fd38b))
- nits ([1a54e69](https://github.com/Sphereon-Opensource/OID4VCI/commit/1a54e6966da62e4796640dd73393fd0fdc5c76b4))
- prettier + eslint ([57c7592](https://github.com/Sphereon-Opensource/OID4VCI/commit/57c7592f1cd787321d8ded8c89013076b428a9c8))
- redirect uri should not be set with direct_post ([42c8ddd](https://github.com/Sphereon-Opensource/OID4VCI/commit/42c8dddf8c0ec76de98052198a27fe4409903918))
- remove bug for txCode ([57ca020](https://github.com/Sphereon-Opensource/OID4VCI/commit/57ca0203bb9f90bb9e9b21e22aa5bc492bfcff4c))
- rename common to oid4vc-common ([d89ac4f](https://github.com/Sphereon-Opensource/OID4VCI/commit/d89ac4f4956e69dad5274b197912485665aeb97c))
- scope and par fixes ([71e72aa](https://github.com/Sphereon-Opensource/OID4VCI/commit/71e72aa24b208e5d9597351c45da312cddc04e0a))
- some imports ([5034468](https://github.com/Sphereon-Opensource/OID4VCI/commit/5034468ab464f39e0c82cf09af8605d23d1f81f6))
- some last nits ([3c71599](https://github.com/Sphereon-Opensource/OID4VCI/commit/3c715992fe8c52e32147c3bc0aaf7c2ea8fb9741))
- v11 metadata type ([0a8470b](https://github.com/Sphereon-Opensource/OID4VCI/commit/0a8470b6cb7cfe8778e82e0251a0c08ec9a20e32))
- varname ([f92b2b9](https://github.com/Sphereon-Opensource/OID4VCI/commit/f92b2b938b4d497970b4a2a07e9d0764dbb98528))

### Features

- add additional dpop retry mechanisms ([a102854](https://github.com/Sphereon-Opensource/OID4VCI/commit/a1028540432115f26677a860bf6bac10e630a1d9))
- address feedback part 2 ([01f6d4d](https://github.com/Sphereon-Opensource/OID4VCI/commit/01f6d4d7884c7f49f4395f7ec9ba12ee9b0a8668))
- create common package ([d5b4b75](https://github.com/Sphereon-Opensource/OID4VCI/commit/d5b4b75f036edcf8082e062214c036c9be934071))
- dpop support ([9202667](https://github.com/Sphereon-Opensource/OID4VCI/commit/92026678c745b770957f5bae290ae7b456601fd2))
- incorporate feedback and fix tests ([c7c6af4](https://github.com/Sphereon-Opensource/OID4VCI/commit/c7c6af464d9fda53b86c3095feca5705df9e92cc))
- incorporate feedback part1 ([f30475a](https://github.com/Sphereon-Opensource/OID4VCI/commit/f30475a8c98f869ffe82e67f59231a4faf182a98))
- rename common to oid4vci-common ([9efbf32](https://github.com/Sphereon-Opensource/OID4VCI/commit/9efbf32a68ae8b9b91be23c2fb07138181fe5af4))

## [0.15.1](https://github.com/Sphereon-Opensource/OID4VCI/compare/v0.15.0...v0.15.1) (2024-07-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "0.15.1",
"version": "0.16.0",
"npmClient": "pnpm",
"command": {
"publish": {
Expand Down
10 changes: 10 additions & 0 deletions packages/callback-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.16.0](https://github.com/Sphereon-Opensource/OID4VCI/compare/v0.15.1...v0.16.0) (2024-08-02)

### Bug Fixes

- rename common to oid4vc-common ([d89ac4f](https://github.com/Sphereon-Opensource/OID4VCI/commit/d89ac4f4956e69dad5274b197912485665aeb97c))

### Features

- create common package ([d5b4b75](https://github.com/Sphereon-Opensource/OID4VCI/commit/d5b4b75f036edcf8082e062214c036c9be934071))

## [0.15.1](https://github.com/Sphereon-Opensource/OID4VCI/compare/v0.15.0...v0.15.1) (2024-07-23)

**Note:** Version bump only for package @sphereon/oid4vci-callback-example
Expand Down
4 changes: 2 additions & 2 deletions packages/callback-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/oid4vci-callback-example",
"version": "0.15.1",
"version": "0.16.0",
"description": "OpenID 4 Verifiable Credential Issuance issuer callback example",
"source": "lib/index.ts",
"main": "dist/index.js",
Expand All @@ -10,12 +10,12 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/oid4vc-common": "workspace:*",
"@digitalcredentials/did-method-key": "^2.0.3",
"@digitalcredentials/ed25519-signature-2020": "^3.0.2",
"@digitalcredentials/ed25519-verification-key-2020": "^4.0.0",
"@digitalcredentials/security-document-loader": "^1.0.0",
"@digitalcredentials/vc": "^5.0.0",
"@sphereon/oid4vc-common": "workspace:*",
"@sphereon/oid4vci-client": "workspace:*",
"@sphereon/oid4vci-common": "workspace:*",
"@sphereon/oid4vci-issuer": "workspace:*",
Expand Down
21 changes: 21 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.16.0](https://github.com/Sphereon-Opensource/OID4VCI/compare/v0.15.1...v0.16.0) (2024-08-02)

### Bug Fixes

- ensure correct token_type in response ([668c53f](https://github.com/Sphereon-Opensource/OID4VCI/commit/668c53f012710c72c586343adb054da562a84d46))
- header casing ([b696dba](https://github.com/Sphereon-Opensource/OID4VCI/commit/b696dba42be0c8b69c3c2425149b54ecbf222cae))
- headers for error response ([4c8319e](https://github.com/Sphereon-Opensource/OID4VCI/commit/4c8319e894ee7602a5a84840526b18c1c323959f))
- incorrect usage of errorBody ([f25b7d6](https://github.com/Sphereon-Opensource/OID4VCI/commit/f25b7d67e238fcaa0ecf8c8eab49bea0720f7d5e))
- rename common to oid4vc-common ([d89ac4f](https://github.com/Sphereon-Opensource/OID4VCI/commit/d89ac4f4956e69dad5274b197912485665aeb97c))
- scope and par fixes ([71e72aa](https://github.com/Sphereon-Opensource/OID4VCI/commit/71e72aa24b208e5d9597351c45da312cddc04e0a))
- varname ([f92b2b9](https://github.com/Sphereon-Opensource/OID4VCI/commit/f92b2b938b4d497970b4a2a07e9d0764dbb98528))

### Features

- add additional dpop retry mechanisms ([a102854](https://github.com/Sphereon-Opensource/OID4VCI/commit/a1028540432115f26677a860bf6bac10e630a1d9))
- address feedback part 2 ([01f6d4d](https://github.com/Sphereon-Opensource/OID4VCI/commit/01f6d4d7884c7f49f4395f7ec9ba12ee9b0a8668))
- create common package ([d5b4b75](https://github.com/Sphereon-Opensource/OID4VCI/commit/d5b4b75f036edcf8082e062214c036c9be934071))
- dpop support ([9202667](https://github.com/Sphereon-Opensource/OID4VCI/commit/92026678c745b770957f5bae290ae7b456601fd2))
- incorporate feedback and fix tests ([c7c6af4](https://github.com/Sphereon-Opensource/OID4VCI/commit/c7c6af464d9fda53b86c3095feca5705df9e92cc))
- incorporate feedback part1 ([f30475a](https://github.com/Sphereon-Opensource/OID4VCI/commit/f30475a8c98f869ffe82e67f59231a4faf182a98))

## [0.15.1](https://github.com/Sphereon-Opensource/OID4VCI/compare/v0.15.0...v0.15.1) (2024-07-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/oid4vci-client",
"version": "0.15.1",
"version": "0.16.0",
"description": "OpenID for Verifiable Credential Issuance (OpenID4VCI) client",
"source": "lib/index.ts",
"main": "dist/index.js",
Expand Down
21 changes: 21 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.16.0](https://github.com/Sphereon-Opensource/OID4VCI/compare/v0.15.1...v0.16.0) (2024-08-02)

### Bug Fixes

- add some dpop unit tests ([c24a898](https://github.com/Sphereon-Opensource/OID4VCI/commit/c24a8985b8c788c5947b9493c1d74185a419d7f9))
- jwk thumprint using crypto.subtle ([56a291c](https://github.com/Sphereon-Opensource/OID4VCI/commit/56a291c2a59c2966fdf428d7cf7e2e69389fd38b))
- nits ([1a54e69](https://github.com/Sphereon-Opensource/OID4VCI/commit/1a54e6966da62e4796640dd73393fd0fdc5c76b4))
- prettier + eslint ([57c7592](https://github.com/Sphereon-Opensource/OID4VCI/commit/57c7592f1cd787321d8ded8c89013076b428a9c8))
- rename common to oid4vc-common ([d89ac4f](https://github.com/Sphereon-Opensource/OID4VCI/commit/d89ac4f4956e69dad5274b197912485665aeb97c))
- some last nits ([3c71599](https://github.com/Sphereon-Opensource/OID4VCI/commit/3c715992fe8c52e32147c3bc0aaf7c2ea8fb9741))

### Features

- add additional dpop retry mechanisms ([a102854](https://github.com/Sphereon-Opensource/OID4VCI/commit/a1028540432115f26677a860bf6bac10e630a1d9))
- address feedback part 2 ([01f6d4d](https://github.com/Sphereon-Opensource/OID4VCI/commit/01f6d4d7884c7f49f4395f7ec9ba12ee9b0a8668))
- create common package ([d5b4b75](https://github.com/Sphereon-Opensource/OID4VCI/commit/d5b4b75f036edcf8082e062214c036c9be934071))
- dpop support ([9202667](https://github.com/Sphereon-Opensource/OID4VCI/commit/92026678c745b770957f5bae290ae7b456601fd2))
- incorporate feedback and fix tests ([c7c6af4](https://github.com/Sphereon-Opensource/OID4VCI/commit/c7c6af464d9fda53b86c3095feca5705df9e92cc))
- incorporate feedback part1 ([f30475a](https://github.com/Sphereon-Opensource/OID4VCI/commit/f30475a8c98f869ffe82e67f59231a4faf182a98))
- rename common to oid4vci-common ([9efbf32](https://github.com/Sphereon-Opensource/OID4VCI/commit/9efbf32a68ae8b9b91be23c2fb07138181fe5af4))

## [0.15.1](https://github.com/Sphereon-Opensource/OID4VCI/compare/v0.15.0...v0.15.1) (2024-07-23)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/oid4vc-common",
"version": "0.15.1",
"version": "0.16.0",
"description": "OpenID 4 Verifiable Credentials Common",
"source": "lib/index.ts",
"main": "dist/index.js",
Expand All @@ -12,14 +12,14 @@
"dependencies": {
"@sphereon/ssi-types": "0.28.0",
"jwt-decode": "^4.0.0",
"sha.js": "^2.4.11",
"uint8arrays": "3.1.1",
"uuid": "^9.0.0",
"sha.js": "^2.4.11"
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/uuid": "^9.0.1",
"@types/sha.js": "^2.4.4",
"@types/uuid": "^9.0.1",
"typescript": "5.4.5"
},
"engines": {
Expand Down
12 changes: 12 additions & 0 deletions packages/did-auth-siop-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.16.0](https://github.com/Sphereon-Opensource/OID4VCI/compare/v0.15.1...v0.16.0) (2024-08-02)

### Bug Fixes

- prettier + eslint ([57c7592](https://github.com/Sphereon-Opensource/OID4VCI/commit/57c7592f1cd787321d8ded8c89013076b428a9c8))
- rename common to oid4vc-common ([d89ac4f](https://github.com/Sphereon-Opensource/OID4VCI/commit/d89ac4f4956e69dad5274b197912485665aeb97c))

### Features

- add additional dpop retry mechanisms ([a102854](https://github.com/Sphereon-Opensource/OID4VCI/commit/a1028540432115f26677a860bf6bac10e630a1d9))
- create common package ([d5b4b75](https://github.com/Sphereon-Opensource/OID4VCI/commit/d5b4b75f036edcf8082e062214c036c9be934071))

## [0.15.1](https://github.com/Sphereon-Opensource/OID4VCI/compare/v0.15.0...v0.15.1) (2024-07-23)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/did-auth-siop-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/did-auth-siop-adapter",
"version": "0.15.1",
"version": "0.16.0",
"description": "Self Issued OpenID V2 (SIOPv2) and OpenID 4 Verifiable Presentations (OID4VP) did adapter",
"source": "lib/index.ts",
"main": "dist/index.js",
Expand All @@ -10,9 +10,9 @@
"clean": "rimraf dist coverage"
},
"dependencies": {
"@sphereon/oid4vc-common": "workspace:*",
"@sphereon/did-auth-siop": "workspace:*",
"@sphereon/did-uni-client": "^0.6.2",
"@sphereon/oid4vc-common": "workspace:*",
"@sphereon/wellknown-dids-client": "^0.1.3",
"did-jwt": "6.11.6",
"did-resolver": "^4.1.0"
Expand Down
13 changes: 13 additions & 0 deletions packages/issuer-rest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.16.0](https://github.com/Sphereon-Opensource/OID4VCI/compare/v0.15.1...v0.16.0) (2024-08-02)

### Bug Fixes

- rename common to oid4vc-common ([d89ac4f](https://github.com/Sphereon-Opensource/OID4VCI/commit/d89ac4f4956e69dad5274b197912485665aeb97c))

### Features

- address feedback part 2 ([01f6d4d](https://github.com/Sphereon-Opensource/OID4VCI/commit/01f6d4d7884c7f49f4395f7ec9ba12ee9b0a8668))
- create common package ([d5b4b75](https://github.com/Sphereon-Opensource/OID4VCI/commit/d5b4b75f036edcf8082e062214c036c9be934071))
- dpop support ([9202667](https://github.com/Sphereon-Opensource/OID4VCI/commit/92026678c745b770957f5bae290ae7b456601fd2))
- incorporate feedback and fix tests ([c7c6af4](https://github.com/Sphereon-Opensource/OID4VCI/commit/c7c6af464d9fda53b86c3095feca5705df9e92cc))

## [0.15.1](https://github.com/Sphereon-Opensource/OID4VCI/compare/v0.15.0...v0.15.1) (2024-07-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/issuer-rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/oid4vci-issuer-server",
"version": "0.15.1",
"version": "0.16.0",
"description": "OpenID 4 Verifiable Credential Issuance Server",
"source": "lib/index.ts",
"main": "dist/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/issuer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.16.0](https://github.com/Sphereon-Opensource/OID4VCI/compare/v0.15.1...v0.16.0) (2024-08-02)

### Bug Fixes

- remove bug for txCode ([57ca020](https://github.com/Sphereon-Opensource/OID4VCI/commit/57ca0203bb9f90bb9e9b21e22aa5bc492bfcff4c))
- rename common to oid4vc-common ([d89ac4f](https://github.com/Sphereon-Opensource/OID4VCI/commit/d89ac4f4956e69dad5274b197912485665aeb97c))

### Features

- create common package ([d5b4b75](https://github.com/Sphereon-Opensource/OID4VCI/commit/d5b4b75f036edcf8082e062214c036c9be934071))
- dpop support ([9202667](https://github.com/Sphereon-Opensource/OID4VCI/commit/92026678c745b770957f5bae290ae7b456601fd2))

## [0.15.1](https://github.com/Sphereon-Opensource/OID4VCI/compare/v0.15.0...v0.15.1) (2024-07-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/issuer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/oid4vci-issuer",
"version": "0.15.1",
"version": "0.16.0",
"description": "OpenID 4 Verifiable Credential Issuance issuer REST endpoints",
"source": "lib/index.ts",
"main": "dist/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/oid4vci-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.16.0](https://github.com/Sphereon-Opensource/OID4VCI/compare/v0.15.1...v0.16.0) (2024-08-02)

### Bug Fixes

- headers for error response ([4c8319e](https://github.com/Sphereon-Opensource/OID4VCI/commit/4c8319e894ee7602a5a84840526b18c1c323959f))
- jwk thumprint using crypto.subtle ([56a291c](https://github.com/Sphereon-Opensource/OID4VCI/commit/56a291c2a59c2966fdf428d7cf7e2e69389fd38b))
- rename common to oid4vc-common ([d89ac4f](https://github.com/Sphereon-Opensource/OID4VCI/commit/d89ac4f4956e69dad5274b197912485665aeb97c))

### Features

- add additional dpop retry mechanisms ([a102854](https://github.com/Sphereon-Opensource/OID4VCI/commit/a1028540432115f26677a860bf6bac10e630a1d9))
- create common package ([d5b4b75](https://github.com/Sphereon-Opensource/OID4VCI/commit/d5b4b75f036edcf8082e062214c036c9be934071))
- rename common to oid4vci-common ([9efbf32](https://github.com/Sphereon-Opensource/OID4VCI/commit/9efbf32a68ae8b9b91be23c2fb07138181fe5af4))

## [0.15.1](https://github.com/Sphereon-Opensource/OID4VCI/compare/v0.15.0...v0.15.1) (2024-07-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/oid4vci-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/oid4vci-common",
"version": "0.15.1",
"version": "0.16.0",
"description": "OpenID 4 Verifiable Credential Issuance Common Types",
"source": "lib/index.ts",
"main": "dist/index.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/siop-oid4vp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.16.0](https://github.com/Sphereon-Opensource/OID4VCI/compare/v0.15.1...v0.16.0) (2024-08-02)

### Bug Fixes

- jwk thumprint using crypto.subtle ([56a291c](https://github.com/Sphereon-Opensource/OID4VCI/commit/56a291c2a59c2966fdf428d7cf7e2e69389fd38b))
- nits ([1a54e69](https://github.com/Sphereon-Opensource/OID4VCI/commit/1a54e6966da62e4796640dd73393fd0fdc5c76b4))
- redirect uri should not be set with direct_post ([42c8ddd](https://github.com/Sphereon-Opensource/OID4VCI/commit/42c8dddf8c0ec76de98052198a27fe4409903918))
- rename common to oid4vc-common ([d89ac4f](https://github.com/Sphereon-Opensource/OID4VCI/commit/d89ac4f4956e69dad5274b197912485665aeb97c))
- some imports ([5034468](https://github.com/Sphereon-Opensource/OID4VCI/commit/5034468ab464f39e0c82cf09af8605d23d1f81f6))

### Features

- create common package ([d5b4b75](https://github.com/Sphereon-Opensource/OID4VCI/commit/d5b4b75f036edcf8082e062214c036c9be934071))
- incorporate feedback part1 ([f30475a](https://github.com/Sphereon-Opensource/OID4VCI/commit/f30475a8c98f869ffe82e67f59231a4faf182a98))

## [0.15.1](https://github.com/Sphereon-Opensource/OID4VCI/compare/v0.15.0...v0.15.1) (2024-07-23)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/siop-oid4vp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphereon/did-auth-siop",
"version": "0.15.1",
"version": "0.16.0",
"description": "Self Issued OpenID V2 (SIOPv2) and OpenID 4 Verifiable Presentations (OID4VP)",
"source": "lib/index.ts",
"main": "dist/index.js",
Expand All @@ -13,9 +13,9 @@
"uninstall": "rimraf dist coverage node_modules"
},
"dependencies": {
"@sphereon/oid4vc-common": "workspace:*",
"@astronautlabs/jsonpath": "^1.1.2",
"@sphereon/did-uni-client": "^0.6.2",
"@sphereon/oid4vc-common": "workspace:*",
"@sphereon/pex": "^3.3.2",
"@sphereon/pex-models": "^2.2.4",
"@sphereon/ssi-types": "0.22.0",
Expand Down
Loading

0 comments on commit 7d93832

Please sign in to comment.