Skip to content

Commit d62691f

Browse files
authored
chore: update gno-js libraries (#35)
1 parent e6271fb commit d62691f

File tree

10 files changed

+571
-2049
lines changed

10 files changed

+571
-2049
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adena-wallet-sdk",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/sdk/package.json

Lines changed: 34 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
{
22
"name": "@adena-wallet/sdk",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "Adena Wallet SDK",
55
"license": "MIT",
66
"author": "Onbloc Co., Ltd. <[email protected]>",
77
"homepage": "https://www.adena.app",
88
"main": "./bin/index.js",
99
"module": "./bin/index.mjs",
1010
"types": "./bin/index.d.ts",
11+
"exports": {
12+
".": {
13+
"types": "./bin/index.d.ts",
14+
"import": "./bin/index.mjs",
15+
"require": "./bin/index.js"
16+
}
17+
},
1118
"files": [
1219
"bin/**/*"
1320
],
@@ -35,28 +42,33 @@
3542
"test:ci": "jest --coverage --passWithNoTests "
3643
},
3744
"dependencies": {
38-
"@gnolang/gno-js-client": "1.4.1",
39-
"@gnolang/tm2-js-client": "1.3.0",
40-
"@web3auth/auth-adapter": "^9.5.3",
41-
"@web3auth/base": "^9.5.3",
42-
"@web3auth/base-provider": "^9.5.3",
43-
"@web3auth/no-modal": "^9.5.3",
44-
"@web3auth/openlogin-adapter": "^8.12.4"
45+
"@gnolang/gno-js-client": "1.4.2",
46+
"@gnolang/tm2-js-client": "1.3.1",
47+
"@noble/curves": "1.9.4",
48+
"@noble/hashes": "1.8.0",
49+
"@scure/bip32": "1.7.0",
50+
"@scure/bip39": "1.6.0",
51+
"@web3auth/auth-adapter": "9.5.3",
52+
"@web3auth/base": "9.5.3",
53+
"@web3auth/base-provider": "9.5.3",
54+
"@web3auth/no-modal": "9.5.3",
55+
"@web3auth/openlogin-adapter": "8.12.4",
56+
"ethereum-cryptography": "3.2.0"
4557
},
4658
"devDependencies": {
47-
"@bufbuild/protobuf": "^2.2.3",
48-
"@types/eslint": "^9",
49-
"@types/jest": "^29.5.12",
50-
"@types/node": "^22.0.0",
51-
"@typescript-eslint/eslint-plugin": "^8.2.0",
52-
"@typescript-eslint/parser": "^8.2.0",
53-
"eslint": "^9.8.0",
54-
"eslint-config-prettier": "^9.1.0",
55-
"jest": "^29.7.0",
56-
"prettier": "^3.3.3",
57-
"ts-jest": "^29.2.3",
58-
"ts-node": "^10.9.2",
59-
"tsup": "^8.2.3",
60-
"typescript": "^5.5.4"
59+
"@bufbuild/protobuf": "2.2.3",
60+
"@types/eslint": "9",
61+
"@types/jest": "29.5.12",
62+
"@types/node": "22.0.0",
63+
"@typescript-eslint/eslint-plugin": "8.2.0",
64+
"@typescript-eslint/parser": "8.2.0",
65+
"eslint": "9.8.0",
66+
"eslint-config-prettier": "9.1.0",
67+
"jest": "29.7.0",
68+
"prettier": "3.3.3",
69+
"ts-jest": "29.2.3",
70+
"ts-node": "10.9.2",
71+
"tsup": "8.2.3",
72+
"typescript": "5.5.4"
6173
}
6274
}

packages/sdk/src/core/types/gno/proto/gno/bank.ts

Lines changed: 0 additions & 147 deletions
This file was deleted.

0 commit comments

Comments
 (0)