Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit e5ce864 Author: semantic-release-bot <[email protected]> Date: Fri Apr 14 05:51:50 2023 +0000 chore(release): 3.4.0 [skip ci] ## [3.4.0](3.3.1-commonjs...3.4.0-commonjs) (2023-04-14) ### Features * Bump resource gas ([#178](#178)) ([a67b3e1](a67b3e1)) commit a67b3e1 Author: DaevMithran <[email protected]> Date: Thu Apr 13 22:43:33 2023 -0700 feat: Bump resource gas (#178) commit 2306a0b Author: semantic-release-bot <[email protected]> Date: Thu Apr 6 12:10:53 2023 +0000 chore(release): 3.3.1 [skip ci] ## [3.3.1](3.3.0-commonjs...3.3.1-commonjs) (2023-04-06) commit 73984a4 Author: DaevMithran <[email protected]> Date: Thu Apr 6 17:32:37 2023 +0530 build: Update ts-proto to cjs (#176) commit 328f66d Author: semantic-release-bot <[email protected]> Date: Mon Apr 3 13:24:35 2023 +0000 chore(release): 3.3.0 [skip ci] ## [3.3.0](3.2.1-commonjs...3.3.0-commonjs) (2023-04-03) ### Features * Add @cosmjs/crypto as direct dependency ([#174](#174)) ([9af5faf](9af5faf)) commit 9af5faf Author: DaevMithran <[email protected]> Date: Mon Apr 3 18:46:58 2023 +0530 feat: Add @cosmjs/crypto as direct dependency (#174) commit 97539f9 Author: semantic-release-bot <[email protected]> Date: Mon Apr 3 11:52:03 2023 +0000 chore(release): 3.2.1 [skip ci] ## [3.2.1](3.2.0-commonjs...3.2.1-commonjs) (2023-04-03) commit 25ffe3f Author: Tasos Derisiotis <[email protected]> Date: Mon Apr 3 14:23:45 2023 +0300 build: Switched history to match explicit versioning commit dbd9e28 Author: Tasos Derisiotis <[email protected]> Date: Mon Apr 3 13:57:54 2023 +0300 Revert "chore(release): 1.0.0 [skip ci]" This reverts commit bfd73df. commit d7de5dc Merge: de5ac88 bfd73df Author: Tasos Derisiotis <[email protected]> Date: Mon Apr 3 13:57:28 2023 +0300 Merge branch 'commonjs' of https://github.com/cheqd/sdk into commonjs commit de5ac88 Author: Tasos Derisiotis <[email protected]> Date: Mon Apr 3 13:57:06 2023 +0300 build: Revert to bare tag commit bfd73df Author: semantic-release-bot <[email protected]> Date: Mon Apr 3 10:48:51 2023 +0000 chore(release): 1.0.0 [skip ci] ## 1.0.0 (2023-04-03) ### ⚠ BREAKING CHANGES * Transition to ESM as hybrid package (#133) * On track with v1 on-ledger release (#115) ### Features * Add createDidPayloadWithSignInputs util [DEV-1587] ([#49](#49)) ([e332f56](e332f56)) * Add localnet in test workflow ([e498193](e498193)) * Added querier as service capability ([#129](#129)) ([71faac7](71faac7)) * **api:** Basic api design & extension plans, TBC ([9c24549](9c24549)) * **did:** Added automated did creation tests & fixes, refactors ([bcfc198](bcfc198)) * **did:** Added multiple verification method support & `uuid` did url support ([d35f007](d35f007)) * Integrate V2 protos ([7fe20bd](7fe20bd)) * On track with v1 on-ledger release ([#115](#115)) ([1ef3a07](1ef3a07)) * **registry:** Fixed registration logic & improved extensibility ([3d76466](3d76466)) * Remove amino encoding workaround in resource ([2754a97](2754a97)) * Remove file-type ([#163](#163)) ([3d2e46a](3d2e46a)) * Resolve review suggestions ([b984ef4](b984ef4)) * Resources support [DEV-1616] ([#18](#18)) ([40bb485](40bb485)) * **sdk:** Added base constructor manager class ([441bfa3](441bfa3)) * **signer:** Added pre-test implementation of `DidTxSigner` ([924d9ec](924d9ec)) * **tests:** Added more signer coverage ([59a88eb](59a88eb)) * **tests:** Added stable round of SDK tests ([fa31daa](fa31daa)) * Update @cheqd/ts-proto from 3.1.2 to 3.1.3 ([#151](#151)) ([f6ac275](f6ac275)) * Update indyStyle identifier ([e12226d](e12226d)) * Update proto && Accept did core spec input [DEV-2113] ([#111](#111)) ([f2f710a](f2f710a)), closes [#114](#114) * Update signature conversion ([2824bcb](2824bcb)) * Update test rpcUrl ([3903c62](3903c62)) * Update tests ([242e82f](242e82f)) * Update tests and utils ([6075594](6075594)) * Updated ts-proto package ([72e5bcf](72e5bcf)) * Upgrade ts-proto && Support Deactivate DID ([46a57ea](46a57ea)) * **utils:** Added utils & interoperability improvements ([d0f5f4d](d0f5f4d)) ### Bug Fixes * Bugfix on conditional context injection ([6497799](6497799)) * Bugfix on conditional context injection ([#142](#142)) ([b09c681](b09c681)) * Bugfix on conditional context injection ([#143](#143)) ([854232c](854232c)) * **build:** Added deep level support of iterables ([1aeaea3](1aeaea3)) * **build:** Fixed build type declarations standalones ([ffadfe5](ffadfe5)) * Bump dependencies to latest ts-proto upstream ([3762c9f](3762c9f)) * Client determined MIME type auto fee generation ([#117](#117)) ([3ba673d](3ba673d)) * **deps:** Downgraded `uint8arrays` due to export config clash ([2e30906](2e30906)) * **deps:** Fixed dev deps in scope of semantic release ([721b488](721b488)) * **deps:** Fixed imports deriving from bumps ([2cccc75](2cccc75)) * **exports:** Fixed lib exports ([f17dbe3](f17dbe3)) * Handle empty address condition ([#125](#125)) ([6c1080b](6c1080b)) * **keys:** Added deep equality lambda ([edcc15f](edcc15f)) * Minor issue ([e060576](e060576)) * Removed traces of directory imports ([#135](#135)) ([9a5d53c](9a5d53c)) * **tests:** Removed experimental versioning ([93b714c](93b714c)) * **types:** Fixed type mismatch on compilation ([c0cfbd5](c0cfbd5)) * typo ([463ac62](463ac62)) ### Performance Improvements * **helpers:** Added env-specific utils exports ([4957f44](4957f44)) ### Build System * Transition to ESM as hybrid package ([#133](#133)) ([a832043](a832043)) commit e9887c6 Author: Tasos Derisiotis <[email protected]> Date: Mon Apr 3 13:37:21 2023 +0300 build: Switched to explicit def commit 878689d Author: Tasos Derisiotis <[email protected]> Date: Mon Apr 3 13:26:45 2023 +0300 build: Switched to distinct tag format commit deded43 Merge: a24103f 53829df Author: Tasos Derisiotis <[email protected]> Date: Mon Apr 3 13:22:09 2023 +0300 build: Resolved merge commit a24103f Author: Tasos Derisiotis <[email protected]> Date: Mon Apr 3 13:04:47 2023 +0300 build: Bump deps to latest where relevant commit 40df737 Author: Ankur Banerjee <[email protected]> Date: Mon Apr 3 09:47:51 2023 +0100 build: Sync main branch changes to CommonJS (#167) * chore(deps-dev): Bump @types/node from 18.13.0 to 18.14.0 (#144) * chore(deps-dev): Bump @types/node from 18.13.0 to 18.14.0 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.13.0 to 18.14.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * bump package --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <[email protected]> * build(deps): Bump file-type from 18.2.0 to 18.2.1 (#145) * chore(deps): Bump file-type from 18.2.0 to 18.2.1 Bumps [file-type](https://github.com/sindresorhus/file-type) from 18.2.0 to 18.2.1. - [Release notes](https://github.com/sindresorhus/file-type/releases) - [Commits](sindresorhus/file-type@v18.2.0...v18.2.1) --- updated-dependencies: - dependency-name: file-type dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump packages --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <[email protected]> * chore(release): 3.0.2-develop.1 [skip ci] ## [3.0.2-develop.1](3.0.1...3.0.2-develop.1) (2023-02-20) * chore: Bump package lock * chore(release): 3.0.2 [skip ci] ## [3.0.2](3.0.1...3.0.2) (2023-02-20) * chore(release): Bump package * chore(release): 3.0.2 [skip ci] ## [3.0.2](3.0.1...3.0.2) (2023-02-20) * build(deps-dev): Bump @types/uuid from 9.0.0 to 9.0.1 Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid) --- updated-dependencies: - dependency-name: "@types/uuid" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps-dev): Bump @types/node from 18.14.0 to 18.14.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore: Add included files to package.json for NPM package * bump package * Update CHANGELOG.md * Fix workflow * Update test.yml * build(deps-dev): Bump @types/node from 18.14.0 to 18.14.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore(release): 3.0.2-develop.2 [skip ci] ## [3.0.2-develop.2](3.0.2-develop.1...3.0.2-develop.2) (2023-02-27) * bump package * chore(release): 3.0.2-develop.3 [skip ci] ## [3.0.2-develop.3](3.0.2-develop.2...3.0.2-develop.3) (2023-02-27) * chore: Bump package lock * chore(release): 3.0.2 [skip ci] ## [3.0.2](3.0.1...3.0.2) (2023-02-28) * feat: Updated ts-proto package * chore(release): 3.1.0-develop.1 [skip ci] ## [3.1.0-develop.1](3.0.2-develop.3...3.1.0-develop.1) (2023-02-28) ### Features * Updated ts-proto package ([72e5bcf](72e5bcf)) * chore(release): 3.1.0 [skip ci] ## [3.1.0](3.0.1...3.1.0) (2023-02-28) ### Features * Updated ts-proto package ([72e5bcf](72e5bcf)) * chore(release): 3.1.1 [skip ci] ## [3.1.1](3.1.0...3.1.1) (2023-02-28) * chore(deps-dev): Bump @types/node to 18.14.4 * build(deps-dev): Bump @types/node from 18.14.4 to 18.14.6 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.4 to 18.14.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * bump package * chore(release): 3.1.2-develop.1 [skip ci] ## [3.1.2-develop.1](3.1.1...3.1.2-develop.1) (2023-03-09) * feat: Update @cheqd/ts-proto from 3.1.2 to 3.1.3 (#151) * feat: Update @cheqd/ts-proto from 3.1.2 to 3.1.3 * Update package-lock.json * Delete test.yml * Move npm test to build * Update build.yml * Add npm ci to test job * chore(release): 3.2.0 [skip ci] ## [3.2.0](3.1.1...3.2.0) (2023-03-09) ### Features * Update @cheqd/ts-proto from 3.1.2 to 3.1.3 ([#151](#151)) ([f6ac275](f6ac275)) * Update package-lock.json * Update package-lock.json --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: semantic-release-bot <[email protected]> commit 53829df Author: Ankur Banerjee <[email protected]> Date: Thu Mar 30 12:16:13 2023 +0100 docs: Fix broken links commit 11b0266 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Mar 30 11:37:04 2023 +0100 chore(deps): Bump amannn/action-semantic-pull-request from 5.1.0 to 5.2.0 (#157) build(deps): Bump amannn/action-semantic-pull-request Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/amannn/action-semantic-pull-request/releases) - [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md) - [Commits](amannn/action-semantic-pull-request@v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: amannn/action-semantic-pull-request dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit c90f92e Author: DaevMithran <[email protected]> Date: Thu Mar 30 13:02:59 2023 +0530 Merge main into cjs commit 3d2e46a Author: DaevMithran <[email protected]> Date: Wed Mar 29 11:18:12 2023 +0530 feat: Remove file-type (#163) * feat: Remove file-type * fix: Markdown linting commit ffd82ef Author: semantic-release-bot <[email protected]> Date: Thu Mar 9 15:03:03 2023 +0000 chore(release): 3.2.0 [skip ci] ## [3.2.0](3.1.1...3.2.0) (2023-03-09) ### Features * Update @cheqd/ts-proto from 3.1.2 to 3.1.3 ([#151](#151)) ([f6ac275](f6ac275)) commit f6ac275 Author: Ankur Banerjee <[email protected]> Date: Thu Mar 9 14:53:46 2023 +0000 feat: Update @cheqd/ts-proto from 3.1.2 to 3.1.3 (#151) * feat: Update @cheqd/ts-proto from 3.1.2 to 3.1.3 * Update package-lock.json * Delete test.yml * Move npm test to build * Update build.yml * Add npm ci to test job commit 57a693d Author: semantic-release-bot <[email protected]> Date: Thu Mar 9 14:11:09 2023 +0000 chore(release): 3.1.2-develop.1 [skip ci] ## [3.1.2-develop.1](3.1.1...3.1.2-develop.1) (2023-03-09) commit 37536db Merge: 7b709f4 9341017 Author: Ankur Banerjee <[email protected]> Date: Thu Mar 9 14:02:42 2023 +0000 chore(deps-dev): Bump @types/node from 18.14.4 to 18.14.6 (#150) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.4 to 18.14.6. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=18.14.4&new-version=18.14.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> commit 9341017 Author: Ankur Banerjee <[email protected]> Date: Thu Mar 9 13:50:02 2023 +0000 bump package commit cdbd38f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Mar 6 02:12:04 2023 +0000 build(deps-dev): Bump @types/node from 18.14.4 to 18.14.6 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.4 to 18.14.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> commit 7b709f4 Author: Ankur Banerjee <[email protected]> Date: Thu Mar 2 12:19:30 2023 +0000 chore(deps-dev): Bump @types/node to 18.14.4 commit 84e31fa Author: semantic-release-bot <[email protected]> Date: Tue Feb 28 09:17:29 2023 +0000 chore(release): 3.1.1 [skip ci] ## [3.1.1](3.1.0...3.1.1) (2023-02-28) commit bb718ef Merge: 6b8f818 6d33439 Author: Ankur Banerjee <[email protected]> Date: Tue Feb 28 09:09:00 2023 +0000 Merge branch 'develop' commit 6b8f818 Author: semantic-release-bot <[email protected]> Date: Tue Feb 28 08:51:45 2023 +0000 chore(release): 3.1.0 [skip ci] ## [3.1.0](3.0.1...3.1.0) (2023-02-28) ### Features * Updated ts-proto package ([72e5bcf](72e5bcf)) commit 6d33439 Author: semantic-release-bot <[email protected]> Date: Tue Feb 28 08:48:18 2023 +0000 chore(release): 3.1.0-develop.1 [skip ci] ## [3.1.0-develop.1](3.0.2-develop.3...3.1.0-develop.1) (2023-02-28) ### Features * Updated ts-proto package ([72e5bcf](72e5bcf)) commit 72e5bcf Author: Ankur Banerjee <[email protected]> Date: Tue Feb 28 08:38:40 2023 +0000 feat: Updated ts-proto package commit 1dff91d Author: semantic-release-bot <[email protected]> Date: Tue Feb 28 00:10:31 2023 +0000 chore(release): 3.0.2 [skip ci] ## [3.0.2](3.0.1...3.0.2) (2023-02-28) commit 2768ae6 Author: Ankur Banerjee <[email protected]> Date: Tue Feb 28 00:02:11 2023 +0000 chore: Bump package lock commit 714be3a Author: semantic-release-bot <[email protected]> Date: Mon Feb 27 17:51:13 2023 +0000 chore(release): 3.0.2-develop.3 [skip ci] ## [3.0.2-develop.3](3.0.2-develop.2...3.0.2-develop.3) (2023-02-27) commit 37c4a91 Merge: 099c044 ff06d2f Author: Ankur Banerjee <[email protected]> Date: Mon Feb 27 17:42:42 2023 +0000 chore(deps-dev): Bump @types/node from 18.14.0 to 18.14.2 (#149) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.2. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=18.14.0&new-version=18.14.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> commit ff06d2f Merge: 405a8a9 099c044 Author: Ankur Banerjee <[email protected]> Date: Mon Feb 27 17:07:25 2023 +0000 Merge branch 'develop' into dependabot/npm_and_yarn/develop/types/node-18.14.2 commit 405a8a9 Author: Ankur Banerjee <[email protected]> Date: Mon Feb 27 17:04:44 2023 +0000 bump package commit 099c044 Author: semantic-release-bot <[email protected]> Date: Mon Feb 27 16:37:13 2023 +0000 chore(release): 3.0.2-develop.2 [skip ci] ## [3.0.2-develop.2](3.0.2-develop.1...3.0.2-develop.2) (2023-02-27) commit 75380a9 Merge: 8d888b3 b4f696d Author: Ankur Banerjee <[email protected]> Date: Mon Feb 27 16:35:07 2023 +0000 Merge branch 'dependabot/npm_and_yarn/develop/types/node-18.14.2' of https://github.com/cheqd/sdk into dependabot/npm_and_yarn/develop/types/node-18.14.2 commit 8d888b3 Merge: 13ca07c 20baef5 Author: Ankur Banerjee <[email protected]> Date: Mon Feb 27 16:35:01 2023 +0000 Merge branch 'develop' into dependabot/npm_and_yarn/develop/types/node-18.14.2 commit b4f696d Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Feb 27 16:29:43 2023 +0000 build(deps-dev): Bump @types/node from 18.14.0 to 18.14.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> commit 20baef5 Merge: 452fe1c 6755ead Author: Ankur Banerjee <[email protected]> Date: Mon Feb 27 16:28:57 2023 +0000 chore(deps-dev): Bump @types/uuid from 9.0.0 to 9.0.1 (#148) Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 9.0.0 to 9.0.1. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/uuid&package-manager=npm_and_yarn&previous-version=9.0.0&new-version=9.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> commit 6755ead Author: Ankur Banerjee <[email protected]> Date: Mon Feb 27 16:20:49 2023 +0000 Update test.yml commit 6da1fc1 Author: Ankur Banerjee <[email protected]> Date: Mon Feb 27 16:14:18 2023 +0000 Fix workflow commit c41e217 Author: Ankur Banerjee <[email protected]> Date: Mon Feb 27 15:59:14 2023 +0000 Update CHANGELOG.md commit c7cc30a Merge: b90b397 452fe1c Author: Ankur Banerjee <[email protected]> Date: Mon Feb 27 15:52:42 2023 +0000 Merge branch 'develop' into dependabot/npm_and_yarn/develop/types/uuid-9.0.1 commit b90b397 Author: Ankur Banerjee <[email protected]> Date: Mon Feb 27 11:23:08 2023 +0000 bump package commit 452fe1c Author: Ankur Banerjee <[email protected]> Date: Mon Feb 27 11:11:14 2023 +0000 chore: Add included files to package.json for NPM package commit 13ca07c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Feb 27 02:46:56 2023 +0000 build(deps-dev): Bump @types/node from 18.14.0 to 18.14.2 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> commit 62186b8 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Feb 27 02:46:30 2023 +0000 build(deps-dev): Bump @types/uuid from 9.0.0 to 9.0.1 Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid) --- updated-dependencies: - dependency-name: "@types/uuid" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> commit 4236a83 Author: semantic-release-bot <[email protected]> Date: Mon Feb 20 19:00:13 2023 +0000 chore(release): 3.0.2 [skip ci] ## [3.0.2](3.0.1...3.0.2) (2023-02-20) commit 67a215c Author: Ankur Banerjee <[email protected]> Date: Mon Feb 20 18:51:30 2023 +0000 chore(release): Bump package commit 1c9ea6b Author: semantic-release-bot <[email protected]> Date: Mon Feb 20 18:36:47 2023 +0000 chore(release): 3.0.2 [skip ci] ## [3.0.2](3.0.1...3.0.2) (2023-02-20) commit 097ae78 Merge: 9fd1c44 e9f64e7 Author: Ankur Banerjee <[email protected]> Date: Mon Feb 20 18:28:07 2023 +0000 chore(release): Bring down bumped changes from develop (#146) commit e9f64e7 Author: Ankur Banerjee <[email protected]> Date: Mon Feb 20 18:19:16 2023 +0000 chore: Bump package lock commit 88ac9c5 Author: semantic-release-bot <[email protected]> Date: Mon Feb 20 18:09:12 2023 +0000 chore(release): 3.0.2-develop.1 [skip ci] ## [3.0.2-develop.1](3.0.1...3.0.2-develop.1) (2023-02-20) commit 24d2b47 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Feb 20 18:01:14 2023 +0000 build(deps): Bump file-type from 18.2.0 to 18.2.1 (#145) * chore(deps): Bump file-type from 18.2.0 to 18.2.1 Bumps [file-type](https://github.com/sindresorhus/file-type) from 18.2.0 to 18.2.1. - [Release notes](https://github.com/sindresorhus/file-type/releases) - [Commits](sindresorhus/file-type@v18.2.0...v18.2.1) --- updated-dependencies: - dependency-name: file-type dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump packages --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <[email protected]> commit 1ad9fb1 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Feb 20 17:33:28 2023 +0000 chore(deps-dev): Bump @types/node from 18.13.0 to 18.14.0 (#144) * chore(deps-dev): Bump @types/node from 18.13.0 to 18.14.0 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.13.0 to 18.14.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * bump package --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <[email protected]> commit e7c3706 Author: semantic-release-bot <[email protected]> Date: Fri Feb 17 14:43:20 2023 +0000 chore(release): 3.0.2 [skip ci] ## [3.0.2](3.0.1...3.0.2) (2023-02-17) ### Bug Fixes * Bugfix on conditional context injection ([6497799](6497799)) commit 5bc6b2d Merge: 3500b69 9fd1c44 Author: Tasos Derisiotis <[email protected]> Date: Fri Feb 17 15:56:32 2023 +0200 Merge branch 'main' into cjs commit 9fd1c44 Author: semantic-release-bot <[email protected]> Date: Fri Feb 17 12:20:59 2023 +0000 chore(release): 3.0.1 [skip ci] ## [3.0.1](3.0.0...3.0.1) (2023-02-17) ### Bug Fixes * Bugfix on conditional context injection ([#142](#142)) ([b09c681](b09c681)) * Bugfix on conditional context injection ([#143](#143)) ([854232c](854232c)) commit 3500b69 Author: Tasos Derisiotis <[email protected]> Date: Fri Feb 17 14:17:01 2023 +0200 build: Node downgrade commit 6497799 Author: Tasos Derisiotis <[email protected]> Date: Fri Feb 17 14:15:59 2023 +0200 fix: Bugfix on conditional context injection - Backports fix to `@cjs` tag. commit 854232c Merge: 674b3b9 194c05d Author: Tasos Derisiotis <[email protected]> Date: Fri Feb 17 14:12:36 2023 +0200 fix: Bugfix on conditional context injection (#143) commit 194c05d Author: semantic-release-bot <[email protected]> Date: Fri Feb 17 11:50:34 2023 +0000 chore(release): 3.0.1-develop.1 [skip ci] ## [3.0.1-develop.1](3.0.0...3.0.1-develop.1) (2023-02-17) ### Bug Fixes * Bugfix on conditional context injection ([#142](#142)) ([b09c681](b09c681)) commit b09c681 Author: Tasos Derisiotis <[email protected]> Date: Fri Feb 17 13:41:59 2023 +0200 fix: Bugfix on conditional context injection (#142) commit d69f1c6 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Feb 16 13:46:27 2023 +0000 chore(deps-dev): Bump jest from 29.4.2 to 29.4.3 (#140) * build(deps-dev): Bump jest from 29.4.2 to 29.4.3 Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.2 to 29.4.3. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.4.3/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * bump package --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <[email protected]> commit 674b3b9 Author: Ankur Banerjee <[email protected]> Date: Thu Feb 16 13:18:29 2023 +0000 ci: Sync and update workflows (#139) * Update workflows * Update README.md * Update package-lock.json commit 7c8bfe8 Author: semantic-release-bot <[email protected]> Date: Wed Feb 15 18:57:38 2023 +0000 chore(release): 3.0.0 [skip ci] ## [3.0.0](2.1.0...3.0.0) (2023-02-15) ### ⚠ BREAKING CHANGES * Transition to ESM as hybrid package (#133) ### Bug Fixes * Removed traces of directory imports ([#135](#135)) ([9a5d53c](9a5d53c)) ### Build System * Transition to ESM as hybrid package ([#133](#133)) ([a832043](a832043)) commit 9a8e105 Merge: 4f61a75 8865de0 Author: Tasos Derisiotis <[email protected]> Date: Wed Feb 15 20:43:34 2023 +0200 Merge pull request #137 from cheqd/develop build: Release v3, transition to ESM commit 8865de0 Author: semantic-release-bot <[email protected]> Date: Wed Feb 15 18:41:27 2023 +0000 chore(release): 3.0.0-develop.6 [skip ci] ## [3.0.0-develop.6](3.0.0-develop.5...3.0.0-develop.6) (2023-02-15) commit 9b87c43 Merge: e082318 4f61a75 Author: Tasos Derisiotis <[email protected]> Date: Wed Feb 15 20:32:48 2023 +0200 Merge branch 'main' into develop commit e082318 Author: semantic-release-bot <[email protected]> Date: Wed Feb 15 18:09:32 2023 +0000 chore(release): 3.0.0-develop.5 [skip ci] ## [3.0.0-develop.5](3.0.0-develop.4...3.0.0-develop.5) (2023-02-15) commit be15b6a Author: Tasos Derisiotis <[email protected]> Date: Wed Feb 15 20:00:40 2023 +0200 build: Bump relevant to latest commit 41bb5a0 Author: semantic-release-bot <[email protected]> Date: Tue Feb 14 21:17:31 2023 +0000 chore(release): 3.0.0-develop.4 [skip ci] ## [3.0.0-develop.4](3.0.0-develop.3...3.0.0-develop.4) (2023-02-14) commit 2b8ab21 Author: Tasos Derisiotis <[email protected]> Date: Tue Feb 14 23:08:48 2023 +0200 build: Switched to ESM-first exports (#136) commit 5d422ef Author: semantic-release-bot <[email protected]> Date: Tue Feb 14 19:25:49 2023 +0000 chore(release): 3.0.0-develop.3 [skip ci] ## [3.0.0-develop.3](3.0.0-develop.2...3.0.0-develop.3) (2023-02-14) ### Bug Fixes * Removed traces of directory imports ([#135](#135)) ([9a5d53c](9a5d53c)) commit 9a5d53c Author: Tasos Derisiotis <[email protected]> Date: Tue Feb 14 21:17:55 2023 +0200 fix: Removed traces of directory imports (#135) commit e017c3b Author: semantic-release-bot <[email protected]> Date: Tue Feb 14 17:16:40 2023 +0000 chore(release): 3.0.0-develop.2 [skip ci] ## [3.0.0-develop.2](3.0.0-develop.1...3.0.0-develop.2) (2023-02-14) commit 690109e Author: Tasos Derisiotis <[email protected]> Date: Tue Feb 14 19:07:42 2023 +0200 build: Tidy imports, cleanup redundancy (#134) * build: Tidy imports, cleanup redundancy * Switched to cjs * Switched to esm * Switched back to cjs commit a62b46f Author: semantic-release-bot <[email protected]> Date: Tue Feb 14 15:42:54 2023 +0000 chore(release): 3.0.0-develop.1 [skip ci] ## [3.0.0-develop.1](2.1.0-develop.1...3.0.0-develop.1) (2023-02-14) ### ⚠ BREAKING CHANGES * Transition to ESM as hybrid package (#133) ### Build System * Transition to ESM as hybrid package ([#133](#133)) ([a832043](a832043)) commit a832043 Author: Tasos Derisiotis <[email protected]> Date: Tue Feb 14 17:33:44 2023 +0200 build!: Transition to ESM as hybrid package (#133) commit 8c42450 Author: Tasos Derisiotis <[email protected]> Date: Mon Feb 13 10:46:03 2023 +0200 test: Added linked resource collection metadata extended tests (#132) * test: Added linked resource collection metadata extended tests * Switched to localnet
- Loading branch information