diff --git a/.changeset/pre.json b/.changeset/pre.json index 38519a7d4..c7586e60a 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -19,19 +19,29 @@ "calm-icons-develop", "cold-deers-allow", "cyan-ravens-rhyme", + "dull-cows-exist", "eleven-eyes-hide", + "fair-elephants-float", + "fifty-toes-beam", "five-goats-stare", "five-poets-yell", "funny-tools-flow", "grumpy-drinks-mix", + "happy-otters-trade", "late-radios-carry", "lemon-bears-lay", + "lemon-snakes-taste", "metal-carrots-try", "nine-pens-cover", + "orange-sloths-applaud", + "plenty-moles-return", "poor-walls-boil", "rich-pandas-add", + "short-birds-hug", "sixty-students-play", + "slow-cats-love", "swift-roses-change", + "wise-spoons-lie", "young-forks-jog" ] } diff --git a/libs/did-provider-key/CHANGELOG.md b/libs/did-provider-key/CHANGELOG.md index 65c4608df..fa71e7c57 100644 --- a/libs/did-provider-key/CHANGELOG.md +++ b/libs/did-provider-key/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.1.0-beta.1 + +### Patch Changes + +- [#637](https://github.com/blockchain-lab-um/masca/pull/637) [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032) Thanks [@martines3000](https://github.com/martines3000)! - Update Vitest + +- Updated dependencies [[`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032)]: + - @blockchain-lab-um/utils@1.4.0-beta.1 + ## 1.1.0-beta.0 ### Minor Changes diff --git a/libs/did-provider-key/package.json b/libs/did-provider-key/package.json index 3566c21cf..ec62c6bfd 100644 --- a/libs/did-provider-key/package.json +++ b/libs/did-provider-key/package.json @@ -1,6 +1,6 @@ { "name": "@blockchain-lab-um/did-provider-key", - "version": "1.1.0-beta.0", + "version": "1.1.0-beta.1", "private": false, "description": "Veramo plugin for the key did method (with added support for EBSI)", "keywords": [], @@ -19,7 +19,12 @@ "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", - "files": ["dist/**", "README.md", "package.json", "CHANGELOG.md"], + "files": [ + "dist/**", + "README.md", + "package.json", + "CHANGELOG.md" + ], "scripts": { "build": "pnpm clean && pnpm compile", "clean": "rimraf dist", @@ -30,7 +35,7 @@ "test:ci": "pnpm run test" }, "dependencies": { - "@blockchain-lab-um/utils": "1.4.0-beta.0", + "@blockchain-lab-um/utils": "1.4.0-beta.1", "@cef-ebsi/key-did-resolver": "^2.0.0", "@stablelib/ed25519": "^1.0.3", "@veramo/core": "6.0.0", diff --git a/libs/extended-verification/CHANGELOG.md b/libs/extended-verification/CHANGELOG.md index f9a89b3bc..7bbeb7955 100644 --- a/libs/extended-verification/CHANGELOG.md +++ b/libs/extended-verification/CHANGELOG.md @@ -1,5 +1,20 @@ # @blockchain-lab-um/extended-verification +## 0.2.0-beta.1 + +### Minor Changes + +- [#637](https://github.com/blockchain-lab-um/masca/pull/637) [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032) Thanks [@martines3000](https://github.com/martines3000)! - Add universal resolver support. + +### Patch Changes + +- [#637](https://github.com/blockchain-lab-um/masca/pull/637) [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032) Thanks [@martines3000](https://github.com/martines3000)! - Update Vitest + +- Updated dependencies [[`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032)]: + - @blockchain-lab-um/did-provider-key@1.1.0-beta.1 + - @blockchain-lab-um/utils@1.4.0-beta.1 + - @blockchain-lab-um/masca-types@1.4.0-beta.1 + ## 0.2.0-beta.0 ### Minor Changes diff --git a/libs/extended-verification/package.json b/libs/extended-verification/package.json index 65febf6bd..6d884e081 100644 --- a/libs/extended-verification/package.json +++ b/libs/extended-verification/package.json @@ -1,6 +1,6 @@ { "name": "@blockchain-lab-um/extended-verification", - "version": "0.2.0-beta.0", + "version": "0.2.0-beta.1", "private": false, "description": "", "keywords": [], @@ -19,7 +19,12 @@ "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", - "files": ["dist/**", "README.md", "package.json", "CHANGELOG.md"], + "files": [ + "dist/**", + "README.md", + "package.json", + "CHANGELOG.md" + ], "scripts": { "build": "pnpm clean && pnpm compile", "clean": "rimraf dist", @@ -30,9 +35,9 @@ "test:ci": "pnpm run test" }, "dependencies": { - "@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", + "@blockchain-lab-um/did-provider-key": "1.1.0-beta.1", + "@blockchain-lab-um/masca-types": "1.4.0-beta.1", + "@blockchain-lab-um/utils": "1.4.0-beta.1", "@veramo/core": "6.0.0", "@veramo/credential-eip712": "6.0.0", "@veramo/credential-status": "6.0.0", diff --git a/libs/oidc/client-plugin/CHANGELOG.md b/libs/oidc/client-plugin/CHANGELOG.md index 66210699e..380109272 100644 --- a/libs/oidc/client-plugin/CHANGELOG.md +++ b/libs/oidc/client-plugin/CHANGELOG.md @@ -1,5 +1,14 @@ # @blockchain-lab-um/oidc-client-plugin +## 0.4.0-beta.1 + +### Patch Changes + +- [#637](https://github.com/blockchain-lab-um/masca/pull/637) [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032) Thanks [@martines3000](https://github.com/martines3000)! - Update Vitest + +- Updated dependencies [[`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032)]: + - @blockchain-lab-um/utils@1.4.0-beta.1 + ## 0.4.0-beta.0 ### Minor Changes diff --git a/libs/oidc/client-plugin/package.json b/libs/oidc/client-plugin/package.json index 3738ab944..5a45b1eb3 100644 --- a/libs/oidc/client-plugin/package.json +++ b/libs/oidc/client-plugin/package.json @@ -1,13 +1,18 @@ { "name": "@blockchain-lab-um/oidc-client-plugin", - "version": "0.4.0-beta.0", + "version": "0.4.0-beta.1", "license": "(Apache-2.0 AND MIT)", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", - "files": ["dist/", "README.md", "CHANGELOG.md", "package.json"], + "files": [ + "dist/", + "README.md", + "CHANGELOG.md", + "package.json" + ], "scripts": { "build": "pnpm clean && pnpm compile", "clean": "rimraf dist", @@ -21,7 +26,7 @@ }, "dependencies": { "@blockchain-lab-um/oidc-types": "0.1.0-beta.0", - "@blockchain-lab-um/utils": "1.4.0-beta.0", + "@blockchain-lab-um/utils": "1.4.0-beta.1", "@sphereon/pex": "^2.0.1", "@veramo/core": "6.0.0", "@veramo/utils": "6.0.0", diff --git a/libs/utils/CHANGELOG.md b/libs/utils/CHANGELOG.md index 7c1bcef6b..4365a7f5e 100644 --- a/libs/utils/CHANGELOG.md +++ b/libs/utils/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.4.0-beta.1 + +### Patch Changes + +- [#637](https://github.com/blockchain-lab-um/masca/pull/637) [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032) Thanks [@martines3000](https://github.com/martines3000)! - Update Vitest + +- [#637](https://github.com/blockchain-lab-um/masca/pull/637) [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032) Thanks [@martines3000](https://github.com/martines3000)! - Move UniversalResolver service implementation to utils library. + ## 1.4.0-beta.0 ### Minor Changes diff --git a/libs/utils/package.json b/libs/utils/package.json index 1d53d1ae0..c68179d1a 100644 --- a/libs/utils/package.json +++ b/libs/utils/package.json @@ -1,6 +1,6 @@ { "name": "@blockchain-lab-um/utils", - "version": "1.4.0-beta.0", + "version": "1.4.0-beta.1", "private": false, "description": "Helper utilities for Masca monorepo", "keywords": [], @@ -19,7 +19,12 @@ "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", - "files": ["dist/**", "README.md", "package.json", "CHANGELOG.md"], + "files": [ + "dist/**", + "README.md", + "package.json", + "CHANGELOG.md" + ], "scripts": { "build": "pnpm clean && pnpm compile", "clean": "rimraf dist", diff --git a/packages/connector/CHANGELOG.md b/packages/connector/CHANGELOG.md index dbc987d7e..f83242859 100644 --- a/packages/connector/CHANGELOG.md +++ b/packages/connector/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.4.0-beta.1 + +### Patch Changes + +- Updated dependencies [[`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032)]: + - @blockchain-lab-um/utils@1.4.0-beta.1 + - @blockchain-lab-um/masca-types@1.4.0-beta.1 + ## 1.4.0-beta.0 ### Minor Changes diff --git a/packages/connector/package.json b/packages/connector/package.json index 50e7fc0a1..00ff0bf83 100644 --- a/packages/connector/package.json +++ b/packages/connector/package.json @@ -1,6 +1,6 @@ { "name": "@blockchain-lab-um/masca-connector", - "version": "1.4.0-beta.0", + "version": "1.4.0-beta.1", "description": "Library for using Masca on the frontend", "keywords": [ "MetaMask", @@ -35,8 +35,8 @@ "prepack": "pnpm build" }, "dependencies": { - "@blockchain-lab-um/masca-types": "1.4.0-beta.0", - "@blockchain-lab-um/utils": "1.4.0-beta.0", + "@blockchain-lab-um/masca-types": "1.4.0-beta.1", + "@blockchain-lab-um/utils": "1.4.0-beta.1", "@didtools/pkh-ethereum": "0.4.0", "@veramo/core": "6.0.0", "did-session": "2.0.1", diff --git a/packages/dapp/CHANGELOG.md b/packages/dapp/CHANGELOG.md index bb9c6d31e..4b36a8683 100644 --- a/packages/dapp/CHANGELOG.md +++ b/packages/dapp/CHANGELOG.md @@ -1,5 +1,18 @@ # @blockchain-lab-um/dapp +## 1.4.0-beta.2 + +### Patch Changes + +- [#634](https://github.com/blockchain-lab-um/masca/pull/634) [`c829624`](https://github.com/blockchain-lab-um/masca/commit/c8296242be92d0a76e3d762f952d2d549a570ab0) Thanks [@pseudobun](https://github.com/pseudobun)! - Adds banner at the top of dapp. + +- [#626](https://github.com/blockchain-lab-um/masca/pull/626) [`932f6aa`](https://github.com/blockchain-lab-um/masca/commit/932f6aa03cde4007a6e65100869e8403de525552) Thanks [@SinanovicEdis](https://github.com/SinanovicEdis)! - Improves dropdowns. + +- Updated dependencies [[`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032)]: + - @blockchain-lab-um/did-provider-key@1.1.0-beta.1 + - @blockchain-lab-um/extended-verification@0.2.0-beta.1 + - @blockchain-lab-um/masca-connector@1.4.0-beta.1 + ## 1.4.0-beta.1 ### Minor Changes diff --git a/packages/dapp/package.json b/packages/dapp/package.json index 6c7766382..98b5278ad 100644 --- a/packages/dapp/package.json +++ b/packages/dapp/package.json @@ -1,6 +1,6 @@ { "name": "@blockchain-lab-um/dapp", - "version": "1.4.0-beta.1", + "version": "1.4.0-beta.2", "private": true, "license": "(Apache-2.0 AND MIT)", "type": "commonjs", @@ -19,9 +19,9 @@ "start:local": "infisical run --env=dev --path=/packages/dapp -- next start" }, "dependencies": { - "@blockchain-lab-um/did-provider-key": "1.1.0-beta.0", - "@blockchain-lab-um/extended-verification": "0.2.0-beta.0", - "@blockchain-lab-um/masca-connector": "1.4.0-beta.0", + "@blockchain-lab-um/did-provider-key": "1.1.0-beta.1", + "@blockchain-lab-um/extended-verification": "0.2.0-beta.1", + "@blockchain-lab-um/masca-connector": "1.4.0-beta.1", "@blockchain-lab-um/oidc-types": "0.1.0-beta.0", "@headlessui/react": "^1.7.18", "@heroicons/react": "^2.1.1", @@ -107,7 +107,9 @@ }, "nx": { "namedInputs": { - "default": ["{projectRoot}/**/*"], + "default": [ + "{projectRoot}/**/*" + ], "production": [ "default", "!{projectRoot}/sonar-project.properties", @@ -119,13 +121,25 @@ }, "targets": { "build": { - "inputs": ["production", "^production"], - "dependsOn": ["^build"], - "outputs": ["{projectRoot}/.next"] + "inputs": [ + "production", + "^production" + ], + "dependsOn": [ + "^build" + ], + "outputs": [ + "{projectRoot}/.next" + ] }, "start": { - "inputs": ["production", "^production"], - "dependsOn": ["build"], + "inputs": [ + "production", + "^production" + ], + "dependsOn": [ + "build" + ], "outputs": [] } } diff --git a/packages/datamanager/CHANGELOG.md b/packages/datamanager/CHANGELOG.md index d01e32099..cf59eb3f0 100644 --- a/packages/datamanager/CHANGELOG.md +++ b/packages/datamanager/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.1.0-beta.1 + +### Patch Changes + +- [#637](https://github.com/blockchain-lab-um/masca/pull/637) [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032) Thanks [@martines3000](https://github.com/martines3000)! - Update Vitest + ## 1.1.0-beta.0 ### Minor Changes diff --git a/packages/datamanager/package.json b/packages/datamanager/package.json index 254f4c93b..ecf160b0f 100644 --- a/packages/datamanager/package.json +++ b/packages/datamanager/package.json @@ -1,13 +1,18 @@ { "name": "@blockchain-lab-um/veramo-datamanager", - "version": "1.1.0-beta.0", + "version": "1.1.0-beta.1", "license": "(Apache-2.0 AND MIT)", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", - "files": ["dist/**", "README.md", "package.json", "CHANGELOG.md"], + "files": [ + "dist/**", + "README.md", + "package.json", + "CHANGELOG.md" + ], "scripts": { "build": "pnpm clean && pnpm compile", "clean": "rimraf dist", diff --git a/packages/snap/CHANGELOG.md b/packages/snap/CHANGELOG.md index a0c1f82f2..6edefb463 100644 --- a/packages/snap/CHANGELOG.md +++ b/packages/snap/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 1.3.0-beta.2 + +### Patch Changes + +- [#637](https://github.com/blockchain-lab-um/masca/pull/637) [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032) Thanks [@martines3000](https://github.com/martines3000)! - Update Vitest + +- [#637](https://github.com/blockchain-lab-um/masca/pull/637) [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032) Thanks [@martines3000](https://github.com/martines3000)! - Move UniversalResolver service implementation to utils library. + +- Updated dependencies [[`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032)]: + - @blockchain-lab-um/did-provider-key@1.1.0-beta.1 + - @blockchain-lab-um/veramo-datamanager@1.1.0-beta.1 + - @blockchain-lab-um/utils@1.4.0-beta.1 + - @blockchain-lab-um/extended-verification@0.2.0-beta.1 + - @blockchain-lab-um/oidc-client-plugin@0.4.0-beta.1 + - @blockchain-lab-um/masca-types@1.4.0-beta.1 + ## 1.3.0-beta.1 ### Minor Changes diff --git a/packages/snap/package.json b/packages/snap/package.json index 9f7b2047c..e3537682c 100644 --- a/packages/snap/package.json +++ b/packages/snap/package.json @@ -1,6 +1,6 @@ { "name": "@blockchain-lab-um/masca", - "version": "1.3.0-beta.1", + "version": "1.3.0-beta.2", "description": "Snap for managing VCs and VPs in MetaMask", "keywords": [ "MetaMask", @@ -55,13 +55,13 @@ }, "dependencies": { "@0xpolygonid/js-sdk": "1.10.4", - "@blockchain-lab-um/did-provider-key": "1.1.0-beta.0", - "@blockchain-lab-um/extended-verification": "0.2.0-beta.0", - "@blockchain-lab-um/masca-types": "1.4.0-beta.0", - "@blockchain-lab-um/oidc-client-plugin": "0.4.0-beta.0", + "@blockchain-lab-um/did-provider-key": "1.1.0-beta.1", + "@blockchain-lab-um/extended-verification": "0.2.0-beta.1", + "@blockchain-lab-um/masca-types": "1.4.0-beta.1", + "@blockchain-lab-um/oidc-client-plugin": "0.4.0-beta.1", "@blockchain-lab-um/oidc-types": "0.1.0-beta.0", - "@blockchain-lab-um/utils": "1.4.0-beta.0", - "@blockchain-lab-um/veramo-datamanager": "1.1.0-beta.0", + "@blockchain-lab-um/utils": "1.4.0-beta.1", + "@blockchain-lab-um/veramo-datamanager": "1.1.0-beta.1", "@ceramicnetwork/http-client": "2.27.0", "@glazed/did-datastore": "0.3.2", "@iden3/js-iden3-core": "1.3.1", diff --git a/packages/snap/snap.manifest.json b/packages/snap/snap.manifest.json index 7fdf80a56..a260cae8f 100644 --- a/packages/snap/snap.manifest.json +++ b/packages/snap/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "1.3.0-beta.1", + "version": "1.3.0-beta.2", "description": "Snap for managing VCs and VPs in MetaMask", "proposedName": "Masca", "repository": { diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 5701f10e2..1025e2525 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.4.0-beta.1 + +### Patch Changes + +- Updated dependencies [[`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032)]: + - @blockchain-lab-um/utils@1.4.0-beta.1 + ## 1.4.0-beta.0 ### Minor Changes diff --git a/packages/types/package.json b/packages/types/package.json index 03a0b71ee..bcccce7d5 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,8 +1,13 @@ { "name": "@blockchain-lab-um/masca-types", - "version": "1.4.0-beta.0", + "version": "1.4.0-beta.1", "description": "Types for Masca", - "keywords": ["ssi", "metamask", "snap", "dapp"], + "keywords": [ + "ssi", + "metamask", + "snap", + "dapp" + ], "license": "(Apache-2.0 AND MIT)", "author": { "name": "Blockchain Lab:UM", @@ -14,7 +19,12 @@ "module": "./dist/index.js", "source": "./src/index.ts", "types": "./dist/index.d.ts", - "files": ["dist/**", "README.md", "package.json", "CHANGELOG.md"], + "files": [ + "dist/**", + "README.md", + "package.json", + "CHANGELOG.md" + ], "scripts": { "build": "pnpm clean && pnpm typia:generate && pnpm compile", "clean": "rimraf dist", @@ -25,7 +35,7 @@ }, "dependencies": { "@0xpolygonid/js-sdk": "1.10.4", - "@blockchain-lab-um/utils": "1.4.0-beta.0", + "@blockchain-lab-um/utils": "1.4.0-beta.1", "@veramo/core": "6.0.0", "typia": "^5.5.0" }, @@ -37,7 +47,9 @@ }, "nx": { "namedInputs": { - "default": ["{projectRoot}/**/*"], + "default": [ + "{projectRoot}/**/*" + ], "production": [ "default", "!{projectRoot}/dist/**/*", @@ -46,13 +58,26 @@ }, "targets": { "build": { - "inputs": ["production", "^production"], - "dependsOn": ["^build"], - "outputs": ["{projectRoot}/dist", "{projectRoot}/src/typia-generated"] + "inputs": [ + "production", + "^production" + ], + "dependsOn": [ + "^build" + ], + "outputs": [ + "{projectRoot}/dist", + "{projectRoot}/src/typia-generated" + ] }, "lint": { - "inputs": ["default", "^production"], - "dependsOn": ["build"], + "inputs": [ + "default", + "^production" + ], + "dependsOn": [ + "build" + ], "outputs": [] } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5a0897fea..9c791c226 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -160,7 +160,7 @@ importers: libs/did-provider-key: dependencies: '@blockchain-lab-um/utils': - specifier: 1.4.0-beta.0 + specifier: 1.4.0-beta.1 version: link:../utils '@cef-ebsi/key-did-resolver': specifier: ^2.0.0 @@ -227,13 +227,13 @@ importers: libs/extended-verification: dependencies: '@blockchain-lab-um/did-provider-key': - specifier: 1.1.0-beta.0 + specifier: 1.1.0-beta.1 version: link:../did-provider-key '@blockchain-lab-um/masca-types': - specifier: 1.4.0-beta.0 + specifier: 1.4.0-beta.1 version: link:../../packages/types '@blockchain-lab-um/utils': - specifier: 1.4.0-beta.0 + specifier: 1.4.0-beta.1 version: link:../utils '@veramo/core': specifier: 6.0.0 @@ -315,7 +315,7 @@ importers: specifier: 0.1.0-beta.0 version: link:../types '@blockchain-lab-um/utils': - specifier: 1.4.0-beta.0 + specifier: 1.4.0-beta.1 version: link:../../utils '@sphereon/pex': specifier: ^2.0.1 @@ -405,10 +405,10 @@ importers: packages/connector: dependencies: '@blockchain-lab-um/masca-types': - specifier: 1.4.0-beta.0 + specifier: 1.4.0-beta.1 version: link:../types '@blockchain-lab-um/utils': - specifier: 1.4.0-beta.0 + specifier: 1.4.0-beta.1 version: link:../../libs/utils '@didtools/pkh-ethereum': specifier: 0.4.0 @@ -442,13 +442,13 @@ importers: packages/dapp: dependencies: '@blockchain-lab-um/did-provider-key': - specifier: 1.1.0-beta.0 + specifier: 1.1.0-beta.1 version: link:../../libs/did-provider-key '@blockchain-lab-um/extended-verification': - specifier: 0.2.0-beta.0 + specifier: 0.2.0-beta.1 version: link:../../libs/extended-verification '@blockchain-lab-um/masca-connector': - specifier: 1.4.0-beta.0 + specifier: 1.4.0-beta.1 version: link:../connector '@blockchain-lab-um/oidc-types': specifier: 0.1.0-beta.0 @@ -784,25 +784,25 @@ importers: specifier: 1.10.4 version: 1.10.4(@iden3/js-crypto@1.1.0)(@iden3/js-iden3-core@1.3.1)(@iden3/js-jsonld-merklization@1.2.0)(@iden3/js-jwz@1.4.0)(@iden3/js-merkletree@1.2.0)(ffjavascript@0.2.63)(rfc4648@1.5.3)(snarkjs@0.7.3) '@blockchain-lab-um/did-provider-key': - specifier: 1.1.0-beta.0 + specifier: 1.1.0-beta.1 version: link:../../libs/did-provider-key '@blockchain-lab-um/extended-verification': - specifier: 0.2.0-beta.0 + specifier: 0.2.0-beta.1 version: link:../../libs/extended-verification '@blockchain-lab-um/masca-types': - specifier: 1.4.0-beta.0 + specifier: 1.4.0-beta.1 version: link:../types '@blockchain-lab-um/oidc-client-plugin': - specifier: 0.4.0-beta.0 + specifier: 0.4.0-beta.1 version: link:../../libs/oidc/client-plugin '@blockchain-lab-um/oidc-types': specifier: 0.1.0-beta.0 version: link:../../libs/oidc/types '@blockchain-lab-um/utils': - specifier: 1.4.0-beta.0 + specifier: 1.4.0-beta.1 version: link:../../libs/utils '@blockchain-lab-um/veramo-datamanager': - specifier: 1.1.0-beta.0 + specifier: 1.1.0-beta.1 version: link:../datamanager '@ceramicnetwork/http-client': specifier: 2.27.0 @@ -968,7 +968,7 @@ importers: specifier: 1.10.4 version: 1.10.4(@iden3/js-crypto@1.1.0)(@iden3/js-iden3-core@1.3.1)(@iden3/js-jsonld-merklization@1.2.0)(@iden3/js-jwz@1.4.0)(@iden3/js-merkletree@1.2.0)(ffjavascript@0.2.63)(rfc4648@1.5.3)(snarkjs@0.7.3) '@blockchain-lab-um/utils': - specifier: 1.4.0-beta.0 + specifier: 1.4.0-beta.1 version: link:../../libs/utils '@veramo/core': specifier: 6.0.0 @@ -13175,7 +13175,7 @@ packages: resolution: {integrity: sha512-izNRxPoaeJeg/AyH8hER6s+H7p4itk+03QCa4sbxI3lNdseQYCuxzgsuNK8bTXChtLTjpJz6NmXKA73qLa3rCA==} dependencies: asn1js: 3.0.5 - pvtsutils: 1.3.3 + pvtsutils: 1.3.5 tslib: 2.6.2 /@peculiar/asn1-schema@2.3.8: @@ -14769,7 +14769,6 @@ packages: - encoding - supports-color - utf-8-validate - optional: true /@react-native/community-cli-plugin@0.74.81(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(encoding@0.1.13): resolution: {integrity: sha512-ezPOwPxbDgrBZLJJMcXryXJXjv3VWt+Mt4jRZiEtvy6pAoi2owSH0b178T5cEZaWsxQN0BbyJ7F/xJsNiF4z0Q==} @@ -14794,6 +14793,7 @@ packages: - encoding - supports-color - utf-8-validate + dev: false /@react-native/debugger-frontend@0.73.3: resolution: {integrity: sha512-RgEKnWuoo54dh7gQhV7kvzKhXZEhpF9LlMdZolyhGxHsBqZ2gXdibfDlfcARFFifPIiaZ3lXuOVVa4ei+uPgTw==} @@ -14906,6 +14906,7 @@ packages: nullthrows: 1.1.1 react: 18.2.0 react-native: 0.74.0(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(@types/react@18.2.64)(encoding@0.1.13)(react@18.2.0) + dev: false /@react-native/virtualized-lists@0.74.81(react-native@0.74.0)(react@18.2.0): resolution: {integrity: sha512-5jF9S10Ug2Wl+L/0+O8WmbC726sMMX8jk/1JrvDDK+0DRLMobfjLc1L26fONlVBF7lE5ctqvKZ9TlKdhPTNOZg==} @@ -14922,7 +14923,6 @@ packages: nullthrows: 1.1.1 react: 18.2.0 react-native: 0.74.0(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) - optional: true /@react-oauth/google@0.12.1(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-qagsy22t+7UdkYAiT5ZhfM4StXi9PPNvw0zuwNmabrWyMKddczMtBIOARflbaIj+wHiQjnMAsZmzsUYuXeyoSg==} @@ -18952,7 +18952,7 @@ packages: resolution: {integrity: sha512-FVnvrKJwpt9LP2lAMl8qZswRNm3T4q9CON+bxldk2iwk3FFpuwhx2FfinyitizWHsVYyaY+y5JzDR0rCMV5yTQ==} engines: {node: '>=12.0.0'} dependencies: - pvtsutils: 1.3.3 + pvtsutils: 1.3.5 pvutils: 1.1.3 tslib: 2.6.2 @@ -24652,7 +24652,7 @@ packages: resolution: {integrity: sha512-+K84LB1DYwMHoHSgaOY/Jfhw3ucPmSET5v98Ke/HdNSw4a0UktWzyW1mjhjpuxxTqOOsfWT/7iVshHmVZ4IpOA==} engines: {node: ^16.14.0 || >=18.0.0} dependencies: - lru-cache: 10.1.0 + lru-cache: 10.2.0 dev: true /hpack.js@2.1.6: @@ -27075,15 +27075,9 @@ packages: engines: {node: 14 || >=16.14} dev: true - /lru-cache@10.1.0: - resolution: {integrity: sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==} - engines: {node: 14 || >=16.14} - dev: true - /lru-cache@10.2.0: resolution: {integrity: sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==} engines: {node: 14 || >=16.14} - dev: false /lru-cache@4.1.5: resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==} @@ -27539,7 +27533,6 @@ packages: - encoding - supports-color - utf-8-validate - optional: true /metro-config@0.80.8(encoding@0.1.13): resolution: {integrity: sha512-VGQJpfJawtwRzGzGXVUoohpIkB0iPom4DmSbAppKfumdhtLA8uVeEPp2GM61kL9hRvdbMhdWA7T+hZFDlo4mJA==} @@ -27557,6 +27550,7 @@ packages: - encoding - supports-color - utf-8-validate + dev: false /metro-core@0.80.8: resolution: {integrity: sha512-g6lud55TXeISRTleW6SHuPFZHtYrpwNqbyFIVd9j9Ofrb5IReiHp9Zl8xkAfZQp8v6ZVgyXD7c130QTsCz+vBw==} @@ -27662,7 +27656,6 @@ packages: - encoding - supports-color - utf-8-validate - optional: true /metro-transform-worker@0.80.8(encoding@0.1.13): resolution: {integrity: sha512-+4FG3TQk3BTbNqGkFb2uCaxYTfsbuFOCKMMURbwu0ehCP8ZJuTUramkaNZoATS49NSAkRgUltgmBa4YaKZ5mqw==} @@ -27685,6 +27678,7 @@ packages: - encoding - supports-color - utf-8-validate + dev: false /metro@0.80.8: resolution: {integrity: sha512-in7S0W11mg+RNmcXw+2d9S3zBGmCARDxIwoXJAmLUQOQoYsRP3cpGzyJtc7WOw8+FXfpgXvceD0u+PZIHXEL7g==} @@ -27739,7 +27733,6 @@ packages: - encoding - supports-color - utf-8-validate - optional: true /metro@0.80.8(encoding@0.1.13): resolution: {integrity: sha512-in7S0W11mg+RNmcXw+2d9S3zBGmCARDxIwoXJAmLUQOQoYsRP3cpGzyJtc7WOw8+FXfpgXvceD0u+PZIHXEL7g==} @@ -27794,6 +27787,7 @@ packages: - encoding - supports-color - utf-8-validate + dev: false /micro-ftch@0.3.1: resolution: {integrity: sha512-/0LLxhzP0tfiR5hcQebtudP56gUurs2CLkGarnCiB/OqEyUFQ6U3paQi/tgLv0hBJYt2rnr9MNpxz4fiiugstg==} @@ -30836,7 +30830,7 @@ packages: react-native: '*' dependencies: base64-js: 1.5.1 - react-native: 0.74.0(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(@types/react@18.2.64)(encoding@0.1.13)(react@18.2.0) + react-native: 0.74.0(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0) /react-native-webview@11.26.1(react-native@0.74.0)(react@18.2.0): resolution: {integrity: sha512-hC7BkxOpf+z0UKhxFSFTPAM4shQzYmZHoELa6/8a/MspcjEP7ukYKpuSUTLDywQditT8yI9idfcKvfZDKQExGw==} @@ -30965,6 +30959,7 @@ packages: - encoding - supports-color - utf-8-validate + dev: false /react-native@0.74.0(@babel/core@7.24.4)(@babel/preset-env@7.24.4)(react@18.2.0): resolution: {integrity: sha512-Vpp9WPmkCm4TUH5YDxwQhqktGVon/yLpjbTgjgLqup3GglOgWagYCX3MlmK1iksIcqtyMJHMEWa+UEzJ3G9T8w==} @@ -31022,7 +31017,6 @@ packages: - encoding - supports-color - utf-8-validate - optional: true /react-refresh@0.14.0: resolution: {integrity: sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==} @@ -35051,10 +35045,10 @@ packages: /webcrypto-core@1.7.7: resolution: {integrity: sha512-7FjigXNsBfopEj+5DV2nhNpfic2vumtjjgPmeDKk45z+MJwXKKfhPB7118Pfzrmh4jqOMST6Ch37iPAHoImg5g==} dependencies: - '@peculiar/asn1-schema': 2.3.6 + '@peculiar/asn1-schema': 2.3.8 '@peculiar/json-schema': 1.1.12 asn1js: 3.0.5 - pvtsutils: 1.3.3 + pvtsutils: 1.3.5 tslib: 2.6.2 /webcrypto-core@1.7.9: