diff --git a/app/app.nix b/app/app.nix index db59add00a..0088cebac4 100644 --- a/app/app.nix +++ b/app/app.nix @@ -19,7 +19,7 @@ _: { { packages = { app = jsPkgs.buildNpmPackage { - npmDepsHash = "sha256-YAUgEe+4g4GbKprXJoeMKrkvhUqXZ6md5WJph2DGcEM="; + npmDepsHash = "sha256-5pT2cOd8DaPiLCIUvIGAVet8hvJ8Am/UZp07ySCiFtk="; src = ./.; sourceRoot = "app"; npmFlags = [ diff --git a/app/package-lock.json b/app/package-lock.json index 68c15aa116..80001379e1 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -19,7 +19,7 @@ "@tanstack/svelte-query": "5.61.5", "@tanstack/svelte-table": "^8.20.5", "@tanstack/svelte-virtual": "3.10.9", - "@unionlabs/client": "^0.0.39", + "@unionlabs/client": "^0.0.40", "@wagmi/connectors": "5.5.2", "@wagmi/core": "2.15.1", "bits-ui": "^0.21.13", @@ -208,9 +208,9 @@ } }, "node_modules/@aptos-labs/ts-sdk": { - "version": "1.33.0", - "resolved": "https://registry.npmjs.org/@aptos-labs/ts-sdk/-/ts-sdk-1.33.0.tgz", - "integrity": "sha512-svdlPH5r2dlSue2D9WXaaTslsmX18WLytAho6IRZJxQjEssglk64I6c1G9S8BTjRQj/ug6ahTwp6lx3eWuyd8Q==", + "version": "1.33.1", + "resolved": "https://registry.npmjs.org/@aptos-labs/ts-sdk/-/ts-sdk-1.33.1.tgz", + "integrity": "sha512-d6nWtUI//fyEN8DeLjm3+ro87Ad6+IKwR9pCqfrs/Azahso1xR1Llxd/O6fj/m1DDsuDj/HAsCsy5TC/aKD6Eg==", "license": "Apache-2.0", "dependencies": { "@aptos-labs/aptos-cli": "^1.0.2", @@ -3264,23 +3264,126 @@ "license": "MIT" }, "node_modules/@unionlabs/client": { - "version": "0.0.39", - "resolved": "https://registry.npmjs.org/@unionlabs/client/-/client-0.0.39.tgz", - "integrity": "sha512-8gIfHe72bsgsrvMm+bsThHaxLgS83+ScgzFI4Rf7wzW4XL7bJrIAMZRkrHehOoySDE6O+WGTWEewV3A8WrjIkA==", + "version": "0.0.40", + "resolved": "https://registry.npmjs.org/@unionlabs/client/-/client-0.0.40.tgz", + "integrity": "sha512-u7m+5lQBPE1ZK8hDPeNIO+cr2vht/d+nuRd8IkvWUidttE8I+q4stHFxYNctZS+oAlVlFHHjX5EZVApst+UrIw==", "hasInstallScript": true, "license": "MIT", "dependencies": { - "@aptos-labs/ts-sdk": "^1.31.0", + "@aptos-labs/ts-sdk": "^1.33.1", "@cosmjs/amino": "^0.32.4", "@cosmjs/cosmwasm-stargate": "0.32.4", "@cosmjs/proto-signing": "^0.32.4", "@cosmjs/stargate": "0.32.4", "@cosmjs/tendermint-rpc": "^0.32.4", - "@scure/base": "^1.1.9", + "@scure/base": "^1.2.1", "neverthrow": "^8.1.1", "ofetch": "^1.4.1", + "ox": "^0.6.0", "patch-package": "^8.0.0", - "viem": "^2.21.43" + "viem": "^2.22.3" + } + }, + "node_modules/@unionlabs/client/node_modules/abitype": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/abitype/-/abitype-1.0.7.tgz", + "integrity": "sha512-ZfYYSktDQUwc2eduYu8C4wOs+RDPmnRYMh7zNfzeMtGGgb0U+6tLGjixUic6mXf5xKKCcgT5Qp6cv39tOARVFw==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/wevm" + }, + "peerDependencies": { + "typescript": ">=5.0.4", + "zod": "^3 >=3.22.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + }, + "zod": { + "optional": true + } + } + }, + "node_modules/@unionlabs/client/node_modules/ox": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/ox/-/ox-0.6.0.tgz", + "integrity": "sha512-blUzTLidvUlshv0O02CnLFqBLidNzPoAZdIth894avUAotTuWziznv6IENv5idRuOSSP3dH8WzcYw84zVdu0Aw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/wevm" + } + ], + "license": "MIT", + "dependencies": { + "@adraffy/ens-normalize": "^1.10.1", + "@noble/curves": "^1.6.0", + "@noble/hashes": "^1.5.0", + "@scure/bip32": "^1.5.0", + "@scure/bip39": "^1.4.0", + "abitype": "^1.0.6", + "eventemitter3": "5.0.1" + }, + "peerDependencies": { + "typescript": ">=5.4.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@unionlabs/client/node_modules/viem": { + "version": "2.22.4", + "resolved": "https://registry.npmjs.org/viem/-/viem-2.22.4.tgz", + "integrity": "sha512-35/T2ySpUM0kUVEy2SkaWIAIabSRzF/IZxDdnLxuaI1pwURC92ZiHa9J9nL1rWGl0HTyAqUxcycgJEpOvHrcQA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/wevm" + } + ], + "license": "MIT", + "dependencies": { + "@noble/curves": "1.7.0", + "@noble/hashes": "1.6.1", + "@scure/bip32": "1.6.0", + "@scure/bip39": "1.5.0", + "abitype": "1.0.7", + "isows": "1.0.6", + "ox": "0.6.0", + "webauthn-p256": "0.0.10", + "ws": "8.18.0" + }, + "peerDependencies": { + "typescript": ">=5.0.4" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@unionlabs/client/node_modules/ws": { + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", + "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", + "license": "MIT", + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": ">=5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } } }, "node_modules/@vitest/expect": { diff --git a/app/package.json b/app/package.json index e0b882d312..6a9cf98cdd 100644 --- a/app/package.json +++ b/app/package.json @@ -28,7 +28,7 @@ "@tanstack/svelte-query": "5.61.5", "@tanstack/svelte-table": "^8.20.5", "@tanstack/svelte-virtual": "3.10.9", - "@unionlabs/client": "^0.0.39", + "@unionlabs/client": "^0.0.40", "@wagmi/connectors": "5.5.2", "@wagmi/core": "2.15.1", "bits-ui": "^0.21.13",