Skip to content

Commit

Permalink
chore: spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed Oct 26, 2024
1 parent 3ba4313 commit dfefbb5
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion app/app.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ _: {
{
packages = {
app = unstablePkgs.buildNpmPackage {
npmDepsHash = "sha256-3tyAPb9zEspcukQwGFkb6tkSvphQBiihDwpxMs+8KGs=";
npmDepsHash = "sha256-Sl9bTzoJeFdaJ4bq+KwvlUkTIeZrSeg+FKm65rCIR0Q=";
src = ./.;
sourceRoot = "app";
npmFlags = [
Expand Down
8 changes: 4 additions & 4 deletions app/package-lock.json

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

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@tanstack/svelte-query": "^5.55.4",
"@tanstack/svelte-table": "^8.20.5",
"@tanstack/svelte-virtual": "^3.10.7",
"@unionlabs/client": "^0.0.33",
"@unionlabs/client": "^0.0.34",
"@wagmi/connectors": "^5.3.3",
"@wagmi/core": "^2.14.1",
"bits-ui": "^0.21.13",
Expand Down
2 changes: 2 additions & 0 deletions dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ deferredacktypes
defi
delegators
dels
deno
denoms
denum
depinject
Expand Down Expand Up @@ -930,6 +931,7 @@ oneof
oneshot
openapi
openapiv
opsy
opsz
orai
osmo
Expand Down
Binary file modified typescript-sdk/bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion typescript-sdk/jsr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@union/client",
"version": "0.0.33",
"version": "0.0.34",
"license": "MIT",
"exports": {
".": "./src/mod.ts"
Expand Down
5 changes: 2 additions & 3 deletions typescript-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unionlabs/client",
"version": "0.0.33",
"version": "0.0.34",
"homepage": "https://union.build",
"description": "Union Labs cross-chain transfers client",
"type": "module",
Expand All @@ -25,8 +25,7 @@
"clean": "rm -rf dist node_modules",
"postinstall": "patch-package",
"prepublish": "bun run build",
"typedoc": "bun x typedoc@latest --out .docs ./src/mod.ts",
"preinstall": "npm_config_yes=true npm exec --no-package-lock=true only-allow@latest bun"
"typedoc": "bun x typedoc@latest --out .docs ./src/mod.ts"
},
"dependencies": {
"@aptos-labs/ts-sdk": "^1.31.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript-sdk/src/transfer/aptos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ interface AptosBrowserWallet {

/**
* @note
* for some resaon, aptos wallets use snake case for tx payload params
* for some reason, aptos wallets use snake case for tx payload params
* whereas aptos sdk uses camel case
*/
signTransaction: (transactionParameters: {
Expand Down

0 comments on commit dfefbb5

Please sign in to comment.