Skip to content

Commit aaf34c6

Browse files
fix: upgrades liquid auth use-wallet-client version
chore: undo
1 parent 585dbb4 commit aaf34c6

File tree

9 files changed

+41
-29
lines changed

9 files changed

+41
-29
lines changed

examples/nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test:e2e": "playwright test"
1313
},
1414
"dependencies": {
15-
"@algorandfoundation/liquid-auth-use-wallet-client": "^1.4.0-canary.1",
15+
"@algorandfoundation/liquid-auth-use-wallet-client": "^1.4.0-canary.2",
1616
"@blockshake/defly-connect": "^1.2.1",
1717
"@noble/ed25519": "2.3.0",
1818
"@perawallet/connect": "^1.4.1",
@@ -32,4 +32,4 @@
3232
"typescript": "5.8.3",
3333
"vue-tsc": "2.2.10"
3434
}
35-
}
35+
}

examples/react-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test:e2e": "playwright test"
1111
},
1212
"dependencies": {
13-
"@algorandfoundation/liquid-auth-use-wallet-client": "^1.4.0-canary.1",
13+
"@algorandfoundation/liquid-auth-use-wallet-client": "^1.4.0-canary.2",
1414
"@blockshake/defly-connect": "^1.2.1",
1515
"@noble/ed25519": "2.3.0",
1616
"@perawallet/connect": "^1.4.1",
@@ -36,4 +36,4 @@
3636
"vite": "6.3.5",
3737
"vite-plugin-node-polyfills": "0.23.0"
3838
}
39-
}
39+
}

examples/solid-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test:e2e": "playwright test"
1212
},
1313
"dependencies": {
14-
"@algorandfoundation/liquid-auth-use-wallet-client": "^1.4.0-canary.1",
14+
"@algorandfoundation/liquid-auth-use-wallet-client": "^1.4.0-canary.2",
1515
"@blockshake/defly-connect": "^1.2.1",
1616
"@noble/ed25519": "2.3.0",
1717
"@perawallet/connect": "^1.4.1",
@@ -29,4 +29,4 @@
2929
"vite-plugin-node-polyfills": "0.23.0",
3030
"vite-plugin-solid": "2.11.6"
3131
}
32-
}
32+
}

examples/svelte-ts/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"test:e2e": "playwright test"
1616
},
1717
"dependencies": {
18+
"@algorandfoundation/liquid-auth-use-wallet-client": "^1.4.0-canary.2",
1819
"@blockshake/defly-connect": "^1.2.1",
1920
"@noble/ed25519": "2.3.0",
2021
"@perawallet/connect": "^1.4.1",
@@ -35,4 +36,4 @@
3536
"vite": "6.3.5",
3637
"vite-plugin-node-polyfills": "0.23.0"
3738
}
38-
}
39+
}

examples/svelte-ts/src/routes/+layout.svelte

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@
1818
},
1919
WalletId.KMD,
2020
WalletId.KIBISIS,
21+
{
22+
id: WalletId.LIQUID,
23+
options: {
24+
origin: 'https://debug.liquidauth.com',
25+
RTC_config_username: 'liquid-auth',
26+
RTC_config_credential: 'sqmcP4MiTKMT4TGEDSk9jgHY'
27+
}
28+
},
2129
WalletId.LUTE,
2230
{
2331
id: WalletId.MAGIC,

examples/vanilla-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"vite-plugin-node-polyfills": "0.23.0"
1717
},
1818
"dependencies": {
19-
"@algorandfoundation/liquid-auth-use-wallet-client": "^1.4.0-canary.1",
19+
"@algorandfoundation/liquid-auth-use-wallet-client": "^1.4.0-canary.2",
2020
"@blockshake/defly-connect": "^1.2.1",
2121
"@noble/ed25519": "2.3.0",
2222
"@perawallet/connect": "^1.4.1",
@@ -27,4 +27,4 @@
2727
"canonify": "2.1.1",
2828
"lute-connect": "^1.6.1"
2929
}
30-
}
30+
}

examples/vue-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test:e2e": "playwright test"
1111
},
1212
"dependencies": {
13-
"@algorandfoundation/liquid-auth-use-wallet-client": "^1.4.0-canary.1",
13+
"@algorandfoundation/liquid-auth-use-wallet-client": "^1.4.0-canary.2",
1414
"@blockshake/defly-connect": "^1.2.1",
1515
"@noble/ed25519": "2.3.0",
1616
"@perawallet/connect": "^1.4.1",
@@ -29,4 +29,4 @@
2929
"vite-plugin-node-polyfills": "0.23.0",
3030
"vue-tsc": "2.2.10"
3131
}
32-
}
32+
}

packages/use-wallet/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"@agoralabs-sh/avm-web-provider": "1.7.0",
44-
"@algorandfoundation/liquid-auth-use-wallet-client": "^1.4.0-canary.1",
44+
"@algorandfoundation/liquid-auth-use-wallet-client": "^1.4.0-canary.2",
4545
"@blockshake/defly-connect": "1.2.1",
4646
"@magic-ext/algorand": "24.1.0",
4747
"@magic-sdk/provider": "29.1.0",
@@ -60,7 +60,7 @@
6060
},
6161
"peerDependencies": {
6262
"@agoralabs-sh/avm-web-provider": "^1.7.0",
63-
"@algorandfoundation/liquid-auth-use-wallet-client": "^1.4.0-canary.1",
63+
"@algorandfoundation/liquid-auth-use-wallet-client": "^1.4.0-canary.2",
6464
"@blockshake/defly-connect": "^1.2.1",
6565
"@perawallet/connect": "^1.4.1",
6666
"@walletconnect/modal": "^2.7.0",
@@ -91,4 +91,4 @@
9191
"optional": true
9292
}
9393
}
94-
}
94+
}

pnpm-lock.yaml

Lines changed: 18 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)