@hinkal/common 0.3.5 → 0.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hinkal/common",
3
- "version": "0.3.4",
3
+ "version": "0.3.6",
4
4
  "homepage": "hinkal.io",
5
5
  "author": {
6
6
  "name": "Hinkal Protocol"
@@ -82,9 +82,10 @@
82
82
  },
83
83
  "dependencies": {
84
84
  "@coral-xyz/anchor": "^0.32.1",
85
+ "@noble/curves": "^1.9.7",
85
86
  "@solana/spl-token": "^0.4.15",
87
+ "@solana/wallet-adapter-base": "^0.9.27",
86
88
  "@solana/web3.js": "^1.98.4",
87
- "@solana/wallet-adapter-react": "^0.15.39",
88
89
  "axios": "^1.19.0",
89
90
  "async-mutex": "^0.5.0",
90
91
  "bs58": "^6.0.0",
@@ -100,8 +101,9 @@
100
101
  "tweetnacl": "^1.0.3",
101
102
  "process": "0.11.10",
102
103
  "ua-parser-js": "^1.0.37",
103
- "uuid": "^9.0.1",
104
104
  "node-forge": "^1.4.0",
105
+ "bfj": "7.0.2",
106
+ "bigint-buffer": "npm:@trufflesuite/bigint-buffer@^1.1.10",
105
107
  "tronweb": "^6.4.0"
106
108
  },
107
109
  "peerDependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hinkal/common",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "homepage": "hinkal.io",
5
5
  "author": {
6
6
  "name": "Hinkal Protocol"
@@ -82,31 +82,33 @@
82
82
  },
83
83
  "dependencies": {
84
84
  "@coral-xyz/anchor": "^0.32.1",
85
+ "@noble/curves": "^1.9.7",
85
86
  "@solana/spl-token": "^0.4.15",
86
- "@solana/wallet-adapter-react": "^0.15.39",
87
+ "@solana/wallet-adapter-base": "^0.9.27",
87
88
  "@solana/web3.js": "^1.98.4",
88
- "async-mutex": "^0.5.0",
89
89
  "axios": "^1.19.0",
90
+ "async-mutex": "^0.5.0",
90
91
  "bs58": "^6.0.0",
91
92
  "buffer": "6.0.3",
92
93
  "circomlibjs-hinkal-fork": "^0.0.11",
93
94
  "dotenv": "^16.4.5",
94
95
  "ethers": "^6.17.0",
95
96
  "idb-keyval": "6.3.0",
96
- "libsodium-wrappers": "^0.8.4",
97
- "lodash": "^4.18.1",
98
97
  "multiformats": "^9.4.2",
99
- "node-forge": "^1.4.0",
100
- "process": "0.11.10",
101
98
  "snarkjs": "0.7.6",
102
- "tronweb": "^6.4.0",
99
+ "libsodium-wrappers": "^0.8.4",
100
+ "lodash": "^4.18.1",
103
101
  "tweetnacl": "^1.0.3",
102
+ "process": "0.11.10",
104
103
  "ua-parser-js": "^1.0.37",
105
- "uuid": "^9.0.1"
104
+ "node-forge": "^1.4.0",
105
+ "bfj": "7.0.2",
106
+ "bigint-buffer": "npm:@trufflesuite/bigint-buffer@^1.1.10",
107
+ "tronweb": "^6.4.0"
106
108
  },
107
109
  "peerDependencies": {
108
- "@walletconnect/utils": "^2.17.2",
109
- "wagmi": "2.13.3"
110
+ "wagmi": "2.13.3",
111
+ "@walletconnect/utils": "^2.17.2"
110
112
  },
111
113
  "peerDependenciesMeta": {
112
114
  "wagmi": {
@@ -116,4 +118,4 @@
116
118
  "optional": true
117
119
  }
118
120
  }
119
- }
121
+ }