Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into feature/MYC-184/MS…
Browse files Browse the repository at this point in the history
…ADIssuance
  • Loading branch information
nklomp committed Jul 12, 2022
2 parents b1b8cc6 + ca83b93 commit b1f13bd
Show file tree
Hide file tree
Showing 38 changed files with 172 additions and 511 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ node_modules
# Optional npm cache directory
.npm

.npmrc

# Optional REPL history
.node_repl_history

Expand All @@ -56,7 +58,9 @@ test/*.js
.eslintcache
*.swp
*~

/packages/mnemonic-seed-manager/plugin.schema.json
/packages/vc-api-issuer/plugin.schema.json
/packages/vc-api-verifier/plugin.schema.json
/packages/connection-manager/plugin.schema.json
/packages/bls-key-manager/plugin.schema.json
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.5.1...v0.6.0) (2022-07-01)


### Bug Fixes

* Fix unit tests for VC API ([f3c5eea](https://github.com/Sphereon-Opensource/SSI-SDK/commit/f3c5eea0cf6a020c5885b2c9d6104694ded9d0e5))
* fixed and refactored some pr notes ([2ff95b9](https://github.com/Sphereon-Opensource/SSI-SDK/commit/2ff95b9010d24b9439fbb6918f0ac4d8663827a7))
* tests are now using env variables ([9cb6ec2](https://github.com/Sphereon-Opensource/SSI-SDK/commit/9cb6ec2589d9e443fb144ca5fe5420cc7c84dd9c))


### Features

* Add custom DID resolver support ([45cea11](https://github.com/Sphereon-Opensource/SSI-SDK/commit/45cea1182693b698611b062a9d664ad92e8dcd6a))
* Add default DID resolver support ([eebce18](https://github.com/Sphereon-Opensource/SSI-SDK/commit/eebce18bf9cc9d28a8bcdd6886100b7a8921bb2f))
* Add did resolver and method support per OpSession ([9378b45](https://github.com/Sphereon-Opensource/SSI-SDK/commit/9378b451d4907c8d5385f464b27f858547409bb4))
* Add did resolver and method support per OpSession ([a9f7afc](https://github.com/Sphereon-Opensource/SSI-SDK/commit/a9f7afc386189ca4851ce967f5abf7db812d1003))
* Add supported DID methods ([df74ccd](https://github.com/Sphereon-Opensource/SSI-SDK/commit/df74ccddcab06a032ca47a033a46bd0268826f72))
* Add supported DID methods ([7322265](https://github.com/Sphereon-Opensource/SSI-SDK/commit/732226544503c2bcc32bf4400da82e9154361abb))
* added piiLoggingEnabled and logLevel to optional params for clientCredential authentication ([584fb7b](https://github.com/Sphereon-Opensource/SSI-SDK/commit/584fb7b8225198e890a484514e96279fbd642b59))
* added region to optional params for clientcredential authentication ([e21bd70](https://github.com/Sphereon-Opensource/SSI-SDK/commit/e21bd7017a669bff0e5b6fd0c317393cac594f21))
* changed the structure of the module to be more like the ssi-core module of ours. Plus, changed some documents ([4480b3f](https://github.com/Sphereon-Opensource/SSI-SDK/commit/4480b3f33c887d92731260d5d09c8808cb5e9c13))





## [0.5.1](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.5.0...v0.5.1) (2022-02-23)

**Note:** Version bump only for package SSI-SDK-workspace
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.5.1",
"version": "0.6.0",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "SSI-SDK-workspace",
"private": true,
"version": "0.5.1",
"version": "0.6.0",
"description": "Sphereon SSI Typescript SDK (Workspace)",
"repository": "git@github.com:Sphereon-Opensource/SSI-SDK.git",
"author": "Sphereon <dev@sphereon.com>",
Expand Down
8 changes: 8 additions & 0 deletions packages/bls-did-provider-key/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.5.1...v0.6.0) (2022-07-01)

**Note:** Version bump only for package @sphereon/ssi-sdk-bls-did-provider-key
8 changes: 4 additions & 4 deletions packages/bls-did-provider-key/package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "@sphereon/ssi-sdk-bls-did-provider-key",
"description": "Sphereon plugin that can enable creation and control of did:key identifiers.",
"version": "0.5.1",
"version": "0.6.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"extract-api": "yarn veramo dev extract-api"
},
"dependencies": {
"@transmute/did-key-bls12381": "^0.3.0-unstable.8",
"@transmute/did-key-ed25519": "^0.3.0-unstable.8",
"@transmute/did-key-secp256k1": "^0.3.0-unstable.8",
"@transmute/did-key-x25519": "^0.3.0-unstable.8",
"@transmute/did-key-bls12381": "^0.3.0-unstable.8",
"@veramo/core": "3.1.2-next.84",
"@veramo/did-manager": "3.1.2-next.84",
"debug": "^4.3.3",
"multibase": "^4.0.6",
"multicodec": "^3.2.1"
},
"devDependencies": {
"@veramo/cli": "3.1.2-next.84",
"@types/debug": "4.1.7"
"@types/debug": "4.1.7",
"@veramo/cli": "3.1.2-next.84"
},
"files": [
"dist/**/*",
Expand Down
8 changes: 8 additions & 0 deletions packages/bls-key-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/Sphereon-Opensource/SSI-SDK/compare/v0.5.1...v0.6.0) (2022-07-01)

**Note:** Version bump only for package @sphereon/ssi-sdk-bls-key-manager
4 changes: 2 additions & 2 deletions packages/bls-key-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ssi-sdk-bls-key-manager",
"description": "Sphereon BLS Key Manager plugin for Veramo",
"version": "0.5.1",
"version": "0.6.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"@mattrglobal/bbs-signatures": "^1.0.0",
"@mattrglobal/node-bbs-signatures": "^0.13.0",
"@sphereon/ssi-sdk-bls-kms-local": "^0.5.1",
"@sphereon/ssi-sdk-bls-kms-local": "^0.6.0",
"@veramo/core": "3.1.2-next.84"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit b1f13bd

Please sign in to comment.