-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @siafoundation/hostd-types | ||
|
||
## 0.1.0 | ||
|
||
### Minor Changes | ||
|
||
- 99921a02: Introduced new library for hostd types. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @siafoundation/renterd-types | ||
|
||
## 0.1.0 | ||
|
||
### Minor Changes | ||
|
||
- d2180c11: Introduced new library for renterd types. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @siafoundation/request | ||
|
||
## 0.1.0 | ||
|
||
### Minor Changes | ||
|
||
- b3a08031: Introduced a new request library for shared request and network code. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} |