Skip to content

Commit

Permalink
feat: re-export Service from react-keyring (#577)
Browse files Browse the repository at this point in the history
so that clients don't need to include a manual dependency on
`keyring-core`

also unpin a bunch of workspace deps
  • Loading branch information
travis authored Nov 3, 2023
1 parent a7569dc commit 308816d
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/react-keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/react-keyring",
"dependencies": {
"@w3ui/keyring-core": "workspace:^5.0.1",
"@w3ui/keyring-core": "workspace:^",
"ariakit-react-utils": "0.17.0-next.27",
"use-local-storage-state": "^18.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-keyring/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export type { Space } from '@w3ui/keyring-core'
export type { Space, Service } from '@w3ui/keyring-core'
export * from './providers/Keyring'
export * from './Authenticator'
2 changes: 1 addition & 1 deletion packages/react-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/react-uploader",
"dependencies": {
"@w3ui/react-keyring": "workspace:^6.0.1",
"@w3ui/react-keyring": "workspace:^",
"@w3ui/uploader-core": "workspace:^",
"@web3-storage/capabilities": "^11.1.0",
"ariakit-react-utils": "0.17.0-next.27"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-uploads-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/react-uploads-list",
"dependencies": {
"@w3ui/react-keyring": "workspace:^6.0.1",
"@w3ui/react-keyring": "workspace:^",
"@w3ui/uploads-list-core": "workspace:^",
"@web3-storage/capabilities": "^11.1.0",
"ariakit-react-utils": "0.17.0-next.27"
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@ucanto/interface": "^9.0.0",
"@ucanto/principal": "^9.0.0",
"@w3ui/keyring-core": "workspace:^5.0.1"
"@w3ui/keyring-core": "workspace:^"
},
"peerDependencies": {
"solid-js": "^1.7.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/solid-uploader",
"dependencies": {
"@w3ui/solid-keyring": "workspace:^5.0.1",
"@w3ui/solid-keyring": "workspace:^",
"@w3ui/uploader-core": "workspace:^",
"@web3-storage/capabilities": "^11.1.0",
"multiformats": "^11.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-uploads-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/solid-uploads-list",
"dependencies": {
"@w3ui/solid-keyring": "workspace:^5.0.1",
"@w3ui/solid-keyring": "workspace:^",
"@w3ui/uploads-list-core": "workspace:^",
"@web3-storage/capabilities": "^11.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/vue-keyring",
"dependencies": {
"@w3ui/keyring-core": "workspace:^5.0.1"
"@w3ui/keyring-core": "workspace:^"
},
"peerDependencies": {
"vue": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/vue-uploader",
"dependencies": {
"@w3ui/uploader-core": "workspace:^",
"@w3ui/vue-keyring": "workspace:^5.0.1",
"@w3ui/vue-keyring": "workspace:^",
"@web3-storage/capabilities": "^11.1.0",
"multiformats": "^11.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-uploads-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/vue-uploads-list",
"dependencies": {
"@w3ui/uploads-list-core": "workspace:^",
"@w3ui/vue-keyring": "workspace:^5.0.1",
"@w3ui/vue-keyring": "workspace:^",
"@web3-storage/capabilities": "^11.1.0"
},
"peerDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 308816d

Please sign in to comment.