Skip to content

Commit

Permalink
chore: bump reactive-dot
Browse files Browse the repository at this point in the history
  • Loading branch information
tien committed Jun 22, 2024
1 parent 02fc779 commit 9731432
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Install any optional dependencies depending on the wallet types you want to supp
```ts
import type { Config } from "@reactive-dot/core";
import {
InjectedAggregator,
InjectedWalletAggregator,
WalletConnect,
} from "@reactive-dot/core/wallets.js";
import { registerDotConnect } from "dot-connect";
Expand All @@ -44,7 +44,7 @@ import { registerDotConnect } from "dot-connect";
const config: Config = {
// ...
wallets: [
new InjectedAggregator(),
new InjectedWalletAggregator(),
new WalletConnect({
projectId: "WALLET_CONNECT_PROJECT_ID",
providerOptions: {
Expand Down
2 changes: 1 addition & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint src"
},
"dependencies": {
"@reactive-dot/core": "0.0.0-snapshot.c85358d",
"@reactive-dot/core": "0.0.0-snapshot.9492c24",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/universal-provider": "^2.13.3",
"dot-connect": "workspace:^"
Expand Down
4 changes: 2 additions & 2 deletions apps/demo/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import "./index.css";
import {
InjectedAggregator,
InjectedWalletAggregator,
WalletConnect,
initializeWallets,
} from "@reactive-dot/core/wallets.js";
import { registerDotConnect } from "dot-connect";
import "dot-connect/font.css";

const wallets = [
new InjectedAggregator(),
new InjectedWalletAggregator(),
new WalletConnect({
projectId: "6089356d0a4448aeda421a025cc286c9",
providerOptions: {
Expand Down
4 changes: 2 additions & 2 deletions packages/dot-connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dot-connect",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"exports": {
".": "./build/index.js",
Expand All @@ -22,7 +22,7 @@
},
"devDependencies": {
"@eslint/js": "^9.5.0",
"@reactive-dot/core": "0.0.0-snapshot.c85358d",
"@reactive-dot/core": "0.0.0-snapshot.9492c24",
"@tsconfig/recommended": "^1.0.6",
"@tsconfig/strictest": "^2.0.5",
"@types/eslint__js": "^8.42.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/dot-connect/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import type {
DeepLinkWallet,
InjectedAggregator,
InjectedWalletAggregator,
InjectedWallet,
} from "@reactive-dot/core/wallets.js";

export type SupportedWallet = InjectedWallet | DeepLinkWallet;

export type SupportedWalletAggregator = InjectedAggregator;
export type SupportedWalletAggregator = InjectedWalletAggregator;

export type SupportedWalletOrAggregator =
| SupportedWallet
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1152,11 +1152,11 @@ __metadata:
languageName: node
linkType: hard

"@reactive-dot/core@npm:0.0.0-snapshot.c85358d":
version: 0.0.0-snapshot.c85358d
resolution: "@reactive-dot/core@npm:0.0.0-snapshot.c85358d"
"@reactive-dot/core@npm:0.0.0-snapshot.9492c24":
version: 0.0.0-snapshot.9492c24
resolution: "@reactive-dot/core@npm:0.0.0-snapshot.9492c24"
dependencies:
"@reactive-dot/utils": "npm:0.0.0-snapshot.c85358d"
"@reactive-dot/utils": "npm:0.0.0-snapshot.9492c24"
peerDependencies:
"@walletconnect/modal": 2.x
"@walletconnect/universal-provider": 2.x
Expand All @@ -1166,14 +1166,14 @@ __metadata:
optional: true
"@walletconnect/universal-provider":
optional: true
checksum: 10c0/bd6c9d3c1c37683f18c49374f9625dd9f67b2d57c7f18b24d418cb3d6739c3525f6da70f21fbefd4980d911fd93010f6edc90e2631e4930945bfe78d0cefecea
checksum: 10c0/4ff945afe25e77dbece5d5a48196b6e08b36e8d1471d9ce926d5b771c01ce37600408b007d6ba4119d7110090c1687ea12eba6caae7952160cd2fb818591a74e
languageName: node
linkType: hard

"@reactive-dot/utils@npm:0.0.0-snapshot.c85358d":
version: 0.0.0-snapshot.c85358d
resolution: "@reactive-dot/utils@npm:0.0.0-snapshot.c85358d"
checksum: 10c0/0f1fb2dd80f765af8a9d989a8d2b400d4f30486f18bd4506c087e38f2b910de5f3cbd3c9479185db1817cc244d4134a684d23ccda1538802e6cd34c2e393f5ba
"@reactive-dot/utils@npm:0.0.0-snapshot.9492c24":
version: 0.0.0-snapshot.9492c24
resolution: "@reactive-dot/utils@npm:0.0.0-snapshot.9492c24"
checksum: 10c0/8cabd6b8c256664e371baa6b2493b3d520be479a6037bff6df4d99fd338a696380c0c98048008984dcc04ffdba73a6d223c60c3bce36e029eff4233149444b89
languageName: node
linkType: hard

Expand Down Expand Up @@ -2706,7 +2706,7 @@ __metadata:
resolution: "dot-connect-demo@workspace:apps/demo"
dependencies:
"@eslint/js": "npm:^9.5.0"
"@reactive-dot/core": "npm:0.0.0-snapshot.c85358d"
"@reactive-dot/core": "npm:0.0.0-snapshot.9492c24"
"@tsconfig/recommended": "npm:^1.0.6"
"@tsconfig/strictest": "npm:^2.0.5"
"@types/eslint__js": "npm:^8.42.3"
Expand Down Expand Up @@ -2736,7 +2736,7 @@ __metadata:
dependencies:
"@eslint/js": "npm:^9.5.0"
"@lit-labs/preact-signals": "npm:^1.0.2"
"@reactive-dot/core": "npm:0.0.0-snapshot.c85358d"
"@reactive-dot/core": "npm:0.0.0-snapshot.9492c24"
"@tsconfig/recommended": "npm:^1.0.6"
"@tsconfig/strictest": "npm:^2.0.5"
"@types/eslint__js": "npm:^8.42.3"
Expand Down

0 comments on commit 9731432

Please sign in to comment.