From 0ccc509fe0d1e86c0742a2faf06a140d4de94453 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 16 Apr 2024 13:15:59 +0000 Subject: [PATCH] chore: release packages --- .changeset/big-penguins-sell.md | 5 - .changeset/breezy-turkeys-knock.md | 11 - .changeset/calm-sloths-collect.md | 5 - .changeset/clean-hairs-tell.md | 5 - .changeset/dull-trees-grow.md | 5 - .changeset/forty-toes-reflect.md | 5 - .changeset/hot-dancers-peel.md | 5 - .changeset/large-buckets-talk.md | 5 - .changeset/loud-bottles-help.md | 5 - .changeset/many-panthers-wonder.md | 5 - .changeset/mean-singers-try.md | 5 - .changeset/mighty-days-remain.md | 5 - .changeset/nervous-timers-float.md | 7 - .changeset/plenty-ligers-pay.md | 5 - .changeset/rare-bags-live.md | 5 - .changeset/real-needles-begin.md | 5 - .changeset/slow-ties-admire.md | 5 - .changeset/strong-worms-sleep.md | 5 - .changeset/wicked-buses-tap.md | 5 - apps/renterd/CHANGELOG.md | 6 + apps/renterd/package.json | 2 +- apps/walletd/CHANGELOG.md | 10 + apps/walletd/package.json | 2 +- libs/design-system/CHANGELOG.md | 16 ++ libs/design-system/package.json | 8 +- libs/fonts/CHANGELOG.md | 6 + libs/fonts/package.json | 2 +- libs/hostd-react/CHANGELOG.md | 14 ++ libs/hostd-react/package.json | 6 +- libs/hostd-types/CHANGELOG.md | 7 + libs/hostd-types/package.json | 2 +- libs/react-core/CHANGELOG.md | 12 + libs/react-core/package.json | 4 +- libs/renterd-js/CHANGELOG.md | 14 ++ libs/renterd-js/package.json | 6 +- libs/renterd-react/CHANGELOG.md | 14 ++ libs/renterd-react/package.json | 6 +- libs/renterd-types/CHANGELOG.md | 7 + libs/renterd-types/package.json | 2 +- libs/request/CHANGELOG.md | 7 + libs/request/package.json | 2 +- libs/sia-central-js/CHANGELOG.md | 11 + libs/sia-central-js/package.json | 4 +- libs/sia-central-mock/CHANGELOG.md | 12 + libs/sia-central-mock/package.json | 4 +- libs/sia-central-react/CHANGELOG.md | 14 ++ libs/sia-central-react/package.json | 6 +- libs/sia-central-types/CHANGELOG.md | 7 + libs/sia-central-types/package.json | 2 +- libs/units/CHANGELOG.md | 10 + libs/units/package.json | 6 +- libs/walletd-mock/CHANGELOG.md | 14 ++ libs/walletd-mock/package.json | 8 +- libs/walletd-react/CHANGELOG.md | 16 ++ libs/walletd-react/package.json | 6 +- libs/walletd-types/CHANGELOG.md | 7 + libs/walletd-types/package.json | 2 +- package-lock.json | 370 ++++++++++++++++++++++------ 58 files changed, 535 insertions(+), 222 deletions(-) delete mode 100644 .changeset/big-penguins-sell.md delete mode 100644 .changeset/breezy-turkeys-knock.md delete mode 100644 .changeset/calm-sloths-collect.md delete mode 100644 .changeset/clean-hairs-tell.md delete mode 100644 .changeset/dull-trees-grow.md delete mode 100644 .changeset/forty-toes-reflect.md delete mode 100644 .changeset/hot-dancers-peel.md delete mode 100644 .changeset/large-buckets-talk.md delete mode 100644 .changeset/loud-bottles-help.md delete mode 100644 .changeset/many-panthers-wonder.md delete mode 100644 .changeset/mean-singers-try.md delete mode 100644 .changeset/mighty-days-remain.md delete mode 100644 .changeset/nervous-timers-float.md delete mode 100644 .changeset/plenty-ligers-pay.md delete mode 100644 .changeset/rare-bags-live.md delete mode 100644 .changeset/real-needles-begin.md delete mode 100644 .changeset/slow-ties-admire.md delete mode 100644 .changeset/strong-worms-sleep.md delete mode 100644 .changeset/wicked-buses-tap.md create mode 100644 libs/hostd-types/CHANGELOG.md create mode 100644 libs/renterd-js/CHANGELOG.md create mode 100644 libs/renterd-types/CHANGELOG.md create mode 100644 libs/request/CHANGELOG.md create mode 100644 libs/sia-central-mock/CHANGELOG.md create mode 100644 libs/sia-central-types/CHANGELOG.md create mode 100644 libs/walletd-types/CHANGELOG.md diff --git a/.changeset/big-penguins-sell.md b/.changeset/big-penguins-sell.md deleted file mode 100644 index a9ac77dc8..000000000 --- a/.changeset/big-penguins-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/hostd-types': minor ---- - -Introduced new library for hostd types. diff --git a/.changeset/breezy-turkeys-knock.md b/.changeset/breezy-turkeys-knock.md deleted file mode 100644 index 3d232c8d0..000000000 --- a/.changeset/breezy-turkeys-knock.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@siafoundation/hostd-react': minor -'@siafoundation/react-core': minor -'@siafoundation/renterd-react': minor -'@siafoundation/sia-central-mock': minor -'@siafoundation/sia-central-react': minor -'@siafoundation/walletd-mock': minor -'@siafoundation/walletd-react': minor ---- - -Libraries now follow new naming scheme. diff --git a/.changeset/calm-sloths-collect.md b/.changeset/calm-sloths-collect.md deleted file mode 100644 index 2fbef32a7..000000000 --- a/.changeset/calm-sloths-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/renterd-js': minor ---- - -Introduced a new renterd-js library. Closes https://github.com/SiaFoundation/web/issues/585 diff --git a/.changeset/clean-hairs-tell.md b/.changeset/clean-hairs-tell.md deleted file mode 100644 index 6d79daf18..000000000 --- a/.changeset/clean-hairs-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/walletd-types': minor ---- - -Introduced new library for walletd types. diff --git a/.changeset/dull-trees-grow.md b/.changeset/dull-trees-grow.md deleted file mode 100644 index e962750ba..000000000 --- a/.changeset/dull-trees-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'walletd': minor ---- - -Address generation and addition dialogs now have an option to rescan from a specified height. Closes https://github.com/SiaFoundation/walletd/issues/96 diff --git a/.changeset/forty-toes-reflect.md b/.changeset/forty-toes-reflect.md deleted file mode 100644 index 94ba300f3..000000000 --- a/.changeset/forty-toes-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'walletd': minor ---- - -The profile details now include uptime and version. Closes https://github.com/SiaFoundation/walletd/issues/97 diff --git a/.changeset/hot-dancers-peel.md b/.changeset/hot-dancers-peel.md deleted file mode 100644 index 275b78b8b..000000000 --- a/.changeset/hot-dancers-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'walletd': minor ---- - -Added a receive button in addition to the addresses button to make send/receive options more clear. Closes https://github.com/SiaFoundation/walletd/issues/88 diff --git a/.changeset/large-buckets-talk.md b/.changeset/large-buckets-talk.md deleted file mode 100644 index 228961144..000000000 --- a/.changeset/large-buckets-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'renterd': minor ---- - -The configuration now includes the min protocol version option, the value defaults to 1.6.0 when using simple configuration mode. Closes https://github.com/SiaFoundation/renterd/issues/1141 Closes https://github.com/SiaFoundation/web/issues/573 diff --git a/.changeset/loud-bottles-help.md b/.changeset/loud-bottles-help.md deleted file mode 100644 index a8afc1505..000000000 --- a/.changeset/loud-bottles-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/design-system': minor ---- - -Added async defaultValues support to useDialogFormHelpers via initKey prop. diff --git a/.changeset/many-panthers-wonder.md b/.changeset/many-panthers-wonder.md deleted file mode 100644 index abc511d2f..000000000 --- a/.changeset/many-panthers-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/walletd-react': minor ---- - -Added useNodeState. diff --git a/.changeset/mean-singers-try.md b/.changeset/mean-singers-try.md deleted file mode 100644 index 1ab4c6cfa..000000000 --- a/.changeset/mean-singers-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/sia-central-js': minor ---- - -sia-central is now named sia-central-js. diff --git a/.changeset/mighty-days-remain.md b/.changeset/mighty-days-remain.md deleted file mode 100644 index 53ead5a2b..000000000 --- a/.changeset/mighty-days-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/design-system': patch ---- - -Fixed an issue where Dialog and useDialogFormHelpers were not calling onOpenChange on open events. diff --git a/.changeset/nervous-timers-float.md b/.changeset/nervous-timers-float.md deleted file mode 100644 index b02889923..000000000 --- a/.changeset/nervous-timers-float.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@siafoundation/design-system': minor -'@siafoundation/fonts': minor -'@siafoundation/react-core': minor ---- - -Peer dependencies now limited to react and next. diff --git a/.changeset/plenty-ligers-pay.md b/.changeset/plenty-ligers-pay.md deleted file mode 100644 index 4681461d6..000000000 --- a/.changeset/plenty-ligers-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'walletd': minor ---- - -There is now a dedicated rescan dialog that can be opened from the wallet list and wallet context menus. Closes https://github.com/SiaFoundation/walletd/issues/96 diff --git a/.changeset/rare-bags-live.md b/.changeset/rare-bags-live.md deleted file mode 100644 index 86157e2a3..000000000 --- a/.changeset/rare-bags-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'walletd': minor ---- - -Rescan progress and status including errors is now shown in a sticky status bar. Closes https://github.com/SiaFoundation/walletd/issues/96 diff --git a/.changeset/real-needles-begin.md b/.changeset/real-needles-begin.md deleted file mode 100644 index d61e6518c..000000000 --- a/.changeset/real-needles-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/sia-central-types': minor ---- - -Introduced new library for sia central types. diff --git a/.changeset/slow-ties-admire.md b/.changeset/slow-ties-admire.md deleted file mode 100644 index 431f9ffa2..000000000 --- a/.changeset/slow-ties-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/request': minor ---- - -Introduced a new request library for shared request and network code. diff --git a/.changeset/strong-worms-sleep.md b/.changeset/strong-worms-sleep.md deleted file mode 100644 index a8b396e91..000000000 --- a/.changeset/strong-worms-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/renterd-types': minor ---- - -Introduced new library for renterd types. diff --git a/.changeset/wicked-buses-tap.md b/.changeset/wicked-buses-tap.md deleted file mode 100644 index 7bd28d7f8..000000000 --- a/.changeset/wicked-buses-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@siafoundation/walletd-react': minor ---- - -Added useRescanStart, useRescanStatus. diff --git a/apps/renterd/CHANGELOG.md b/apps/renterd/CHANGELOG.md index 953910797..2f395e8a9 100644 --- a/apps/renterd/CHANGELOG.md +++ b/apps/renterd/CHANGELOG.md @@ -1,5 +1,11 @@ # renterd +## 0.51.0 + +### Minor Changes + +- 424636ad: The configuration now includes the min protocol version option, the value defaults to 1.6.0 when using simple configuration mode. Closes https://github.com/SiaFoundation/renterd/issues/1141 Closes https://github.com/SiaFoundation/web/issues/573 + ## 0.50.0 ### Minor Changes diff --git a/apps/renterd/package.json b/apps/renterd/package.json index ddda6e4c2..e44cc2fc0 100644 --- a/apps/renterd/package.json +++ b/apps/renterd/package.json @@ -1,7 +1,7 @@ { "name": "renterd", "description": "The `renterd` user interface, dedicated to renter related functionality.", - "version": "0.50.0", + "version": "0.51.0", "private": true, "license": "MIT" } diff --git a/apps/walletd/CHANGELOG.md b/apps/walletd/CHANGELOG.md index e97e27bc8..64f588d6f 100644 --- a/apps/walletd/CHANGELOG.md +++ b/apps/walletd/CHANGELOG.md @@ -1,5 +1,15 @@ # walletd +## 0.19.0 + +### Minor Changes + +- 23168c6e: Address generation and addition dialogs now have an option to rescan from a specified height. Closes https://github.com/SiaFoundation/walletd/issues/96 +- 61de825d: The profile details now include uptime and version. Closes https://github.com/SiaFoundation/walletd/issues/97 +- 75d794c4: Added a receive button in addition to the addresses button to make send/receive options more clear. Closes https://github.com/SiaFoundation/walletd/issues/88 +- 23168c6e: There is now a dedicated rescan dialog that can be opened from the wallet list and wallet context menus. Closes https://github.com/SiaFoundation/walletd/issues/96 +- 23168c6e: Rescan progress and status including errors is now shown in a sticky status bar. Closes https://github.com/SiaFoundation/walletd/issues/96 + ## 0.18.0 ### Minor Changes diff --git a/apps/walletd/package.json b/apps/walletd/package.json index 26f3774fb..daba33cc9 100644 --- a/apps/walletd/package.json +++ b/apps/walletd/package.json @@ -1,7 +1,7 @@ { "name": "walletd", "description": "The `walletd` user interface, includes a wallet with support for hot, cold, and hardware wallets.", - "version": "0.18.0", + "version": "0.19.0", "private": true, "license": "MIT" } diff --git a/libs/design-system/CHANGELOG.md b/libs/design-system/CHANGELOG.md index 1a0baae19..b97eb58de 100644 --- a/libs/design-system/CHANGELOG.md +++ b/libs/design-system/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 4.1.0 + +### Minor Changes + +- 23168c6e: Added async defaultValues support to useDialogFormHelpers via initKey prop. +- 0d7249a4: Peer dependencies now limited to react and next. + +### Patch Changes + +- 23168c6e: Fixed an issue where Dialog and useDialogFormHelpers were not calling onOpenChange on open events. +- Updated dependencies [1b1952e5] +- Updated dependencies [0d7249a4] + - @siafoundation/react-core@1.2.0 + - @siafoundation/sia-central-react@3.1.0 + - @siafoundation/units@3.0.1 + ## 4.0.0 ### Minor Changes diff --git a/libs/design-system/package.json b/libs/design-system/package.json index ac3f3e045..19b68e39d 100644 --- a/libs/design-system/package.json +++ b/libs/design-system/package.json @@ -1,18 +1,18 @@ { "name": "@siafoundation/design-system", "description": "React-based design system used across Sia apps and websites", - "version": "4.0.0", + "version": "4.1.0", "license": "MIT", "peerDependencies": { "react": "^18.2.0" }, "dependencies": { "@siafoundation/react-icons": "^0.2.3", - "@siafoundation/react-core": "^1.1.0", - "@siafoundation/units": "^3.0.0", + "@siafoundation/react-core": "^1.2.0", + "@siafoundation/units": "^3.0.1", "@siafoundation/types": "^0.2.0", "@siafoundation/next": "^0.1.3", - "@siafoundation/sia-central-react": "^3.0.0", + "@siafoundation/sia-central-react": "^3.1.0", "swr": "^2.1.1", "class-variance-authority": "^0.7.0", "bignumber.js": "^9.0.2", diff --git a/libs/fonts/CHANGELOG.md b/libs/fonts/CHANGELOG.md index ae0f7511a..f066dfb1d 100644 --- a/libs/fonts/CHANGELOG.md +++ b/libs/fonts/CHANGELOG.md @@ -1,5 +1,11 @@ # @siafoundation/fonts +## 0.5.0 + +### Minor Changes + +- 0d7249a4: Peer dependencies now limited to react and next. + ## 0.4.1 ### Patch Changes diff --git a/libs/fonts/package.json b/libs/fonts/package.json index 33f23628d..06714fcb9 100644 --- a/libs/fonts/package.json +++ b/libs/fonts/package.json @@ -1,7 +1,7 @@ { "name": "@siafoundation/fonts", "description": "Next font configuration for use across apps.", - "version": "0.4.1", + "version": "0.5.0", "license": "MIT", "peerDependencies": { "next": "^14.0.4" diff --git a/libs/hostd-react/CHANGELOG.md b/libs/hostd-react/CHANGELOG.md index 5ecabe8d6..9de38eb19 100644 --- a/libs/hostd-react/CHANGELOG.md +++ b/libs/hostd-react/CHANGELOG.md @@ -1,5 +1,19 @@ # @siafoundation/hostd-react +## 4.1.0 + +### Minor Changes + +- 1b1952e5: Libraries now follow new naming scheme. + +### Patch Changes + +- Updated dependencies [99921a02] +- Updated dependencies [1b1952e5] +- Updated dependencies [0d7249a4] + - @siafoundation/hostd-types@0.1.0 + - @siafoundation/react-core@1.2.0 + ## 4.0.0 ### Patch Changes diff --git a/libs/hostd-react/package.json b/libs/hostd-react/package.json index 4ff4162e7..76228f2f5 100644 --- a/libs/hostd-react/package.json +++ b/libs/hostd-react/package.json @@ -1,12 +1,12 @@ { "name": "@siafoundation/hostd-react", "description": "React hooks for interacting with `hostd`.", - "version": "4.0.0", + "version": "4.1.0", "license": "MIT", "dependencies": { "swr": "^2.1.1", - "@siafoundation/react-core": "^1.1.0", - "@siafoundation/hostd-types": "0.0.0" + "@siafoundation/react-core": "^1.2.0", + "@siafoundation/hostd-types": "0.1.0" }, "types": "./src/index.d.ts" } diff --git a/libs/hostd-types/CHANGELOG.md b/libs/hostd-types/CHANGELOG.md new file mode 100644 index 000000000..8ec6a8d83 --- /dev/null +++ b/libs/hostd-types/CHANGELOG.md @@ -0,0 +1,7 @@ +# @siafoundation/hostd-types + +## 0.1.0 + +### Minor Changes + +- 99921a02: Introduced new library for hostd types. diff --git a/libs/hostd-types/package.json b/libs/hostd-types/package.json index 7446942b3..a4593c94e 100644 --- a/libs/hostd-types/package.json +++ b/libs/hostd-types/package.json @@ -1,7 +1,7 @@ { "name": "@siafoundation/hostd-types", "description": "Types for `hostd`.", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "dependencies": { "@siafoundation/types": "^0.2.0" diff --git a/libs/react-core/CHANGELOG.md b/libs/react-core/CHANGELOG.md index 0a095f88e..5334d2264 100644 --- a/libs/react-core/CHANGELOG.md +++ b/libs/react-core/CHANGELOG.md @@ -1,5 +1,17 @@ # @siafoundation/react-core +## 1.2.0 + +### Minor Changes + +- 1b1952e5: Libraries now follow new naming scheme. +- 0d7249a4: Peer dependencies now limited to react and next. + +### Patch Changes + +- Updated dependencies [b3a08031] + - @siafoundation/request@0.1.0 + ## 1.1.0 ### Minor Changes diff --git a/libs/react-core/package.json b/libs/react-core/package.json index dab7316d3..31edd7e29 100644 --- a/libs/react-core/package.json +++ b/libs/react-core/package.json @@ -1,14 +1,14 @@ { "name": "@siafoundation/react-core", "description": "Core library for building React hooks for interacting with a Sia daemon.", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "peerDependencies": { "react": "^18.2.0" }, "dependencies": { "@siafoundation/next": "^0.1.3", - "@siafoundation/request": "0.0.0", + "@siafoundation/request": "0.1.0", "swr": "^2.1.1", "axios": "^0.27.2", "use-local-storage-state": "^18.3.3", diff --git a/libs/renterd-js/CHANGELOG.md b/libs/renterd-js/CHANGELOG.md new file mode 100644 index 000000000..83919e103 --- /dev/null +++ b/libs/renterd-js/CHANGELOG.md @@ -0,0 +1,14 @@ +# @siafoundation/renterd-js + +## 0.1.0 + +### Minor Changes + +- 7b1f4669: Introduced a new renterd-js library. Closes https://github.com/SiaFoundation/web/issues/585 + +### Patch Changes + +- Updated dependencies [b3a08031] +- Updated dependencies [d2180c11] + - @siafoundation/request@0.1.0 + - @siafoundation/renterd-types@0.1.0 diff --git a/libs/renterd-js/package.json b/libs/renterd-js/package.json index e3477a9a8..03a15b35f 100644 --- a/libs/renterd-js/package.json +++ b/libs/renterd-js/package.json @@ -1,11 +1,11 @@ { "name": "@siafoundation/renterd-js", "description": "SDK for interacting with `renterd`.", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "dependencies": { - "@siafoundation/renterd-types": "0.0.0", - "@siafoundation/request": "0.0.0" + "@siafoundation/renterd-types": "0.1.0", + "@siafoundation/request": "0.1.0" }, "types": "./src/index.d.ts" } diff --git a/libs/renterd-react/CHANGELOG.md b/libs/renterd-react/CHANGELOG.md index 3b38a25b1..867c13306 100644 --- a/libs/renterd-react/CHANGELOG.md +++ b/libs/renterd-react/CHANGELOG.md @@ -1,5 +1,19 @@ # @siafoundation/renterd-react +## 4.1.0 + +### Minor Changes + +- 1b1952e5: Libraries now follow new naming scheme. + +### Patch Changes + +- Updated dependencies [1b1952e5] +- Updated dependencies [0d7249a4] +- Updated dependencies [d2180c11] + - @siafoundation/react-core@1.2.0 + - @siafoundation/renterd-types@0.1.0 + ## 4.0.0 ### Minor Changes diff --git a/libs/renterd-react/package.json b/libs/renterd-react/package.json index d0f8892a4..5e9ff5c67 100644 --- a/libs/renterd-react/package.json +++ b/libs/renterd-react/package.json @@ -1,13 +1,13 @@ { "name": "@siafoundation/renterd-react", "description": "React hooks for interacting with `renterd`.", - "version": "4.0.0", + "version": "4.1.0", "license": "MIT", "dependencies": { "@technically/lodash": "^4.17.0", - "@siafoundation/react-core": "^1.1.0", + "@siafoundation/react-core": "^1.2.0", "swr": "^2.1.1", - "@siafoundation/renterd-types": "0.0.0" + "@siafoundation/renterd-types": "0.1.0" }, "types": "./src/index.d.ts" } diff --git a/libs/renterd-types/CHANGELOG.md b/libs/renterd-types/CHANGELOG.md new file mode 100644 index 000000000..9a324894b --- /dev/null +++ b/libs/renterd-types/CHANGELOG.md @@ -0,0 +1,7 @@ +# @siafoundation/renterd-types + +## 0.1.0 + +### Minor Changes + +- d2180c11: Introduced new library for renterd types. diff --git a/libs/renterd-types/package.json b/libs/renterd-types/package.json index 379eb99a5..f95075efa 100644 --- a/libs/renterd-types/package.json +++ b/libs/renterd-types/package.json @@ -1,7 +1,7 @@ { "name": "@siafoundation/renterd-types", "description": "Types for `renterd`.", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "dependencies": { "@siafoundation/types": "^0.2.0" diff --git a/libs/request/CHANGELOG.md b/libs/request/CHANGELOG.md new file mode 100644 index 000000000..c3e4557b1 --- /dev/null +++ b/libs/request/CHANGELOG.md @@ -0,0 +1,7 @@ +# @siafoundation/request + +## 0.1.0 + +### Minor Changes + +- b3a08031: Introduced a new request library for shared request and network code. diff --git a/libs/request/package.json b/libs/request/package.json index 8b6dc9395..f70ac0036 100644 --- a/libs/request/package.json +++ b/libs/request/package.json @@ -1,7 +1,7 @@ { "name": "@siafoundation/request", "description": "Core library for building request APIs.", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "dependencies": { "axios": "^0.27.2" diff --git a/libs/sia-central-js/CHANGELOG.md b/libs/sia-central-js/CHANGELOG.md index 2e7ed27ce..b924a5d77 100644 --- a/libs/sia-central-js/CHANGELOG.md +++ b/libs/sia-central-js/CHANGELOG.md @@ -1,5 +1,16 @@ # @siafoundation/sia-central-js +## 0.4.0 + +### Minor Changes + +- a12625e7: sia-central is now named sia-central-js. + +### Patch Changes + +- Updated dependencies [a12625e7] + - @siafoundation/sia-central-types@0.1.0 + ## 0.3.3 ### Patch Changes diff --git a/libs/sia-central-js/package.json b/libs/sia-central-js/package.json index 5fe891726..abf832c1c 100644 --- a/libs/sia-central-js/package.json +++ b/libs/sia-central-js/package.json @@ -1,11 +1,11 @@ { "name": "@siafoundation/sia-central-js", "description": "Methods and types for interacting with the Sia Central API.", - "version": "0.3.3", + "version": "0.4.0", "license": "MIT", "dependencies": { "@technically/lodash": "^4.17.0", - "@siafoundation/sia-central-types": "0.0.0" + "@siafoundation/sia-central-types": "0.1.0" }, "types": "./src/index.d.ts" } diff --git a/libs/sia-central-mock/CHANGELOG.md b/libs/sia-central-mock/CHANGELOG.md new file mode 100644 index 000000000..907bb2596 --- /dev/null +++ b/libs/sia-central-mock/CHANGELOG.md @@ -0,0 +1,12 @@ +# @siafoundation/sia-central-mock + +## 0.1.0 + +### Minor Changes + +- 1b1952e5: Libraries now follow new naming scheme. + +### Patch Changes + +- Updated dependencies [a12625e7] + - @siafoundation/sia-central-types@0.1.0 diff --git a/libs/sia-central-mock/package.json b/libs/sia-central-mock/package.json index 86c7d1870..c550aaea4 100644 --- a/libs/sia-central-mock/package.json +++ b/libs/sia-central-mock/package.json @@ -1,11 +1,11 @@ { "name": "@siafoundation/sia-central-mock", "description": "Sia Central data and API mock library for testing.", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "dependencies": { "playwright": "^1.42.1", - "@siafoundation/sia-central-types": "0.0.0" + "@siafoundation/sia-central-types": "0.1.0" }, "types": "./src/index.d.ts" } diff --git a/libs/sia-central-react/CHANGELOG.md b/libs/sia-central-react/CHANGELOG.md index 6aadb8635..1446de845 100644 --- a/libs/sia-central-react/CHANGELOG.md +++ b/libs/sia-central-react/CHANGELOG.md @@ -1,5 +1,19 @@ # @siafoundation/sia-central-react +## 3.1.0 + +### Minor Changes + +- 1b1952e5: Libraries now follow new naming scheme. + +### Patch Changes + +- Updated dependencies [1b1952e5] +- Updated dependencies [0d7249a4] +- Updated dependencies [a12625e7] + - @siafoundation/react-core@1.2.0 + - @siafoundation/sia-central-types@0.1.0 + ## 3.0.0 ### Patch Changes diff --git a/libs/sia-central-react/package.json b/libs/sia-central-react/package.json index 4382828f3..ee4d54449 100644 --- a/libs/sia-central-react/package.json +++ b/libs/sia-central-react/package.json @@ -1,11 +1,11 @@ { "name": "@siafoundation/sia-central-react", "description": "React hooks for interacting with the Sia Central API.", - "version": "3.0.0", + "version": "3.1.0", "license": "MIT", "dependencies": { - "@siafoundation/react-core": "^1.1.0", - "@siafoundation/sia-central-types": "0.0.0" + "@siafoundation/react-core": "^1.2.0", + "@siafoundation/sia-central-types": "0.1.0" }, "types": "./src/index.d.ts" } diff --git a/libs/sia-central-types/CHANGELOG.md b/libs/sia-central-types/CHANGELOG.md new file mode 100644 index 000000000..5bacd7f75 --- /dev/null +++ b/libs/sia-central-types/CHANGELOG.md @@ -0,0 +1,7 @@ +# @siafoundation/sia-central-types + +## 0.1.0 + +### Minor Changes + +- a12625e7: Introduced new library for sia central types. diff --git a/libs/sia-central-types/package.json b/libs/sia-central-types/package.json index 9629e88e0..ade632697 100644 --- a/libs/sia-central-types/package.json +++ b/libs/sia-central-types/package.json @@ -1,7 +1,7 @@ { "name": "@siafoundation/sia-central-types", "description": "Types for the Sia Central API.", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "dependencies": {}, "types": "./src/index.d.ts" diff --git a/libs/units/CHANGELOG.md b/libs/units/CHANGELOG.md index 31ef5bc70..9d38a9495 100644 --- a/libs/units/CHANGELOG.md +++ b/libs/units/CHANGELOG.md @@ -1,5 +1,15 @@ # @siafoundation/units +## 3.0.1 + +### Patch Changes + +- Updated dependencies [1b1952e5] +- Updated dependencies [0d7249a4] +- Updated dependencies [a12625e7] + - @siafoundation/react-core@1.2.0 + - @siafoundation/sia-central-types@0.1.0 + ## 3.0.0 ### Minor Changes diff --git a/libs/units/package.json b/libs/units/package.json index 5125403e4..18c36241b 100644 --- a/libs/units/package.json +++ b/libs/units/package.json @@ -1,14 +1,14 @@ { "name": "@siafoundation/units", "description": "Methods and types for interacting with the Sia Central API.", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "dependencies": { - "@siafoundation/react-core": "^1.1.0", + "@siafoundation/react-core": "^1.2.0", "bignumber.js": "^9.0.2", "@technically/lodash": "^4.17.0", "blakejs": "^1.2.1", - "@siafoundation/sia-central-types": "0.0.0" + "@siafoundation/sia-central-types": "0.1.0" }, "types": "./src/index.d.ts" } diff --git a/libs/walletd-mock/CHANGELOG.md b/libs/walletd-mock/CHANGELOG.md index dac2360d9..7e8d75c2f 100644 --- a/libs/walletd-mock/CHANGELOG.md +++ b/libs/walletd-mock/CHANGELOG.md @@ -1,5 +1,19 @@ # @siafoundation/walletd-mock +## 0.1.0 + +### Minor Changes + +- 1b1952e5: Libraries now follow new naming scheme. + +### Patch Changes + +- Updated dependencies [1b1952e5] +- Updated dependencies [0456e4b0] + - @siafoundation/sia-central-mock@0.1.0 + - @siafoundation/walletd-types@0.1.0 + - @siafoundation/units@3.0.1 + ## 0.0.1 ### Patch Changes diff --git a/libs/walletd-mock/package.json b/libs/walletd-mock/package.json index d03c99a75..098cd2ad0 100644 --- a/libs/walletd-mock/package.json +++ b/libs/walletd-mock/package.json @@ -1,14 +1,14 @@ { "name": "@siafoundation/walletd-mock", "description": "walletd data and API mock library for testing.", - "version": "0.0.1", + "version": "0.1.0", "license": "MIT", "dependencies": { "@siafoundation/types": "0.2.0", - "@siafoundation/sia-central-mock": "0.0.0", - "@siafoundation/units": "3.0.0", + "@siafoundation/sia-central-mock": "0.1.0", + "@siafoundation/units": "3.0.1", "playwright": "^1.42.1", - "@siafoundation/walletd-types": "0.0.0" + "@siafoundation/walletd-types": "0.1.0" }, "types": "./src/index.d.ts" } diff --git a/libs/walletd-react/CHANGELOG.md b/libs/walletd-react/CHANGELOG.md index a44f84c71..86114ab99 100644 --- a/libs/walletd-react/CHANGELOG.md +++ b/libs/walletd-react/CHANGELOG.md @@ -1,5 +1,21 @@ # @siafoundation/walletd-react +## 4.1.0 + +### Minor Changes + +- 1b1952e5: Libraries now follow new naming scheme. +- 61de825d: Added useNodeState. +- 23168c6e: Added useRescanStart, useRescanStatus. + +### Patch Changes + +- Updated dependencies [1b1952e5] +- Updated dependencies [0456e4b0] +- Updated dependencies [0d7249a4] + - @siafoundation/react-core@1.2.0 + - @siafoundation/walletd-types@0.1.0 + ## 4.0.0 ### Minor Changes diff --git a/libs/walletd-react/package.json b/libs/walletd-react/package.json index 06f9de7bf..af5607cd6 100644 --- a/libs/walletd-react/package.json +++ b/libs/walletd-react/package.json @@ -1,12 +1,12 @@ { "name": "@siafoundation/walletd-react", "description": "React hooks for interacting with `walletd`.", - "version": "4.0.0", + "version": "4.1.0", "license": "MIT", "dependencies": { - "@siafoundation/react-core": "^1.1.0", + "@siafoundation/react-core": "^1.2.0", "swr": "^2.1.1", - "@siafoundation/walletd-types": "0.0.0" + "@siafoundation/walletd-types": "0.1.0" }, "types": "./src/index.d.ts" } diff --git a/libs/walletd-types/CHANGELOG.md b/libs/walletd-types/CHANGELOG.md new file mode 100644 index 000000000..68f92cf71 --- /dev/null +++ b/libs/walletd-types/CHANGELOG.md @@ -0,0 +1,7 @@ +# @siafoundation/walletd-types + +## 0.1.0 + +### Minor Changes + +- 0456e4b0: Introduced new library for walletd types. diff --git a/libs/walletd-types/package.json b/libs/walletd-types/package.json index 2f7d38633..43a0ad8eb 100644 --- a/libs/walletd-types/package.json +++ b/libs/walletd-types/package.json @@ -1,7 +1,7 @@ { "name": "@siafoundation/walletd-types", "description": "Types for `walletd`.", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "dependencies": { "@siafoundation/types": "^0.2.0" diff --git a/package-lock.json b/package-lock.json index ce111da1b..f2b8704f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -228,7 +228,7 @@ "license": "MIT" }, "apps/renterd": { - "version": "0.50.0", + "version": "0.51.0", "license": "MIT" }, "apps/siad": { @@ -238,7 +238,7 @@ "license": "MIT" }, "apps/walletd": { - "version": "0.18.0", + "version": "0.19.0", "license": "MIT" }, "apps/website": { @@ -263,7 +263,7 @@ }, "libs/design-system": { "name": "@siafoundation/design-system", - "version": "4.0.0", + "version": "4.1.0", "license": "MIT", "dependencies": { "@dnd-kit/core": "^6.1.0", @@ -284,6 +284,14 @@ "@radix-ui/react-tabs": "^1.0.0", "@radix-ui/react-tooltip": "^1.0.0", "@react-spring/web": "^9.7.3", + "@siafoundation/next": "^0.1.3", + "@siafoundation/react-core": "^1.2.0", + "@siafoundation/react-icons": "^0.2.3", + "@siafoundation/sia-central-react": "^3.1.0", + "@siafoundation/types": "^0.2.0", + "@siafoundation/units": "^3.0.1", + "@tailwindcss/container-queries": "^0.1.1", + "@technically/lodash": "^4.17.0", "@visx/axis": "^2.18.0", "@visx/brush": "^2.18.0", "@visx/curve": "^2.17.0", @@ -300,6 +308,9 @@ "@visx/shape": "^2.18.0", "@visx/tooltip": "^2.17.0", "@visx/xychart": "^2.18.0", + "axios": "^0.27.2", + "bignumber.js": "^9.0.2", + "class-variance-authority": "^0.7.0", "clipboard-polyfill": "^4.0.1", "d3-array": "^3.1.6", "date-fns": "^2.28.0", @@ -308,35 +319,24 @@ "html-to-image": "^1.11.11", "next-themes": "^0.2.1", "react-dropzone": "^14.2.3", + "react-hook-form": "^7.43.9", "react-hot-toast": "^2.2.0", "react-idle-timer": "^5.7.2", "react-number-format": "^5.3.1", "react-qr-code": "^2.0.7", + "swr": "^2.1.1", + "tailwind-scrollbar": "^2.0.1", + "tailwindcss": "^3.2.7", + "tailwindcss-shadow-fill": "^1.0.1", + "tailwindcss-text-fill": "^0.2.0", + "use-local-storage-state": "^18.3.3", "yup": "^0.32.11" }, "devDependencies": { "undici": "5.28.3" }, "peerDependencies": { - "@siafoundation/next": "^0.1.3", - "@siafoundation/react-core": "^1.1.0", - "@siafoundation/react-icons": "^0.2.3", - "@siafoundation/react-sia-central": "^3.0.0", - "@siafoundation/types": "^0.2.0", - "@siafoundation/units": "^3.0.0", - "@tailwindcss/container-queries": "^0.1.1", - "@technically/lodash": "^4.17.0", - "axios": "^0.27.2", - "bignumber.js": "^9.0.2", - "class-variance-authority": "^0.7.0", - "react": "^18.2.0", - "react-hook-form": "^7.43.9", - "swr": "^2.1.1", - "tailwind-scrollbar": "^2.0.1", - "tailwindcss": "^3.2.7", - "tailwindcss-shadow-fill": "^1.0.1", - "tailwindcss-text-fill": "^0.2.0", - "use-local-storage-state": "^18.3.3" + "react": "^18.2.0" } }, "libs/env": { @@ -347,10 +347,12 @@ }, "libs/fonts": { "name": "@siafoundation/fonts", - "version": "0.4.1", + "version": "0.5.0", "license": "MIT", + "dependencies": { + "class-variance-authority": "^0.7.0" + }, "peerDependencies": { - "class-variance-authority": "^0.7.0", "next": "^14.0.4" } }, @@ -362,9 +364,26 @@ "version": "0.0.1", "extraneous": true }, + "libs/hostd-react": { + "version": "4.1.0", + "license": "MIT", + "dependencies": { + "@siafoundation/hostd-types": "0.1.0", + "@siafoundation/react-core": "^1.2.0", + "swr": "^2.1.1" + } + }, + "libs/hostd-types": { + "version": "0.1.0", + "license": "MIT", + "dependencies": { + "@siafoundation/types": "^0.2.0" + } + }, "libs/mock-sia-central": { "name": "@siafoundation/mock-sia-central", "version": "0.0.0", + "extraneous": true, "license": "MIT", "dependencies": { "@siafoundation/sia-central": "0.3.3", @@ -374,6 +393,7 @@ "libs/mock-walletd": { "name": "@siafoundation/mock-walletd", "version": "0.0.1", + "extraneous": true, "license": "MIT", "dependencies": { "@siafoundation/mock-sia-central": "0.0.0", @@ -412,22 +432,24 @@ }, "libs/react-core": { "name": "@siafoundation/react-core", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "dependencies": { - "detect-gpu": "^5.0.34" - }, - "peerDependencies": { "@siafoundation/next": "^0.1.3", + "@siafoundation/request": "0.1.0", "axios": "^0.27.2", - "react": "^18.2.0", + "detect-gpu": "^5.0.34", "swr": "^2.1.1", "use-local-storage-state": "^18.3.3" + }, + "peerDependencies": { + "react": "^18.2.0" } }, "libs/react-hostd": { "name": "@siafoundation/react-hostd", "version": "4.0.0", + "extraneous": true, "license": "MIT", "peerDependencies": { "@siafoundation/react-core": "^1.1.0", @@ -446,6 +468,7 @@ "libs/react-renterd": { "name": "@siafoundation/react-renterd", "version": "4.0.0", + "extraneous": true, "license": "MIT", "dependencies": { "@technically/lodash": "^4.17.0" @@ -459,6 +482,7 @@ "libs/react-sia-central": { "name": "@siafoundation/react-sia-central", "version": "3.0.0", + "extraneous": true, "license": "MIT", "peerDependencies": { "@siafoundation/react-core": "^1.1.0", @@ -474,6 +498,7 @@ "libs/react-walletd": { "name": "@siafoundation/react-walletd", "version": "4.0.0", + "extraneous": true, "license": "MIT", "peerDependencies": { "@siafoundation/react-core": "^1.1.0", @@ -481,6 +506,38 @@ "swr": "^2.1.1" } }, + "libs/renterd-js": { + "version": "0.1.0", + "license": "MIT", + "dependencies": { + "@siafoundation/renterd-types": "0.1.0", + "@siafoundation/request": "0.1.0" + } + }, + "libs/renterd-react": { + "version": "4.1.0", + "license": "MIT", + "dependencies": { + "@siafoundation/react-core": "^1.2.0", + "@siafoundation/renterd-types": "0.1.0", + "@technically/lodash": "^4.17.0", + "swr": "^2.1.1" + } + }, + "libs/renterd-types": { + "version": "0.1.0", + "license": "MIT", + "dependencies": { + "@siafoundation/types": "^0.2.0" + } + }, + "libs/request": { + "version": "0.1.0", + "license": "MIT", + "dependencies": { + "axios": "^0.27.2" + } + }, "libs/sdk": { "name": "@siafoundation/sdk", "version": "0.1.0", @@ -499,11 +556,40 @@ "libs/sia-central": { "name": "@siafoundation/sia-central", "version": "0.3.3", + "extraneous": true, "license": "MIT", "dependencies": { "@technically/lodash": "^4.17.0" } }, + "libs/sia-central-js": { + "version": "0.4.0", + "license": "MIT", + "dependencies": { + "@siafoundation/sia-central-types": "0.1.0", + "@technically/lodash": "^4.17.0" + } + }, + "libs/sia-central-mock": { + "version": "0.1.0", + "license": "MIT", + "dependencies": { + "@siafoundation/sia-central-types": "0.1.0", + "playwright": "^1.42.1" + } + }, + "libs/sia-central-react": { + "version": "3.1.0", + "license": "MIT", + "dependencies": { + "@siafoundation/react-core": "^1.2.0", + "@siafoundation/sia-central-types": "0.1.0" + } + }, + "libs/sia-central-types": { + "version": "0.1.0", + "license": "MIT" + }, "libs/sia-js": { "name": "@siafoundation/sia-js", "version": "0.11.0", @@ -541,16 +627,41 @@ }, "libs/units": { "name": "@siafoundation/units", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "dependencies": { + "@siafoundation/react-core": "^1.2.0", + "@siafoundation/sia-central-types": "0.1.0", "@technically/lodash": "^4.17.0", + "bignumber.js": "^9.0.2", "blakejs": "^1.2.1" - }, - "peerDependencies": { - "@siafoundation/react-core": "^1.1.0", - "@siafoundation/sia-central": "^0.3.3", - "bignumber.js": "^9.0.2" + } + }, + "libs/walletd-mock": { + "version": "0.1.0", + "license": "MIT", + "dependencies": { + "@siafoundation/sia-central-mock": "0.1.0", + "@siafoundation/types": "0.2.0", + "@siafoundation/units": "3.0.1", + "@siafoundation/walletd-types": "0.1.0", + "playwright": "^1.42.1" + } + }, + "libs/walletd-react": { + "version": "4.1.0", + "license": "MIT", + "dependencies": { + "@siafoundation/react-core": "^1.2.0", + "@siafoundation/walletd-types": "0.1.0", + "swr": "^2.1.1" + } + }, + "libs/walletd-types": { + "version": "0.1.0", + "license": "MIT", + "dependencies": { + "@siafoundation/types": "^0.2.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -7583,12 +7694,12 @@ "resolved": "libs/fonts", "link": true }, - "node_modules/@siafoundation/mock-sia-central": { - "resolved": "libs/mock-sia-central", + "node_modules/@siafoundation/hostd-react": { + "resolved": "libs/hostd-react", "link": true }, - "node_modules/@siafoundation/mock-walletd": { - "resolved": "libs/mock-walletd", + "node_modules/@siafoundation/hostd-types": { + "resolved": "libs/hostd-types", "link": true }, "node_modules/@siafoundation/next": { @@ -7599,32 +7710,44 @@ "resolved": "libs/react-core", "link": true }, - "node_modules/@siafoundation/react-hostd": { - "resolved": "libs/react-hostd", - "link": true - }, "node_modules/@siafoundation/react-icons": { "resolved": "libs/react-icons", "link": true }, - "node_modules/@siafoundation/react-renterd": { - "resolved": "libs/react-renterd", + "node_modules/@siafoundation/renterd-js": { + "resolved": "libs/renterd-js", + "link": true + }, + "node_modules/@siafoundation/renterd-react": { + "resolved": "libs/renterd-react", "link": true }, - "node_modules/@siafoundation/react-sia-central": { - "resolved": "libs/react-sia-central", + "node_modules/@siafoundation/renterd-types": { + "resolved": "libs/renterd-types", "link": true }, - "node_modules/@siafoundation/react-walletd": { - "resolved": "libs/react-walletd", + "node_modules/@siafoundation/request": { + "resolved": "libs/request", "link": true }, "node_modules/@siafoundation/sdk": { "resolved": "libs/sdk", "link": true }, - "node_modules/@siafoundation/sia-central": { - "resolved": "libs/sia-central", + "node_modules/@siafoundation/sia-central-js": { + "resolved": "libs/sia-central-js", + "link": true + }, + "node_modules/@siafoundation/sia-central-mock": { + "resolved": "libs/sia-central-mock", + "link": true + }, + "node_modules/@siafoundation/sia-central-react": { + "resolved": "libs/sia-central-react", + "link": true + }, + "node_modules/@siafoundation/sia-central-types": { + "resolved": "libs/sia-central-types", "link": true }, "node_modules/@siafoundation/types": { @@ -7635,6 +7758,18 @@ "resolved": "libs/units", "link": true }, + "node_modules/@siafoundation/walletd-mock": { + "resolved": "libs/walletd-mock", + "link": true + }, + "node_modules/@siafoundation/walletd-react": { + "resolved": "libs/walletd-react", + "link": true + }, + "node_modules/@siafoundation/walletd-types": { + "resolved": "libs/walletd-types", + "link": true + }, "node_modules/@sinclair/typebox": { "version": "0.27.8", "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", @@ -33629,6 +33764,14 @@ "@radix-ui/react-tabs": "^1.0.0", "@radix-ui/react-tooltip": "^1.0.0", "@react-spring/web": "^9.7.3", + "@siafoundation/next": "^0.1.3", + "@siafoundation/react-core": "^1.2.0", + "@siafoundation/react-icons": "^0.2.3", + "@siafoundation/sia-central-react": "^3.1.0", + "@siafoundation/types": "^0.2.0", + "@siafoundation/units": "^3.0.1", + "@tailwindcss/container-queries": "^0.1.1", + "@technically/lodash": "^4.17.0", "@visx/axis": "^2.18.0", "@visx/brush": "^2.18.0", "@visx/curve": "^2.17.0", @@ -33645,6 +33788,9 @@ "@visx/shape": "^2.18.0", "@visx/tooltip": "^2.17.0", "@visx/xychart": "^2.18.0", + "axios": "^0.27.2", + "bignumber.js": "^9.0.2", + "class-variance-authority": "^0.7.0", "clipboard-polyfill": "^4.0.1", "d3-array": "^3.1.6", "date-fns": "^2.28.0", @@ -33653,33 +33799,39 @@ "html-to-image": "^1.11.11", "next-themes": "^0.2.1", "react-dropzone": "^14.2.3", + "react-hook-form": "^7.43.9", "react-hot-toast": "^2.2.0", "react-idle-timer": "^5.7.2", "react-number-format": "^5.3.1", "react-qr-code": "^2.0.7", + "swr": "^2.1.1", + "tailwind-scrollbar": "^2.0.1", + "tailwindcss": "^3.2.7", + "tailwindcss-shadow-fill": "^1.0.1", + "tailwindcss-text-fill": "^0.2.0", "undici": "5.28.3", + "use-local-storage-state": "^18.3.3", "yup": "^0.32.11" } }, "@siafoundation/fonts": { "version": "file:libs/fonts", - "requires": {} + "requires": { + "class-variance-authority": "^0.7.0" + } }, - "@siafoundation/mock-sia-central": { - "version": "file:libs/mock-sia-central", + "@siafoundation/hostd-react": { + "version": "file:libs/hostd-react", "requires": { - "@siafoundation/sia-central": "0.3.3", - "playwright": "^1.42.1" + "@siafoundation/hostd-types": "0.1.0", + "@siafoundation/react-core": "^1.2.0", + "swr": "^2.1.1" } }, - "@siafoundation/mock-walletd": { - "version": "file:libs/mock-walletd", + "@siafoundation/hostd-types": { + "version": "file:libs/hostd-types", "requires": { - "@siafoundation/mock-sia-central": "0.0.0", - "@siafoundation/react-walletd": "4.0.0", - "@siafoundation/types": "0.2.0", - "@siafoundation/units": "3.0.0", - "playwright": "^1.42.1" + "@siafoundation/types": "^0.2.0" } }, "@siafoundation/next": { @@ -33689,32 +33841,47 @@ "@siafoundation/react-core": { "version": "file:libs/react-core", "requires": { - "detect-gpu": "^5.0.34" + "@siafoundation/next": "^0.1.3", + "@siafoundation/request": "0.1.0", + "axios": "^0.27.2", + "detect-gpu": "^5.0.34", + "swr": "^2.1.1", + "use-local-storage-state": "^18.3.3" } }, - "@siafoundation/react-hostd": { - "version": "file:libs/react-hostd", - "requires": {} - }, "@siafoundation/react-icons": { "version": "file:libs/react-icons", "requires": { "@carbon/icons-react": "^10.47.0" } }, - "@siafoundation/react-renterd": { - "version": "file:libs/react-renterd", + "@siafoundation/renterd-js": { + "version": "file:libs/renterd-js", "requires": { - "@technically/lodash": "^4.17.0" + "@siafoundation/renterd-types": "0.1.0", + "@siafoundation/request": "0.1.0" } }, - "@siafoundation/react-sia-central": { - "version": "file:libs/react-sia-central", - "requires": {} + "@siafoundation/renterd-react": { + "version": "file:libs/renterd-react", + "requires": { + "@siafoundation/react-core": "^1.2.0", + "@siafoundation/renterd-types": "0.1.0", + "@technically/lodash": "^4.17.0", + "swr": "^2.1.1" + } }, - "@siafoundation/react-walletd": { - "version": "file:libs/react-walletd", - "requires": {} + "@siafoundation/renterd-types": { + "version": "file:libs/renterd-types", + "requires": { + "@siafoundation/types": "^0.2.0" + } + }, + "@siafoundation/request": { + "version": "file:libs/request", + "requires": { + "axios": "^0.27.2" + } }, "@siafoundation/sdk": { "version": "file:libs/sdk", @@ -33723,22 +33890,67 @@ "undici": "5.28.3" } }, - "@siafoundation/sia-central": { - "version": "file:libs/sia-central", + "@siafoundation/sia-central-js": { + "version": "file:libs/sia-central-js", "requires": { + "@siafoundation/sia-central-types": "0.1.0", "@technically/lodash": "^4.17.0" } }, + "@siafoundation/sia-central-mock": { + "version": "file:libs/sia-central-mock", + "requires": { + "@siafoundation/sia-central-types": "0.1.0", + "playwright": "^1.42.1" + } + }, + "@siafoundation/sia-central-react": { + "version": "file:libs/sia-central-react", + "requires": { + "@siafoundation/react-core": "^1.2.0", + "@siafoundation/sia-central-types": "0.1.0" + } + }, + "@siafoundation/sia-central-types": { + "version": "file:libs/sia-central-types" + }, "@siafoundation/types": { "version": "file:libs/types" }, "@siafoundation/units": { "version": "file:libs/units", "requires": { + "@siafoundation/react-core": "^1.2.0", + "@siafoundation/sia-central-types": "0.1.0", "@technically/lodash": "^4.17.0", + "bignumber.js": "^9.0.2", "blakejs": "^1.2.1" } }, + "@siafoundation/walletd-mock": { + "version": "file:libs/walletd-mock", + "requires": { + "@siafoundation/sia-central-mock": "0.1.0", + "@siafoundation/types": "0.2.0", + "@siafoundation/units": "3.0.1", + "@siafoundation/walletd-types": "0.1.0", + "playwright": "^1.42.1" + } + }, + "@siafoundation/walletd-react": { + "version": "file:libs/walletd-react", + "requires": { + "@siafoundation/react-core": "^1.2.0", + "@siafoundation/walletd-types": "0.1.0", + "swr": "^2.1.1" + } + }, + "@siafoundation/walletd-types": { + "version": "file:libs/walletd-types", + "requires": { + "@siafoundation/types": "^0.2.0" + } + }, "@sinclair/typebox": { "version": "0.27.8", "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz",