From bdf931e45d3e019264792a56aad9c20125c69a76 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 14:49:43 +0000 Subject: [PATCH] chore: release main --- .github/release-please-manifest.json | 2 +- packages/client/CHANGELOG.md | 47 ++++++++++++++++++++++ packages/client/package.json | 10 ++--- packages/core/CHANGELOG.md | 48 ++++++++++++++++++++++ packages/core/package.json | 6 +-- packages/interface/CHANGELOG.md | 47 ++++++++++++++++++++++ packages/interface/package.json | 2 +- packages/principal/CHANGELOG.md | 42 ++++++++++++++++++++ packages/principal/package.json | 4 +- packages/server/CHANGELOG.md | 58 +++++++++++++++++++++++++++ packages/server/package.json | 14 +++---- packages/transport/CHANGELOG.md | 50 +++++++++++++++++++++++ packages/transport/package.json | 8 ++-- packages/validator/CHANGELOG.md | 59 ++++++++++++++++++++++++++++ packages/validator/package.json | 10 ++--- 15 files changed, 379 insertions(+), 28 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 857b88b9..799b22a8 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{"packages/client":"4.0.3","packages/core":"4.0.3","packages/interface":"4.1.0","packages/principal":"4.1.0","packages/server":"4.1.0","packages/transport":"4.0.3","packages/validator":"4.1.0"} \ No newline at end of file +{"packages/client":"4.0.2","packages/core":"4.0.2","packages/interface":"4.0.2","packages/principal":"4.0.2","packages/server":"4.0.2","packages/transport":"4.0.2","packages/validator":"4.0.2"} \ No newline at end of file diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 5c354407..0e2fa03d 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -57,6 +57,53 @@ * release 4.0.2 ([e9e35df](https://github.com/web3-storage/ucanto/commit/e9e35dffeeb7e5b5e19627f791b66bbdd35d2d11)) +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/interface bumped from ^4.1.0 to ^4.0.2 + * devDependencies + * @ucanto/principal bumped from ^4.1.0 to ^4.0.2 + * @ucanto/core bumped from ^4.0.3 to ^4.0.2 + * @ucanto/transport bumped from ^4.0.3 to ^4.0.2 + +## [4.0.2](https://github.com/web3-storage/ucanto/compare/client-v4.0.3...client-v4.0.2) (2022-12-14) + + +### ⚠ BREAKING CHANGES + +* upgrades to multiformats@10 ([#117](https://github.com/web3-storage/ucanto/issues/117)) +* upgrade to ucan 0.9 ([#95](https://github.com/web3-storage/ucanto/issues/95)) +* update dag-ucan, types and names ([#90](https://github.com/web3-storage/ucanto/issues/90)) + +### Features + +* cherry pick changes from uploads-v2 demo ([#43](https://github.com/web3-storage/ucanto/issues/43)) ([4308fd2](https://github.com/web3-storage/ucanto/commit/4308fd2f392b9fcccc52af64432dcb04c8257e0b)) +* delgation iterate, more errors and types ([0606168](https://github.com/web3-storage/ucanto/commit/0606168313d17d66bcc1ad6091440765e1700a4f)) +* refactor into monorepo ([#13](https://github.com/web3-storage/ucanto/issues/13)) ([1f99506](https://github.com/web3-storage/ucanto/commit/1f995064ec6e5953118c2dd1065ee6be959f25b9)) +* setup pnpm & release-please ([84ac7f1](https://github.com/web3-storage/ucanto/commit/84ac7f12e5a66ee4919fa7527858dc916850e3e0)) +* **ucanto:** capability create / inovke methods ([#51](https://github.com/web3-storage/ucanto/issues/51)) ([ddf56b1](https://github.com/web3-storage/ucanto/commit/ddf56b1ec80ff6c0698255c531936d8eeab532fd)) +* **ucanto:** upstream changes from w3 branch ([#54](https://github.com/web3-storage/ucanto/issues/54)) ([861e997](https://github.com/web3-storage/ucanto/commit/861e997e31c2a51195b8384eff5df656b6ec9efc)) +* update dag-ucan, types and names ([#90](https://github.com/web3-storage/ucanto/issues/90)) ([cd792c9](https://github.com/web3-storage/ucanto/commit/cd792c934fbd358d6ccfa5d02f205b14b5f2e14e)) +* upgrade to ucan 0.9 ([#95](https://github.com/web3-storage/ucanto/issues/95)) ([b752b39](https://github.com/web3-storage/ucanto/commit/b752b398950120d6121badcdbb639f4dc9ce8794)) +* upgrades to multiformats@10 ([#117](https://github.com/web3-storage/ucanto/issues/117)) ([61dc4ca](https://github.com/web3-storage/ucanto/commit/61dc4cafece3365bbf60f709265ea71180f226d7)) + + +### Bug Fixes + +* build types before publishing ([#71](https://github.com/web3-storage/ucanto/issues/71)) ([04b7958](https://github.com/web3-storage/ucanto/commit/04b79588f77dba234aaf628f62f574b124bd540b)) +* downgrade versions ([#158](https://github.com/web3-storage/ucanto/issues/158)) ([f814e75](https://github.com/web3-storage/ucanto/commit/f814e75a89d3ed7c3488a8cb7af8d94f0cfba440)) +* optional field validation ([#124](https://github.com/web3-storage/ucanto/issues/124)) ([87b70d2](https://github.com/web3-storage/ucanto/commit/87b70d2d56c07f8257717fa5ef584a21eb0417c8)) +* package scripts to build types ([#84](https://github.com/web3-storage/ucanto/issues/84)) ([4d21132](https://github.com/web3-storage/ucanto/commit/4d2113246abdda215dd3fa882730ba71e68b5695)) +* remove invalid package exports ([d5a112b](https://github.com/web3-storage/ucanto/commit/d5a112ba7852c442a3af744f98c58ecbe23669ee)) + + +### Miscellaneous Chores + +* release 0.0.1-beta ([d6c7e73](https://github.com/web3-storage/ucanto/commit/d6c7e73de56278e2f2c92c4a0e1a2709c92bcbf9)) +* release 4.0.2 ([e9e35df](https://github.com/web3-storage/ucanto/commit/e9e35dffeeb7e5b5e19627f791b66bbdd35d2d11)) + + ### Dependencies * The following workspace dependencies were updated diff --git a/packages/client/package.json b/packages/client/package.json index 328798db..6dadf2b4 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/client", "description": "UCAN RPC Client", - "version": "4.0.3", + "version": "4.0.2", "keywords": [ "UCAN", "RPC", @@ -29,15 +29,15 @@ "build": "tsc --build" }, "dependencies": { - "@ucanto/interface": "^4.1.0", + "@ucanto/interface": "^4.0.2", "multiformats": "^10.0.2" }, "devDependencies": { "@types/chai": "^4.3.3", "@types/mocha": "^9.1.0", - "@ucanto/principal": "^4.1.0", - "@ucanto/core": "^4.0.3", - "@ucanto/transport": "^4.0.3", + "@ucanto/principal": "^4.0.2", + "@ucanto/core": "^4.0.2", + "@ucanto/transport": "^4.0.2", "@web-std/fetch": "^4.1.0", "@web-std/file": "^3.0.2", "c8": "^7.11.0", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 79487b8e..5fc8027a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -56,6 +56,54 @@ * release 4.0.2 ([e9e35df](https://github.com/web3-storage/ucanto/commit/e9e35dffeeb7e5b5e19627f791b66bbdd35d2d11)) +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/interface bumped from ^4.1.0 to ^4.0.2 + * devDependencies + * @ucanto/principal bumped from ^4.1.0 to ^4.0.2 + +## [4.0.2](https://github.com/web3-storage/ucanto/compare/core-v4.0.3...core-v4.0.2) (2022-12-14) + + +### ⚠ BREAKING CHANGES + +* upgrades to multiformats@10 ([#117](https://github.com/web3-storage/ucanto/issues/117)) +* upgrade to ucan 0.9 ([#95](https://github.com/web3-storage/ucanto/issues/95)) +* update dag-ucan, types and names ([#90](https://github.com/web3-storage/ucanto/issues/90)) + +### Features + +* alight link API with multiformats ([#36](https://github.com/web3-storage/ucanto/issues/36)) ([0ec460e](https://github.com/web3-storage/ucanto/commit/0ec460e43ddda0bb3a3fea8a7881da1463154f36)) +* capability provider API ([#34](https://github.com/web3-storage/ucanto/issues/34)) ([ea89f97](https://github.com/web3-storage/ucanto/commit/ea89f97125bb484a12ce3ca09a7884911a9fd4d6)) +* cherry pick changes from uploads-v2 demo ([#43](https://github.com/web3-storage/ucanto/issues/43)) ([4308fd2](https://github.com/web3-storage/ucanto/commit/4308fd2f392b9fcccc52af64432dcb04c8257e0b)) +* delgation iterate, more errors and types ([0606168](https://github.com/web3-storage/ucanto/commit/0606168313d17d66bcc1ad6091440765e1700a4f)) +* refactor into monorepo ([#13](https://github.com/web3-storage/ucanto/issues/13)) ([1f99506](https://github.com/web3-storage/ucanto/commit/1f995064ec6e5953118c2dd1065ee6be959f25b9)) +* setup pnpm & release-please ([84ac7f1](https://github.com/web3-storage/ucanto/commit/84ac7f12e5a66ee4919fa7527858dc916850e3e0)) +* **ucanto:** capability create / inovke methods ([#51](https://github.com/web3-storage/ucanto/issues/51)) ([ddf56b1](https://github.com/web3-storage/ucanto/commit/ddf56b1ec80ff6c0698255c531936d8eeab532fd)) +* update dag-ucan, types and names ([#90](https://github.com/web3-storage/ucanto/issues/90)) ([cd792c9](https://github.com/web3-storage/ucanto/commit/cd792c934fbd358d6ccfa5d02f205b14b5f2e14e)) +* update to latest dag-ucan ([#165](https://github.com/web3-storage/ucanto/issues/165)) ([20e50de](https://github.com/web3-storage/ucanto/commit/20e50de5e311781ee8dc10e32de4eb12e8df2080)) +* upgrade to ucan 0.9 ([#95](https://github.com/web3-storage/ucanto/issues/95)) ([b752b39](https://github.com/web3-storage/ucanto/commit/b752b398950120d6121badcdbb639f4dc9ce8794)) +* upgrades to multiformats@10 ([#117](https://github.com/web3-storage/ucanto/issues/117)) ([61dc4ca](https://github.com/web3-storage/ucanto/commit/61dc4cafece3365bbf60f709265ea71180f226d7)) + + +### Bug Fixes + +* build types before publishing ([#71](https://github.com/web3-storage/ucanto/issues/71)) ([04b7958](https://github.com/web3-storage/ucanto/commit/04b79588f77dba234aaf628f62f574b124bd540b)) +* downgrade versions ([#158](https://github.com/web3-storage/ucanto/issues/158)) ([f814e75](https://github.com/web3-storage/ucanto/commit/f814e75a89d3ed7c3488a8cb7af8d94f0cfba440)) +* optional field validation ([#124](https://github.com/web3-storage/ucanto/issues/124)) ([87b70d2](https://github.com/web3-storage/ucanto/commit/87b70d2d56c07f8257717fa5ef584a21eb0417c8)) +* package scripts to build types ([#84](https://github.com/web3-storage/ucanto/issues/84)) ([4d21132](https://github.com/web3-storage/ucanto/commit/4d2113246abdda215dd3fa882730ba71e68b5695)) +* typo ([#145](https://github.com/web3-storage/ucanto/issues/145)) ([18b3fd1](https://github.com/web3-storage/ucanto/commit/18b3fd17e8d7671dc76a238723cb8d524b29cba3)) +* update @ipld/car and @ipld/dag-cbor deps ([#120](https://github.com/web3-storage/ucanto/issues/120)) ([5dcd7a5](https://github.com/web3-storage/ucanto/commit/5dcd7a5788dfd126f332b126f7ad1215972f29c4)) + + +### Miscellaneous Chores + +* release 0.0.1-beta ([d6c7e73](https://github.com/web3-storage/ucanto/commit/d6c7e73de56278e2f2c92c4a0e1a2709c92bcbf9)) +* release 4.0.2 ([e9e35df](https://github.com/web3-storage/ucanto/commit/e9e35dffeeb7e5b5e19627f791b66bbdd35d2d11)) + + ### Dependencies * The following workspace dependencies were updated diff --git a/packages/core/package.json b/packages/core/package.json index c216a34f..c963e407 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/core", "description": "ucanto core", - "version": "4.0.3", + "version": "4.0.2", "keywords": [ "UCAN", "RPC", @@ -32,13 +32,13 @@ "@ipld/car": "^5.0.0", "@ipld/dag-cbor": "^8.0.0", "@ipld/dag-ucan": "^3.0.1", - "@ucanto/interface": "^4.1.0", + "@ucanto/interface": "^4.0.2", "multiformats": "^10.0.2" }, "devDependencies": { "@types/chai": "^4.3.3", "@types/mocha": "^9.1.0", - "@ucanto/principal": "^4.1.0", + "@ucanto/principal": "^4.0.2", "c8": "^7.11.0", "chai": "^4.3.6", "mocha": "^10.1.0", diff --git a/packages/interface/CHANGELOG.md b/packages/interface/CHANGELOG.md index dbb1e4a8..77a5042a 100644 --- a/packages/interface/CHANGELOG.md +++ b/packages/interface/CHANGELOG.md @@ -1,5 +1,52 @@ # Changelog +## [4.0.2](https://github.com/web3-storage/ucanto/compare/interface-v4.1.0...interface-v4.0.2) (2022-12-14) + + +### ⚠ BREAKING CHANGES + +* did prinicipal ([#149](https://github.com/web3-storage/ucanto/issues/149)) +* upgrades to multiformats@10 ([#117](https://github.com/web3-storage/ucanto/issues/117)) +* switch decoder API to zod like schema API ([#108](https://github.com/web3-storage/ucanto/issues/108)) +* upgrade to ucan 0.9 ([#95](https://github.com/web3-storage/ucanto/issues/95)) +* update dag-ucan, types and names ([#90](https://github.com/web3-storage/ucanto/issues/90)) + +### Features + +* alight link API with multiformats ([#36](https://github.com/web3-storage/ucanto/issues/36)) ([0ec460e](https://github.com/web3-storage/ucanto/commit/0ec460e43ddda0bb3a3fea8a7881da1463154f36)) +* capability provider API ([#34](https://github.com/web3-storage/ucanto/issues/34)) ([ea89f97](https://github.com/web3-storage/ucanto/commit/ea89f97125bb484a12ce3ca09a7884911a9fd4d6)) +* cherry pick changes from uploads-v2 demo ([#43](https://github.com/web3-storage/ucanto/issues/43)) ([4308fd2](https://github.com/web3-storage/ucanto/commit/4308fd2f392b9fcccc52af64432dcb04c8257e0b)) +* delgation iterate, more errors and types ([0606168](https://github.com/web3-storage/ucanto/commit/0606168313d17d66bcc1ad6091440765e1700a4f)) +* did prinicipal ([#149](https://github.com/web3-storage/ucanto/issues/149)) ([4c11092](https://github.com/web3-storage/ucanto/commit/4c11092e420292af697bd5bec126112f9b961612)) +* embedded key resolution ([#168](https://github.com/web3-storage/ucanto/issues/168)) ([5e650f3](https://github.com/web3-storage/ucanto/commit/5e650f376db79c690e4771695d1ff4e6deece40e)) +* Impelment InferInvokedCapability per [#99](https://github.com/web3-storage/ucanto/issues/99) ([#100](https://github.com/web3-storage/ucanto/issues/100)) ([fc5a2ac](https://github.com/web3-storage/ucanto/commit/fc5a2ace33f2a3599a654d8edd1641d111032074)) +* implement .delegate on capabilities ([#110](https://github.com/web3-storage/ucanto/issues/110)) ([fd0bb9d](https://github.com/web3-storage/ucanto/commit/fd0bb9da58836c05d6ee9f60cd6b1cb6b747e3b1)) +* implement rsa signer / verifier ([#102](https://github.com/web3-storage/ucanto/issues/102)) ([8ed7777](https://github.com/web3-storage/ucanto/commit/8ed77770142259be03c3d6a8108365db1ab796b2)) +* refactor into monorepo ([#13](https://github.com/web3-storage/ucanto/issues/13)) ([1f99506](https://github.com/web3-storage/ucanto/commit/1f995064ec6e5953118c2dd1065ee6be959f25b9)) +* rip out special handling of my: and as: capabilities ([#109](https://github.com/web3-storage/ucanto/issues/109)) ([3ec8e64](https://github.com/web3-storage/ucanto/commit/3ec8e6434a096221bf72193e074810cc18dd5cd8)) +* setup pnpm & release-please ([84ac7f1](https://github.com/web3-storage/ucanto/commit/84ac7f12e5a66ee4919fa7527858dc916850e3e0)) +* switch decoder API to zod like schema API ([#108](https://github.com/web3-storage/ucanto/issues/108)) ([e2e03ff](https://github.com/web3-storage/ucanto/commit/e2e03ffeb35f00627335dbfd3e128e2cf9dcfdee)) +* **ucanto:** capability create / inovke methods ([#51](https://github.com/web3-storage/ucanto/issues/51)) ([ddf56b1](https://github.com/web3-storage/ucanto/commit/ddf56b1ec80ff6c0698255c531936d8eeab532fd)) +* **ucanto:** upstream changes from w3 branch ([#54](https://github.com/web3-storage/ucanto/issues/54)) ([861e997](https://github.com/web3-storage/ucanto/commit/861e997e31c2a51195b8384eff5df656b6ec9efc)) +* **ucanto:** URI protocol type retention & capability constructors ([e291544](https://github.com/web3-storage/ucanto/commit/e2915447254990d6e2384ff79a1da38120426ed5)) +* update dag-ucan, types and names ([#90](https://github.com/web3-storage/ucanto/issues/90)) ([cd792c9](https://github.com/web3-storage/ucanto/commit/cd792c934fbd358d6ccfa5d02f205b14b5f2e14e)) +* update to latest dag-ucan ([#165](https://github.com/web3-storage/ucanto/issues/165)) ([20e50de](https://github.com/web3-storage/ucanto/commit/20e50de5e311781ee8dc10e32de4eb12e8df2080)) +* upgrade to ucan 0.9 ([#95](https://github.com/web3-storage/ucanto/issues/95)) ([b752b39](https://github.com/web3-storage/ucanto/commit/b752b398950120d6121badcdbb639f4dc9ce8794)) +* upgrades to multiformats@10 ([#117](https://github.com/web3-storage/ucanto/issues/117)) ([61dc4ca](https://github.com/web3-storage/ucanto/commit/61dc4cafece3365bbf60f709265ea71180f226d7)) + + +### Bug Fixes + +* build types before publishing ([#71](https://github.com/web3-storage/ucanto/issues/71)) ([04b7958](https://github.com/web3-storage/ucanto/commit/04b79588f77dba234aaf628f62f574b124bd540b)) +* optional field validation ([#124](https://github.com/web3-storage/ucanto/issues/124)) ([87b70d2](https://github.com/web3-storage/ucanto/commit/87b70d2d56c07f8257717fa5ef584a21eb0417c8)) +* remove non-existing exports from map ([8f1a75c](https://github.com/web3-storage/ucanto/commit/8f1a75cea5a7d63435ec265dbd4bb7ed26c8bb4c)) + + +### Miscellaneous Chores + +* release 0.0.1-beta ([d6c7e73](https://github.com/web3-storage/ucanto/commit/d6c7e73de56278e2f2c92c4a0e1a2709c92bcbf9)) +* release 4.0.2 ([e9e35df](https://github.com/web3-storage/ucanto/commit/e9e35dffeeb7e5b5e19627f791b66bbdd35d2d11)) + ## [4.1.0](https://github.com/web3-storage/ucanto/compare/interface-v4.0.2...interface-v4.1.0) (2022-12-14) diff --git a/packages/interface/package.json b/packages/interface/package.json index 8db5cc6b..22f19c62 100644 --- a/packages/interface/package.json +++ b/packages/interface/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/interface", "description": "interface definitions for ucanto", - "version": "4.1.0", + "version": "4.0.2", "types": "./dist/src/lib.d.ts", "main": "./src/lib.js", "keywords": [ diff --git a/packages/principal/CHANGELOG.md b/packages/principal/CHANGELOG.md index f7e97234..7515daf5 100644 --- a/packages/principal/CHANGELOG.md +++ b/packages/principal/CHANGELOG.md @@ -1,5 +1,47 @@ # Changelog +## [4.0.2](https://github.com/web3-storage/ucanto/compare/principal-v4.1.0...principal-v4.0.2) (2022-12-14) + + +### ⚠ BREAKING CHANGES + +* did prinicipal ([#149](https://github.com/web3-storage/ucanto/issues/149)) +* upgrades to multiformats@10 ([#117](https://github.com/web3-storage/ucanto/issues/117)) +* switch decoder API to zod like schema API ([#108](https://github.com/web3-storage/ucanto/issues/108)) +* upgrade to ucan 0.9 ([#95](https://github.com/web3-storage/ucanto/issues/95)) +* update dag-ucan, types and names ([#90](https://github.com/web3-storage/ucanto/issues/90)) + +### Features + +* did prinicipal ([#149](https://github.com/web3-storage/ucanto/issues/149)) ([4c11092](https://github.com/web3-storage/ucanto/commit/4c11092e420292af697bd5bec126112f9b961612)) +* embedded key resolution ([#168](https://github.com/web3-storage/ucanto/issues/168)) ([5e650f3](https://github.com/web3-storage/ucanto/commit/5e650f376db79c690e4771695d1ff4e6deece40e)) +* implement rsa signer / verifier ([#102](https://github.com/web3-storage/ucanto/issues/102)) ([8ed7777](https://github.com/web3-storage/ucanto/commit/8ed77770142259be03c3d6a8108365db1ab796b2)) +* switch decoder API to zod like schema API ([#108](https://github.com/web3-storage/ucanto/issues/108)) ([e2e03ff](https://github.com/web3-storage/ucanto/commit/e2e03ffeb35f00627335dbfd3e128e2cf9dcfdee)) +* update dag-ucan, types and names ([#90](https://github.com/web3-storage/ucanto/issues/90)) ([cd792c9](https://github.com/web3-storage/ucanto/commit/cd792c934fbd358d6ccfa5d02f205b14b5f2e14e)) +* update to latest dag-ucan ([#165](https://github.com/web3-storage/ucanto/issues/165)) ([20e50de](https://github.com/web3-storage/ucanto/commit/20e50de5e311781ee8dc10e32de4eb12e8df2080)) +* upgrade to ucan 0.9 ([#95](https://github.com/web3-storage/ucanto/issues/95)) ([b752b39](https://github.com/web3-storage/ucanto/commit/b752b398950120d6121badcdbb639f4dc9ce8794)) +* upgrades to multiformats@10 ([#117](https://github.com/web3-storage/ucanto/issues/117)) ([61dc4ca](https://github.com/web3-storage/ucanto/commit/61dc4cafece3365bbf60f709265ea71180f226d7)) + + +### Bug Fixes + +* ed type export ([#154](https://github.com/web3-storage/ucanto/issues/154)) ([2f14271](https://github.com/web3-storage/ucanto/commit/2f142715ec7350f57b0a43374f699695292f6edd)) +* optional field validation ([#124](https://github.com/web3-storage/ucanto/issues/124)) ([87b70d2](https://github.com/web3-storage/ucanto/commit/87b70d2d56c07f8257717fa5ef584a21eb0417c8)) +* parse should take strings ([#93](https://github.com/web3-storage/ucanto/issues/93)) ([db57d6b](https://github.com/web3-storage/ucanto/commit/db57d6bdf3ad989e4dc6e906d9b0bce4befbd735)) + + +### Miscellaneous Chores + +* release 0.0.1-beta ([d6c7e73](https://github.com/web3-storage/ucanto/commit/d6c7e73de56278e2f2c92c4a0e1a2709c92bcbf9)) +* release 4.0.2 ([e9e35df](https://github.com/web3-storage/ucanto/commit/e9e35dffeeb7e5b5e19627f791b66bbdd35d2d11)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/interface bumped from ^4.1.0 to ^4.0.2 + ## [4.1.0](https://github.com/web3-storage/ucanto/compare/principal-v4.0.2...principal-v4.1.0) (2022-12-14) diff --git a/packages/principal/package.json b/packages/principal/package.json index 2f38fd30..15273ab1 100644 --- a/packages/principal/package.json +++ b/packages/principal/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/principal", "description": "ed25519 principal", - "version": "4.1.0", + "version": "4.0.2", "keywords": [ "UCAN", "ed25519", @@ -29,7 +29,7 @@ "dependencies": { "@ipld/dag-ucan": "^3.0.1", "@noble/ed25519": "^1.7.1", - "@ucanto/interface": "^4.1.0", + "@ucanto/interface": "^4.0.2", "multiformats": "^10.0.2", "one-webcrypto": "^1.0.3" }, diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 26fcaff2..6bc353fe 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,63 @@ # Changelog +## [4.0.2](https://github.com/web3-storage/ucanto/compare/server-v4.1.0...server-v4.0.2) (2022-12-14) + + +### ⚠ BREAKING CHANGES + +* upgrades to multiformats@10 ([#117](https://github.com/web3-storage/ucanto/issues/117)) +* switch decoder API to zod like schema API ([#108](https://github.com/web3-storage/ucanto/issues/108)) +* upgrade to ucan 0.9 ([#95](https://github.com/web3-storage/ucanto/issues/95)) +* update dag-ucan, types and names ([#90](https://github.com/web3-storage/ucanto/issues/90)) + +### Features + +* alight link API with multiformats ([#36](https://github.com/web3-storage/ucanto/issues/36)) ([0ec460e](https://github.com/web3-storage/ucanto/commit/0ec460e43ddda0bb3a3fea8a7881da1463154f36)) +* capability provider API ([#34](https://github.com/web3-storage/ucanto/issues/34)) ([ea89f97](https://github.com/web3-storage/ucanto/commit/ea89f97125bb484a12ce3ca09a7884911a9fd4d6)) +* cherry pick changes from uploads-v2 demo ([#43](https://github.com/web3-storage/ucanto/issues/43)) ([4308fd2](https://github.com/web3-storage/ucanto/commit/4308fd2f392b9fcccc52af64432dcb04c8257e0b)) +* delgation iterate, more errors and types ([0606168](https://github.com/web3-storage/ucanto/commit/0606168313d17d66bcc1ad6091440765e1700a4f)) +* embedded key resolution ([#168](https://github.com/web3-storage/ucanto/issues/168)) ([5e650f3](https://github.com/web3-storage/ucanto/commit/5e650f376db79c690e4771695d1ff4e6deece40e)) +* refactor into monorepo ([#13](https://github.com/web3-storage/ucanto/issues/13)) ([1f99506](https://github.com/web3-storage/ucanto/commit/1f995064ec6e5953118c2dd1065ee6be959f25b9)) +* setup pnpm & release-please ([84ac7f1](https://github.com/web3-storage/ucanto/commit/84ac7f12e5a66ee4919fa7527858dc916850e3e0)) +* switch decoder API to zod like schema API ([#108](https://github.com/web3-storage/ucanto/issues/108)) ([e2e03ff](https://github.com/web3-storage/ucanto/commit/e2e03ffeb35f00627335dbfd3e128e2cf9dcfdee)) +* **ucanto:** capability create / inovke methods ([#51](https://github.com/web3-storage/ucanto/issues/51)) ([ddf56b1](https://github.com/web3-storage/ucanto/commit/ddf56b1ec80ff6c0698255c531936d8eeab532fd)) +* **ucanto:** upstream changes from w3 branch ([#54](https://github.com/web3-storage/ucanto/issues/54)) ([861e997](https://github.com/web3-storage/ucanto/commit/861e997e31c2a51195b8384eff5df656b6ec9efc)) +* **ucanto:** URI protocol type retention & capability constructors ([e291544](https://github.com/web3-storage/ucanto/commit/e2915447254990d6e2384ff79a1da38120426ed5)) +* update dag-ucan, types and names ([#90](https://github.com/web3-storage/ucanto/issues/90)) ([cd792c9](https://github.com/web3-storage/ucanto/commit/cd792c934fbd358d6ccfa5d02f205b14b5f2e14e)) +* upgrade to ucan 0.9 ([#95](https://github.com/web3-storage/ucanto/issues/95)) ([b752b39](https://github.com/web3-storage/ucanto/commit/b752b398950120d6121badcdbb639f4dc9ce8794)) +* upgrades to multiformats@10 ([#117](https://github.com/web3-storage/ucanto/issues/117)) ([61dc4ca](https://github.com/web3-storage/ucanto/commit/61dc4cafece3365bbf60f709265ea71180f226d7)) + + +### Bug Fixes + +* build types before publishing ([#71](https://github.com/web3-storage/ucanto/issues/71)) ([04b7958](https://github.com/web3-storage/ucanto/commit/04b79588f77dba234aaf628f62f574b124bd540b)) +* downgrade versions ([#158](https://github.com/web3-storage/ucanto/issues/158)) ([f814e75](https://github.com/web3-storage/ucanto/commit/f814e75a89d3ed7c3488a8cb7af8d94f0cfba440)) +* optional field validation ([#124](https://github.com/web3-storage/ucanto/issues/124)) ([87b70d2](https://github.com/web3-storage/ucanto/commit/87b70d2d56c07f8257717fa5ef584a21eb0417c8)) +* package scripts to build types ([#84](https://github.com/web3-storage/ucanto/issues/84)) ([4d21132](https://github.com/web3-storage/ucanto/commit/4d2113246abdda215dd3fa882730ba71e68b5695)) +* server verifier to support RSA and ed ([#142](https://github.com/web3-storage/ucanto/issues/142)) ([7317e71](https://github.com/web3-storage/ucanto/commit/7317e7122e105271f50d20d88c8bf2bb3a3d2575)) +* **server:** generarting invaild typedefs ([#91](https://github.com/web3-storage/ucanto/issues/91)) ([f528031](https://github.com/web3-storage/ucanto/commit/f528031121e9cd7f17f106c737fafae15f928776)) +* **ucanto:** capability provider inference ([#52](https://github.com/web3-storage/ucanto/issues/52)) ([4fa6876](https://github.com/web3-storage/ucanto/commit/4fa68762ca69f304515d56f9b658ddba30fb51a7)) +* versions ([#131](https://github.com/web3-storage/ucanto/issues/131)) ([88b87a7](https://github.com/web3-storage/ucanto/commit/88b87a7f3a32c02a22ddffcb8f38199445097133)) + + +### Miscellaneous Chores + +* release 0.0.1-beta ([d6c7e73](https://github.com/web3-storage/ucanto/commit/d6c7e73de56278e2f2c92c4a0e1a2709c92bcbf9)) +* release 4.0.2 ([e9e35df](https://github.com/web3-storage/ucanto/commit/e9e35dffeeb7e5b5e19627f791b66bbdd35d2d11)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/core bumped from ^4.0.3 to ^4.0.2 + * @ucanto/interface bumped from ^4.1.0 to ^4.0.2 + * @ucanto/validator bumped from ^4.1.0 to ^4.0.2 + * devDependencies + * @ucanto/principal bumped from ^4.1.0 to ^4.0.2 + * @ucanto/client bumped from ^4.0.3 to ^4.0.2 + * @ucanto/transport bumped from ^4.0.3 to ^4.0.2 + ## [4.1.0](https://github.com/web3-storage/ucanto/compare/server-v4.0.2...server-v4.1.0) (2022-12-14) diff --git a/packages/server/package.json b/packages/server/package.json index 3d3516c1..819fe7de 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/server", "description": "UCAN RPC Server", - "version": "4.1.0", + "version": "4.0.2", "types": "./dist/src/lib.d.ts", "main": "./src/lib.js", "keywords": [ @@ -28,17 +28,17 @@ "build": "tsc --build" }, "dependencies": { - "@ucanto/core": "^4.0.3", - "@ucanto/interface": "^4.1.0", - "@ucanto/validator": "^4.1.0" + "@ucanto/core": "^4.0.2", + "@ucanto/interface": "^4.0.2", + "@ucanto/validator": "^4.0.2" }, "devDependencies": { "@types/chai": "^4.3.3", "@types/chai-subset": "^1.3.3", "@types/mocha": "^9.1.0", - "@ucanto/principal": "^4.1.0", - "@ucanto/client": "^4.0.3", - "@ucanto/transport": "^4.0.3", + "@ucanto/principal": "^4.0.2", + "@ucanto/client": "^4.0.2", + "@ucanto/transport": "^4.0.2", "@web-std/fetch": "^4.1.0", "@web-std/file": "^3.0.2", "c8": "^7.11.0", diff --git a/packages/transport/CHANGELOG.md b/packages/transport/CHANGELOG.md index 044ef429..645fcb93 100644 --- a/packages/transport/CHANGELOG.md +++ b/packages/transport/CHANGELOG.md @@ -59,6 +59,56 @@ * release 4.0.2 ([e9e35df](https://github.com/web3-storage/ucanto/commit/e9e35dffeeb7e5b5e19627f791b66bbdd35d2d11)) +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/core bumped from ^4.0.3 to ^4.0.2 + * @ucanto/interface bumped from ^4.1.0 to ^4.0.2 + * devDependencies + * @ucanto/principal bumped from ^4.1.0 to ^4.0.2 + +## [4.0.2](https://github.com/web3-storage/ucanto/compare/transport-v4.0.3...transport-v4.0.2) (2022-12-14) + + +### ⚠ BREAKING CHANGES + +* upgrades to multiformats@10 ([#117](https://github.com/web3-storage/ucanto/issues/117)) +* upgrade to ucan 0.9 ([#95](https://github.com/web3-storage/ucanto/issues/95)) +* update dag-ucan, types and names ([#90](https://github.com/web3-storage/ucanto/issues/90)) + +### Features + +* alight link API with multiformats ([#36](https://github.com/web3-storage/ucanto/issues/36)) ([0ec460e](https://github.com/web3-storage/ucanto/commit/0ec460e43ddda0bb3a3fea8a7881da1463154f36)) +* capability provider API ([#34](https://github.com/web3-storage/ucanto/issues/34)) ([ea89f97](https://github.com/web3-storage/ucanto/commit/ea89f97125bb484a12ce3ca09a7884911a9fd4d6)) +* cherry pick changes from uploads-v2 demo ([#43](https://github.com/web3-storage/ucanto/issues/43)) ([4308fd2](https://github.com/web3-storage/ucanto/commit/4308fd2f392b9fcccc52af64432dcb04c8257e0b)) +* delgation iterate, more errors and types ([0606168](https://github.com/web3-storage/ucanto/commit/0606168313d17d66bcc1ad6091440765e1700a4f)) +* refactor into monorepo ([#13](https://github.com/web3-storage/ucanto/issues/13)) ([1f99506](https://github.com/web3-storage/ucanto/commit/1f995064ec6e5953118c2dd1065ee6be959f25b9)) +* setup pnpm & release-please ([84ac7f1](https://github.com/web3-storage/ucanto/commit/84ac7f12e5a66ee4919fa7527858dc916850e3e0)) +* **ucanto:** upstream changes from w3 branch ([#54](https://github.com/web3-storage/ucanto/issues/54)) ([861e997](https://github.com/web3-storage/ucanto/commit/861e997e31c2a51195b8384eff5df656b6ec9efc)) +* **ucanto:** URI protocol type retention & capability constructors ([e291544](https://github.com/web3-storage/ucanto/commit/e2915447254990d6e2384ff79a1da38120426ed5)) +* update dag-ucan, types and names ([#90](https://github.com/web3-storage/ucanto/issues/90)) ([cd792c9](https://github.com/web3-storage/ucanto/commit/cd792c934fbd358d6ccfa5d02f205b14b5f2e14e)) +* upgrade to ucan 0.9 ([#95](https://github.com/web3-storage/ucanto/issues/95)) ([b752b39](https://github.com/web3-storage/ucanto/commit/b752b398950120d6121badcdbb639f4dc9ce8794)) +* upgrades to multiformats@10 ([#117](https://github.com/web3-storage/ucanto/issues/117)) ([61dc4ca](https://github.com/web3-storage/ucanto/commit/61dc4cafece3365bbf60f709265ea71180f226d7)) + + +### Bug Fixes + +* build types before publishing ([#71](https://github.com/web3-storage/ucanto/issues/71)) ([04b7958](https://github.com/web3-storage/ucanto/commit/04b79588f77dba234aaf628f62f574b124bd540b)) +* default fetch implementation called on non Window object ([#88](https://github.com/web3-storage/ucanto/issues/88)) ([66a22ee](https://github.com/web3-storage/ucanto/commit/66a22eeb749e4f8091e5bfe832af36deb4dfff2e)) +* downgrade versions ([#158](https://github.com/web3-storage/ucanto/issues/158)) ([f814e75](https://github.com/web3-storage/ucanto/commit/f814e75a89d3ed7c3488a8cb7af8d94f0cfba440)) +* FetchResponse type ([#113](https://github.com/web3-storage/ucanto/issues/113)) ([9397eb6](https://github.com/web3-storage/ucanto/commit/9397eb6449d0e2ba30c0da7402f3beda4980ed73)) +* optional field validation ([#124](https://github.com/web3-storage/ucanto/issues/124)) ([87b70d2](https://github.com/web3-storage/ucanto/commit/87b70d2d56c07f8257717fa5ef584a21eb0417c8)) +* package scripts to build types ([#84](https://github.com/web3-storage/ucanto/issues/84)) ([4d21132](https://github.com/web3-storage/ucanto/commit/4d2113246abdda215dd3fa882730ba71e68b5695)) +* update @ipld/car and @ipld/dag-cbor deps ([#120](https://github.com/web3-storage/ucanto/issues/120)) ([5dcd7a5](https://github.com/web3-storage/ucanto/commit/5dcd7a5788dfd126f332b126f7ad1215972f29c4)) + + +### Miscellaneous Chores + +* release 0.0.1-beta ([d6c7e73](https://github.com/web3-storage/ucanto/commit/d6c7e73de56278e2f2c92c4a0e1a2709c92bcbf9)) +* release 4.0.2 ([e9e35df](https://github.com/web3-storage/ucanto/commit/e9e35dffeeb7e5b5e19627f791b66bbdd35d2d11)) + + ### Dependencies * The following workspace dependencies were updated diff --git a/packages/transport/package.json b/packages/transport/package.json index 041c43bd..68dcd0a2 100644 --- a/packages/transport/package.json +++ b/packages/transport/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/transport", "description": "ucanto transport", - "version": "4.0.3", + "version": "4.0.2", "keywords": [ "UCAN", "RPC", @@ -31,14 +31,14 @@ "dependencies": { "@ipld/car": "^5.0.0", "@ipld/dag-cbor": "^8.0.0", - "@ucanto/core": "^4.0.3", - "@ucanto/interface": "^4.1.0", + "@ucanto/core": "^4.0.2", + "@ucanto/interface": "^4.0.2", "multiformats": "^10.0.2" }, "devDependencies": { "@types/chai": "^4.3.3", "@types/mocha": "^9.1.0", - "@ucanto/principal": "^4.1.0", + "@ucanto/principal": "^4.0.2", "@web-std/fetch": "^4.1.0", "c8": "^7.11.0", "chai": "^4.3.6", diff --git a/packages/validator/CHANGELOG.md b/packages/validator/CHANGELOG.md index 143e02b2..60d42772 100644 --- a/packages/validator/CHANGELOG.md +++ b/packages/validator/CHANGELOG.md @@ -1,5 +1,64 @@ # Changelog +## [4.0.2](https://github.com/web3-storage/ucanto/compare/validator-v4.1.0...validator-v4.0.2) (2022-12-14) + + +### ⚠ BREAKING CHANGES + +* upgrades to multiformats@10 ([#117](https://github.com/web3-storage/ucanto/issues/117)) +* switch decoder API to zod like schema API ([#108](https://github.com/web3-storage/ucanto/issues/108)) +* upgrade to ucan 0.9 ([#95](https://github.com/web3-storage/ucanto/issues/95)) +* update dag-ucan, types and names ([#90](https://github.com/web3-storage/ucanto/issues/90)) + +### Features + +* alight link API with multiformats ([#36](https://github.com/web3-storage/ucanto/issues/36)) ([0ec460e](https://github.com/web3-storage/ucanto/commit/0ec460e43ddda0bb3a3fea8a7881da1463154f36)) +* capability provider API ([#34](https://github.com/web3-storage/ucanto/issues/34)) ([ea89f97](https://github.com/web3-storage/ucanto/commit/ea89f97125bb484a12ce3ca09a7884911a9fd4d6)) +* cherry pick changes from uploads-v2 demo ([#43](https://github.com/web3-storage/ucanto/issues/43)) ([4308fd2](https://github.com/web3-storage/ucanto/commit/4308fd2f392b9fcccc52af64432dcb04c8257e0b)) +* delgation iterate, more errors and types ([0606168](https://github.com/web3-storage/ucanto/commit/0606168313d17d66bcc1ad6091440765e1700a4f)) +* embedded key resolution ([#168](https://github.com/web3-storage/ucanto/issues/168)) ([5e650f3](https://github.com/web3-storage/ucanto/commit/5e650f376db79c690e4771695d1ff4e6deece40e)) +* Impelment InferInvokedCapability per [#99](https://github.com/web3-storage/ucanto/issues/99) ([#100](https://github.com/web3-storage/ucanto/issues/100)) ([fc5a2ac](https://github.com/web3-storage/ucanto/commit/fc5a2ace33f2a3599a654d8edd1641d111032074)) +* implement .delegate on capabilities ([#110](https://github.com/web3-storage/ucanto/issues/110)) ([fd0bb9d](https://github.com/web3-storage/ucanto/commit/fd0bb9da58836c05d6ee9f60cd6b1cb6b747e3b1)) +* refactor into monorepo ([#13](https://github.com/web3-storage/ucanto/issues/13)) ([1f99506](https://github.com/web3-storage/ucanto/commit/1f995064ec6e5953118c2dd1065ee6be959f25b9)) +* rip out special handling of my: and as: capabilities ([#109](https://github.com/web3-storage/ucanto/issues/109)) ([3ec8e64](https://github.com/web3-storage/ucanto/commit/3ec8e6434a096221bf72193e074810cc18dd5cd8)) +* setup pnpm & release-please ([84ac7f1](https://github.com/web3-storage/ucanto/commit/84ac7f12e5a66ee4919fa7527858dc916850e3e0)) +* switch decoder API to zod like schema API ([#108](https://github.com/web3-storage/ucanto/issues/108)) ([e2e03ff](https://github.com/web3-storage/ucanto/commit/e2e03ffeb35f00627335dbfd3e128e2cf9dcfdee)) +* **ucanto:** capability create / inovke methods ([#51](https://github.com/web3-storage/ucanto/issues/51)) ([ddf56b1](https://github.com/web3-storage/ucanto/commit/ddf56b1ec80ff6c0698255c531936d8eeab532fd)) +* **ucanto:** URI protocol type retention & capability constructors ([e291544](https://github.com/web3-storage/ucanto/commit/e2915447254990d6e2384ff79a1da38120426ed5)) +* update dag-ucan, types and names ([#90](https://github.com/web3-storage/ucanto/issues/90)) ([cd792c9](https://github.com/web3-storage/ucanto/commit/cd792c934fbd358d6ccfa5d02f205b14b5f2e14e)) +* upgrade to ucan 0.9 ([#95](https://github.com/web3-storage/ucanto/issues/95)) ([b752b39](https://github.com/web3-storage/ucanto/commit/b752b398950120d6121badcdbb639f4dc9ce8794)) +* upgrades to multiformats@10 ([#117](https://github.com/web3-storage/ucanto/issues/117)) ([61dc4ca](https://github.com/web3-storage/ucanto/commit/61dc4cafece3365bbf60f709265ea71180f226d7)) + + +### Bug Fixes + +* add return type to URI.uri() schema ([#127](https://github.com/web3-storage/ucanto/issues/127)) ([c302866](https://github.com/web3-storage/ucanto/commit/c3028667bc1094e6f6b16c43b3a396ef6207f75c)) +* build types before publishing ([#71](https://github.com/web3-storage/ucanto/issues/71)) ([04b7958](https://github.com/web3-storage/ucanto/commit/04b79588f77dba234aaf628f62f574b124bd540b)) +* downgrade versions ([#158](https://github.com/web3-storage/ucanto/issues/158)) ([f814e75](https://github.com/web3-storage/ucanto/commit/f814e75a89d3ed7c3488a8cb7af8d94f0cfba440)) +* intermittent test failures ([#166](https://github.com/web3-storage/ucanto/issues/166)) ([6cb0348](https://github.com/web3-storage/ucanto/commit/6cb03482bd257d2ea62b6558e1f6ee1a693b68fb)) +* optional caveats ([#106](https://github.com/web3-storage/ucanto/issues/106)) ([537a4c8](https://github.com/web3-storage/ucanto/commit/537a4c86fdd02c26c1442d6a205e8977afbad603)) +* optional field validation ([#124](https://github.com/web3-storage/ucanto/issues/124)) ([87b70d2](https://github.com/web3-storage/ucanto/commit/87b70d2d56c07f8257717fa5ef584a21eb0417c8)) +* package scripts to build types ([#84](https://github.com/web3-storage/ucanto/issues/84)) ([4d21132](https://github.com/web3-storage/ucanto/commit/4d2113246abdda215dd3fa882730ba71e68b5695)) +* update @ipld/car and @ipld/dag-cbor deps ([#120](https://github.com/web3-storage/ucanto/issues/120)) ([5dcd7a5](https://github.com/web3-storage/ucanto/commit/5dcd7a5788dfd126f332b126f7ad1215972f29c4)) +* versions ([#131](https://github.com/web3-storage/ucanto/issues/131)) ([88b87a7](https://github.com/web3-storage/ucanto/commit/88b87a7f3a32c02a22ddffcb8f38199445097133)) + + +### Miscellaneous Chores + +* release 0.0.1-beta ([d6c7e73](https://github.com/web3-storage/ucanto/commit/d6c7e73de56278e2f2c92c4a0e1a2709c92bcbf9)) +* release 4.0.2 ([e9e35df](https://github.com/web3-storage/ucanto/commit/e9e35dffeeb7e5b5e19627f791b66bbdd35d2d11)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @ucanto/core bumped from ^4.0.3 to ^4.0.2 + * @ucanto/interface bumped from ^4.1.0 to ^4.0.2 + * devDependencies + * @ucanto/client bumped from ^4.0.3 to ^4.0.2 + * @ucanto/principal bumped from ^4.1.0 to ^4.0.2 + ## [4.1.0](https://github.com/web3-storage/ucanto/compare/validator-v4.0.2...validator-v4.1.0) (2022-12-14) diff --git a/packages/validator/package.json b/packages/validator/package.json index e74b2276..024ea67d 100644 --- a/packages/validator/package.json +++ b/packages/validator/package.json @@ -1,7 +1,7 @@ { "name": "@ucanto/validator", "description": "UCAN RPC validators", - "version": "4.1.0", + "version": "4.0.2", "keywords": [ "UCAN", "ed25519", @@ -29,16 +29,16 @@ "dependencies": { "@ipld/car": "^5.0.0", "@ipld/dag-cbor": "^8.0.0", - "@ucanto/core": "^4.0.3", - "@ucanto/interface": "^4.1.0", + "@ucanto/core": "^4.0.2", + "@ucanto/interface": "^4.0.2", "multiformats": "^10.0.2" }, "devDependencies": { "@types/chai": "^4.3.3", "@types/chai-subset": "^1.3.3", "@types/mocha": "^9.1.0", - "@ucanto/client": "^4.0.3", - "@ucanto/principal": "^4.1.0", + "@ucanto/client": "^4.0.2", + "@ucanto/principal": "^4.0.2", "c8": "^7.11.0", "chai": "^4.3.6", "chai-subset": "^1.6.0",