Skip to content

Commit

Permalink
use latest near-ca
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Jul 1, 2024
1 parent 74ecd04 commit 6faf367
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"private": true,
"scripts": {
"build": "rm -rf ./dist && tsc",
"ex": "tsx examples/send-tx.ts",
"example": "tsx examples/send-tx.ts",
"lint": "eslint . --ignore-pattern dist/",
"fmt": "prettier --write '{src,examples,tests}/**/*.{js,jsx,ts,tsx}'",
"all": "yarn fmt && yarn lint && yarn build && yarn ex"
Expand All @@ -20,7 +20,7 @@
"@safe-global/safe-modules-deployments": "^2.2.0",
"ethers": "^6.13.1",
"ethers-multisend": "^3.1.0",
"near-ca": "^0.0.10-alpha.4",
"near-ca": "^0.1.0",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2270,10 +2270,10 @@ near-api-js@^4.0.2:
near-abi "0.1.1"
node-fetch "2.6.7"

near-ca@^0.0.10-alpha.4:
version "0.0.10-alpha.4"
resolved "https://registry.yarnpkg.com/near-ca/-/near-ca-0.0.10-alpha.4.tgz#2c3a791bed1a1102941a2243958e0a8c12c83de7"
integrity sha512-3vxGJWd3h8s8yOGglnOLTkiseEyYug4sjljLS7GUwGSSi1PpuswkVnwrxtXxoItOdubKs3Z18rOjaJXYUf1MOw==
near-ca@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/near-ca/-/near-ca-0.1.0.tgz#06be865fc169ccb3ad1bad07106ef528b835bbda"
integrity sha512-FAGmpwSeZLHAOIBkA0gUxVFcLQO0UjmRgXBECRHD3lZ1gbjWzpmC9zovGq6j0LrqWy3OYGBxiNI063msj51Q7Q==
dependencies:
"@walletconnect/web3wallet" "^1.12.3"
elliptic "^6.5.5"
Expand Down

0 comments on commit 6faf367

Please sign in to comment.