From ec6e9d8f458f60ac27c73ab0bb6917b1cad51cf8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Dec 2024 10:28:20 +0000 Subject: [PATCH] Update changelogs and bump versions --- .changeset/afraid-parents-sparkle.md | 5 - .changeset/four-jokes-check.md | 5 - .changeset/healthy-trainers-film.md | 5 - .changeset/hungry-steaks-count.md | 6 - .changeset/khaki-forks-bake.md | 2 - .changeset/nervous-pears-remain.md | 9 - .changeset/nervous-turtles-heal.md | 5 - .changeset/perfect-rings-laugh.md | 2 - .changeset/pink-camels-float.md | 5 - .changeset/polite-bats-call.md | 5 - .changeset/slow-apples-think.md | 2 - .changeset/strange-steaks-begin.md | 2 - .changeset/tame-horses-heal.md | 2 - .changeset/twenty-cherries-study.md | 2 - packages.json | 42 +- packages/apps/dev-wallet-desktop/CHANGELOG.md | 6 + packages/apps/dev-wallet-desktop/package.json | 2 +- packages/apps/dev-wallet-example/CHANGELOG.md | 9 + packages/apps/dev-wallet-example/package.json | 2 +- packages/apps/dev-wallet/CHANGELOG.md | 18 + packages/apps/dev-wallet/package.json | 2 +- packages/apps/docs/src/data/changelogs.json | 1575 +++++++++++++++++ packages/apps/explorer/CHANGELOG.md | 11 + packages/apps/explorer/package.json | 2 +- packages/apps/graph-client/CHANGELOG.md | 11 + packages/apps/graph-client/package.json | 2 +- packages/apps/graph/CHANGELOG.md | 10 + packages/apps/graph/package.json | 2 +- .../apps/marmalade-marketplace/CHANGELOG.md | 14 + .../apps/marmalade-marketplace/package.json | 2 +- packages/apps/proof-of-us/CHANGELOG.md | 14 + packages/apps/proof-of-us/package.json | 2 +- packages/apps/rwa-demo/CHANGELOG.md | 14 + packages/apps/rwa-demo/package.json | 6 +- packages/apps/spirekey-example/CHANGELOG.md | 8 + packages/apps/spirekey-example/package.json | 2 +- packages/apps/wallet-sdk-example/CHANGELOG.md | 18 + packages/apps/wallet-sdk-example/package.json | 2 +- .../tsconfig.node.tsbuildinfo | 1 + .../apps/wallet-sdk-example/vite.config.d.ts | 4 + .../apps/wallet-sdk-example/vite.config.js | 47 + .../libs/chainweb-node-client/CHANGELOG.md | 6 + .../libs/chainweb-node-client/package.json | 2 +- packages/libs/client-examples/CHANGELOG.md | 10 + packages/libs/client-examples/package.json | 2 +- packages/libs/client-utils/CHANGELOG.md | 10 + packages/libs/client-utils/package.json | 2 +- packages/libs/client/CHANGELOG.md | 12 + packages/libs/client/package.json | 2 +- packages/libs/hd-wallet/CHANGELOG.md | 6 + packages/libs/hd-wallet/package.json | 2 +- packages/libs/kode-ui/CHANGELOG.md | 12 + packages/libs/kode-ui/package.json | 2 +- packages/libs/pactjs-generator/CHANGELOG.md | 2 + packages/libs/pactjs-generator/package.json | 2 +- packages/libs/wallet-sdk/CHANGELOG.md | 18 + packages/libs/wallet-sdk/package.json | 2 +- packages/tools/kadena-cli/CHANGELOG.md | 13 + packages/tools/kadena-cli/package.json | 2 +- packages/tools/pactjs-cli/CHANGELOG.md | 9 + packages/tools/pactjs-cli/package.json | 2 +- 61 files changed, 1902 insertions(+), 101 deletions(-) delete mode 100644 .changeset/afraid-parents-sparkle.md delete mode 100644 .changeset/four-jokes-check.md delete mode 100644 .changeset/healthy-trainers-film.md delete mode 100644 .changeset/hungry-steaks-count.md delete mode 100644 .changeset/khaki-forks-bake.md delete mode 100644 .changeset/nervous-pears-remain.md delete mode 100644 .changeset/nervous-turtles-heal.md delete mode 100644 .changeset/perfect-rings-laugh.md delete mode 100644 .changeset/pink-camels-float.md delete mode 100644 .changeset/polite-bats-call.md delete mode 100644 .changeset/slow-apples-think.md delete mode 100644 .changeset/strange-steaks-begin.md delete mode 100644 .changeset/tame-horses-heal.md delete mode 100644 .changeset/twenty-cherries-study.md create mode 100644 packages/apps/wallet-sdk-example/CHANGELOG.md create mode 100644 packages/apps/wallet-sdk-example/tsconfig.node.tsbuildinfo create mode 100644 packages/apps/wallet-sdk-example/vite.config.d.ts create mode 100644 packages/apps/wallet-sdk-example/vite.config.js diff --git a/.changeset/afraid-parents-sparkle.md b/.changeset/afraid-parents-sparkle.md deleted file mode 100644 index a62914ab65..0000000000 --- a/.changeset/afraid-parents-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kadena/kode-ui': minor ---- - -add context section in the sidebar layout header diff --git a/.changeset/four-jokes-check.md b/.changeset/four-jokes-check.md deleted file mode 100644 index f515a2043f..0000000000 --- a/.changeset/four-jokes-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kadena/kode-ui': patch ---- - -fix in the sidebar header layout diff --git a/.changeset/healthy-trainers-film.md b/.changeset/healthy-trainers-film.md deleted file mode 100644 index 8d5e3f2c30..0000000000 --- a/.changeset/healthy-trainers-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kadena/kode-ui': minor ---- - -add the SectionCard Component diff --git a/.changeset/hungry-steaks-count.md b/.changeset/hungry-steaks-count.md deleted file mode 100644 index eb8da1c8a5..0000000000 --- a/.changeset/hungry-steaks-count.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@kadena/chainweb-node-client': minor -'@kadena/client': minor ---- - -Support for passing a request init object to client functions diff --git a/.changeset/khaki-forks-bake.md b/.changeset/khaki-forks-bake.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/khaki-forks-bake.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/nervous-pears-remain.md b/.changeset/nervous-pears-remain.md deleted file mode 100644 index c2aae90fb9..0000000000 --- a/.changeset/nervous-pears-remain.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@kadena/wallet-sdk': minor ---- - -The Kadena Wallet SDK provides a simple and unified interface to integrate -Kadena blockchain functionalities into your wallet applications. It abstracts -the complexities of interacting with the Kadena network, allowing you to focus -on building feature-rich wallet experiences without re-implementing common -integrations. diff --git a/.changeset/nervous-turtles-heal.md b/.changeset/nervous-turtles-heal.md deleted file mode 100644 index 6bb663b972..0000000000 --- a/.changeset/nervous-turtles-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kadena/kode-ui': minor ---- - -add an extra styling variant to the table component diff --git a/.changeset/perfect-rings-laugh.md b/.changeset/perfect-rings-laugh.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/perfect-rings-laugh.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/pink-camels-float.md b/.changeset/pink-camels-float.md deleted file mode 100644 index edac037ab2..0000000000 --- a/.changeset/pink-camels-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kadena/hd-wallet': patch ---- - -Improved documentation in readme diff --git a/.changeset/polite-bats-call.md b/.changeset/polite-bats-call.md deleted file mode 100644 index 4bd428f5a4..0000000000 --- a/.changeset/polite-bats-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kadena/client': patch ---- - -Add a default value `null` for the proof diff --git a/.changeset/slow-apples-think.md b/.changeset/slow-apples-think.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/slow-apples-think.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/strange-steaks-begin.md b/.changeset/strange-steaks-begin.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/strange-steaks-begin.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/tame-horses-heal.md b/.changeset/tame-horses-heal.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/tame-horses-heal.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/twenty-cherries-study.md b/.changeset/twenty-cherries-study.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/twenty-cherries-study.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/packages.json b/packages.json index 7d5a943f9a..3341faa078 100644 --- a/packages.json +++ b/packages.json @@ -7,7 +7,7 @@ }, { "name": "@kadena/chainweb-node-client", - "version": "0.7.0", + "version": "0.8.0", "private": false, "path": "packages/libs/chainweb-node-client" }, @@ -25,19 +25,19 @@ }, { "name": "@kadena/client", - "version": "1.15.0", + "version": "1.16.0", "private": false, "path": "packages/libs/client" }, { "name": "@kadena/client-examples", - "version": "0.1.9", + "version": "0.1.10", "private": true, "path": "packages/libs/client-examples" }, { "name": "@kadena/client-utils", - "version": "0.11.0", + "version": "0.11.1", "private": false, "path": "packages/libs/client-utils" }, @@ -55,19 +55,19 @@ }, { "name": "@kadena/dev-wallet", - "version": "0.4.5", + "version": "0.4.6", "private": true, "path": "packages/apps/dev-wallet" }, { "name": "@kadena/dev-wallet-desktop", - "version": "0.0.27", + "version": "0.0.28", "private": true, "path": "packages/apps/dev-wallet-desktop" }, { "name": "@kadena/dev-wallet-example", - "version": "0.2.0", + "version": "0.2.1", "private": true, "path": "packages/apps/dev-wallet-example" }, @@ -85,25 +85,25 @@ }, { "name": "@kadena/explorer", - "version": "0.8.11", + "version": "0.8.12", "private": true, "path": "packages/apps/explorer" }, { "name": "@kadena/graph", - "version": "2.0.2", + "version": "2.0.3", "private": false, "path": "packages/apps/graph" }, { "name": "@kadena/graph-client", - "version": "0.4.9", + "version": "0.4.10", "private": true, "path": "packages/apps/graph-client" }, { "name": "@kadena/hd-wallet", - "version": "0.6.0", + "version": "0.6.1", "private": false, "path": "packages/libs/hd-wallet" }, @@ -115,7 +115,7 @@ }, { "name": "@kadena/kadena-cli", - "version": "1.3.7", + "version": "1.3.8", "private": false, "path": "packages/tools/kadena-cli" }, @@ -127,13 +127,13 @@ }, { "name": "@kadena/kode-ui", - "version": "0.19.0", + "version": "0.20.0", "private": false, "path": "packages/libs/kode-ui" }, { "name": "@kadena/marmalade-marketplace", - "version": "0.1.12", + "version": "0.1.13", "private": true, "path": "packages/apps/marmalade-marketplace" }, @@ -145,25 +145,25 @@ }, { "name": "@kadena/pactjs-cli", - "version": "1.15.0", + "version": "1.16.0", "private": false, "path": "packages/tools/pactjs-cli" }, { "name": "@kadena/pactjs-generator", - "version": "1.15.0", + "version": "1.16.0", "private": false, "path": "packages/libs/pactjs-generator" }, { "name": "@kadena/proof-of-us", - "version": "0.5.16", + "version": "0.5.17", "private": true, "path": "packages/apps/proof-of-us" }, { "name": "@kadena/rwa-demo", - "version": "0.1.3", + "version": "0.1.4", "private": true, "path": "packages/apps/rwa-demo" }, @@ -175,7 +175,7 @@ }, { "name": "@kadena/spirekey-example", - "version": "0.0.11", + "version": "0.0.12", "private": true, "path": "packages/apps/spirekey-example" }, @@ -193,7 +193,7 @@ }, { "name": "@kadena/wallet-sdk", - "version": "0.0.1", + "version": "0.1.0", "private": false, "path": "packages/libs/wallet-sdk" }, @@ -265,7 +265,7 @@ }, { "name": "wallet-sdk-example-app", - "version": "0.0.1", + "version": "0.0.2", "private": true, "path": "packages/apps/wallet-sdk-example" } diff --git a/packages/apps/dev-wallet-desktop/CHANGELOG.md b/packages/apps/dev-wallet-desktop/CHANGELOG.md index 415f385c66..b1f3ad2c5b 100644 --- a/packages/apps/dev-wallet-desktop/CHANGELOG.md +++ b/packages/apps/dev-wallet-desktop/CHANGELOG.md @@ -1,5 +1,11 @@ # @kadena/dev-wallet-desktop +## 0.0.28 + +### Patch Changes + +- @kadena/dev-wallet\@0.4.6 + ## 0.0.27 ### Patch Changes diff --git a/packages/apps/dev-wallet-desktop/package.json b/packages/apps/dev-wallet-desktop/package.json index b41c4d8e84..d5f762706f 100644 --- a/packages/apps/dev-wallet-desktop/package.json +++ b/packages/apps/dev-wallet-desktop/package.json @@ -2,7 +2,7 @@ "name": "@kadena/dev-wallet-desktop", "description": "Kadena developer wallet", "private": true, - "version": "0.0.27", + "version": "0.0.28", "type": "module", "scripts": { "dev": "tauri dev", diff --git a/packages/apps/dev-wallet-example/CHANGELOG.md b/packages/apps/dev-wallet-example/CHANGELOG.md index a91526e2aa..2c13b68377 100644 --- a/packages/apps/dev-wallet-example/CHANGELOG.md +++ b/packages/apps/dev-wallet-example/CHANGELOG.md @@ -1,5 +1,14 @@ # @kadena/dev-wallet-example +## 0.2.1 + +### Patch Changes + +- Updated dependencies \[5e9bfd0] +- Updated dependencies \[1f46bee] + - @kadena/client\@1.16.0 + - @kadena/client-utils\@0.11.1 + ## 0.2.0 ### Minor Changes diff --git a/packages/apps/dev-wallet-example/package.json b/packages/apps/dev-wallet-example/package.json index 51a65603f3..263dba0c58 100644 --- a/packages/apps/dev-wallet-example/package.json +++ b/packages/apps/dev-wallet-example/package.json @@ -1,6 +1,6 @@ { "name": "@kadena/dev-wallet-example", - "version": "0.2.0", + "version": "0.2.1", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/apps/dev-wallet/CHANGELOG.md b/packages/apps/dev-wallet/CHANGELOG.md index a978024198..7bf2b914a9 100644 --- a/packages/apps/dev-wallet/CHANGELOG.md +++ b/packages/apps/dev-wallet/CHANGELOG.md @@ -1,5 +1,23 @@ # @kadena/dev-wallet +## 0.4.6 + +### Patch Changes + +- Updated dependencies \[5c5c747] +- Updated dependencies \[f35e30c] +- Updated dependencies \[4c684a2] +- Updated dependencies \[5e9bfd0] +- Updated dependencies \[dbd9076] +- Updated dependencies \[8615d09] +- Updated dependencies \[1f46bee] + - @kadena/kode-ui\@0.20.0 + - @kadena/chainweb-node-client\@0.8.0 + - @kadena/client\@1.16.0 + - @kadena/hd-wallet\@0.6.1 + - @kadena/client-utils\@0.11.1 + - @kadena/pactjs-generator\@1.16.0 + ## 0.4.5 ### Patch Changes diff --git a/packages/apps/dev-wallet/package.json b/packages/apps/dev-wallet/package.json index 216ae4e3bf..6df2366312 100644 --- a/packages/apps/dev-wallet/package.json +++ b/packages/apps/dev-wallet/package.json @@ -1,6 +1,6 @@ { "name": "@kadena/dev-wallet", - "version": "0.4.5", + "version": "0.4.6", "private": true, "description": "Kadena developer wallet", "type": "module", diff --git a/packages/apps/docs/src/data/changelogs.json b/packages/apps/docs/src/data/changelogs.json index 233f836b23..88ca56a5b4 100644 --- a/packages/apps/docs/src/data/changelogs.json +++ b/packages/apps/docs/src/data/changelogs.json @@ -28455,6 +28455,134 @@ "owner": "kadena-community", "repoName": "kadena.js", "content": { + "1.3.8": { + "label": "1.3.8", + "description": "", + "isLocked": true, + "authors": [ + { + "login": "javadkh2", + "id": 18360508, + "avatar_url": "https://avatars.githubusercontent.com/u/18360508?v=4", + "html_url": "https://github.com/javadkh2", + "url": "https://api.github.com/users/javadkh2" + }, + { + "login": "barthuijgen", + "id": 45095973, + "avatar_url": "https://avatars.githubusercontent.com/u/45095973?v=4", + "html_url": "https://github.com/barthuijgen", + "url": "https://api.github.com/users/barthuijgen" + } + ], + "patches": [ + { + "label": "Updated dependencies", + "commits": [ + { + "hash": "5e9bfd0", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Fri, 06 Dec 2024 13:45:55 GMT", + "date": "Mon, 09 Dec 2024 10:28:05 GMT" + }, + "data": { + "sha": "5e9bfd048f066431bc3988abfabd4f29bbfba6f2", + "url": "https://api.github.com/repos/kadena-community/kadena.js/commits/5e9bfd048f066431bc3988abfabd4f29bbfba6f2", + "author": { + "login": "javadkh2", + "id": 18360508, + "avatar_url": "https://avatars.githubusercontent.com/u/18360508?v=4", + "html_url": "https://github.com/javadkh2", + "url": "https://api.github.com/users/javadkh2" + }, + "comments_url": "https://api.github.com/repos/kadena-community/kadena.js/commits/5e9bfd048f066431bc3988abfabd4f29bbfba6f2/comments", + "html_url": "https://github.com/kadena-community/kadena.js/commit/5e9bfd048f066431bc3988abfabd4f29bbfba6f2", + "commit": { + "message": "feat(client): support headers in client (#2611)\n\n* feat(client): suppport headers in client\r\n\r\n* refactor(client): host url\r\n\r\n* feat(client): accept request init options\r\n\r\n* fix(chainweb-client): header\r\n\r\n* test(client): add unit tests\r\n\r\n* :chore(client): clean up\r\n\r\n* chore(changeset): add log\r\n\r\n* fix(client): export type", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + }, + { + "label": "Updated dependencies", + "commits": [ + { + "hash": "8615d09", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Mon, 09 Dec 2024 09:56:05 GMT", + "date": "Mon, 09 Dec 2024 10:28:05 GMT" + }, + "data": { + "sha": "8615d097e5f3d5312446cd13520546cfa43ba4a4", + "url": "https://api.github.com/repos/kadena-community/kadena.js/commits/8615d097e5f3d5312446cd13520546cfa43ba4a4", + "author": { + "login": "barthuijgen", + "id": 45095973, + "avatar_url": "https://avatars.githubusercontent.com/u/45095973?v=4", + "html_url": "https://github.com/barthuijgen", + "url": "https://api.github.com/users/barthuijgen" + }, + "comments_url": "https://api.github.com/repos/kadena-community/kadena.js/commits/8615d097e5f3d5312446cd13520546cfa43ba4a4/comments", + "html_url": "https://github.com/kadena-community/kadena.js/commit/8615d097e5f3d5312446cd13520546cfa43ba4a4", + "commit": { + "message": "chore(hd-wallet): changeset for updated readme", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + }, + { + "label": "Updated dependencies \n* @kadena/client@1.16.0\n* @kadena/hd-wallet@0.6.1\n* @kadena/client-utils@0.11.1\n* @kadena/pactjs-cli@1.16.0\n* @kadena/pactjs-generator@1.16.0", + "commits": [ + { + "hash": "1f46bee", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Thu, 05 Dec 2024 11:22:59 GMT", + "date": "Mon, 09 Dec 2024 10:28:06 GMT" + }, + "data": { + "sha": "1f46bee83e631a5383a17a6af223e59a42287771", + "url": "https://api.github.com/repos/kadena-community/kadena.js/commits/1f46bee83e631a5383a17a6af223e59a42287771", + "author": { + "login": "javadkh2", + "id": 18360508, + "avatar_url": "https://avatars.githubusercontent.com/u/18360508?v=4", + "html_url": "https://github.com/javadkh2", + "url": "https://api.github.com/users/javadkh2" + }, + "comments_url": "https://api.github.com/repos/kadena-community/kadena.js/commits/1f46bee83e631a5383a17a6af223e59a42287771/comments", + "html_url": "https://github.com/kadena-community/kadena.js/commit/1f46bee83e631a5383a17a6af223e59a42287771", + "commit": { + "message": "feat(client): add default value of for proof (#1997)", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + } + ], + "minors": [], + "miscs": [], + "date": "2024-12-09T09:56:05.000Z" + }, "1.3.7": { "label": "1.3.7", "description": "", @@ -31026,6 +31154,692 @@ "owner": "kadena-io", "repoName": "chainweb-node", "content": { + "2.26.1": { + "label": "2.26.1", + "description": "This is a minor point release. Upgrading is **strongly recommended**.\n\nTo upgrade, pull the latest docker image, or download the binary and\nrestart the node with the same configuration file as before.\n", + "isLocked": true, + "authors": [ + { + "login": "larskuhtz", + "id": 1369810, + "avatar_url": "https://avatars.githubusercontent.com/u/1369810?v=4", + "html_url": "https://github.com/larskuhtz", + "url": "https://api.github.com/users/larskuhtz" + }, + { + "login": "chessai", + "id": 18648043, + "avatar_url": "https://avatars.githubusercontent.com/u/18648043?v=4", + "html_url": "https://github.com/chessai", + "url": "https://api.github.com/users/chessai" + }, + { + "login": "edmundnoble", + "id": 1369693, + "avatar_url": "https://avatars.githubusercontent.com/u/1369693?v=4", + "html_url": "https://github.com/edmundnoble", + "url": "https://api.github.com/users/edmundnoble" + }, + { + "login": "mdqst", + "id": 98899785, + "avatar_url": "https://avatars.githubusercontent.com/u/98899785?v=4", + "html_url": "https://github.com/mdqst", + "url": "https://api.github.com/users/mdqst" + } + ], + "patches": [], + "minors": [], + "miscs": [ + { + "label": "Update to Pact 4.13.2", + "commits": [ + { + "hash": "343b6e3", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Tue, 12 Nov 2024 17:02:35 GMT", + "date": "Mon, 09 Dec 2024 10:28:06 GMT" + }, + "data": { + "sha": "343b6e3d9b2c771bb6a9b757a337fca1ec824e91", + "url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/343b6e3d9b2c771bb6a9b757a337fca1ec824e91", + "author": { + "login": "larskuhtz", + "id": 1369810, + "avatar_url": "https://avatars.githubusercontent.com/u/1369810?v=4", + "html_url": "https://github.com/larskuhtz", + "url": "https://api.github.com/users/larskuhtz" + }, + "comments_url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/343b6e3d9b2c771bb6a9b757a337fca1ec824e91/comments", + "html_url": "https://github.com/kadena-io/chainweb-node/commit/343b6e3d9b2c771bb6a9b757a337fca1ec824e91", + "commit": { + "message": "update pact pin", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + }, + { + "label": "Add informative error messages to pact /send API", + "commits": [ + { + "hash": "bd5d6af", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Wed, 20 Nov 2024 16:28:35 GMT", + "date": "Mon, 09 Dec 2024 10:28:06 GMT" + }, + "data": { + "sha": "bd5d6af959a986cc3cf690e0eb2180d62f78e51e", + "url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/bd5d6af959a986cc3cf690e0eb2180d62f78e51e", + "author": { + "login": "chessai", + "id": 18648043, + "avatar_url": "https://avatars.githubusercontent.com/u/18648043?v=4", + "html_url": "https://github.com/chessai", + "url": "https://api.github.com/users/chessai" + }, + "comments_url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/bd5d6af959a986cc3cf690e0eb2180d62f78e51e/comments", + "html_url": "https://github.com/kadena-io/chainweb-node/commit/bd5d6af959a986cc3cf690e0eb2180d62f78e51e", + "commit": { + "message": "add error messages for assertCommand failures in pact api\n\nChange-Id: Ifbad9a2e9c28810f34b80a6c02cc08d68c955cff", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + }, + { + "label": "Increase P2P network resiliency to unreliable nodes", + "commits": [ + { + "hash": "f784622", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Wed, 13 Nov 2024 17:16:54 GMT", + "date": "Mon, 09 Dec 2024 10:28:06 GMT" + }, + "data": { + "sha": "f7846228795ec93be82ae08ffce60ce4999e19f5", + "url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/f7846228795ec93be82ae08ffce60ce4999e19f5", + "author": { + "login": "chessai", + "id": 18648043, + "avatar_url": "https://avatars.githubusercontent.com/u/18648043?v=4", + "html_url": "https://github.com/chessai", + "url": "https://api.github.com/users/chessai" + }, + "comments_url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/f7846228795ec93be82ae08ffce60ce4999e19f5/comments", + "html_url": "https://github.com/kadena-io/chainweb-node/commit/f7846228795ec93be82ae08ffce60ce4999e19f5", + "commit": { + "message": "increment p2p successive failure count of failed peer syncs\n\nChange-Id: Ieca25025c414918bf1e7b2b2306b0764b0110a0e", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + }, + { + "label": "Compute P2P session count in O(1", + "commits": [ + { + "hash": "cab1674", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Wed, 13 Nov 2024 19:06:04 GMT", + "date": "Mon, 09 Dec 2024 10:28:06 GMT" + }, + "data": { + "sha": "cab1674ce9e25c2aba3690c219351eb7c049988a", + "url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/cab1674ce9e25c2aba3690c219351eb7c049988a", + "author": { + "login": "edmundnoble", + "id": 1369693, + "avatar_url": "https://avatars.githubusercontent.com/u/1369693?v=4", + "html_url": "https://github.com/edmundnoble", + "url": "https://api.github.com/users/edmundnoble" + }, + "comments_url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/cab1674ce9e25c2aba3690c219351eb7c049988a/comments", + "html_url": "https://github.com/kadena-io/chainweb-node/commit/cab1674ce9e25c2aba3690c219351eb7c049988a", + "commit": { + "message": "use M.size for session count", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + }, + { + "label": "Order P2P peer list by reliability", + "commits": [ + { + "hash": "c3130c9", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Wed, 13 Nov 2024 19:06:13 GMT", + "date": "Mon, 09 Dec 2024 10:28:06 GMT" + }, + "data": { + "sha": "c3130c995dcb4cd3923d8d6771acd892cf5d18b1", + "url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/c3130c995dcb4cd3923d8d6771acd892cf5d18b1", + "author": { + "login": "edmundnoble", + "id": 1369693, + "avatar_url": "https://avatars.githubusercontent.com/u/1369693?v=4", + "html_url": "https://github.com/edmundnoble", + "url": "https://api.github.com/users/edmundnoble" + }, + "comments_url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/c3130c995dcb4cd3923d8d6771acd892cf5d18b1/comments", + "html_url": "https://github.com/kadena-io/chainweb-node/commit/c3130c995dcb4cd3923d8d6771acd892cf5d18b1", + "commit": { + "message": "order peersList by SuccessiveFailures", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + }, + { + "label": "Remove unnecessary performance optimisation in P2P Peer DB update", + "commits": [ + { + "hash": "b4a4db0", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Thu, 14 Nov 2024 03:46:04 GMT", + "date": "Mon, 09 Dec 2024 10:28:06 GMT" + }, + "data": { + "sha": "b4a4db043fb2a7e1c7665e30f3e31d4f56f7e3ea", + "url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/b4a4db043fb2a7e1c7665e30f3e31d4f56f7e3ea", + "author": { + "login": "edmundnoble", + "id": 1369693, + "avatar_url": "https://avatars.githubusercontent.com/u/1369693?v=4", + "html_url": "https://github.com/edmundnoble", + "url": "https://api.github.com/users/edmundnoble" + }, + "comments_url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/b4a4db043fb2a7e1c7665e30f3e31d4f56f7e3ea/comments", + "html_url": "https://github.com/kadena-io/chainweb-node/commit/b4a4db043fb2a7e1c7665e30f3e31d4f56f7e3ea", + "commit": { + "message": "Remove redundant `force` calls in updatePeerDb\n\nThis code is already strict enough. ixset-typed is a set and a strict\nlist of maps. When updated, ixset-typed will force the set and maps\nto whnf, and insert the new element into a Set. Sets are strict in \ntheir elements and maps are strict in their keys, and the value type\n`PeerEntry` is itself strict in its components.", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + }, + { + "label": "Compute P2P peer count using faster monomorphic function", + "commits": [ + { + "hash": "9a95738", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Wed, 13 Nov 2024 22:00:48 GMT", + "date": "Mon, 09 Dec 2024 10:28:06 GMT" + }, + "data": { + "sha": "9a957388a0fac736abdb45c1cbd0d29694731247", + "url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/9a957388a0fac736abdb45c1cbd0d29694731247", + "author": { + "login": "edmundnoble", + "id": 1369693, + "avatar_url": "https://avatars.githubusercontent.com/u/1369693?v=4", + "html_url": "https://github.com/edmundnoble", + "url": "https://api.github.com/users/edmundnoble" + }, + "comments_url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/9a957388a0fac736abdb45c1cbd0d29694731247/comments", + "html_url": "https://github.com/kadena-io/chainweb-node/commit/9a957388a0fac736abdb45c1cbd0d29694731247", + "commit": { + "message": "compute peerCount using ixset's size function\n\nShould be faster than using the Foldable `length` because it's using\nthe default impl", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + }, + { + "label": "Randomize P2P peer ordering", + "commits": [ + { + "hash": "a1198fc", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Mon, 18 Nov 2024 21:15:30 GMT", + "date": "Mon, 09 Dec 2024 10:28:07 GMT" + }, + "data": { + "sha": "a1198fc61f6f50ccf8951be4e61d1967b340ed6c", + "url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/a1198fc61f6f50ccf8951be4e61d1967b340ed6c", + "author": { + "login": "edmundnoble", + "id": 1369693, + "avatar_url": "https://avatars.githubusercontent.com/u/1369693?v=4", + "html_url": "https://github.com/edmundnoble", + "url": "https://api.github.com/users/edmundnoble" + }, + "comments_url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/a1198fc61f6f50ccf8951be4e61d1967b340ed6c/comments", + "html_url": "https://github.com/kadena-io/chainweb-node/commit/a1198fc61f6f50ccf8951be4e61d1967b340ed6c", + "commit": { + "message": "randomized peer ordering\n\nWe randomize the peer ordering by assigning a peer a random number\nthat is used subsequently to order it with respect to other peers upon\nrequest from the /peer GET endpoint.\n\nAn alternative of generating a seed on startup that would be used to\n\"salt\" the peer ordering was considered but ran into implementation\ndifficulties and seems equivalent.", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + }, + { + "label": "Optimize P2P peer pruning algorithm via set deletion instead of set union", + "commits": [ + { + "hash": "75ab5b5", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Thu, 14 Nov 2024 03:46:04 GMT", + "date": "Mon, 09 Dec 2024 10:28:07 GMT" + }, + "data": { + "sha": "75ab5b5adc4843084623cfcbba6cb6683a71ac6d", + "url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/75ab5b5adc4843084623cfcbba6cb6683a71ac6d", + "author": { + "login": "edmundnoble", + "id": 1369693, + "avatar_url": "https://avatars.githubusercontent.com/u/1369693?v=4", + "html_url": "https://github.com/edmundnoble", + "url": "https://api.github.com/users/edmundnoble" + }, + "comments_url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/75ab5b5adc4843084623cfcbba6cb6683a71ac6d/comments", + "html_url": "https://github.com/kadena-io/chainweb-node/commit/75ab5b5adc4843084623cfcbba6cb6683a71ac6d", + "commit": { + "message": "optimize peer pruning algorithm, deleting instead of unioning", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + }, + { + "label": "Delete unnecessary indices in the P2P peer db", + "commits": [ + { + "hash": "5f67ad3", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Wed, 13 Nov 2024 19:05:59 GMT", + "date": "Mon, 09 Dec 2024 10:28:07 GMT" + }, + "data": { + "sha": "5f67ad35a44db0ef05ad77e5d705b3f964ee8b69", + "url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/5f67ad35a44db0ef05ad77e5d705b3f964ee8b69", + "author": { + "login": "edmundnoble", + "id": 1369693, + "avatar_url": "https://avatars.githubusercontent.com/u/1369693?v=4", + "html_url": "https://github.com/edmundnoble", + "url": "https://api.github.com/users/edmundnoble" + }, + "comments_url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/5f67ad35a44db0ef05ad77e5d705b3f964ee8b69/comments", + "html_url": "https://github.com/kadena-io/chainweb-node/commit/5f67ad35a44db0ef05ad77e5d705b3f964ee8b69", + "commit": { + "message": "delete some unnecessary indices in the peerdb", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + }, + { + "label": "Set the HTTP Server header to distinguish between the P2P and Service REST APIs", + "commits": [ + { + "hash": "4ecc5a9", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Wed, 13 Nov 2024 19:06:16 GMT", + "date": "Mon, 09 Dec 2024 10:28:07 GMT" + }, + "data": { + "sha": "4ecc5a999742e55d61c15d1c42af37362b4d4a23", + "url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/4ecc5a999742e55d61c15d1c42af37362b4d4a23", + "author": { + "login": "edmundnoble", + "id": 1369693, + "avatar_url": "https://avatars.githubusercontent.com/u/1369693?v=4", + "html_url": "https://github.com/edmundnoble", + "url": "https://api.github.com/users/edmundnoble" + }, + "comments_url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/4ecc5a999742e55d61c15d1c42af37362b4d4a23/comments", + "html_url": "https://github.com/kadena-io/chainweb-node/commit/4ecc5a999742e55d61c15d1c42af37362b4d4a23", + "commit": { + "message": "Set server name", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + }, + { + "label": "Support dependency `hashable-1.5.*`", + "commits": [ + { + "hash": "e5a05c6", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Tue, 12 Nov 2024 17:02:35 GMT", + "date": "Mon, 09 Dec 2024 10:28:07 GMT" + }, + "data": { + "sha": "e5a05c66201a841d20f50babf0b953b9d00594a4", + "url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/e5a05c66201a841d20f50babf0b953b9d00594a4", + "author": { + "login": "larskuhtz", + "id": 1369810, + "avatar_url": "https://avatars.githubusercontent.com/u/1369810?v=4", + "html_url": "https://github.com/larskuhtz", + "url": "https://api.github.com/users/larskuhtz" + }, + "comments_url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/e5a05c66201a841d20f50babf0b953b9d00594a4/comments", + "html_url": "https://github.com/kadena-io/chainweb-node/commit/e5a05c66201a841d20f50babf0b953b9d00594a4", + "commit": { + "message": "pact version that support hashable-1.5", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + }, + { + "label": "Correct node shutdown message due to old Chainweb version", + "commits": [ + { + "hash": "c0312c1", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Wed, 13 Nov 2024 02:25:48 GMT", + "date": "Mon, 09 Dec 2024 10:28:07 GMT" + }, + "data": { + "sha": "c0312c13a731b0cf8ac8227e9d18ee51442ac326", + "url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/c0312c13a731b0cf8ac8227e9d18ee51442ac326", + "author": { + "login": "chessai", + "id": 18648043, + "avatar_url": "https://avatars.githubusercontent.com/u/18648043?v=4", + "html_url": "https://github.com/chessai", + "url": "https://api.github.com/users/chessai" + }, + "comments_url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/c0312c13a731b0cf8ac8227e9d18ee51442ac326/comments", + "html_url": "https://github.com/kadena-io/chainweb-node/commit/c0312c13a731b0cf8ac8227e9d18ee51442ac326", + "commit": { + "message": "correct node shutdown message due to old ChainwebVersion\n\nChange-Id: Id45bc33f9fbdc799126df13c091961b03b5b1024", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + }, + { + "label": "Remove redundant dependency on `sbv`", + "commits": [ + { + "hash": "8d00677", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Mon, 25 Nov 2024 19:32:52 GMT", + "date": "Mon, 09 Dec 2024 10:28:07 GMT" + }, + "data": { + "sha": "8d00677d9f34107849b010d5cd27becdf2dc0852", + "url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/8d00677d9f34107849b010d5cd27becdf2dc0852", + "author": { + "login": "larskuhtz", + "id": 1369810, + "avatar_url": "https://avatars.githubusercontent.com/u/1369810?v=4", + "html_url": "https://github.com/larskuhtz", + "url": "https://api.github.com/users/larskuhtz" + }, + "comments_url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/8d00677d9f34107849b010d5cd27becdf2dc0852/comments", + "html_url": "https://github.com/kadena-io/chainweb-node/commit/8d00677d9f34107849b010d5cd27becdf2dc0852", + "commit": { + "message": "remove redundant sbv pin from cabal.project", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + }, + { + "label": "Split `ea` out into its own executable", + "commits": [ + { + "hash": "0865649", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Fri, 15 Nov 2024 15:49:33 GMT", + "date": "Mon, 09 Dec 2024 10:28:08 GMT" + }, + "data": { + "sha": "0865649fe6bf68e3ae213dbed522dd14b56ff39b", + "url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/0865649fe6bf68e3ae213dbed522dd14b56ff39b", + "author": { + "login": "chessai", + "id": 18648043, + "avatar_url": "https://avatars.githubusercontent.com/u/18648043?v=4", + "html_url": "https://github.com/chessai", + "url": "https://api.github.com/users/chessai" + }, + "comments_url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/0865649fe6bf68e3ae213dbed522dd14b56ff39b/comments", + "html_url": "https://github.com/kadena-io/chainweb-node/commit/0865649fe6bf68e3ae213dbed522dd14b56ff39b", + "commit": { + "message": "split ea out into its own executable\n\nChange-Id: I50906fb06cdc29c74a778fba0f673797cfdb53a6", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + }, + { + "label": "Split up all `cwtool` subcommands into their own executables. Only include necessary executables into the release.", + "commits": [ + { + "hash": "0cf12a2", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Tue, 19 Nov 2024 17:28:16 GMT", + "date": "Mon, 09 Dec 2024 10:28:08 GMT" + }, + "data": { + "sha": "0cf12a2975d2b82bd26473d5ddf2dca014c4f5c7", + "url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/0cf12a2975d2b82bd26473d5ddf2dca014c4f5c7", + "author": { + "login": "chessai", + "id": 18648043, + "avatar_url": "https://avatars.githubusercontent.com/u/18648043?v=4", + "html_url": "https://github.com/chessai", + "url": "https://api.github.com/users/chessai" + }, + "comments_url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/0cf12a2975d2b82bd26473d5ddf2dca014c4f5c7/comments", + "html_url": "https://github.com/kadena-io/chainweb-node/commit/0cf12a2975d2b82bd26473d5ddf2dca014c4f5c7", + "commit": { + "message": "make cwtool its own component; split all executables into their own.\n\nChange-Id: Ib1ee24d78c2b09e7687285e1b229e1996a214afa", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + }, + { + "label": "Stop going through PactService to pre-insert check an empty tx batch", + "commits": [ + { + "hash": "19f7d63", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Wed, 13 Nov 2024 21:40:12 GMT", + "date": "Mon, 09 Dec 2024 10:28:08 GMT" + }, + "data": { + "sha": "19f7d63cce2c5eed0d473047d4169417e61e1735", + "url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/19f7d63cce2c5eed0d473047d4169417e61e1735", + "author": { + "login": "edmundnoble", + "id": 1369693, + "avatar_url": "https://avatars.githubusercontent.com/u/1369693?v=4", + "html_url": "https://github.com/edmundnoble", + "url": "https://api.github.com/users/edmundnoble" + }, + "comments_url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/19f7d63cce2c5eed0d473047d4169417e61e1735/comments", + "html_url": "https://github.com/kadena-io/chainweb-node/commit/19f7d63cce2c5eed0d473047d4169417e61e1735", + "commit": { + "message": "stop going through PactService to pre-insert check an empty tx batch\n\nIt's extra latency that doesn't get us anything.", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + }, + { + "label": "Update location of `base64-bytestring` dependency to Kadena's fork", + "commits": [ + { + "hash": "5290cf1", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Wed, 13 Nov 2024 18:01:00 GMT", + "date": "Mon, 09 Dec 2024 10:28:08 GMT" + }, + "data": { + "sha": "5290cf1bc1144524789ce96988428d491090620b", + "url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/5290cf1bc1144524789ce96988428d491090620b", + "author": { + "login": "edmundnoble", + "id": 1369693, + "avatar_url": "https://avatars.githubusercontent.com/u/1369693?v=4", + "html_url": "https://github.com/edmundnoble", + "url": "https://api.github.com/users/edmundnoble" + }, + "comments_url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/5290cf1bc1144524789ce96988428d491090620b/comments", + "html_url": "https://github.com/kadena-io/chainweb-node/commit/5290cf1bc1144524789ce96988428d491090620b", + "commit": { + "message": "relocate base64-bytestring-kadena to kadena fork", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + }, + { + "label": "Fix some typos in README.md", + "commits": [ + { + "hash": "7eea51a", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Tue, 12 Nov 2024 17:03:15 GMT", + "date": "Mon, 09 Dec 2024 10:28:08 GMT" + }, + "data": { + "sha": "7eea51a5ad7b3f15abd6e24a6a6ea36f9868b688", + "url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/7eea51a5ad7b3f15abd6e24a6a6ea36f9868b688", + "author": { + "login": "mdqst", + "id": 98899785, + "avatar_url": "https://avatars.githubusercontent.com/u/98899785?v=4", + "html_url": "https://github.com/mdqst", + "url": "https://api.github.com/users/mdqst" + }, + "comments_url": "https://api.github.com/repos/kadena-io/chainweb-node/commits/7eea51a5ad7b3f15abd6e24a6a6ea36f9868b688/comments", + "html_url": "https://github.com/kadena-io/chainweb-node/commit/7eea51a5ad7b3f15abd6e24a6a6ea36f9868b688", + "commit": { + "message": "Typos Update README.md (#2032)\n\n\"inquires\"\r\nError: Incorrect word usage.\r\nCorrection: \"inquiries\"\r\n\r\n\"IMPORTANT NODE\"\r\nError: Typo.\r\nCorrection: \"IMPORTANT NOTE\"", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + } + ], + "date": "2024-11-25T19:32:52.000Z" + }, "2.26": { "label": "2.26", "description": "This is a major version update. This release replaces all previous versions.\n\nAny prior version will stop working on **2024-11-13T00:00:00Z**. Node administrators must\nupgrade to this version before that date. The 2.26 feature upgrade will\noccur at block height 5302559 which is estimated to be mined at **2024-11-14T00:00:00Z**.\n", @@ -80505,6 +81319,128 @@ "owner": "kadena-community", "repoName": "kadena.js", "content": { + "1.16.0": { + "label": "1.16.0", + "description": "", + "isLocked": true, + "authors": [ + { + "login": "javadkh2", + "id": 18360508, + "avatar_url": "https://avatars.githubusercontent.com/u/18360508?v=4", + "html_url": "https://github.com/javadkh2", + "url": "https://api.github.com/users/javadkh2" + } + ], + "patches": [ + { + "label": "Add a default value `null` for the proof", + "commits": [ + { + "hash": "1f46bee", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Thu, 05 Dec 2024 11:22:59 GMT", + "date": "Mon, 09 Dec 2024 10:28:06 GMT" + }, + "data": { + "sha": "1f46bee83e631a5383a17a6af223e59a42287771", + "url": "https://api.github.com/repos/kadena-community/kadena.js/commits/1f46bee83e631a5383a17a6af223e59a42287771", + "author": { + "login": "javadkh2", + "id": 18360508, + "avatar_url": "https://avatars.githubusercontent.com/u/18360508?v=4", + "html_url": "https://github.com/javadkh2", + "url": "https://api.github.com/users/javadkh2" + }, + "comments_url": "https://api.github.com/repos/kadena-community/kadena.js/commits/1f46bee83e631a5383a17a6af223e59a42287771/comments", + "html_url": "https://github.com/kadena-community/kadena.js/commit/1f46bee83e631a5383a17a6af223e59a42287771", + "commit": { + "message": "feat(client): add default value of for proof (#1997)", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + }, + { + "label": "Updated dependencies \n* @kadena/chainweb-node-client@0.8.0", + "commits": [ + { + "hash": "5e9bfd0", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Fri, 06 Dec 2024 13:45:55 GMT", + "date": "Mon, 09 Dec 2024 10:28:05 GMT" + }, + "data": { + "sha": "5e9bfd048f066431bc3988abfabd4f29bbfba6f2", + "url": "https://api.github.com/repos/kadena-community/kadena.js/commits/5e9bfd048f066431bc3988abfabd4f29bbfba6f2", + "author": { + "login": "javadkh2", + "id": 18360508, + "avatar_url": "https://avatars.githubusercontent.com/u/18360508?v=4", + "html_url": "https://github.com/javadkh2", + "url": "https://api.github.com/users/javadkh2" + }, + "comments_url": "https://api.github.com/repos/kadena-community/kadena.js/commits/5e9bfd048f066431bc3988abfabd4f29bbfba6f2/comments", + "html_url": "https://github.com/kadena-community/kadena.js/commit/5e9bfd048f066431bc3988abfabd4f29bbfba6f2", + "commit": { + "message": "feat(client): support headers in client (#2611)\n\n* feat(client): suppport headers in client\r\n\r\n* refactor(client): host url\r\n\r\n* feat(client): accept request init options\r\n\r\n* fix(chainweb-client): header\r\n\r\n* test(client): add unit tests\r\n\r\n* :chore(client): clean up\r\n\r\n* chore(changeset): add log\r\n\r\n* fix(client): export type", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + } + ], + "minors": [ + { + "label": "Support for passing a request init object to client functions", + "commits": [ + { + "hash": "5e9bfd0", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Fri, 06 Dec 2024 13:45:55 GMT", + "date": "Mon, 09 Dec 2024 10:28:05 GMT" + }, + "data": { + "sha": "5e9bfd048f066431bc3988abfabd4f29bbfba6f2", + "url": "https://api.github.com/repos/kadena-community/kadena.js/commits/5e9bfd048f066431bc3988abfabd4f29bbfba6f2", + "author": { + "login": "javadkh2", + "id": 18360508, + "avatar_url": "https://avatars.githubusercontent.com/u/18360508?v=4", + "html_url": "https://github.com/javadkh2", + "url": "https://api.github.com/users/javadkh2" + }, + "comments_url": "https://api.github.com/repos/kadena-community/kadena.js/commits/5e9bfd048f066431bc3988abfabd4f29bbfba6f2/comments", + "html_url": "https://github.com/kadena-community/kadena.js/commit/5e9bfd048f066431bc3988abfabd4f29bbfba6f2", + "commit": { + "message": "feat(client): support headers in client (#2611)\n\n* feat(client): suppport headers in client\r\n\r\n* refactor(client): host url\r\n\r\n* feat(client): accept request init options\r\n\r\n* fix(chainweb-client): header\r\n\r\n* test(client): add unit tests\r\n\r\n* :chore(client): clean up\r\n\r\n* chore(changeset): add log\r\n\r\n* fix(client): export type", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + } + ], + "miscs": [], + "date": "2024-12-06T13:45:55.000Z" + }, "1.15.0": { "label": "1.15.0", "description": "", @@ -83423,6 +84359,93 @@ "owner": "kadena-community", "repoName": "kadena.js", "content": { + "0.11.1": { + "label": "0.11.1", + "description": "", + "isLocked": true, + "authors": [ + { + "login": "javadkh2", + "id": 18360508, + "avatar_url": "https://avatars.githubusercontent.com/u/18360508?v=4", + "html_url": "https://github.com/javadkh2", + "url": "https://api.github.com/users/javadkh2" + } + ], + "patches": [ + { + "label": "Updated dependencies", + "commits": [ + { + "hash": "5e9bfd0", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Fri, 06 Dec 2024 13:45:55 GMT", + "date": "Mon, 09 Dec 2024 10:28:05 GMT" + }, + "data": { + "sha": "5e9bfd048f066431bc3988abfabd4f29bbfba6f2", + "url": "https://api.github.com/repos/kadena-community/kadena.js/commits/5e9bfd048f066431bc3988abfabd4f29bbfba6f2", + "author": { + "login": "javadkh2", + "id": 18360508, + "avatar_url": "https://avatars.githubusercontent.com/u/18360508?v=4", + "html_url": "https://github.com/javadkh2", + "url": "https://api.github.com/users/javadkh2" + }, + "comments_url": "https://api.github.com/repos/kadena-community/kadena.js/commits/5e9bfd048f066431bc3988abfabd4f29bbfba6f2/comments", + "html_url": "https://github.com/kadena-community/kadena.js/commit/5e9bfd048f066431bc3988abfabd4f29bbfba6f2", + "commit": { + "message": "feat(client): support headers in client (#2611)\n\n* feat(client): suppport headers in client\r\n\r\n* refactor(client): host url\r\n\r\n* feat(client): accept request init options\r\n\r\n* fix(chainweb-client): header\r\n\r\n* test(client): add unit tests\r\n\r\n* :chore(client): clean up\r\n\r\n* chore(changeset): add log\r\n\r\n* fix(client): export type", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + }, + { + "label": "Updated dependencies \n* @kadena/chainweb-node-client@0.8.0\n* @kadena/client@1.16.0\n* @kadena/pactjs-cli@1.16.0", + "commits": [ + { + "hash": "1f46bee", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Thu, 05 Dec 2024 11:22:59 GMT", + "date": "Mon, 09 Dec 2024 10:28:06 GMT" + }, + "data": { + "sha": "1f46bee83e631a5383a17a6af223e59a42287771", + "url": "https://api.github.com/repos/kadena-community/kadena.js/commits/1f46bee83e631a5383a17a6af223e59a42287771", + "author": { + "login": "javadkh2", + "id": 18360508, + "avatar_url": "https://avatars.githubusercontent.com/u/18360508?v=4", + "html_url": "https://github.com/javadkh2", + "url": "https://api.github.com/users/javadkh2" + }, + "comments_url": "https://api.github.com/repos/kadena-community/kadena.js/commits/1f46bee83e631a5383a17a6af223e59a42287771/comments", + "html_url": "https://github.com/kadena-community/kadena.js/commit/1f46bee83e631a5383a17a6af223e59a42287771", + "commit": { + "message": "feat(client): add default value of for proof (#1997)", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + } + ], + "minors": [], + "miscs": [], + "date": "2024-12-06T13:45:55.000Z" + }, "0.11.0": { "label": "0.11.0", "description": "", @@ -86553,6 +87576,59 @@ "owner": "kadena-community", "repoName": "kadena.js", "content": { + "0.6.1": { + "label": "0.6.1", + "description": "", + "isLocked": true, + "authors": [ + { + "login": "barthuijgen", + "id": 45095973, + "avatar_url": "https://avatars.githubusercontent.com/u/45095973?v=4", + "html_url": "https://github.com/barthuijgen", + "url": "https://api.github.com/users/barthuijgen" + } + ], + "patches": [ + { + "label": "Improved documentation in readme", + "commits": [ + { + "hash": "8615d09", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Mon, 09 Dec 2024 09:56:05 GMT", + "date": "Mon, 09 Dec 2024 10:28:05 GMT" + }, + "data": { + "sha": "8615d097e5f3d5312446cd13520546cfa43ba4a4", + "url": "https://api.github.com/repos/kadena-community/kadena.js/commits/8615d097e5f3d5312446cd13520546cfa43ba4a4", + "author": { + "login": "barthuijgen", + "id": 45095973, + "avatar_url": "https://avatars.githubusercontent.com/u/45095973?v=4", + "html_url": "https://github.com/barthuijgen", + "url": "https://api.github.com/users/barthuijgen" + }, + "comments_url": "https://api.github.com/repos/kadena-community/kadena.js/commits/8615d097e5f3d5312446cd13520546cfa43ba4a4/comments", + "html_url": "https://github.com/kadena-community/kadena.js/commit/8615d097e5f3d5312446cd13520546cfa43ba4a4", + "commit": { + "message": "chore(hd-wallet): changeset for updated readme", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + } + ], + "minors": [], + "miscs": [], + "date": "2024-12-09T09:56:05.000Z" + }, "0.6.0": { "label": "0.6.0", "description": "", @@ -87477,6 +88553,93 @@ "owner": "kadena-community", "repoName": "kadena.js", "content": { + "2.0.3": { + "label": "2.0.3", + "description": "", + "isLocked": true, + "authors": [ + { + "login": "javadkh2", + "id": 18360508, + "avatar_url": "https://avatars.githubusercontent.com/u/18360508?v=4", + "html_url": "https://github.com/javadkh2", + "url": "https://api.github.com/users/javadkh2" + } + ], + "patches": [ + { + "label": "Updated dependencies", + "commits": [ + { + "hash": "5e9bfd0", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Fri, 06 Dec 2024 13:45:55 GMT", + "date": "Mon, 09 Dec 2024 10:28:05 GMT" + }, + "data": { + "sha": "5e9bfd048f066431bc3988abfabd4f29bbfba6f2", + "url": "https://api.github.com/repos/kadena-community/kadena.js/commits/5e9bfd048f066431bc3988abfabd4f29bbfba6f2", + "author": { + "login": "javadkh2", + "id": 18360508, + "avatar_url": "https://avatars.githubusercontent.com/u/18360508?v=4", + "html_url": "https://github.com/javadkh2", + "url": "https://api.github.com/users/javadkh2" + }, + "comments_url": "https://api.github.com/repos/kadena-community/kadena.js/commits/5e9bfd048f066431bc3988abfabd4f29bbfba6f2/comments", + "html_url": "https://github.com/kadena-community/kadena.js/commit/5e9bfd048f066431bc3988abfabd4f29bbfba6f2", + "commit": { + "message": "feat(client): support headers in client (#2611)\n\n* feat(client): suppport headers in client\r\n\r\n* refactor(client): host url\r\n\r\n* feat(client): accept request init options\r\n\r\n* fix(chainweb-client): header\r\n\r\n* test(client): add unit tests\r\n\r\n* :chore(client): clean up\r\n\r\n* chore(changeset): add log\r\n\r\n* fix(client): export type", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + }, + { + "label": "Updated dependencies \n* @kadena/chainweb-node-client@0.8.0\n* @kadena/client@1.16.0\n* @kadena/client-utils@0.11.1", + "commits": [ + { + "hash": "1f46bee", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Thu, 05 Dec 2024 11:22:59 GMT", + "date": "Mon, 09 Dec 2024 10:28:06 GMT" + }, + "data": { + "sha": "1f46bee83e631a5383a17a6af223e59a42287771", + "url": "https://api.github.com/repos/kadena-community/kadena.js/commits/1f46bee83e631a5383a17a6af223e59a42287771", + "author": { + "login": "javadkh2", + "id": 18360508, + "avatar_url": "https://avatars.githubusercontent.com/u/18360508?v=4", + "html_url": "https://github.com/javadkh2", + "url": "https://api.github.com/users/javadkh2" + }, + "comments_url": "https://api.github.com/repos/kadena-community/kadena.js/commits/1f46bee83e631a5383a17a6af223e59a42287771/comments", + "html_url": "https://github.com/kadena-community/kadena.js/commit/1f46bee83e631a5383a17a6af223e59a42287771", + "commit": { + "message": "feat(client): add default value of for proof (#1997)", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + } + ], + "minors": [], + "miscs": [], + "date": "2024-12-06T13:45:55.000Z" + }, "2.0.2": { "label": "2.0.2", "description": "", @@ -93734,6 +94897,137 @@ "owner": "kadena-community", "repoName": "kadena.js", "content": { + "0.8.12": { + "label": "0.8.12", + "description": "", + "isLocked": true, + "authors": [ + { + "login": "sstraatemans", + "id": 4015521, + "avatar_url": "https://avatars.githubusercontent.com/u/4015521?v=4", + "html_url": "https://github.com/sstraatemans", + "url": "https://api.github.com/users/sstraatemans" + } + ], + "patches": [ + { + "label": "Updated dependencies", + "commits": [ + { + "hash": "5c5c747", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Wed, 27 Nov 2024 07:36:07 GMT", + "date": "Mon, 09 Dec 2024 10:28:09 GMT" + }, + "data": { + "sha": "5c5c74724f2e796b8dc2b700215980251e907ae8", + "url": "https://api.github.com/repos/kadena-community/kadena.js/commits/5c5c74724f2e796b8dc2b700215980251e907ae8", + "author": { + "login": "sstraatemans", + "id": 4015521, + "avatar_url": "https://avatars.githubusercontent.com/u/4015521?v=4", + "html_url": "https://github.com/sstraatemans", + "url": "https://api.github.com/users/sstraatemans" + }, + "comments_url": "https://api.github.com/repos/kadena-community/kadena.js/commits/5c5c74724f2e796b8dc2b700215980251e907ae8/comments", + "html_url": "https://github.com/kadena-community/kadena.js/commit/5c5c74724f2e796b8dc2b700215980251e907ae8", + "commit": { + "message": "feat(rwa): add firebase (#2689)", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + }, + { + "label": "Updated dependencies", + "commits": [ + { + "hash": "f35e30c", + "tries": 1 + } + ], + "prIds": [] + }, + { + "label": "Updated dependencies", + "commits": [ + { + "hash": "4c684a2", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Wed, 27 Nov 2024 15:34:44 GMT", + "date": "Mon, 09 Dec 2024 10:28:09 GMT" + }, + "data": { + "sha": "4c684a2fef84ca0ac30677f8b4d810268741caf9", + "url": "https://api.github.com/repos/kadena-community/kadena.js/commits/4c684a2fef84ca0ac30677f8b4d810268741caf9", + "author": { + "login": "sstraatemans", + "id": 4015521, + "avatar_url": "https://avatars.githubusercontent.com/u/4015521?v=4", + "html_url": "https://github.com/sstraatemans", + "url": "https://api.github.com/users/sstraatemans" + }, + "comments_url": "https://api.github.com/repos/kadena-community/kadena.js/commits/4c684a2fef84ca0ac30677f8b4d810268741caf9/comments", + "html_url": "https://github.com/kadena-community/kadena.js/commit/4c684a2fef84ca0ac30677f8b4d810268741caf9", + "commit": { + "message": "feat(ui): Add the SectionCard Component (#2697)", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + }, + { + "label": "Updated dependencies \n* @kadena/kode-ui@0.20.0\n* @kadena/graph@2.0.3", + "commits": [ + { + "hash": "dbd9076", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Fri, 06 Dec 2024 07:10:53 GMT", + "date": "Mon, 09 Dec 2024 10:28:09 GMT" + }, + "data": { + "sha": "dbd907693d8b8451eab739740fa5cd055084d755", + "url": "https://api.github.com/repos/kadena-community/kadena.js/commits/dbd907693d8b8451eab739740fa5cd055084d755", + "author": { + "login": "sstraatemans", + "id": 4015521, + "avatar_url": "https://avatars.githubusercontent.com/u/4015521?v=4", + "html_url": "https://github.com/sstraatemans", + "url": "https://api.github.com/users/sstraatemans" + }, + "comments_url": "https://api.github.com/repos/kadena-community/kadena.js/commits/dbd907693d8b8451eab739740fa5cd055084d755/comments", + "html_url": "https://github.com/kadena-community/kadena.js/commit/dbd907693d8b8451eab739740fa5cd055084d755", + "commit": { + "message": "feat(ui): extra styling variant of the table component (#2715)", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + } + ], + "minors": [], + "miscs": [], + "date": "2024-12-06T07:10:53.000Z" + }, "0.8.11": { "label": "0.8.11", "description": "", @@ -100382,6 +101676,59 @@ "owner": "kadena-community", "repoName": "kadena.js", "content": { + "0.8.0": { + "label": "0.8.0", + "description": "", + "isLocked": true, + "authors": [ + { + "login": "javadkh2", + "id": 18360508, + "avatar_url": "https://avatars.githubusercontent.com/u/18360508?v=4", + "html_url": "https://github.com/javadkh2", + "url": "https://api.github.com/users/javadkh2" + } + ], + "patches": [], + "minors": [ + { + "label": "Support for passing a request init object to client functions", + "commits": [ + { + "hash": "5e9bfd0", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Fri, 06 Dec 2024 13:45:55 GMT", + "date": "Mon, 09 Dec 2024 10:28:05 GMT" + }, + "data": { + "sha": "5e9bfd048f066431bc3988abfabd4f29bbfba6f2", + "url": "https://api.github.com/repos/kadena-community/kadena.js/commits/5e9bfd048f066431bc3988abfabd4f29bbfba6f2", + "author": { + "login": "javadkh2", + "id": 18360508, + "avatar_url": "https://avatars.githubusercontent.com/u/18360508?v=4", + "html_url": "https://github.com/javadkh2", + "url": "https://api.github.com/users/javadkh2" + }, + "comments_url": "https://api.github.com/repos/kadena-community/kadena.js/commits/5e9bfd048f066431bc3988abfabd4f29bbfba6f2/comments", + "html_url": "https://github.com/kadena-community/kadena.js/commit/5e9bfd048f066431bc3988abfabd4f29bbfba6f2", + "commit": { + "message": "feat(client): support headers in client (#2611)\n\n* feat(client): suppport headers in client\r\n\r\n* refactor(client): host url\r\n\r\n* feat(client): accept request init options\r\n\r\n* fix(chainweb-client): header\r\n\r\n* test(client): add unit tests\r\n\r\n* :chore(client): clean up\r\n\r\n* chore(changeset): add log\r\n\r\n* fix(client): export type", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + } + ], + "miscs": [], + "date": "2024-12-06T13:45:55.000Z" + }, "0.7.0": { "label": "0.7.0", "description": "", @@ -101649,6 +102996,93 @@ "owner": "kadena-community", "repoName": "kadena.js", "content": { + "1.16.0": { + "label": "1.16.0", + "description": "", + "isLocked": true, + "authors": [ + { + "login": "javadkh2", + "id": 18360508, + "avatar_url": "https://avatars.githubusercontent.com/u/18360508?v=4", + "html_url": "https://github.com/javadkh2", + "url": "https://api.github.com/users/javadkh2" + } + ], + "patches": [ + { + "label": "Updated dependencies", + "commits": [ + { + "hash": "5e9bfd0", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Fri, 06 Dec 2024 13:45:55 GMT", + "date": "Mon, 09 Dec 2024 10:28:05 GMT" + }, + "data": { + "sha": "5e9bfd048f066431bc3988abfabd4f29bbfba6f2", + "url": "https://api.github.com/repos/kadena-community/kadena.js/commits/5e9bfd048f066431bc3988abfabd4f29bbfba6f2", + "author": { + "login": "javadkh2", + "id": 18360508, + "avatar_url": "https://avatars.githubusercontent.com/u/18360508?v=4", + "html_url": "https://github.com/javadkh2", + "url": "https://api.github.com/users/javadkh2" + }, + "comments_url": "https://api.github.com/repos/kadena-community/kadena.js/commits/5e9bfd048f066431bc3988abfabd4f29bbfba6f2/comments", + "html_url": "https://github.com/kadena-community/kadena.js/commit/5e9bfd048f066431bc3988abfabd4f29bbfba6f2", + "commit": { + "message": "feat(client): support headers in client (#2611)\n\n* feat(client): suppport headers in client\r\n\r\n* refactor(client): host url\r\n\r\n* feat(client): accept request init options\r\n\r\n* fix(chainweb-client): header\r\n\r\n* test(client): add unit tests\r\n\r\n* :chore(client): clean up\r\n\r\n* chore(changeset): add log\r\n\r\n* fix(client): export type", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + }, + { + "label": "Updated dependencies \n* @kadena/client@1.16.0\n* @kadena/pactjs-generator@1.16.0", + "commits": [ + { + "hash": "1f46bee", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Thu, 05 Dec 2024 11:22:59 GMT", + "date": "Mon, 09 Dec 2024 10:28:06 GMT" + }, + "data": { + "sha": "1f46bee83e631a5383a17a6af223e59a42287771", + "url": "https://api.github.com/repos/kadena-community/kadena.js/commits/1f46bee83e631a5383a17a6af223e59a42287771", + "author": { + "login": "javadkh2", + "id": 18360508, + "avatar_url": "https://avatars.githubusercontent.com/u/18360508?v=4", + "html_url": "https://github.com/javadkh2", + "url": "https://api.github.com/users/javadkh2" + }, + "comments_url": "https://api.github.com/repos/kadena-community/kadena.js/commits/1f46bee83e631a5383a17a6af223e59a42287771/comments", + "html_url": "https://github.com/kadena-community/kadena.js/commit/1f46bee83e631a5383a17a6af223e59a42287771", + "commit": { + "message": "feat(client): add default value of for proof (#1997)", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + } + ], + "minors": [], + "miscs": [], + "date": "2024-12-06T13:45:55.000Z" + }, "1.15.0": { "label": "1.15.0", "description": "", @@ -104206,6 +105640,15 @@ "owner": "kadena-community", "repoName": "kadena.js", "content": { + "1.16.0": { + "label": "1.16.0", + "description": "", + "isLocked": true, + "authors": [], + "patches": [], + "minors": [], + "miscs": [] + }, "1.15.0": { "label": "1.15.0", "description": "", @@ -105302,6 +106745,138 @@ "owner": "kadena-community", "repoName": "kadena.js", "content": { + "0.20.0": { + "label": "0.20.0", + "description": "", + "isLocked": true, + "authors": [ + { + "login": "sstraatemans", + "id": 4015521, + "avatar_url": "https://avatars.githubusercontent.com/u/4015521?v=4", + "html_url": "https://github.com/sstraatemans", + "url": "https://api.github.com/users/sstraatemans" + } + ], + "patches": [ + { + "label": "fix in the sidebar header layout", + "commits": [ + { + "hash": "f35e30c", + "tries": 1 + } + ], + "prIds": [] + } + ], + "minors": [ + { + "label": "add context section in the sidebar layout header", + "commits": [ + { + "hash": "5c5c747", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Wed, 27 Nov 2024 07:36:07 GMT", + "date": "Mon, 09 Dec 2024 10:28:09 GMT" + }, + "data": { + "sha": "5c5c74724f2e796b8dc2b700215980251e907ae8", + "url": "https://api.github.com/repos/kadena-community/kadena.js/commits/5c5c74724f2e796b8dc2b700215980251e907ae8", + "author": { + "login": "sstraatemans", + "id": 4015521, + "avatar_url": "https://avatars.githubusercontent.com/u/4015521?v=4", + "html_url": "https://github.com/sstraatemans", + "url": "https://api.github.com/users/sstraatemans" + }, + "comments_url": "https://api.github.com/repos/kadena-community/kadena.js/commits/5c5c74724f2e796b8dc2b700215980251e907ae8/comments", + "html_url": "https://github.com/kadena-community/kadena.js/commit/5c5c74724f2e796b8dc2b700215980251e907ae8", + "commit": { + "message": "feat(rwa): add firebase (#2689)", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + }, + { + "label": "add the SectionCard Component", + "commits": [ + { + "hash": "4c684a2", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Wed, 27 Nov 2024 15:34:44 GMT", + "date": "Mon, 09 Dec 2024 10:28:09 GMT" + }, + "data": { + "sha": "4c684a2fef84ca0ac30677f8b4d810268741caf9", + "url": "https://api.github.com/repos/kadena-community/kadena.js/commits/4c684a2fef84ca0ac30677f8b4d810268741caf9", + "author": { + "login": "sstraatemans", + "id": 4015521, + "avatar_url": "https://avatars.githubusercontent.com/u/4015521?v=4", + "html_url": "https://github.com/sstraatemans", + "url": "https://api.github.com/users/sstraatemans" + }, + "comments_url": "https://api.github.com/repos/kadena-community/kadena.js/commits/4c684a2fef84ca0ac30677f8b4d810268741caf9/comments", + "html_url": "https://github.com/kadena-community/kadena.js/commit/4c684a2fef84ca0ac30677f8b4d810268741caf9", + "commit": { + "message": "feat(ui): Add the SectionCard Component (#2697)", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + }, + { + "label": "add an extra styling variant to the table component", + "commits": [ + { + "hash": "dbd9076", + "tries": 1, + "data": { + "status": 200, + "headers": { + "last-modified": "Fri, 06 Dec 2024 07:10:53 GMT", + "date": "Mon, 09 Dec 2024 10:28:09 GMT" + }, + "data": { + "sha": "dbd907693d8b8451eab739740fa5cd055084d755", + "url": "https://api.github.com/repos/kadena-community/kadena.js/commits/dbd907693d8b8451eab739740fa5cd055084d755", + "author": { + "login": "sstraatemans", + "id": 4015521, + "avatar_url": "https://avatars.githubusercontent.com/u/4015521?v=4", + "html_url": "https://github.com/sstraatemans", + "url": "https://api.github.com/users/sstraatemans" + }, + "comments_url": "https://api.github.com/repos/kadena-community/kadena.js/commits/dbd907693d8b8451eab739740fa5cd055084d755/comments", + "html_url": "https://github.com/kadena-community/kadena.js/commit/dbd907693d8b8451eab739740fa5cd055084d755", + "commit": { + "message": "feat(ui): extra styling variant of the table component (#2715)", + "comment_count": 0 + } + } + } + } + ], + "prIds": [] + } + ], + "miscs": [], + "date": "2024-12-06T07:10:53.000Z" + }, "0.19.0": { "label": "0.19.0", "description": "", diff --git a/packages/apps/explorer/CHANGELOG.md b/packages/apps/explorer/CHANGELOG.md index b363b0d6a3..e5368b0599 100644 --- a/packages/apps/explorer/CHANGELOG.md +++ b/packages/apps/explorer/CHANGELOG.md @@ -1,5 +1,16 @@ # @kadena/explorer +## 0.8.12 + +### Patch Changes + +- Updated dependencies \[5c5c747] +- Updated dependencies \[f35e30c] +- Updated dependencies \[4c684a2] +- Updated dependencies \[dbd9076] + - @kadena/kode-ui\@0.20.0 + - @kadena/graph\@2.0.3 + ## 0.8.11 ### Patch Changes diff --git a/packages/apps/explorer/package.json b/packages/apps/explorer/package.json index 4cbd87e4c5..d2b9069db6 100644 --- a/packages/apps/explorer/package.json +++ b/packages/apps/explorer/package.json @@ -1,6 +1,6 @@ { "name": "@kadena/explorer", - "version": "0.8.11", + "version": "0.8.12", "private": true, "scripts": { "build": "pnpm run generate:sdk && next build", diff --git a/packages/apps/graph-client/CHANGELOG.md b/packages/apps/graph-client/CHANGELOG.md index c5be9ca574..0035529903 100644 --- a/packages/apps/graph-client/CHANGELOG.md +++ b/packages/apps/graph-client/CHANGELOG.md @@ -1,5 +1,16 @@ # @kadena/graph-client +## 0.4.10 + +### Patch Changes + +- Updated dependencies \[5c5c747] +- Updated dependencies \[f35e30c] +- Updated dependencies \[4c684a2] +- Updated dependencies \[dbd9076] + - @kadena/kode-ui\@0.20.0 + - @kadena/graph\@2.0.3 + ## 0.4.9 ### Patch Changes diff --git a/packages/apps/graph-client/package.json b/packages/apps/graph-client/package.json index 7c7135da22..35161fa075 100644 --- a/packages/apps/graph-client/package.json +++ b/packages/apps/graph-client/package.json @@ -1,6 +1,6 @@ { "name": "@kadena/graph-client", - "version": "0.4.9", + "version": "0.4.10", "private": true, "scripts": { "build": "pnpm run generate:sdk && next build", diff --git a/packages/apps/graph/CHANGELOG.md b/packages/apps/graph/CHANGELOG.md index 8d75d05b1f..db454536c3 100644 --- a/packages/apps/graph/CHANGELOG.md +++ b/packages/apps/graph/CHANGELOG.md @@ -1,5 +1,15 @@ # @kadena/graph +## 2.0.3 + +### Patch Changes + +- Updated dependencies \[5e9bfd0] +- Updated dependencies \[1f46bee] + - @kadena/chainweb-node-client\@0.8.0 + - @kadena/client\@1.16.0 + - @kadena/client-utils\@0.11.1 + ## 2.0.2 ### Patch Changes diff --git a/packages/apps/graph/package.json b/packages/apps/graph/package.json index bd16f0acb5..73814bef24 100644 --- a/packages/apps/graph/package.json +++ b/packages/apps/graph/package.json @@ -1,6 +1,6 @@ { "name": "@kadena/graph", - "version": "2.0.2", + "version": "2.0.3", "description": "GraphQL server, available for running your own GraphQL endpoint. This project uses chainweb-data as the datasource.", "repository": { "type": "git", diff --git a/packages/apps/marmalade-marketplace/CHANGELOG.md b/packages/apps/marmalade-marketplace/CHANGELOG.md index 3093ac23dd..8fc02cef05 100644 --- a/packages/apps/marmalade-marketplace/CHANGELOG.md +++ b/packages/apps/marmalade-marketplace/CHANGELOG.md @@ -1,5 +1,19 @@ # @kadena/marmalade-marketplace +## 0.1.13 + +### Patch Changes + +- Updated dependencies \[5c5c747] +- Updated dependencies \[f35e30c] +- Updated dependencies \[4c684a2] +- Updated dependencies \[5e9bfd0] +- Updated dependencies \[dbd9076] +- Updated dependencies \[1f46bee] + - @kadena/kode-ui\@0.20.0 + - @kadena/client\@1.16.0 + - @kadena/client-utils\@0.11.1 + ## 0.1.12 ### Patch Changes diff --git a/packages/apps/marmalade-marketplace/package.json b/packages/apps/marmalade-marketplace/package.json index 9df13a9a47..c36c15c559 100644 --- a/packages/apps/marmalade-marketplace/package.json +++ b/packages/apps/marmalade-marketplace/package.json @@ -1,6 +1,6 @@ { "name": "@kadena/marmalade-marketplace", - "version": "0.1.12", + "version": "0.1.13", "private": true, "browser": { "fs": false diff --git a/packages/apps/proof-of-us/CHANGELOG.md b/packages/apps/proof-of-us/CHANGELOG.md index 92e1f98858..f3ba4907af 100644 --- a/packages/apps/proof-of-us/CHANGELOG.md +++ b/packages/apps/proof-of-us/CHANGELOG.md @@ -1,5 +1,19 @@ # @kadena/proof-of-us +## 0.5.17 + +### Patch Changes + +- Updated dependencies \[5c5c747] +- Updated dependencies \[f35e30c] +- Updated dependencies \[4c684a2] +- Updated dependencies \[5e9bfd0] +- Updated dependencies \[dbd9076] +- Updated dependencies \[1f46bee] + - @kadena/kode-ui\@0.20.0 + - @kadena/client\@1.16.0 + - @kadena/graph\@2.0.3 + ## 0.5.16 ### Patch Changes diff --git a/packages/apps/proof-of-us/package.json b/packages/apps/proof-of-us/package.json index 1b76ff5d61..682155a295 100644 --- a/packages/apps/proof-of-us/package.json +++ b/packages/apps/proof-of-us/package.json @@ -1,6 +1,6 @@ { "name": "@kadena/proof-of-us", - "version": "0.5.16", + "version": "0.5.17", "private": true, "scripts": { "build": "pnpm run generate:sdk && next build", diff --git a/packages/apps/rwa-demo/CHANGELOG.md b/packages/apps/rwa-demo/CHANGELOG.md index fe7f323a10..45116c2e45 100644 --- a/packages/apps/rwa-demo/CHANGELOG.md +++ b/packages/apps/rwa-demo/CHANGELOG.md @@ -1,5 +1,19 @@ # @kadena/rwa-demo +## 0.1.4 + +### Patch Changes + +- Updated dependencies \[5c5c747] +- Updated dependencies \[f35e30c] +- Updated dependencies \[4c684a2] +- Updated dependencies \[5e9bfd0] +- Updated dependencies \[dbd9076] +- Updated dependencies \[1f46bee] + - @kadena/kode-ui\@0.20.0 + - @kadena/client\@1.16.0 + - @kadena/graph\@2.0.3 + ## 0.1.3 ### Patch Changes diff --git a/packages/apps/rwa-demo/package.json b/packages/apps/rwa-demo/package.json index 5ead245a13..742366ec4a 100644 --- a/packages/apps/rwa-demo/package.json +++ b/packages/apps/rwa-demo/package.json @@ -1,6 +1,6 @@ { "name": "@kadena/rwa-demo", - "version": "0.1.3", + "version": "0.1.4", "private": true, "scripts": { "build": "next build", @@ -19,7 +19,7 @@ "@apollo/client": "~3.9.11", "@graphql-yoga/apollo-link": "~3.3.0", "@hookform/resolvers": "^3.2.0", - "@kadena/client": "^1.15.0", + "@kadena/client": "^1.16.0", "@kadena/cryptography-utils": "workspace:*", "@kadena/graph": "workspace:*", "@kadena/kode-icons": "workspace:*", @@ -49,7 +49,7 @@ "@kadena-dev/lint-package": "workspace:*", "@kadena-dev/shared-config": "workspace:*", "@kadena/pactjs": "workspace:*", - "@kadena/pactjs-cli": "^1.15.0", + "@kadena/pactjs-cli": "^1.16.0", "@kadena/pactjs-generator": "workspace:*", "@types/node": "^20.12.7", "@types/react": "^18.2.79", diff --git a/packages/apps/spirekey-example/CHANGELOG.md b/packages/apps/spirekey-example/CHANGELOG.md index f7b4a09977..358305b210 100644 --- a/packages/apps/spirekey-example/CHANGELOG.md +++ b/packages/apps/spirekey-example/CHANGELOG.md @@ -1,5 +1,13 @@ # @kadena/spirekey-example +## 0.0.12 + +### Patch Changes + +- Updated dependencies \[5e9bfd0] +- Updated dependencies \[1f46bee] + - @kadena/client\@1.16.0 + ## 0.0.11 ### Patch Changes diff --git a/packages/apps/spirekey-example/package.json b/packages/apps/spirekey-example/package.json index efe64199c7..b60df13d2b 100644 --- a/packages/apps/spirekey-example/package.json +++ b/packages/apps/spirekey-example/package.json @@ -1,6 +1,6 @@ { "name": "@kadena/spirekey-example", - "version": "0.0.11", + "version": "0.0.12", "private": true, "scripts": { "build": "echo 'no build'", diff --git a/packages/apps/wallet-sdk-example/CHANGELOG.md b/packages/apps/wallet-sdk-example/CHANGELOG.md new file mode 100644 index 0000000000..4bef5b91ae --- /dev/null +++ b/packages/apps/wallet-sdk-example/CHANGELOG.md @@ -0,0 +1,18 @@ +# wallet-sdk-example-app + +## 0.0.2 + +### Patch Changes + +- Updated dependencies \[5c5c747] +- Updated dependencies \[f35e30c] +- Updated dependencies \[4c684a2] +- Updated dependencies \[5e9bfd0] +- Updated dependencies \[2b0b87d] +- Updated dependencies \[dbd9076] +- Updated dependencies \[8615d09] +- Updated dependencies \[1f46bee] + - @kadena/kode-ui\@0.20.0 + - @kadena/client\@1.16.0 + - @kadena/wallet-sdk\@0.1.0 + - @kadena/hd-wallet\@0.6.1 diff --git a/packages/apps/wallet-sdk-example/package.json b/packages/apps/wallet-sdk-example/package.json index b74b3bbca6..8850149522 100644 --- a/packages/apps/wallet-sdk-example/package.json +++ b/packages/apps/wallet-sdk-example/package.json @@ -1,6 +1,6 @@ { "name": "wallet-sdk-example-app", - "version": "0.0.1", + "version": "0.0.2", "private": true, "type": "module", "scripts": { diff --git a/packages/apps/wallet-sdk-example/tsconfig.node.tsbuildinfo b/packages/apps/wallet-sdk-example/tsconfig.node.tsbuildinfo new file mode 100644 index 0000000000..f86891da46 --- /dev/null +++ b/packages/apps/wallet-sdk-example/tsconfig.node.tsbuildinfo @@ -0,0 +1 @@ +{"program":{"fileNames":["../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.scripthost.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/compatibility/disposable.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/compatibility/indexable.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/compatibility/iterators.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/compatibility/index.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/ts5.6/globals.typedarray.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/ts5.6/buffer.buffer.d.ts","../../../node_modules/.pnpm/buffer@6.0.3/node_modules/buffer/index.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/header.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/readable.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/assert.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/assert/strict.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/header.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/readable.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/file.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/fetch.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/formdata.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/connector.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/client.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/errors.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/global-origin.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/pool-stats.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/pool.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/handlers.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/agent.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-agent.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-client.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-pool.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-errors.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/api.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/cookies.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/patch.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/filereader.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/websocket.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/content-type.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/cache.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/interceptors.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/index.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/globals.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/async_hooks.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/buffer.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/child_process.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/cluster.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/console.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/constants.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/crypto.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/dgram.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/dns.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/dns/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/domain.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/dom-events.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/events.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/fs.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/fs/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/http.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/http2.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/https.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/inspector.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/module.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/net.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/os.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/path.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/process.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/punycode.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/querystring.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/readline.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/readline/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/repl.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/sea.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/stream.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/stream/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/stream/web.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/string_decoder.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/test.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/timers.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/timers/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/tls.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/trace_events.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/tty.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/url.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/util.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/v8.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/vm.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/wasi.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/worker_threads.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/zlib.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/globals.global.d.ts","../../../node_modules/.pnpm/@types+node@20.14.9/node_modules/@types/node/index.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/file.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/fetch.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/formdata.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/connector.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/client.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/errors.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/global-origin.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/pool-stats.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/pool.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/handlers.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/agent.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-client.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-pool.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/mock-errors.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/env-http-proxy-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/retry-handler.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/retry-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/api.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/interceptors.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/util.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/cookies.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/patch.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/websocket.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/eventsource.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/filereader.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/content-type.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/cache.d.ts","../../../node_modules/.pnpm/undici-types@6.19.8/node_modules/undici-types/index.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/globals.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/assert.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/assert/strict.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/async_hooks.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/buffer.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/child_process.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/cluster.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/console.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/constants.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/crypto.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/dgram.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/dns.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/dns/promises.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/domain.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/dom-events.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/events.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/fs.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/fs/promises.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/http.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/http2.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/https.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/inspector.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/module.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/net.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/os.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/path.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/.pnpm/@types+punycode@2.1.4/node_modules/@types/punycode/index.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/process.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/punycode.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/querystring.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/readline.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/readline/promises.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/repl.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/sea.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/sqlite.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/stream.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/stream/promises.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/stream/web.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/string_decoder.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/test.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/timers.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/timers/promises.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/tls.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/trace_events.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/tty.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/url.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/util.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/v8.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/vm.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/wasi.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/worker_threads.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/zlib.d.ts","../../../node_modules/.pnpm/@types+node@22.9.1/node_modules/@types/node/ts5.6/index.d.ts","../../../node_modules/.pnpm/@types+estree@1.0.6/node_modules/@types/estree/index.d.ts","../../../node_modules/.pnpm/rollup@4.24.0/node_modules/rollup/dist/rollup.d.ts","../../../node_modules/.pnpm/rollup@4.24.0/node_modules/rollup/dist/parseAst.d.ts","../../../node_modules/.pnpm/vite@5.4.9_@types+node@22.9.1_lightningcss@1.25.1_terser@5.31.1/node_modules/vite/types/hmrPayload.d.ts","../../../node_modules/.pnpm/vite@5.4.9_@types+node@22.9.1_lightningcss@1.25.1_terser@5.31.1/node_modules/vite/types/customEvent.d.ts","../../../node_modules/.pnpm/vite@5.4.9_@types+node@22.9.1_lightningcss@1.25.1_terser@5.31.1/node_modules/vite/types/hot.d.ts","../../../node_modules/.pnpm/vite@5.4.9_@types+node@22.9.1_lightningcss@1.25.1_terser@5.31.1/node_modules/vite/dist/node/types.d-aGj9QkWt.d.ts","../../../node_modules/.pnpm/esbuild@0.21.5/node_modules/esbuild/lib/main.d.ts","../../../node_modules/.pnpm/source-map-js@1.2.1/node_modules/source-map-js/source-map.d.ts","../../../node_modules/.pnpm/postcss@8.4.47/node_modules/postcss/lib/previous-map.d.ts","../../../node_modules/.pnpm/postcss@8.4.47/node_modules/postcss/lib/input.d.ts","../../../node_modules/.pnpm/postcss@8.4.47/node_modules/postcss/lib/css-syntax-error.d.ts","../../../node_modules/.pnpm/postcss@8.4.47/node_modules/postcss/lib/declaration.d.ts","../../../node_modules/.pnpm/postcss@8.4.47/node_modules/postcss/lib/root.d.ts","../../../node_modules/.pnpm/postcss@8.4.47/node_modules/postcss/lib/warning.d.ts","../../../node_modules/.pnpm/postcss@8.4.47/node_modules/postcss/lib/lazy-result.d.ts","../../../node_modules/.pnpm/postcss@8.4.47/node_modules/postcss/lib/no-work-result.d.ts","../../../node_modules/.pnpm/postcss@8.4.47/node_modules/postcss/lib/processor.d.ts","../../../node_modules/.pnpm/postcss@8.4.47/node_modules/postcss/lib/result.d.ts","../../../node_modules/.pnpm/postcss@8.4.47/node_modules/postcss/lib/document.d.ts","../../../node_modules/.pnpm/postcss@8.4.47/node_modules/postcss/lib/rule.d.ts","../../../node_modules/.pnpm/postcss@8.4.47/node_modules/postcss/lib/node.d.ts","../../../node_modules/.pnpm/postcss@8.4.47/node_modules/postcss/lib/comment.d.ts","../../../node_modules/.pnpm/postcss@8.4.47/node_modules/postcss/lib/container.d.ts","../../../node_modules/.pnpm/postcss@8.4.47/node_modules/postcss/lib/at-rule.d.ts","../../../node_modules/.pnpm/postcss@8.4.47/node_modules/postcss/lib/list.d.ts","../../../node_modules/.pnpm/postcss@8.4.47/node_modules/postcss/lib/postcss.d.ts","../../../node_modules/.pnpm/postcss@8.4.47/node_modules/postcss/lib/postcss.d.mts","../../../node_modules/.pnpm/vite@5.4.9_@types+node@22.9.1_lightningcss@1.25.1_terser@5.31.1/node_modules/vite/dist/node/runtime.d.ts","../../../node_modules/.pnpm/vite@5.4.9_@types+node@22.9.1_lightningcss@1.25.1_terser@5.31.1/node_modules/vite/types/importGlob.d.ts","../../../node_modules/.pnpm/vite@5.4.9_@types+node@22.9.1_lightningcss@1.25.1_terser@5.31.1/node_modules/vite/types/metadata.d.ts","../../../node_modules/.pnpm/vite@5.4.9_@types+node@22.9.1_lightningcss@1.25.1_terser@5.31.1/node_modules/vite/dist/node/index.d.ts","../../../node_modules/.pnpm/csstype@3.1.3/node_modules/csstype/index.d.ts","../../../node_modules/.pnpm/@vanilla-extract+css@1.16.1/node_modules/@vanilla-extract/css/dist/vanilla-extract-css.cjs.d.ts","../../../node_modules/.pnpm/@vanilla-extract+integration@7.1.11_@types+node@22.9.1_lightningcss@1.25.1_terser@5.31.1/node_modules/@vanilla-extract/integration/dist/vanilla-extract-integration.cjs.d.ts","../../../node_modules/.pnpm/@vanilla-extract+vite-plugin@4.0.17_@types+node@22.9.1_lightningcss@1.25.1_terser@5.31.1_vite_5cfki6lwbpi76rlvlbfgzu7pmy/node_modules/@vanilla-extract/vite-plugin/dist/vanilla-extract-vite-plugin.cjs.d.ts","../../../node_modules/.pnpm/@swc+types@0.1.15/node_modules/@swc/types/index.ts","../../../node_modules/.pnpm/@swc+core@1.9.2_@swc+helpers@0.5.11/node_modules/@swc/core/binding.d.ts","../../../node_modules/.pnpm/@swc+core@1.9.2_@swc+helpers@0.5.11/node_modules/@swc/core/spack.d.ts","../../../node_modules/.pnpm/@swc+core@1.9.2_@swc+helpers@0.5.11/node_modules/@swc/core/index.d.ts","../../../node_modules/.pnpm/@vitejs+plugin-react-swc@3.7.0_@swc+helpers@0.5.11_vite@5.4.9_@types+node@22.9.1_lightningcss@1.25.1_terser@5.31.1_/node_modules/@vitejs/plugin-react-swc/index.d.ts","./vite.config.ts","../../../node_modules/.pnpm/@types+linkify-it@5.0.0/node_modules/@types/linkify-it/index.d.mts","../../../node_modules/.pnpm/@types+mdurl@2.0.0/node_modules/@types/mdurl/lib/decode.d.mts","../../../node_modules/.pnpm/@types+mdurl@2.0.0/node_modules/@types/mdurl/lib/encode.d.mts","../../../node_modules/.pnpm/@types+mdurl@2.0.0/node_modules/@types/mdurl/lib/parse.d.mts","../../../node_modules/.pnpm/@types+mdurl@2.0.0/node_modules/@types/mdurl/lib/format.d.mts","../../../node_modules/.pnpm/@types+mdurl@2.0.0/node_modules/@types/mdurl/index.d.mts","../../../node_modules/.pnpm/@types+markdown-it@14.1.2/node_modules/@types/markdown-it/dist/index.cjs.d.ts","../../../node_modules/.pnpm/@types+markdown-it@14.1.2/node_modules/@types/markdown-it/index.d.ts","../../../node_modules/.pnpm/@types+react@18.3.14/node_modules/@types/react/global.d.ts","../../../node_modules/.pnpm/@types+prop-types@15.7.12/node_modules/@types/prop-types/index.d.ts","../../../node_modules/.pnpm/@types+react@18.3.14/node_modules/@types/react/index.d.ts","../../../node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/global.d.ts","../../../node_modules/.pnpm/@types+react@18.3.3/node_modules/@types/react/index.d.ts","../../../node_modules/.pnpm/@types+react-dom@18.3.0/node_modules/@types/react-dom/index.d.ts","../../../node_modules/.pnpm/@types+history@4.7.11/node_modules/@types/history/DOMUtils.d.ts","../../../node_modules/.pnpm/@types+history@4.7.11/node_modules/@types/history/createBrowserHistory.d.ts","../../../node_modules/.pnpm/@types+history@4.7.11/node_modules/@types/history/createHashHistory.d.ts","../../../node_modules/.pnpm/@types+history@4.7.11/node_modules/@types/history/createMemoryHistory.d.ts","../../../node_modules/.pnpm/@types+history@4.7.11/node_modules/@types/history/LocationUtils.d.ts","../../../node_modules/.pnpm/@types+history@4.7.11/node_modules/@types/history/PathUtils.d.ts","../../../node_modules/.pnpm/@types+history@4.7.11/node_modules/@types/history/index.d.ts","../../../node_modules/.pnpm/@types+react-router@5.1.20/node_modules/@types/react-router/index.d.ts","../../../node_modules/.pnpm/@types+react-router-dom@5.3.3/node_modules/@types/react-router-dom/index.d.ts","../../../node_modules/.pnpm/@types+react-syntax-highlighter@15.5.13/node_modules/@types/react-syntax-highlighter/index.d.ts","../../../node_modules/.pnpm/@types+eslint@8.56.10/node_modules/@types/eslint/helpers.d.ts","../../../node_modules/.pnpm/@types+json-schema@7.0.15/node_modules/@types/json-schema/index.d.ts","../../../node_modules/.pnpm/@types+eslint@8.56.10/node_modules/@types/eslint/index.d.ts","../../../node_modules/.pnpm/@types+eslint-scope@3.7.7/node_modules/@types/eslint-scope/index.d.ts","../../../node_modules/.pnpm/@types+eslint-visitor-keys@1.0.0/node_modules/@types/eslint-visitor-keys/index.d.ts"],"fileInfos":["a7297ff837fcdf174a9524925966429eb8e5feecc2cc55cc06574e6b092c1eaa",{"version":"824cb491a40f7e8fdeb56f1df5edf91b23f3e3ee6b4cde84d4a99be32338faee","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4",{"version":"87d693a4920d794a73384b3c779cadcb8548ac6945aa7a925832fe2418c9527a","affectsGlobalScope":true},{"version":"80e18897e5884b6723488d4f5652167e7bb5024f946743134ecc4aa4ee731f89","affectsGlobalScope":true},{"version":"cd034f499c6cdca722b60c04b5b1b78e058487a7085a8e0d6fb50809947ee573","affectsGlobalScope":true},{"version":"138fb588d26538783b78d1e3b2c2cc12d55840b97bf5e08bca7f7a174fbe2f17","affectsGlobalScope":true},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true},{"version":"b20fe0eca9a4e405f1a5ae24a2b3290b37cf7f21eba6cbe4fc3fab979237d4f3","affectsGlobalScope":true},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"49ed889be54031e1044af0ad2c603d627b8bda8b50c1a68435fe85583901d072","affectsGlobalScope":true},{"version":"e93d098658ce4f0c8a0779e6cab91d0259efb88a318137f686ad76f8410ca270","affectsGlobalScope":true},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"5e07ed3809d48205d5b985642a59f2eba47c402374a7cf8006b686f79efadcbd","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"8073890e29d2f46fdbc19b8d6d2eb9ea58db9a2052f8640af20baff9afbc8640","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"13f6e6380c78e15e140243dc4be2fa546c287c6d61f4729bc2dd7cf449605471","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},{"version":"70521b6ab0dcba37539e5303104f29b721bfb2940b2776da4cc818c07e1fefc1","affectsGlobalScope":true},{"version":"030e350db2525514580ed054f712ffb22d273e6bc7eddc1bb7eda1e0ba5d395e","affectsGlobalScope":true},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true},"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a",{"version":"613b21ccdf3be6329d56e6caa13b258c842edf8377be7bc9f014ed14cdcfc308","affectsGlobalScope":true},{"version":"2d1319e6b5d0efd8c5eae07eb864a00102151e8b9afddd2d45db52e9aae002c4","affectsGlobalScope":true},"4967529644e391115ca5592184d4b63980569adf60ee685f968fd59ab1557188","5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","24bd580b5743dc56402c440dc7f9a4f5d592ad7a419f25414d37a7bfe11e342b","2db0dd3aaa2ed285950273ce96ae8a450b45423aa9da2d10e194570f1233fa6b","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","7180c03fd3cb6e22f911ce9ba0f8a7008b1a6ddbe88ccf16a9c8140ef9ac1686","25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","54cb85a47d760da1c13c00add10d26b5118280d44d58e6908d8e89abbd9d7725","3e4825171442666d31c845aeb47fcd34b62e14041bb353ae2b874285d78482aa","c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","a967bfe3ad4e62243eb604bf956101e4c740f5921277c60debaf325c1320bf88","e9775e97ac4877aebf963a0289c81abe76d1ec9a2a7778dbe637e5151f25c5f3","471e1da5a78350bc55ef8cef24eb3aca6174143c281b8b214ca2beda51f5e04a","cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","db3435f3525cd785bf21ec6769bf8da7e8a776be1a99e2e7efb5f244a2ef5fee","c3b170c45fc031db31f782e612adf7314b167e60439d304b49e704010e7bafe5","40383ebef22b943d503c6ce2cb2e060282936b952a01bea5f9f493d5fb487cc7","4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","3a84b7cb891141824bd00ef8a50b6a44596aded4075da937f180c90e362fe5f6","13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","33203609eba548914dc83ddf6cadbc0bcb6e8ef89f6d648ca0908ae887f9fcc5","0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","9f0a92164925aa37d4a5d9dd3e0134cff8177208dba55fd2310cd74beea40ee2","8bfdb79bf1a9d435ec48d9372dc93291161f152c0865b81fc0b2694aedb4578d","2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","d32275be3546f252e3ad33976caf8c5e842c09cb87d468cb40d5f4cf092d1acc","4a0c3504813a3289f7fb1115db13967c8e004aa8e4f8a9021b95285502221bd1",{"version":"e7be367719c613d580d4b27fdf8fe64c9736f48217f4b322c0d63b2971460918","affectsGlobalScope":true},"3d77c73be94570813f8cadd1f05ebc3dc5e2e4fdefe4d340ca20cd018724ee36",{"version":"392eadc2af403dd10b4debfbc655c089a7fa6a9750caeb770cfb30051e55e848","affectsGlobalScope":true},"62f1c00d3d246e0e3cf0224f91e122d560428ec1ccc36bb51d4574a84f1dbad0","53f0960fdcc53d097918adfd8861ffbe0db989c56ffc16c052197bf115da5ed6",{"version":"662163e5327f260b23ca0a1a1ad8a74078aabb587c904fcb5ef518986987eaff","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb",{"version":"c48c503c6b3f63baf18257e9a87559b5602a4e960107c762586d2a6a62b64a18","affectsGlobalScope":true},"b0c0d1d13be149f790a75b381b413490f98558649428bb916fd2d71a3f47a134","3c884d9d9ec454bdf0d5a0b8465bf8297d2caa4d853851d92cc417ac6f30b969","0364f8bb461d6e84252412d4e5590feda4eb582f77d47f7a024a7a9ff105dfdc","5433f7f77cd1fd53f45bd82445a4e437b2f6a72a32070e907530a4fea56c30c8","d0ca5d7df114035258a9d01165be309371fcccf0cccd9d57b1453204686d1ed0",{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true},{"version":"9a30b7fefd7f8abbca4828d481c61c18e40fe5ff107e113b1c1fcd2c8dcf2743","affectsGlobalScope":true},"173b6275a81ebdb283b180654890f46516c21199734fed01a773b1c168b8c45c","304f66274aa8119e8d65a49b1cff84cbf803def6afe1b2cc987386e9a9890e22","1b9adafe8a7fefaeaf9099a0e06f602903f6268438147b843a33a5233ac71745","98273274f2dbb79b0b2009b20f74eca4a7146a3447c912d580cd5d2d94a7ae30","c933f7ba4b201c98b14275fd11a14abb950178afd2074703250fe3654fc10cd2","2eaa31492906bc8525aff3c3ec2236e22d90b0dfeee77089f196cd0adf0b3e3b",{"version":"ea455cc68871b049bcecd9f56d4cf27b852d6dafd5e3b54468ca87cc11604e4d","affectsGlobalScope":true},"8f5814f29dbaf8bacd1764aebdf1c8a6eb86381f6a188ddbac0fcbaab855ce52","a63d03de72adfb91777784015bd3b4125abd2f5ef867fc5a13920b5649e8f52b","d20e003f3d518a7c1f749dbe27c6ab5e3be7b3c905a48361b04a9557de4a6900",{"version":"1d4d78c8b23c9ddaaaa49485e6adc2ec01086dfe5d8d4d36ca4cdc98d2f7e74a","affectsGlobalScope":true},{"version":"44fc16356b81c0463cc7d7b2b35dcf324d8144136f5bc5ce73ced86f2b3475b5","affectsGlobalScope":true},"575fb200043b11b464db8e42cc64379c5fd322b6d787638e005b5ee98a64486d","6de2f225d942562733e231a695534b30039bdf1875b377bb7255881f0df8ede8","56249fd3ef1f6b90888e606f4ea648c43978ef43a7263aafad64f8d83cd3b8aa","139ad1dc93a503da85b7a0d5f615bddbae61ad796bc68fedd049150db67a1e26","7b166975fdbd3b37afb64707b98bca88e46577bbc6c59871f9383a7df2daacd1","9eece5e586312581ccd106d4853e861aaaa1a39f8e3ea672b8c3847eedd12f6e","81505c54d7cad0009352eaa21bd923ab7cdee7ec3405357a54d9a5da033a2084","269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","3c1f19c7abcda6b3a4cf9438a15c7307a080bd3b51dfd56b198d9f86baf19447","2ee1645e0df9d84467cfe1d67b0ad3003c2f387de55874d565094464ee6f2927",{"version":"071d4b4af5755e1a081aa3b785b5526d09276af5a50e4725dea26edd4e7deb31","affectsGlobalScope":true},{"version":"9cf780e96b687e4bdfd1907ed26a688c18b89797490a00598fa8b8ab683335dd","affectsGlobalScope":true},"98e00f3613402504bc2a2c9a621800ab48e0a463d1eed062208a4ae98ad8f84c","9ae88ce9f73446c24b2d2452e993b676da1b31fca5ceb7276e7f36279f693ed1","e49d7625faff2a7842e4e7b9b197f972633fca685afcf6b4403400c97d087c36","b82c38abc53922b1b3670c3af6f333c21b735722a8f156e7d357a2da7c53a0a0",{"version":"b423f53647708043299ded4daa68d95c967a2ac30aa1437adc4442129d7d0a6c","affectsGlobalScope":true},{"version":"7245af181218216bacb01fbdf51095617a51661f20d77178c69a377e16fb69ed","affectsGlobalScope":true},"4f0fc7b7f54422bd97cfaf558ddb4bca86893839367b746a8f86b60ac7619673","4cdd8b6b51599180a387cc7c1c50f49eca5ce06595d781638fd0216520d98246","d91a7d8b5655c42986f1bdfe2105c4408f472831c8f20cf11a8c3345b6b56c8c",{"version":"8704423bf338bff381ebc951ed819935d0252d90cd6de7dffe5b0a5debb65d07","affectsGlobalScope":true},"7c6929fd7cbf38499b6a600b91c3b603d1d78395046dc3499b2b92d01418b94b",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"a42be67ed1ddaec743582f41fc219db96a1b69719fccac6d1464321178d610fc","25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","6bdc71028db658243775263e93a7db2fd2abfce3ca569c3cca5aee6ed5eb186d","cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","4d2b0eb911816f66abe4970898f97a2cfc902bcd743cbfa5017fad79f7ef90d8","bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","24b8685c62562f5d98615c5a0c1d05f297cf5065f15246edfe99e81ec4c0e011","93507c745e8f29090efb99399c3f77bec07db17acd75634249dc92f961573387","339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107",{"version":"81184fe8e67d78ac4e5374650f0892d547d665d77da2b2f544b5d84729c4a15d","affectsGlobalScope":true},"f52e8dacc97d71dcc96af29e49584353f9c54cb916d132e3e768d8b8129c928d","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","76103716ba397bbb61f9fa9c9090dca59f39f9047cb1352b2179c5d8e7f4e8d0",{"version":"53eac70430b30089a3a1959d8306b0f9cfaf0de75224b68ef25243e0b5ad1ca3","affectsGlobalScope":true},"4314c7a11517e221f7296b46547dbc4df047115b182f544d072bdccffa57fc72","115971d64632ea4742b5b115fb64ed04bcaae2c3c342f13d9ba7e3f9ee39c4e7",{"version":"c2510f124c0293ab80b1777c44d80f812b75612f297b9857406468c0f4dafe29","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb",{"version":"a76037255d4e7af8b20d191a4d3ad13236fba352239d3d9d54868a98dbb222f5","affectsGlobalScope":true},"24642567d3729bcc545bacb65ee7c0db423400c7f1ef757cab25d05650064f98","e6f5a38687bebe43a4cef426b69d34373ef68be9a6b1538ec0a371e69f309354","a6bf63d17324010ca1fbf0389cab83f93389bb0b9a01dc8a346d092f65b3605f","e009777bef4b023a999b2e5b9a136ff2cde37dc3f77c744a02840f05b18be8ff","1e0d1f8b0adfa0b0330e028c7941b5a98c08b600efe7f14d2d2a00854fb2f393",{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true},{"version":"875928df2f3e9a3aed4019539a15d04ff6140a06df6cd1b2feb836d22a81eaca","affectsGlobalScope":true},"e9ad08a376ac84948fcca0013d6f1d4ae4f9522e26b91f87945b97c99d7cc30b","f65eecc63138013d13fefea9092e83c3043cb52a5e351d22ea194e81021c1cd5","4617299caf33afef24b5e074e6d20ce8f510dd212cebd75884ef27c64457a77b","fa56be9b96f747e93b895d8dc2aa4fb9f0816743e6e2abb9d60705e88d4743a2","8257c55ff6bff6169142a35fce6811b511d857b4ae4f522cdb6ce20fd2116b2c","6d386bc0d7f3afa1d401afc3e00ed6b09205a354a9795196caed937494a713e6",{"version":"5990bd8b9bc91f6e90269685ff5a154eeda52c18238f89f0101fb4d08cd80476","affectsGlobalScope":true},"94c4187083503a74f4544503b5a30e2bd7af0032dc739b0c9a7ce87f8bddc7b9","b1b6ee0d012aeebe11d776a155d8979730440082797695fc8e2a5c326285678f","45875bcae57270aeb3ebc73a5e3fb4c7b9d91d6b045f107c1d8513c28ece71c0",{"version":"3eb62baae4df08c9173e6903d3ca45942ccec8c3659b0565684a75f3292cffbb","affectsGlobalScope":true},"2ccea88888048bbfcacbc9531a5596ea48a3e7dcd0a25f531a81bb717903ba4f",{"version":"6f6abdaf8764ef01a552a958f45e795b5e79153b87ddad3af5264b86d2681b72","affectsGlobalScope":true},"3f16a7e4deafa527ed9995a772bb380eb7d3c2c0fd4ae178c5263ed18394db2c","c6b4e0a02545304935ecbf7de7a8e056a31bb50939b5b321c9d50a405b5a0bba","fab29e6d649aa074a6b91e3bdf2bff484934a46067f6ee97a30fcd9762ae2213","8145e07aad6da5f23f2fcd8c8e4c5c13fb26ee986a79d03b0829b8fce152d8b2","e1120271ebbc9952fdc7b2dd3e145560e52e06956345e6fdf91d70ca4886464f","15c5e91b5f08be34a78e3d976179bf5b7a9cc28dc0ef1ffebffeb3c7812a2dca","a8f06c2382a30b7cb89ad2dfc48fc3b2b490f3dafcd839dadc008e4e5d57031d","553870e516f8c772b89f3820576152ebc70181d7994d96917bb943e37da7f8a7","37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633",{"version":"745c4240220559bd340c8aeb6e3c5270a709d3565e934dc22a69c304703956bc","affectsGlobalScope":true},"2754d8221d77c7b382096651925eb476f1066b3348da4b73fe71ced7801edada",{"version":"918d3b03a75858dcd5dbb275f19448b6b9a222aa8fc8471aca38c28a32ecb40f","affectsGlobalScope":true},{"version":"bef91efa0baea5d0e0f0f27b574a8bc100ce62a6d7e70220a0d58af6acab5e89","affectsGlobalScope":true},"282fd2a1268a25345b830497b4b7bf5037a5e04f6a9c44c840cb605e19fea841","5360a27d3ebca11b224d7d3e38e3e2c63f8290cb1fcf6c3610401898f8e68bc3","66ba1b2c3e3a3644a1011cd530fb444a96b1b2dfe2f5e837a002d41a1a799e60","7e514f5b852fdbc166b539fdd1f4e9114f29911592a5eb10a94bb3a13ccac3c4",{"version":"7d6ff413e198d25639f9f01f16673e7df4e4bd2875a42455afd4ecc02ef156da","affectsGlobalScope":true},{"version":"6bd91a2a356600dee28eb0438082d0799a18a974a6537c4410a796bab749813c","affectsGlobalScope":true},"a5c09990a37469b0311a92ce8feeb8682e83918723aedbd445bd7a0f510eaaa3","ae25afbbf1ed5df63a177d67b9048bf7481067f1b8dc9c39212e59db94fc9fc6","ac5ed35e649cdd8143131964336ab9076937fa91802ec760b3ea63b59175c10a",{"version":"89332fc3cc945c8df2bc0aead55230430a0dabd3277c39a43315e00330de97a6","affectsGlobalScope":true},"78dc0513cc4f1642906b74dda42146bcbd9df7401717d6e89ea6d72d12ecb539","171fd8807643c46a9d17e843959abdf10480d57d60d38d061fb44a4c8d4a8cc4","785b9d575b49124ce01b46f5b9402157c7611e6532effa562ac6aebec0074dfc",{"version":"e58a3ce75105c1557e34fab7408942d77374e047c16383e80880ed1220166dfa","affectsGlobalScope":true},"a660aa95476042d3fdcc1343cf6bb8fdf24772d31712b1db321c5a4dcc325434","282f98006ed7fa9bb2cd9bdbe2524595cfc4bcd58a0bb3232e4519f2138df811","6222e987b58abfe92597e1273ad7233626285bc2d78409d4a7b113d81a83496b","cbe726263ae9a7bf32352380f7e8ab66ee25b3457137e316929269c19e18a2be","8b96046bf5fb0a815cba6b0880d9f97b7f3a93cf187e8dcfe8e2792e97f38f87",{"version":"bacf2c84cf448b2cd02c717ad46c3d7fd530e0c91282888c923ad64810a4d511","affectsGlobalScope":true},"402e5c534fb2b85fa771170595db3ac0dd532112c8fa44fc23f233bc6967488b","8885cf05f3e2abf117590bbb951dcf6359e3e5ac462af1c901cfd24c6a6472e2","4d979e3c12ffb6497d2b1dc5613130196d986fff764c4526360c0716a162e7e7","e61df3640a38d535fd4bc9f4a53aef17c296b58dc4b6394fd576b808dd2fe5e6","80781460eca408fe8d2937d9fdbbb780d6aac35f549621e6200c9bee1da5b8fe","4719c209b9c00b579553859407a7e5dcfaa1c472994bd62aa5dd3cc0757eb077","7ec359bbc29b69d4063fe7dad0baaf35f1856f914db16b3f4f6e3e1bca4099fa","b9261ac3e9944d3d72c5ee4cf888ad35d9743a5563405c6963c4e43ee3708ca4","c84fd54e8400def0d1ef1569cafd02e9f39a622df9fa69b57ccc82128856b916","a022503e75d6953d0e82c2c564508a5c7f8556fad5d7f971372d2d40479e4034","2ed6489ef46eb61442d067c08e87e3db501c0bfb2837eee4041a27bf3e792bb0","644491cde678bd462bb922c1d0cfab8f17d626b195ccb7f008612dc31f445d2d","d60fe6d59d4e19ecc65359490b8535e359ca4b760d2cdb56897ca75d09d41ba3","f45a2a8b1777ecb50ed65e1a04bb899d4b676529b7921bd5d69b08573a00c832","774b783046ba3d473948132d28a69f52a295b2f378f2939304118ba571b1355e","b5734e05c787a40e4f9efe71f16683c5f7dc3bdb0de7c04440c855bd000f8fa7","14ba97f0907144771331e1349fdccb5a13526eba0647e6b447e572376d811b6f","2a771d907aebf9391ac1f50e4ad37952943515eeea0dcc7e78aa08f508294668","7165050eddaed878c2d2cd3cafcaf171072ac39e586a048c0603712b5555f536","26e629be9bbd94ea1d465af83ce5a3306890520695f07be6eb016f8d734d02be","82e687ebd99518bc63ea04b0c3810fb6e50aa6942decd0ca6f7a56d9b9a212a6","7f698624bbbb060ece7c0e51b7236520ebada74b747d7523c7df376453ed6fea","8f07f2b6514744ac96e51d7cb8518c0f4de319471237ea10cf688b8d0e9d0225","9ae0ca65717af0d3b554a26fd333ad9c78ad3910ad4b22140ff02acb63076927","8a8eb4ebffd85e589a1cc7c178e291626c359543403d58c9cd22b81fab5b1fb9","30b1b8dce7c4c10889988660c5581059f1fa5965fbf478b10a0d6761ae0c1244","cd90839a9d34ba9acb0fcddaada33d6f45e0ffc94fa0e6dbaaeafefefe86a710","9858fbe95ba59b314d66742e9419a1203e67ab60fe0ce378b270e9648d9856ce","d36c1d9b93552828d27ffc8ca932820d3c4fedca789f1348216cf5dd9a49740a","8b71e015a992936d5c84bec8a79acd261aea0930bad4a42903342dcd96147cae","136ac2fb228b2c64ad2d039eb4de311212505a20a91b9ba632bd6cfdc3b4126f","be751f201cb4f18ce9984c0a38fcfba66164d6509ee48e4950f6a0285c53be5e","52d795bdd96017f36b13f87abb05e077dbf86c4a398144e698a4fc52035d7f6f",{"version":"04939c18898d677b73be84991208177104ba682a41b2cb2c32cd248382835af9","signature":"df3ed5366c7d6d47ea0695410cbd3467ed585b7288641a3719cb95bcef5417ee"},"01f9bade4ea5db62464fed4f6bda2abc928862000baae48a0f54cfffc1af3cc6","f1ed4b327880fa467f6b7b8a8f0c0a182901213ec4bc732a1de32a24f959424a","1f527f5aa7667cf13cd61a83327ac127bd9be0fe705517bec56abd7f93a3267d","930371ee0f953df416ac187dc69f9d469e1808f05023410d8864ddbe4c877731","fe0150ce20bc36bcc4250e562b951073a27c3665bf58c5c19defcdcb4c124307","1287b82bfb7169da991900975e76543c3c21c42733bee7378e5429cb367e016a","8a7219b41d3c1c93f3f3b779146f313efade2404eeece88dcd366df7e2364977","a109c4289d59d9019cfe1eeab506fe57817ee549499b02a83a7e9d3bdf662d63",{"version":"36a2e4c9a67439aca5f91bb304611d5ae6e20d420503e96c230cf8fcdc948d94","affectsGlobalScope":true},"247a952efd811d780e5630f8cfd76f495196f5fa74f6f0fee39ac8ba4a3c9800",{"version":"aa17748c522bd586f8712b1a308ea23af59c309b2fd278f6d4f406647c72e659","affectsGlobalScope":true},{"version":"36a2e4c9a67439aca5f91bb304611d5ae6e20d420503e96c230cf8fcdc948d94","affectsGlobalScope":true},{"version":"8ca4709dbd22a34bcc1ebf93e1877645bdb02ebd3f3d9a211a299a8db2ee4ba1","affectsGlobalScope":true},"adb17fea4d847e1267ae1241fa1ac3917c7e332999ebdab388a24d82d4f58240",{"version":"271cde49dfd9b398ccc91bb3aaa43854cf76f4d14e10fed91cbac649aa6cbc63","affectsGlobalScope":true},"2bcecd31f1b4281710c666843fc55133a0ee25b143e59f35f49c62e168123f4b","a6273756fa05f794b64fe1aff45f4371d444f51ed0257f9364a8b25f3501915d","9c4e644fe9bf08d93c93bd892705842189fe345163f8896849d5964d21b56b78","25d91fb9ed77a828cc6c7a863236fb712dafcd52f816eec481bd0c1f589f4404","4cd14cea22eed1bfb0dc76183e56989f897ac5b14c0e2a819e5162eafdcfe243","8d32432f68ca4ce93ad717823976f2db2add94c70c19602bf87ee67fe51df48b","1d4bc73751d6ec6285331d1ca378904f55d9e5e8aeaa69bc45b675c3df83e778","8017277c3843df85296d8730f9edf097d68d7d5f9bc9d8124fcacf17ecfd487e",{"version":"3cef134032da5e1bfabba59a03a58d91ed59f302235034279bb25a5a5b65ca62","affectsGlobalScope":true},{"version":"64d4b35c5456adf258d2cf56c341e203a073253f229ef3208fc0d5020253b241","affectsGlobalScope":true},"f3d8c757e148ad968f0d98697987db363070abada5f503da3c06aefd9d4248c1","7852500a7dc3f9cb6b73d619f6e0249119211ea662fd5e16c59ee5aba3deeb80","1f68ab0e055994eb337b67aa87d2a15e0200951e9664959b3866ee6f6b11a0fe","725d9be2fd48440256f4deb00649adffdbc5ecd282b09e89d4e200663792c34c"],"root":[278],"options":{"allowSyntheticDefaultImports":true,"composite":true,"module":99,"skipLibCheck":true},"fileIdsList":[[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,273,274,275],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,273],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,237,238,305],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,237,238,303,304],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,299],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,293,299],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,294,295,296,297,298],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,279,284],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,285],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,280,281,282,283],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,282],[55,59,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,92,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[50,51,52,55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,180,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,224,225,226,227,228,229,230,231,232,233,234,235],[59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[53,54,55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,291],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,289,299,300],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,289,299],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,289,302],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,269,287,288],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,269,288,290],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,269],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,244,268,270],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,268,271],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,268,276],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,260],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,258,260],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,249,257,258,259,261],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,247],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,250,255,260,263],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,246,263],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,250,251,254,255,256,263],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,250,251,252,254,255,263],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,247,248,249,250,251,255,256,257,259,260,261,263],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,263],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,245,247,248,249,250,251,252,254,255,256,257,258,259,260,261,262],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,245,263],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,250,252,253,255,256,263],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,254,263],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,255,256,260,263],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,248,258],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,238,267],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,237,238],[55,59,60,69,73,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,69,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,64,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,66,69,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,145,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,64,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,145,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,61,62,65,68,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,61,67,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,65,69,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,145,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,85,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,145,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,63,64,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,145,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,63,64,65,66,67,68,69,70,71,73,74,75,76,77,78,79,80,81,82,83,84,86,87,88,89,90,91,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,69,76,77,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,67,69,77,78,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,68,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,61,64,69,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,69,73,77,78,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,73,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,67,69,72,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,61,66,67,69,73,76,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,64,69,85,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,145,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,152,156,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,152,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,147,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,149,152,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,145,147,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,57,58,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,148,151,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,152,159,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,57,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,150,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,152,173,174,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,145,148,152,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,145,173,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,145,146,147,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,146,147,148,149,150,151,152,153,154,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,174,175,176,177,178,179,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,152,167,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,152,159,160,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,150,152,160,161,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,151,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,57,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,147,152,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,152,156,160,161,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,156,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,150,152,155,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,57,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,149,152,159,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,145,147,152,173,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,238,239,240,241,242,243,244,264,265,266,267],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,240,241,242,243],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,240,241,242],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,240],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,241],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,238],[55,59,60,94,95,96,97,98,99,100,101,102,103,104,105,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,188,189,190,191,192,193,194,195,197,198,199,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,268,272,277],[268]],"referencedMap":[[274,1],[276,2],[275,3],[273,1],[306,4],[307,1],[303,1],[305,5],[237,1],[293,1],[297,6],[298,6],[294,7],[295,7],[296,7],[299,8],[304,1],[279,1],[285,9],[286,10],[284,11],[280,1],[281,1],[283,12],[282,1],[59,1],[60,13],[94,1],[95,1],[96,1],[97,1],[98,1],[99,1],[100,1],[101,1],[102,1],[103,1],[104,1],[106,1],[105,1],[107,1],[108,1],[109,1],[93,14],[144,1],[110,1],[111,1],[112,1],[145,15],[113,1],[114,1],[115,1],[116,1],[117,1],[118,1],[119,1],[120,1],[121,1],[122,1],[123,1],[124,1],[125,16],[126,1],[128,1],[127,1],[129,1],[130,1],[131,17],[132,1],[133,1],[134,1],[135,1],[136,1],[137,1],[138,1],[139,1],[140,1],[141,1],[142,1],[143,1],[182,1],[183,18],[184,1],[185,1],[186,1],[187,1],[50,1],[53,19],[51,1],[52,1],[188,1],[189,1],[190,1],[191,1],[192,1],[193,1],[194,1],[196,1],[195,1],[197,1],[198,1],[199,1],[181,20],[200,20],[201,1],[202,1],[203,1],[204,1],[205,1],[206,1],[207,1],[208,1],[210,21],[211,1],[212,1],[213,1],[214,1],[215,1],[216,22],[217,1],[218,1],[220,1],[219,1],[221,1],[222,1],[223,23],[224,1],[225,1],[226,1],[227,1],[55,24],[54,1],[236,25],[228,1],[229,1],[230,1],[231,1],[232,1],[233,1],[234,1],[235,1],[288,1],[209,1],[292,26],[301,27],[300,28],[302,29],[287,1],[289,30],[290,1],[291,31],[270,32],[271,33],[272,34],[277,35],[56,1],[269,1],[244,1],[261,36],[259,37],[260,38],[248,39],[249,37],[256,40],[247,41],[252,42],[262,1],[253,43],[258,44],[264,45],[263,46],[246,47],[254,48],[255,49],[250,50],[257,36],[251,51],[239,52],[238,53],[245,1],[1,1],[48,1],[49,1],[9,1],[13,1],[12,1],[3,1],[14,1],[15,1],[16,1],[17,1],[18,1],[19,1],[20,1],[21,1],[4,1],[22,1],[5,1],[23,1],[27,1],[24,1],[25,1],[26,1],[28,1],[29,1],[30,1],[6,1],[31,1],[32,1],[33,1],[34,1],[7,1],[38,1],[35,1],[36,1],[37,1],[39,1],[8,1],[40,1],[45,1],[46,1],[41,1],[42,1],[43,1],[44,1],[2,1],[47,1],[11,1],[10,1],[76,54],[83,55],[75,54],[90,56],[67,57],[66,1],[89,58],[84,59],[87,57],[69,60],[68,61],[64,62],[63,58],[86,63],[65,64],[70,55],[71,1],[74,55],[61,1],[92,65],[91,55],[78,66],[79,67],[81,68],[77,69],[80,70],[85,58],[72,71],[73,72],[82,73],[62,1],[88,74],[159,75],[169,76],[158,75],[179,77],[150,78],[149,1],[178,58],[172,79],[177,78],[152,80],[166,81],[151,82],[175,83],[147,84],[146,58],[176,85],[148,86],[153,76],[154,1],[157,76],[57,1],[180,87],[170,88],[161,89],[162,90],[164,91],[160,92],[163,93],[173,58],[155,94],[156,95],[165,96],[58,1],[168,88],[167,76],[171,1],[174,97],[268,98],[265,99],[243,100],[241,101],[240,1],[242,102],[266,1],[267,103],[278,104]],"exportedModulesMap":[[274,1],[276,2],[275,3],[273,1],[306,4],[307,1],[303,1],[305,5],[237,1],[293,1],[297,6],[298,6],[294,7],[295,7],[296,7],[299,8],[304,1],[279,1],[285,9],[286,10],[284,11],[280,1],[281,1],[283,12],[282,1],[59,1],[60,13],[94,1],[95,1],[96,1],[97,1],[98,1],[99,1],[100,1],[101,1],[102,1],[103,1],[104,1],[106,1],[105,1],[107,1],[108,1],[109,1],[93,14],[144,1],[110,1],[111,1],[112,1],[145,15],[113,1],[114,1],[115,1],[116,1],[117,1],[118,1],[119,1],[120,1],[121,1],[122,1],[123,1],[124,1],[125,16],[126,1],[128,1],[127,1],[129,1],[130,1],[131,17],[132,1],[133,1],[134,1],[135,1],[136,1],[137,1],[138,1],[139,1],[140,1],[141,1],[142,1],[143,1],[182,1],[183,18],[184,1],[185,1],[186,1],[187,1],[50,1],[53,19],[51,1],[52,1],[188,1],[189,1],[190,1],[191,1],[192,1],[193,1],[194,1],[196,1],[195,1],[197,1],[198,1],[199,1],[181,20],[200,20],[201,1],[202,1],[203,1],[204,1],[205,1],[206,1],[207,1],[208,1],[210,21],[211,1],[212,1],[213,1],[214,1],[215,1],[216,22],[217,1],[218,1],[220,1],[219,1],[221,1],[222,1],[223,23],[224,1],[225,1],[226,1],[227,1],[55,24],[54,1],[236,25],[228,1],[229,1],[230,1],[231,1],[232,1],[233,1],[234,1],[235,1],[288,1],[209,1],[292,26],[301,27],[300,28],[302,29],[287,1],[289,30],[290,1],[291,31],[270,32],[271,33],[272,34],[277,35],[56,1],[269,1],[244,1],[261,36],[259,37],[260,38],[248,39],[249,37],[256,40],[247,41],[252,42],[262,1],[253,43],[258,44],[264,45],[263,46],[246,47],[254,48],[255,49],[250,50],[257,36],[251,51],[239,52],[238,53],[245,1],[1,1],[48,1],[49,1],[9,1],[13,1],[12,1],[3,1],[14,1],[15,1],[16,1],[17,1],[18,1],[19,1],[20,1],[21,1],[4,1],[22,1],[5,1],[23,1],[27,1],[24,1],[25,1],[26,1],[28,1],[29,1],[30,1],[6,1],[31,1],[32,1],[33,1],[34,1],[7,1],[38,1],[35,1],[36,1],[37,1],[39,1],[8,1],[40,1],[45,1],[46,1],[41,1],[42,1],[43,1],[44,1],[2,1],[47,1],[11,1],[10,1],[76,54],[83,55],[75,54],[90,56],[67,57],[66,1],[89,58],[84,59],[87,57],[69,60],[68,61],[64,62],[63,58],[86,63],[65,64],[70,55],[71,1],[74,55],[61,1],[92,65],[91,55],[78,66],[79,67],[81,68],[77,69],[80,70],[85,58],[72,71],[73,72],[82,73],[62,1],[88,74],[159,75],[169,76],[158,75],[179,77],[150,78],[149,1],[178,58],[172,79],[177,78],[152,80],[166,81],[151,82],[175,83],[147,84],[146,58],[176,85],[148,86],[153,76],[154,1],[157,76],[57,1],[180,87],[170,88],[161,89],[162,90],[164,91],[160,92],[163,93],[173,58],[155,94],[156,95],[165,96],[58,1],[168,88],[167,76],[171,1],[174,97],[268,98],[265,99],[243,100],[241,101],[240,1],[242,102],[266,1],[267,103],[278,105]],"semanticDiagnosticsPerFile":[274,276,275,273,306,307,303,305,237,293,297,298,294,295,296,299,304,279,285,286,284,280,281,283,282,59,60,94,95,96,97,98,99,100,101,102,103,104,106,105,107,108,109,93,144,110,111,112,145,113,114,115,116,117,118,119,120,121,122,123,124,125,126,128,127,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,182,183,184,185,186,187,50,53,51,52,188,189,190,191,192,193,194,196,195,197,198,199,181,200,201,202,203,204,205,206,207,208,210,211,212,213,214,215,216,217,218,220,219,221,222,223,224,225,226,227,55,54,236,228,229,230,231,232,233,234,235,288,209,292,301,300,302,287,289,290,291,270,271,272,277,56,269,244,261,259,260,248,249,256,247,252,262,253,258,264,263,246,254,255,250,257,251,239,238,245,1,48,49,9,13,12,3,14,15,16,17,18,19,20,21,4,22,5,23,27,24,25,26,28,29,30,6,31,32,33,34,7,38,35,36,37,39,8,40,45,46,41,42,43,44,2,47,11,10,76,83,75,90,67,66,89,84,87,69,68,64,63,86,65,70,71,74,61,92,91,78,79,81,77,80,85,72,73,82,62,88,159,169,158,179,150,149,178,172,177,152,166,151,175,147,146,176,148,153,154,157,57,180,170,161,162,164,160,163,173,155,156,165,58,168,167,171,174,268,265,243,241,240,242,266,267,278],"latestChangedDtsFile":"./vite.config.d.ts"},"version":"5.4.5"} \ No newline at end of file diff --git a/packages/apps/wallet-sdk-example/vite.config.d.ts b/packages/apps/wallet-sdk-example/vite.config.d.ts new file mode 100644 index 0000000000..38f78d6fa2 --- /dev/null +++ b/packages/apps/wallet-sdk-example/vite.config.d.ts @@ -0,0 +1,4 @@ +import { UserConfig } from 'vite'; +export declare const config: UserConfig; +declare const _default: UserConfig; +export default _default; diff --git a/packages/apps/wallet-sdk-example/vite.config.js b/packages/apps/wallet-sdk-example/vite.config.js new file mode 100644 index 0000000000..ed176f2baa --- /dev/null +++ b/packages/apps/wallet-sdk-example/vite.config.js @@ -0,0 +1,47 @@ +var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) { + if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) { + if (ar || !(i in from)) { + if (!ar) ar = Array.prototype.slice.call(from, 0, i); + ar[i] = from[i]; + } + } + return to.concat(ar || Array.prototype.slice.call(from)); +}; +import { vanillaExtractPlugin } from '@vanilla-extract/vite-plugin'; +import react from '@vitejs/plugin-react-swc'; +import fs from 'fs'; +import path from 'path'; +import { defineConfig } from 'vite'; +/** + * Get list of monorepo packages from package.json non-dev-dependencies + * @returns {string[]} - list of package names + */ +function getMonorepoPackagesFromPackageJson() { + var packageJson = fs.readFileSync(path.resolve(__dirname, './package.json'), 'utf-8'); + var dependencies = JSON.parse(packageJson).dependencies; + var packages = Object.keys(dependencies).filter(function (key) { + return dependencies[key].startsWith('workspace:'); + }); + return packages; +} +var monorepoPackages = getMonorepoPackagesFromPackageJson(); +monorepoPackages.push('@kadena/client-utils'); +monorepoPackages.push('@kadena/cryptography-utils'); +monorepoPackages.push('@kadena/pactjs'); +monorepoPackages.push('@kadena/wallet-sdk'); +var monorepoPathsRegex = monorepoPackages.map(function (pkg) { return new RegExp("".concat(pkg.replace('@kadena/', ''))); }); +monorepoPackages.push('@kadena/client/fp'); +export var config = { + plugins: [vanillaExtractPlugin(), react()], + optimizeDeps: { + // add all monorepo packages to optimizeDeps since they are commonjs + include: __spreadArray([], monorepoPackages, true), + }, + build: { + commonjsOptions: { + // add all monorepo packages path regex to commonjsOptions since they are commonjs + include: __spreadArray([/node_modules/], monorepoPathsRegex, true), + }, + }, +}; +export default defineConfig(config); diff --git a/packages/libs/chainweb-node-client/CHANGELOG.md b/packages/libs/chainweb-node-client/CHANGELOG.md index 726f5a06b8..49e1f90fe6 100644 --- a/packages/libs/chainweb-node-client/CHANGELOG.md +++ b/packages/libs/chainweb-node-client/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log - @kadena/chainweb-node-client +## 0.8.0 + +### Minor Changes + +- 5e9bfd0: Support for passing a request init object to client functions + ## 0.7.0 ### Minor Changes diff --git a/packages/libs/chainweb-node-client/package.json b/packages/libs/chainweb-node-client/package.json index a25ca87ea8..16e9f435fd 100644 --- a/packages/libs/chainweb-node-client/package.json +++ b/packages/libs/chainweb-node-client/package.json @@ -1,6 +1,6 @@ { "name": "@kadena/chainweb-node-client", - "version": "0.7.0", + "version": "0.8.0", "description": "Typed JavaScript wrapper with fetch to call chainweb-node API endpoints", "keywords": [], "repository": { diff --git a/packages/libs/client-examples/CHANGELOG.md b/packages/libs/client-examples/CHANGELOG.md index 0240c77909..50067091b8 100644 --- a/packages/libs/client-examples/CHANGELOG.md +++ b/packages/libs/client-examples/CHANGELOG.md @@ -1,5 +1,15 @@ # @kadena/client-examples +## 0.1.10 + +### Patch Changes + +- Updated dependencies \[5e9bfd0] +- Updated dependencies \[1f46bee] + - @kadena/chainweb-node-client\@0.8.0 + - @kadena/client\@1.16.0 + - @kadena/client-utils\@0.11.1 + ## 0.1.9 ### Patch Changes diff --git a/packages/libs/client-examples/package.json b/packages/libs/client-examples/package.json index 86e229bf5a..60bcc73976 100644 --- a/packages/libs/client-examples/package.json +++ b/packages/libs/client-examples/package.json @@ -1,6 +1,6 @@ { "name": "@kadena/client-examples", - "version": "0.1.9", + "version": "0.1.10", "private": true, "description": "Test project to verify pactjs-cli and pactjs-generator", "repository": { diff --git a/packages/libs/client-utils/CHANGELOG.md b/packages/libs/client-utils/CHANGELOG.md index b801be0e7b..14d7ae656b 100644 --- a/packages/libs/client-utils/CHANGELOG.md +++ b/packages/libs/client-utils/CHANGELOG.md @@ -1,5 +1,15 @@ # @kadena/client-utils +## 0.11.1 + +### Patch Changes + +- Updated dependencies \[5e9bfd0] +- Updated dependencies \[1f46bee] + - @kadena/chainweb-node-client\@0.8.0 + - @kadena/client\@1.16.0 + - @kadena/pactjs-cli\@1.16.0 + ## 0.11.0 ### Minor Changes diff --git a/packages/libs/client-utils/package.json b/packages/libs/client-utils/package.json index f48728b1f5..c6f636da4a 100644 --- a/packages/libs/client-utils/package.json +++ b/packages/libs/client-utils/package.json @@ -1,6 +1,6 @@ { "name": "@kadena/client-utils", - "version": "0.11.0", + "version": "0.11.1", "description": "Utility functions build as a wrapper around @kadena/client", "repository": { "type": "git", diff --git a/packages/libs/client/CHANGELOG.md b/packages/libs/client/CHANGELOG.md index e31b4f8d88..8b915ba3fb 100644 --- a/packages/libs/client/CHANGELOG.md +++ b/packages/libs/client/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log - @kadena/client +## 1.16.0 + +### Minor Changes + +- 5e9bfd0: Support for passing a request init object to client functions + +### Patch Changes + +- 1f46bee: Add a default value `null` for the proof +- Updated dependencies \[5e9bfd0] + - @kadena/chainweb-node-client\@0.8.0 + ## 1.15.0 ### Minor Changes diff --git a/packages/libs/client/package.json b/packages/libs/client/package.json index 645ae76495..d0b056a1bd 100644 --- a/packages/libs/client/package.json +++ b/packages/libs/client/package.json @@ -1,6 +1,6 @@ { "name": "@kadena/client", - "version": "1.15.0", + "version": "1.16.0", "description": "Core library for building Pact expressions to send to the blockchain in js. Makes use of .kadena/pactjs-generated", "repository": { "type": "git", diff --git a/packages/libs/hd-wallet/CHANGELOG.md b/packages/libs/hd-wallet/CHANGELOG.md index 93a3e5da56..01f626fad0 100644 --- a/packages/libs/hd-wallet/CHANGELOG.md +++ b/packages/libs/hd-wallet/CHANGELOG.md @@ -1,5 +1,11 @@ # @kadena/hd-wallet +## 0.6.1 + +### Patch Changes + +- 8615d09: Improved documentation in readme + ## 0.6.0 ### Minor Changes diff --git a/packages/libs/hd-wallet/package.json b/packages/libs/hd-wallet/package.json index a3f96347e9..312ecda6b9 100644 --- a/packages/libs/hd-wallet/package.json +++ b/packages/libs/hd-wallet/package.json @@ -1,6 +1,6 @@ { "name": "@kadena/hd-wallet", - "version": "0.6.0", + "version": "0.6.1", "description": "Key derivation based on Hierarchical Deterministic (HD)/Mnemonic keys and BIP32, for Kadena", "repository": { "type": "git", diff --git a/packages/libs/kode-ui/CHANGELOG.md b/packages/libs/kode-ui/CHANGELOG.md index a086ba33eb..c64278ea32 100644 --- a/packages/libs/kode-ui/CHANGELOG.md +++ b/packages/libs/kode-ui/CHANGELOG.md @@ -1,5 +1,17 @@ # @kadena/kode-ui +## 0.20.0 + +### Minor Changes + +- 5c5c747: add context section in the sidebar layout header +- 4c684a2: add the SectionCard Component +- dbd9076: add an extra styling variant to the table component + +### Patch Changes + +- f35e30c: fix in the sidebar header layout + ## 0.19.0 ### Minor Changes diff --git a/packages/libs/kode-ui/package.json b/packages/libs/kode-ui/package.json index fb5ae7a8ce..a760f7ac48 100644 --- a/packages/libs/kode-ui/package.json +++ b/packages/libs/kode-ui/package.json @@ -1,6 +1,6 @@ { "name": "@kadena/kode-ui", - "version": "0.19.0", + "version": "0.20.0", "description": "A react component library built on Kadena's Kode Design System", "repository": { "type": "git", diff --git a/packages/libs/pactjs-generator/CHANGELOG.md b/packages/libs/pactjs-generator/CHANGELOG.md index 35d8b17ab8..dadeba3d7f 100644 --- a/packages/libs/pactjs-generator/CHANGELOG.md +++ b/packages/libs/pactjs-generator/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log - @kadena/pactjs-generator +## 1.16.0 + ## 1.15.0 ## 1.14.0 diff --git a/packages/libs/pactjs-generator/package.json b/packages/libs/pactjs-generator/package.json index 662249e05d..3a755938fa 100644 --- a/packages/libs/pactjs-generator/package.json +++ b/packages/libs/pactjs-generator/package.json @@ -1,6 +1,6 @@ { "name": "@kadena/pactjs-generator", - "version": "1.15.0", + "version": "1.16.0", "description": "Generates TypeScript definitions of Pact contracts, for use in @kadena/pactjs", "repository": { "type": "git", diff --git a/packages/libs/wallet-sdk/CHANGELOG.md b/packages/libs/wallet-sdk/CHANGELOG.md index e69de29bb2..929328aee0 100644 --- a/packages/libs/wallet-sdk/CHANGELOG.md +++ b/packages/libs/wallet-sdk/CHANGELOG.md @@ -0,0 +1,18 @@ +# @kadena/wallet-sdk + +## 0.1.0 + +### Minor Changes + +- 2b0b87d: The Kadena Wallet SDK provides a simple and unified interface to + integrate Kadena blockchain functionalities into your wallet applications. It + abstracts the complexities of interacting with the Kadena network, allowing + you to focus on building feature-rich wallet experiences without + re-implementing common integrations. + +### Patch Changes + +- Updated dependencies \[5e9bfd0] +- Updated dependencies \[1f46bee] + - @kadena/client\@1.16.0 + - @kadena/client-utils\@0.11.1 diff --git a/packages/libs/wallet-sdk/package.json b/packages/libs/wallet-sdk/package.json index aa5321fbe5..529a8bbb85 100644 --- a/packages/libs/wallet-sdk/package.json +++ b/packages/libs/wallet-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@kadena/wallet-sdk", - "version": "0.0.1", + "version": "0.1.0", "description": "", "repository": { "type": "git", diff --git a/packages/tools/kadena-cli/CHANGELOG.md b/packages/tools/kadena-cli/CHANGELOG.md index 0b7e06c832..b9924f4760 100644 --- a/packages/tools/kadena-cli/CHANGELOG.md +++ b/packages/tools/kadena-cli/CHANGELOG.md @@ -1,5 +1,18 @@ # @kadena/kadena-cli +## 1.3.8 + +### Patch Changes + +- Updated dependencies \[5e9bfd0] +- Updated dependencies \[8615d09] +- Updated dependencies \[1f46bee] + - @kadena/client\@1.16.0 + - @kadena/hd-wallet\@0.6.1 + - @kadena/client-utils\@0.11.1 + - @kadena/pactjs-cli\@1.16.0 + - @kadena/pactjs-generator\@1.16.0 + ## 1.3.7 ### Patch Changes diff --git a/packages/tools/kadena-cli/package.json b/packages/tools/kadena-cli/package.json index 7a7604c823..558633f729 100644 --- a/packages/tools/kadena-cli/package.json +++ b/packages/tools/kadena-cli/package.json @@ -1,6 +1,6 @@ { "name": "@kadena/kadena-cli", - "version": "1.3.7", + "version": "1.3.8", "description": "Kadena CLI tool to interact with the Kadena blockchain (manage keys, transactions, etc.)", "keywords": [ "Kadena", diff --git a/packages/tools/pactjs-cli/CHANGELOG.md b/packages/tools/pactjs-cli/CHANGELOG.md index 47eb9e1173..d01788109b 100644 --- a/packages/tools/pactjs-cli/CHANGELOG.md +++ b/packages/tools/pactjs-cli/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log - @kadena/pactjs-cli +## 1.16.0 + +### Patch Changes + +- Updated dependencies \[5e9bfd0] +- Updated dependencies \[1f46bee] + - @kadena/client\@1.16.0 + - @kadena/pactjs-generator\@1.16.0 + ## 1.15.0 ### Patch Changes diff --git a/packages/tools/pactjs-cli/package.json b/packages/tools/pactjs-cli/package.json index 71faf7b005..3a4e8597e5 100644 --- a/packages/tools/pactjs-cli/package.json +++ b/packages/tools/pactjs-cli/package.json @@ -1,6 +1,6 @@ { "name": "@kadena/pactjs-cli", - "version": "1.15.0", + "version": "1.16.0", "description": "CLI tool accompanying @kadena/pactjs-core and @kadena/pactjs-client to generate TypeScript definitions and Pact client", "repository": { "type": "git",