Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
# Conflicts:
#	packages/did-utils/package.json
#	packages/kms-local/package.json
  • Loading branch information
nklomp committed Sep 30, 2023
2 parents 01a693b + e77d523 commit 0a49c5e
Show file tree
Hide file tree
Showing 28 changed files with 176 additions and 16 deletions.
14 changes: 14 additions & 0 deletions 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.14.1](https://github.com/Sphereon-Opensource/veramo-BBS/compare/v0.14.0...v0.14.1) (2023-09-28)


### Bug Fixes

* decompress comppressed secp256k1 keys when creating JWK ([e3c4771](https://github.com/Sphereon-Opensource/veramo-BBS/commit/e3c47715c8d751bc2ec75bdd1ed1e4965650c947))
* decompress comppressed secp256k1 keys when creating JWK ([bcdd47c](https://github.com/Sphereon-Opensource/veramo-BBS/commit/bcdd47c0526236cf1b7c3533a7047ebb23204a66))
* decompress comppressed secp256k1 keys when creating JWK ([31bacfb](https://github.com/Sphereon-Opensource/veramo-BBS/commit/31bacfb4c04e9b4363a4ef6e4e71a8cf7c1daced))
* public key mapping updates, fixing ed25519 with multibase encoding ([489d4f2](https://github.com/Sphereon-Opensource/veramo-BBS/commit/489d4f20e0f354eb50b1a16a91472d4e85588113))





# [0.14.0](https://github.com/Sphereon-Opensource/veramo-BBS/compare/v0.13.0...v0.14.0) (2023-08-09)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.14.0",
"version": "0.14.1",
"npmClient": "pnpm",
"command": {
"publish": {
Expand Down
11 changes: 11 additions & 0 deletions packages/did-provider-ebsi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [0.14.1](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.14.0...v0.14.1) (2023-09-28)


### Bug Fixes

* public key mapping updates, fixing ed25519 with multibase encoding ([489d4f2](https://github.com/Sphereon-Opensource/SSI-SDK/commit/489d4f20e0f354eb50b1a16a91472d4e85588113))





# [0.14.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.13.0...v0.14.0) (2023-08-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-ebsi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.did-provider-ebsi",
"description": "Sphereon SSI-SDK plugin for management of did:ebsi v1 Legal Entity identifiers.",
"version": "0.14.0",
"version": "0.14.1",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/did-provider-jwk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [0.14.1](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.14.0...v0.14.1) (2023-09-28)


### Bug Fixes

* public key mapping updates, fixing ed25519 with multibase encoding ([489d4f2](https://github.com/Sphereon-OpenSource/ssi-sdk/commit/489d4f20e0f354eb50b1a16a91472d4e85588113))





# [0.14.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.13.0...v0.14.0) (2023-08-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-jwk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.did-provider-jwk",
"description": "Sphereon SSI-SDK plugin for management of did:key identifiers.",
"version": "0.14.0",
"version": "0.14.1",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/did-provider-key/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [0.14.1](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.14.0...v0.14.1) (2023-09-28)


### Bug Fixes

* public key mapping updates, fixing ed25519 with multibase encoding ([489d4f2](https://github.com/Sphereon-Opensource/SSI-SDK/commit/489d4f20e0f354eb50b1a16a91472d4e85588113))





# [0.14.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.13.0...v0.14.0) (2023-08-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-key/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.did-provider-key",
"description": "Sphereon SSI-SDK plugin for management of did:key identifiers.",
"version": "0.14.0",
"version": "0.14.1",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/did-provider-lto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [0.14.1](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.14.0...v0.14.1) (2023-09-28)


### Bug Fixes

* public key mapping updates, fixing ed25519 with multibase encoding ([489d4f2](https://github.com/Sphereon-OpenSource/ssi-sdk/commit/489d4f20e0f354eb50b1a16a91472d4e85588113))





# [0.14.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.13.0...v0.14.0) (2023-08-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-lto/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.did-provider-lto",
"description": "LTO Network DID provider",
"version": "0.14.0",
"version": "0.14.1",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/did-provider-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [0.14.1](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/compare/v0.14.0...v0.14.1) (2023-09-28)


### Bug Fixes

* public key mapping updates, fixing ed25519 with multibase encoding ([489d4f2](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/commit/489d4f20e0f354eb50b1a16a91472d4e85588113))





# [0.14.0](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/compare/v0.13.0...v0.14.0) (2023-08-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.did-provider-web",
"description": "plugin that can enable creation and control of did:web identifiers.",
"version": "0.14.0",
"version": "0.14.1",
"main": "dist/index.js",
"exports": "./dist/index.js",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/did-resolver-ebsi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [0.14.1](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/compare/v0.14.0...v0.14.1) (2023-09-28)


### Bug Fixes

* public key mapping updates, fixing ed25519 with multibase encoding ([489d4f2](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/commit/489d4f20e0f354eb50b1a16a91472d4e85588113))





# [0.14.0](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/compare/v0.13.0...v0.14.0) (2023-08-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/did-resolver-ebsi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.did-resolver-ebsi",
"description": "Sphereon did:ebsi resolver for Legal Entities.",
"version": "0.14.0",
"version": "0.14.1",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/did-resolver-jwk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [0.14.1](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/compare/v0.14.0...v0.14.1) (2023-09-28)


### Bug Fixes

* public key mapping updates, fixing ed25519 with multibase encoding ([489d4f2](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/commit/489d4f20e0f354eb50b1a16a91472d4e85588113))





# [0.14.0](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/compare/v0.13.0...v0.14.0) (2023-08-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/did-resolver-jwk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.did-resolver-jwk",
"description": "DIF resolver for resolution of did:jwk identifiers.",
"version": "0.14.0",
"version": "0.14.1",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/did-resolver-key/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [0.14.1](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/compare/v0.14.0...v0.14.1) (2023-09-28)


### Bug Fixes

* public key mapping updates, fixing ed25519 with multibase encoding ([489d4f2](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/commit/489d4f20e0f354eb50b1a16a91472d4e85588113))





# [0.14.0](https://github.com/Sphereon-Opensource/SSI-SDK-crypto-extensions/compare/v0.13.0...v0.14.0) (2023-08-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/did-resolver-key/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.did-resolver-key",
"description": "Sphereon did:key resolver with BBS+/BLS and EBSI support.",
"version": "0.14.0",
"version": "0.14.1",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/did-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [0.14.1](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/compare/v0.14.0...v0.14.1) (2023-09-28)


### Bug Fixes

* public key mapping updates, fixing ed25519 with multibase encoding ([489d4f2](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/commit/489d4f20e0f354eb50b1a16a91472d4e85588113))





# [0.14.0](https://github.com/Sphereon-OpenSource/ssi-sdk-crypto-extensions/compare/v0.13.0...v0.14.0) (2023-08-09)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/did-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.did-utils",
"description": "DID Utils",
"version": "0.14.0",
"version": "0.14.1",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -14,11 +14,11 @@
"@sphereon/ssi-sdk.core": "0.17.1",
"@sphereon/did-uni-client": "^0.6.0",
"@sphereon/ssi-sdk-ext.key-utils": "workspace:^",
"@stablelib/ed25519": "^1.0.3",
"@veramo/core": "4.2.0",
"@veramo/utils": "4.2.0",
"did-jwt": "6.11.6",
"did-resolver": "^4.1.0",
"@stablelib/ed25519": "^1.0.3",
"elliptic": "^6.5.4",
"uint8arrays": "^3.1.1"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/key-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [0.14.1](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.14.0...v0.14.1) (2023-09-28)


### Bug Fixes

* public key mapping updates, fixing ed25519 with multibase encoding ([489d4f2](https://github.com/Sphereon-Opensource/SSI-SDK/commit/489d4f20e0f354eb50b1a16a91472d4e85588113))





# [0.14.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.13.0...v0.14.0) (2023-08-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/key-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.key-manager",
"description": "Sphereon Key Manager plugin with BLS support",
"version": "0.14.0",
"version": "0.14.1",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/key-utils/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.14.1](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.14.0...v0.14.1) (2023-09-28)


### Bug Fixes

* decompress comppressed secp256k1 keys when creating JWK ([e3c4771](https://github.com/Sphereon-OpenSource/ssi-sdk/commit/e3c47715c8d751bc2ec75bdd1ed1e4965650c947))
* decompress comppressed secp256k1 keys when creating JWK ([bcdd47c](https://github.com/Sphereon-OpenSource/ssi-sdk/commit/bcdd47c0526236cf1b7c3533a7047ebb23204a66))
* decompress comppressed secp256k1 keys when creating JWK ([31bacfb](https://github.com/Sphereon-OpenSource/ssi-sdk/commit/31bacfb4c04e9b4363a4ef6e4e71a8cf7c1daced))
* public key mapping updates, fixing ed25519 with multibase encoding ([489d4f2](https://github.com/Sphereon-OpenSource/ssi-sdk/commit/489d4f20e0f354eb50b1a16a91472d4e85588113))





# [0.14.0](https://github.com/Sphereon-OpenSource/ssi-sdk/compare/v0.13.0...v0.14.0) (2023-08-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/key-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.key-utils",
"description": "Sphereon SSI-SDK plugin for key creation.",
"version": "0.14.0",
"version": "0.14.1",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/kms-local/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [0.14.1](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.14.0...v0.14.1) (2023-09-28)


### Bug Fixes

* public key mapping updates, fixing ed25519 with multibase encoding ([489d4f2](https://github.com/Sphereon-Opensource/SSI-SDK/commit/489d4f20e0f354eb50b1a16a91472d4e85588113))





# [0.14.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.13.0...v0.14.0) (2023-08-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/kms-local/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-ext.kms-local",
"description": "Sphereon Local Key Management System with support for BLS/BBS+, RSA keys",
"version": "0.14.0",
"version": "0.14.1",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/mnemonic-seed-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [0.14.1](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.14.0...v0.14.1) (2023-09-28)


### Bug Fixes

* public key mapping updates, fixing ed25519 with multibase encoding ([489d4f2](https://github.com/Sphereon-Opensource/SSI-SDK/commit/489d4f20e0f354eb50b1a16a91472d4e85588113))





# [0.14.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.13.0...v0.14.0) (2023-08-09)

### Bug Fixes
Expand Down
Loading

0 comments on commit 0a49c5e

Please sign in to comment.