Skip to content

Commit 1111cba

Browse files
committed
chore(app): changed ts sdk version & app hash
Signed-off-by: Kaan Caglan <caglankaan@gmail.com>
1 parent 04f6936 commit 1111cba

File tree

4 files changed

+7
-13
lines changed

4 files changed

+7
-13
lines changed

app/app.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ _: {
1919
{
2020
packages = {
2121
app = jsPkgs.buildNpmPackage {
22-
npmDepsHash = "sha256-o215ZVz15bG3gRLsyLaGqkE8AKheroRkqQvNum7bfzg=";
22+
npmDepsHash = "sha256-e5qRzAWRPvcgAFyEKqKXzw5Vo0AeYcyr3fL9485tZyM=";
2323
src = ./.;
2424
sourceRoot = "app";
2525
npmFlags = [

app/package-lock.json

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

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@tanstack/svelte-query": "5.61.5",
2626
"@tanstack/svelte-table": "^8.20.5",
2727
"@tanstack/svelte-virtual": "3.10.9",
28-
"@unionlabs/client": "^0.1.4",
28+
"@unionlabs/client": "^0.1.6",
2929
"@wagmi/connectors": "5.7.5",
3030
"@wagmi/core": "2.16.3",
3131
"bits-ui": "^0.21.13",

typescript-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unionlabs/client",
3-
"version": "0.1.4",
3+
"version": "0.1.6",
44
"homepage": "https://union.build",
55
"description": "Union Labs cross-chain transfers client",
66
"type": "module",

0 commit comments

Comments
 (0)