Skip to content

Commit

Permalink
Merge branch 'develop' into chore/improve-dropdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
SinanovicEdis committed Apr 22, 2024
2 parents 8d18060 + dcfa325 commit 7662976
Show file tree
Hide file tree
Showing 77 changed files with 1,394 additions and 1,266 deletions.
5 changes: 5 additions & 0 deletions .changeset/calm-icons-develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@blockchain-lab-um/masca": patch
---

Use external verification for verifyData rpc.
5 changes: 5 additions & 0 deletions .changeset/cold-deers-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@blockchain-lab-um/oidc-client-plugin": minor
---

Update Veramo libraries.
5 changes: 5 additions & 0 deletions .changeset/cyan-ravens-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@blockchain-lab-um/utils": minor
---

Update Veramo libraries.
5 changes: 5 additions & 0 deletions .changeset/eleven-eyes-hide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@blockchain-lab-um/dapp": patch
---

Replaced shared presentation verifying lib.
5 changes: 5 additions & 0 deletions .changeset/five-goats-stare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@blockchain-lab-um/extended-verification": minor
---

Update Veramo libraries.
5 changes: 5 additions & 0 deletions .changeset/funny-tools-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@blockchain-lab-um/dapp": minor
---

Update Veramo libraries.
5 changes: 5 additions & 0 deletions .changeset/grumpy-drinks-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@blockchain-lab-um/did-provider-key": minor
---

Update Veramo libraries.
5 changes: 5 additions & 0 deletions .changeset/late-radios-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@blockchain-lab-um/masca-types": minor
---

Update Veramo libraries.
7 changes: 7 additions & 0 deletions .changeset/lemon-bears-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@blockchain-lab-um/masca-connector": minor
"@blockchain-lab-um/masca-types": minor
"@blockchain-lab-um/masca": minor
---

Deprecate Polygon Mumbai and add support for Polygon Amoy.
5 changes: 5 additions & 0 deletions .changeset/metal-carrots-try.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@blockchain-lab-um/oidc-types": minor
---

Update Veramo libraries.
5 changes: 5 additions & 0 deletions .changeset/nine-pens-cover.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@blockchain-lab-um/masca": minor
---

Update snaps libraries
5 changes: 5 additions & 0 deletions .changeset/poor-walls-boil.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@blockchain-lab-um/masca": patch
---

Update Veramo and iden3 libraries
22 changes: 20 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,23 @@
"@blockchain-lab-um/masca": "1.2.2",
"@blockchain-lab-um/masca-types": "1.3.2"
},
"changesets": []
}
"changesets": [
"calm-icons-develop",
"cold-deers-allow",
"cyan-ravens-rhyme",
"eleven-eyes-hide",
"five-goats-stare",
"five-poets-yell",
"funny-tools-flow",
"grumpy-drinks-mix",
"late-radios-carry",
"lemon-bears-lay",
"metal-carrots-try",
"nine-pens-cover",
"poor-walls-boil",
"rich-pandas-add",
"sixty-students-play",
"swift-roses-change",
"young-forks-jog"
]
}
5 changes: 5 additions & 0 deletions .changeset/sixty-students-play.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@blockchain-lab-um/masca-connector": minor
---

Update Veramo libraries.
5 changes: 5 additions & 0 deletions .changeset/swift-roses-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@blockchain-lab-um/veramo-datamanager": minor
---

Update Veramo libraries.
5 changes: 5 additions & 0 deletions .changeset/young-forks-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@blockchain-lab-um/masca": patch
---

Adjust nbf and iat for idtoken signing
11 changes: 11 additions & 0 deletions libs/did-provider-key/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.1.0-beta.0

### Minor Changes

- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Update Veramo libraries.

### Patch Changes

- Updated dependencies [[`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459)]:
- @blockchain-lab-um/utils@1.4.0-beta.0

## 1.0.8

### Patch Changes
Expand Down
20 changes: 10 additions & 10 deletions libs/did-provider-key/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/did-provider-key",
"version": "1.0.8",
"version": "1.1.0-beta.0",
"private": false,
"description": "Veramo plugin for the key did method (with added support for EBSI)",
"keywords": [],
Expand Down Expand Up @@ -30,20 +30,20 @@
"test:ci": "pnpm run test"
},
"dependencies": {
"@blockchain-lab-um/utils": "1.3.8",
"@blockchain-lab-um/utils": "1.4.0-beta.0",
"@cef-ebsi/key-did-resolver": "^2.0.0",
"@stablelib/ed25519": "^1.0.3",
"@veramo/core": "5.6.1-next.57",
"@veramo/did-manager": "5.6.1-next.57",
"@veramo/core": "6.0.0",
"@veramo/did-manager": "6.0.0",
"did-resolver": "4.1.0"
},
"devDependencies": {
"@veramo/core-types": "5.6.1-next.57",
"@veramo/credential-w3c": "5.6.1-next.57",
"@veramo/data-store": "5.6.1-next.57",
"@veramo/did-resolver": "5.6.1-next.57",
"@veramo/key-manager": "5.6.1-next.57",
"@veramo/kms-local": "5.6.1-next.57",
"@veramo/core-types": "6.0.0",
"@veramo/credential-w3c": "6.0.0",
"@veramo/data-store": "6.0.0",
"@veramo/did-resolver": "6.0.0",
"@veramo/key-manager": "6.0.0",
"@veramo/kms-local": "6.0.0",
"@vitest/coverage-v8": "1.3.1",
"better-sqlite3": "^9.4.3",
"jest-extended": "4.0.2",
Expand Down
13 changes: 13 additions & 0 deletions libs/extended-verification/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @blockchain-lab-um/extended-verification

## 0.2.0-beta.0

### Minor Changes

- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Update Veramo libraries.

### Patch Changes

- Updated dependencies [[`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459)]:
- @blockchain-lab-um/utils@1.4.0-beta.0
- @blockchain-lab-um/did-provider-key@1.1.0-beta.0
- @blockchain-lab-um/masca-types@1.4.0-beta.0

## 0.1.2

### Patch Changes
Expand Down
32 changes: 16 additions & 16 deletions libs/extended-verification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/extended-verification",
"version": "0.1.2",
"version": "0.2.0-beta.0",
"private": false,
"description": "",
"keywords": [],
Expand Down Expand Up @@ -30,28 +30,28 @@
"test:ci": "pnpm run test"
},
"dependencies": {
"@blockchain-lab-um/did-provider-key": "1.0.8",
"@blockchain-lab-um/masca-types": "1.3.2",
"@blockchain-lab-um/utils": "1.3.8",
"@veramo/core": "5.6.0",
"@veramo/credential-eip712": "5.6.0",
"@veramo/credential-status": "5.4.1",
"@veramo/credential-w3c": "5.6.0",
"@veramo/did-provider-jwk": "5.6.0",
"@veramo/did-provider-pkh": "5.6.0",
"@veramo/did-resolver": "5.6.0",
"@veramo/utils": "5.6.0",
"@blockchain-lab-um/did-provider-key": "1.1.0-beta.0",
"@blockchain-lab-um/masca-types": "1.4.0-beta.0",
"@blockchain-lab-um/utils": "1.4.0-beta.0",
"@veramo/core": "6.0.0",
"@veramo/credential-eip712": "6.0.0",
"@veramo/credential-status": "6.0.0",
"@veramo/credential-w3c": "6.0.0",
"@veramo/did-provider-jwk": "6.0.0",
"@veramo/did-provider-pkh": "6.0.0",
"@veramo/did-resolver": "6.0.0",
"@veramo/utils": "6.0.0",
"did-jwt-vc": "^4.0.0",
"did-resolver": "4.1.0",
"ens-did-resolver": "^1.0.4",
"ethers": "^6.11.1",
"ethr-did-resolver": "10.1.3"
},
"devDependencies": {
"@veramo/did-manager": "5.6.0",
"@veramo/did-provider-ethr": "5.6.0",
"@veramo/key-manager": "5.6.0",
"@veramo/kms-local": "5.6.0",
"@veramo/did-manager": "6.0.0",
"@veramo/did-provider-ethr": "6.0.0",
"@veramo/key-manager": "6.0.0",
"@veramo/kms-local": "6.0.0",
"@vitest/coverage-v8": "1.3.1",
"desm": "^1.3.1",
"did-jwt": "^8.0.1",
Expand Down
12 changes: 12 additions & 0 deletions libs/oidc/client-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @blockchain-lab-um/oidc-client-plugin

## 0.4.0-beta.0

### Minor Changes

- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Update Veramo libraries.

### Patch Changes

- Updated dependencies [[`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459)]:
- @blockchain-lab-um/utils@1.4.0-beta.0
- @blockchain-lab-um/oidc-types@0.1.0-beta.0

## 0.3.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions libs/oidc/client-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/oidc-client-plugin",
"version": "0.3.1",
"version": "0.4.0-beta.0",
"license": "(Apache-2.0 AND MIT)",
"type": "module",
"main": "./dist/index.js",
Expand All @@ -20,11 +20,11 @@
"test:ci": "pnpm run test"
},
"dependencies": {
"@blockchain-lab-um/oidc-types": "0.0.8",
"@blockchain-lab-um/utils": "1.3.8",
"@blockchain-lab-um/oidc-types": "0.1.0-beta.0",
"@blockchain-lab-um/utils": "1.4.0-beta.0",
"@sphereon/pex": "^2.0.1",
"@veramo/core": "5.6.1-next.57",
"@veramo/utils": "5.6.1-next.57",
"@veramo/core": "6.0.0",
"@veramo/utils": "6.0.0",
"cross-fetch": "^4.0.0",
"ethereum-cryptography": "^2.1.3",
"jose": "^5.2.2",
Expand Down
6 changes: 6 additions & 0 deletions libs/oidc/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @blockchain-lab-um/oidc-types

## 0.1.0-beta.0

### Minor Changes

- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Update Veramo libraries.

## 0.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/oidc/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/oidc-types",
"version": "0.0.8",
"version": "0.1.0-beta.0",
"description": "Types for OIDC.",
"keywords": ["ssi", "oidc", "vc", "vp"],
"license": "(Apache-2.0 AND MIT)",
Expand All @@ -23,7 +23,7 @@
"lint:fix": "biome check --apply ."
},
"dependencies": {
"@veramo/core": "5.6.1-next.57"
"@veramo/core": "6.0.0"
},
"devDependencies": {
"tsup": "^8.0.2"
Expand Down
6 changes: 6 additions & 0 deletions libs/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.4.0-beta.0

### Minor Changes

- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Update Veramo libraries.

## 1.3.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/utils",
"version": "1.3.8",
"version": "1.4.0-beta.0",
"private": false,
"description": "Helper utilities for Masca monorepo",
"keywords": [],
Expand Down Expand Up @@ -28,7 +28,7 @@
"lint:fix": "biome check --apply ."
},
"dependencies": {
"@veramo/utils": "5.6.1-next.57",
"@veramo/utils": "6.0.0",
"did-resolver": "4.1.0",
"elliptic": "^6.5.5",
"multiformats": "13.1.0",
Expand Down
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,11 @@
"cross-fetch@3.1.8": "patches/cross-fetch@3.1.8.patch",
"cross-fetch@4.0.0": "patches/cross-fetch@4.0.0.patch",
"@ceramicnetwork/common@2.30.0": "patches/@ceramicnetwork__common@2.30.0.patch",
"@metamask/snaps-sdk@1.2.0": "patches/@metamask__snaps-sdk@1.2.0.patch",
"@changesets/assemble-release-plan@6.0.0": "patches/@changesets__assemble-release-plan@6.0.0.patch",
"@iden3/js-iden3-core@1.2.1": "patches/@iden3__js-iden3-core@1.2.1.patch",
"@iden3/js-crypto@1.0.3": "patches/@iden3__js-crypto@1.0.3.patch",
"@iden3/js-jwz@1.3.0": "patches/@iden3__js-jwz@1.3.0.patch",
"@iden3/js-merkletree@1.1.2": "patches/@iden3__js-merkletree@1.1.2.patch",
"ffjavascript@0.2.63": "patches/ffjavascript@0.2.63.patch",
"did-jwt@6.11.6": "patches/did-jwt@6.11.6.patch",
"web-worker@1.3.0": "patches/web-worker@1.3.0.patch",
"@iden3/js-jsonld-merklization@1.1.2": "patches/@iden3__js-jsonld-merklization@1.1.2.patch"
"@iden3/js-jsonld-merklization@1.2.0": "patches/@iden3__js-jsonld-merklization@1.2.0.patch"
},
"allowNonAppliedPatches": false
}
Expand Down
14 changes: 14 additions & 0 deletions packages/connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 1.4.0-beta.0

### Minor Changes

- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Deprecate Polygon Mumbai and add support for Polygon Amoy.

- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Update Veramo libraries.

### Patch Changes

- Updated dependencies [[`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459)]:
- @blockchain-lab-um/utils@1.4.0-beta.0
- @blockchain-lab-um/masca-types@1.4.0-beta.0

## 1.3.2

### Patch Changes
Expand Down
Loading

0 comments on commit 7662976

Please sign in to comment.