Skip to content

Commit

Permalink
chore: finalize naj version
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-haynes committed Sep 5, 2024
1 parent 6eb79e3 commit 9c49a1a
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 97 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"ethers": "5.7.2",
"https-browserify": "1.0.0",
"is-mobile": "4.0.0",
"near-api-js": "5.0.0-next.17",
"near-api-js": "5.0.0",
"near-seed-phrase": "0.2.0",
"next": "13.3.0",
"ngx-deploy-npm": "7.1.0",
Expand Down Expand Up @@ -148,8 +148,8 @@
"@angular/language-service": "15.2.9",
"@babel/preset-react": "7.16.7",
"@babel/runtime": "7.24.8",
"@near-js/keystores": "0.2.0-next.14",
"@near-js/types": "1.0.0-next.14",
"@near-js/keystores": "0.2.0",
"@near-js/types": "0.3.0",
"@nrwl/js": "16.0.0",
"@nrwl/rollup": "16.0.0",
"@nrwl/tao": "16.0.0",
Expand Down
190 changes: 96 additions & 94 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4259,17 +4259,17 @@
lru_map "0.4.1"
near-abi "0.1.1"

"@near-js/[email protected]-next.14":
version "1.3.0-next.14"
resolved "https://registry.yarnpkg.com/@near-js/accounts/-/accounts-1.3.0-next.14.tgz#7fb31bb5f14eda9fa77c38ab5870c4966a71b0e5"
integrity sha512-LLDjC9McQYjKP9mJvMOpV3V8qT+dpM2Id+F0As2NpjB48Cf2nb4Z3MkJowSJIiV9S1R995vipj4SCW522jfFlQ==
dependencies:
"@near-js/crypto" "1.4.0-next.14"
"@near-js/providers" "1.0.0-next.14"
"@near-js/signers" "0.2.0-next.14"
"@near-js/transactions" "1.3.0-next.14"
"@near-js/types" "1.0.0-next.14"
"@near-js/utils" "1.0.0-next.14"
"@near-js/[email protected]":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@near-js/accounts/-/accounts-1.3.0.tgz#388761d164c64b03d3e42315d2e5346ee22fbf97"
integrity sha512-syUgc7EanfN2sX2UJsmJIcZ6OuQ5Ilr/GoVSD8MVOV7B5dT1HZSkMuIBdu+pKfmBbG3EGUOoT8Txxs8Nx96gGA==
dependencies:
"@near-js/crypto" "1.4.0"
"@near-js/providers" "1.0.0"
"@near-js/signers" "0.2.0"
"@near-js/transactions" "1.3.0"
"@near-js/types" "0.3.0"
"@near-js/utils" "1.0.0"
"@noble/hashes" "1.3.3"
borsh "1.0.0"
depd "2.0.0"
Expand Down Expand Up @@ -4301,13 +4301,13 @@
borsh "1.0.0"
randombytes "2.1.0"

"@near-js/[email protected]-next.14":
version "1.4.0-next.14"
resolved "https://registry.yarnpkg.com/@near-js/crypto/-/crypto-1.4.0-next.14.tgz#0e3ae96c31d8ca2bc503a725c91024d11783f043"
integrity sha512-zM9Ij+xH2GRhGu4hhhxHAMDyUQ0b0FHoJ+OJwpwLT+iUHQ4O7FwojTNUD/Ckr+7uyi6ZmWfQypGvCeXdjzg+sQ==
"@near-js/[email protected]":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@near-js/crypto/-/crypto-1.4.0.tgz#52717d7aa0baf5429b0d5a1971a3c9a6e0aeedd9"
integrity sha512-2SYS7LyFz2/y8idqAyyS4jf3pn6zFg4tLbOq9OlB+MTZhvsnUcWW+HLznyBytp6dW8lAQ03E+Ew0bYfJSCIJJw==
dependencies:
"@near-js/types" "1.0.0-next.14"
"@near-js/utils" "1.0.0-next.14"
"@near-js/types" "0.3.0"
"@near-js/utils" "1.0.0"
"@noble/curves" "1.2.0"
borsh "1.0.0"
randombytes "2.1.0"
Expand All @@ -4329,13 +4329,13 @@
"@near-js/crypto" "1.2.1"
"@near-js/keystores" "0.0.9"

"@near-js/[email protected]-next.14":
version "0.2.0-next.14"
resolved "https://registry.yarnpkg.com/@near-js/keystores-browser/-/keystores-browser-0.2.0-next.14.tgz#22db3f0467666586daae3a57247d244409268c41"
integrity sha512-DKPd0tnhP6DW2KspMTEIZEvZWWQmAo/KvudanmlILYIOVNuaF56rLJWN5Ffxme+HGTRSvZgYPDJky9lxxdGG2A==
"@near-js/[email protected]":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@near-js/keystores-browser/-/keystores-browser-0.2.0.tgz#d6cab4b52615e49fea5a1c9fa537d428a30cf0e5"
integrity sha512-vR6XY5ztAzXwNqEipfkwfG6M8PiNNgdDAdogTQBm0FKQUegMsxbMN6x4UyTd1v0oQAzuRmYGwTLmTxQyzH1FQA==
dependencies:
"@near-js/crypto" "1.4.0-next.14"
"@near-js/keystores" "0.2.0-next.14"
"@near-js/crypto" "1.4.0"
"@near-js/keystores" "0.2.0"

"@near-js/[email protected]":
version "0.0.12"
Expand All @@ -4353,13 +4353,13 @@
"@near-js/crypto" "1.2.1"
"@near-js/keystores" "0.0.9"

"@near-js/[email protected]-next.14":
version "0.1.0-next.14"
resolved "https://registry.yarnpkg.com/@near-js/keystores-node/-/keystores-node-0.1.0-next.14.tgz#588152a3a36c71ea7791f29b071e20301d571c0b"
integrity sha512-I9EDd++i+0FY+znvfGOn2ZmFH3Ddl+Po12ts79UMfpGJxIqTlWs0+/eub2GCOZMQnkEfljxGeDqzucdvmiaiGQ==
"@near-js/[email protected]":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@near-js/keystores-node/-/keystores-node-0.1.0.tgz#19baea9d2e492e786be68b8c8b9e0b8c5a4d1b69"
integrity sha512-SOtwrXWwGRbYqqu6TOO3jcCDkzSw+UG+SWVh5VbeTgHIzqR1CI4r4qhyXuTWZPyewJPDogO1ggepQi9NhfkJmA==
dependencies:
"@near-js/crypto" "1.4.0-next.14"
"@near-js/keystores" "0.2.0-next.14"
"@near-js/crypto" "1.4.0"
"@near-js/keystores" "0.2.0"

"@near-js/[email protected]":
version "0.0.12"
Expand All @@ -4377,13 +4377,13 @@
"@near-js/crypto" "1.2.1"
"@near-js/types" "0.0.4"

"@near-js/[email protected]-next.14":
version "0.2.0-next.14"
resolved "https://registry.yarnpkg.com/@near-js/keystores/-/keystores-0.2.0-next.14.tgz#80656e4db0f8e1ef72ed40ca3c4af885ce17d648"
integrity sha512-nHL4pNgMjjBq0tp2BSCcsJxaq3C9xhUF1YhGtAPQpW2tiaQTNDM7FDxZy0VMq4SYaqvM1BBYOfhik9ERZQQMwg==
"@near-js/[email protected]":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@near-js/keystores/-/keystores-0.2.0.tgz#f309716381d3acf402951a96cb6fa551fe1950d2"
integrity sha512-vZiyx9whLlA7/EDdkZGf//0AL2FWAUyGpVhWIHcbJZwQ7DNcjpkb0tRydFp8Yk4bb7kcYnoyksSeRx9kQUMyjA==
dependencies:
"@near-js/crypto" "1.4.0-next.14"
"@near-js/types" "1.0.0-next.14"
"@near-js/crypto" "1.4.0"
"@near-js/types" "0.3.0"

"@near-js/[email protected]":
version "0.1.1"
Expand Down Expand Up @@ -4412,14 +4412,14 @@
optionalDependencies:
node-fetch "2.6.7"

"@near-js/[email protected]-next.14":
version "1.0.0-next.14"
resolved "https://registry.yarnpkg.com/@near-js/providers/-/providers-1.0.0-next.14.tgz#d8a78e11eaa0a8328396590d8d60b85547eb7a27"
integrity sha512-DYTEA9nHMOsFZ3J6KOG82Xw5fSlrQ86lwxcAQwhc0XZ120IY40PIfci6CuxVqHENtWrAkA4SG6bQ8NpMLzKv0w==
"@near-js/[email protected]":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@near-js/providers/-/providers-1.0.0.tgz#72faaf6e335ee515abee941b09bd1a19b0c7857f"
integrity sha512-1++g0tVuHQWewkdmom3Iz5BSVT+KHgG7TX5YHywecg4uGLGhaf5oX1EPCXf/CYnTV61FjaNGIrIMNgwbGzacpw==
dependencies:
"@near-js/transactions" "1.3.0-next.14"
"@near-js/types" "1.0.0-next.14"
"@near-js/utils" "1.0.0-next.14"
"@near-js/transactions" "1.3.0"
"@near-js/types" "0.3.0"
"@near-js/utils" "1.0.0"
borsh "1.0.0"
exponential-backoff "^3.1.1"
isomorphic-unfetch "^3.1.0"
Expand All @@ -4444,13 +4444,13 @@
"@near-js/keystores" "0.0.12"
"@noble/hashes" "1.3.3"

"@near-js/[email protected]-next.14":
version "0.2.0-next.14"
resolved "https://registry.yarnpkg.com/@near-js/signers/-/signers-0.2.0-next.14.tgz#5598a76c0935e9e93ac599c9d034c450ac9218c4"
integrity sha512-PuDKB7PHC0ufRAL/CRE9rD4cyyHXMHrXwcjPwBwQYSC1I/UdXSjCNQdEkdVQDbqasXcADpOrrJsb4/9q9XwmaQ==
"@near-js/[email protected]":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@near-js/signers/-/signers-0.2.0.tgz#acedfb7366fc54d049e1a5b95a8b6a1b71840b09"
integrity sha512-plzTnjI7IodTtMwGe2m1bg1ZwGeHeKanJqVoXFypZj7gOuuqVOi+9vcHdSu7T2McnzRujPQbj31PmfDQ3O3YCw==
dependencies:
"@near-js/crypto" "1.4.0-next.14"
"@near-js/keystores" "0.2.0-next.14"
"@near-js/crypto" "1.4.0"
"@near-js/keystores" "0.2.0"
"@noble/hashes" "1.3.3"

"@near-js/[email protected]":
Expand Down Expand Up @@ -4478,15 +4478,15 @@
"@noble/hashes" "1.3.3"
borsh "1.0.0"

"@near-js/[email protected]-next.14":
version "1.3.0-next.14"
resolved "https://registry.yarnpkg.com/@near-js/transactions/-/transactions-1.3.0-next.14.tgz#4bc4ea3e5ba26141b99fe9c1b02a87df882dc76c"
integrity sha512-NmgaSKAOpIOIwAoAzwXfa+DAhSoLMJDK+Xl+rLhMRg3n69aqWCBCPS8FQV3qpXPsIgIQhHv9RTEOe4R6E6Z68w==
"@near-js/[email protected]":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@near-js/transactions/-/transactions-1.3.0.tgz#d8801c449c3609d2bb4e7a7b93c1d28d272f160d"
integrity sha512-M9DuFX009E5twEbPV9Fs67nNu8T8segE7yG57q02MmPMOQ7RDanHA2fKqARsltTZ26EEXb92x3lAKt7qFdCfCw==
dependencies:
"@near-js/crypto" "1.4.0-next.14"
"@near-js/signers" "0.2.0-next.14"
"@near-js/types" "1.0.0-next.14"
"@near-js/utils" "1.0.0-next.14"
"@near-js/crypto" "1.4.0"
"@near-js/signers" "0.2.0"
"@near-js/types" "0.3.0"
"@near-js/utils" "1.0.0"
"@noble/hashes" "1.3.3"
borsh "1.0.0"

Expand All @@ -4502,10 +4502,10 @@
resolved "https://registry.yarnpkg.com/@near-js/types/-/types-0.2.1.tgz#a298f0e70dbe059ee8c762dfac05c2eae3e0ae0e"
integrity sha512-YygQEGMdFe6d2e/6dtNZer9paH396XeAdIKEhY/RPXDUnjDdfiDQ5DK4mM130sEeID2bAH9X1LQ+7vXGRjvyWw==

"@near-js/types@1.0.0-next.14":
version "1.0.0-next.14"
resolved "https://registry.yarnpkg.com/@near-js/types/-/types-1.0.0-next.14.tgz#c2eb766411d1b0c8486fe459a3557f53491a8734"
integrity sha512-zglzuNP56UImbJpFIFQfrbXSV02UAKsgc5Li4QJ0840Vysl+E38o+doGi1TFfMN/8aIAx+BpSuzRW5NRO3CVaA==
"@near-js/types@0.3.0":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@near-js/types/-/types-0.3.0.tgz#aa5fa1097c338166c5401bfb16de26385c3ddc74"
integrity sha512-IwayA5Wa4+hryo22AuAYIu5a/nOAheF/Bmz9kpuouX9L4he+Tc8xAt5NfE60zXG7tsukAw1QAaHE1kBzhmwtKw==

"@near-js/[email protected]":
version "0.1.0"
Expand All @@ -4528,12 +4528,12 @@
depd "2.0.0"
mustache "4.0.0"

"@near-js/[email protected]-next.14":
version "1.0.0-next.14"
resolved "https://registry.yarnpkg.com/@near-js/utils/-/utils-1.0.0-next.14.tgz#41608b66e87ad15c39776bbea1da3b2ba502703a"
integrity sha512-E9hjTJ64v2w6lRDkcXsEs0kVdBQVDYT7z1QWEcDncANww0tx5wde1EJbqcuaVkD0LykIA1ijg42KVCVMZDjO4Q==
"@near-js/[email protected]":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@near-js/utils/-/utils-1.0.0.tgz#10d94a2b4c307ee7e44775a723a0005eb293735a"
integrity sha512-4dd6fDgWZnG+0VSKPBA3czEQdi9UotepdwcEKLTbXepIL1FX2ZlQV6HVi7KYmrAVwv1ims11vGnWzJWKy46ULw==
dependencies:
"@near-js/types" "1.0.0-next.14"
"@near-js/types" "0.3.0"
bs58 "4.0.0"
depd "2.0.0"
mustache "4.0.0"
Expand Down Expand Up @@ -4568,19 +4568,19 @@
"@near-js/utils" "0.2.2"
borsh "1.0.0"

"@near-js/[email protected]-next.14":
version "1.3.0-next.14"
resolved "https://registry.yarnpkg.com/@near-js/wallet-account/-/wallet-account-1.3.0-next.14.tgz#029d9c39f38cfb46da2f5788003f744098195963"
integrity sha512-hF0Ynn1XRB6Sdz3KWagaUbbpJDtZ8UgYlJVD7Wkk5+PuGUQmDRzJS+lORA1wtTBm1Ql53Z/BVJaTmTnaJ2VaOw==
dependencies:
"@near-js/accounts" "1.3.0-next.14"
"@near-js/crypto" "1.4.0-next.14"
"@near-js/keystores" "0.2.0-next.14"
"@near-js/providers" "1.0.0-next.14"
"@near-js/signers" "0.2.0-next.14"
"@near-js/transactions" "1.3.0-next.14"
"@near-js/types" "1.0.0-next.14"
"@near-js/utils" "1.0.0-next.14"
"@near-js/[email protected]":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@near-js/wallet-account/-/wallet-account-1.3.0.tgz#9b3e3aee5f2afbaaa2da6f58daad3cd5f8ecb6e8"
integrity sha512-5gqwLXZsGkDMnEIZU7HnJEFol7ICno7wCnwGXHl7VhjBzve5OfaRt/IQpQitogoAUlonpQYmOi2r5qu76nj1lw==
dependencies:
"@near-js/accounts" "1.3.0"
"@near-js/crypto" "1.4.0"
"@near-js/keystores" "0.2.0"
"@near-js/providers" "1.0.0"
"@near-js/signers" "0.2.0"
"@near-js/transactions" "1.3.0"
"@near-js/types" "0.3.0"
"@near-js/utils" "1.0.0"
borsh "1.0.0"

"@near-snap/[email protected]":
Expand Down Expand Up @@ -17875,26 +17875,28 @@ [email protected]:
dependencies:
"@types/json-schema" "^7.0.11"

[email protected]:
version "5.0.0-next.17"
resolved "https://registry.yarnpkg.com/near-api-js/-/near-api-js-5.0.0-next.17.tgz#a7063fd0c9c6fb120872985d27198a57a7efbc01"
integrity sha512-WRyfPd64m5fTX2CUStTUIYWBX2Z4Ytp5DBeGR1ZVPJBWgaAbr5MXx769OTJ+A7HBHDb2/St8MWlYdxmdsBsdlg==
dependencies:
"@near-js/accounts" "1.3.0-next.14"
"@near-js/crypto" "1.4.0-next.14"
"@near-js/keystores" "0.2.0-next.14"
"@near-js/keystores-browser" "0.2.0-next.14"
"@near-js/keystores-node" "0.1.0-next.14"
"@near-js/providers" "1.0.0-next.14"
"@near-js/signers" "0.2.0-next.14"
"@near-js/transactions" "1.3.0-next.14"
"@near-js/types" "1.0.0-next.14"
"@near-js/utils" "1.0.0-next.14"
"@near-js/wallet-account" "1.3.0-next.14"
[email protected]:
version "5.0.0"
resolved "https://registry.yarnpkg.com/near-api-js/-/near-api-js-5.0.0.tgz#1eb9c6f3611870e64fa63c65f45253e3350b81d0"
integrity sha512-JQBWG2TGSNx4EJKFtsz2lhadFYtZofyJjwigIqlKjBXQluG5DepM5ZdPJSTZ3R526OoqOcGq7MeZMYlW+hn2nw==
dependencies:
"@near-js/accounts" "1.3.0"
"@near-js/crypto" "1.4.0"
"@near-js/keystores" "0.2.0"
"@near-js/keystores-browser" "0.2.0"
"@near-js/keystores-node" "0.1.0"
"@near-js/providers" "1.0.0"
"@near-js/signers" "0.2.0"
"@near-js/transactions" "1.3.0"
"@near-js/types" "0.3.0"
"@near-js/utils" "1.0.0"
"@near-js/wallet-account" "1.3.0"
"@noble/curves" "1.2.0"
borsh "1.0.0"
depd "2.0.0"
http-errors "1.7.2"
near-abi "0.1.1"
node-fetch "2.6.7"

near-api-js@^3.0.0:
version "3.0.4"
Expand Down

0 comments on commit 9c49a1a

Please sign in to comment.