File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 5
5
6
6
"license" : " MIT" ,
7
7
"private" : false ,
8
+ "dependencies" : {
9
+ "@metaplex-foundation/beet" : " ^0.7.1" ,
10
+ "@metaplex-foundation/beet-solana" : " ^0.4.0"
11
+ },
8
12
"devDependencies" : {
9
13
"@metaplex-foundation/solita" : " ^0.20.1" ,
10
14
"@typescript-eslint/eslint-plugin" : " ^6.14.0" ,
Original file line number Diff line number Diff line change 87
87
bs58 "^5.0.0"
88
88
debug "^4.3.4"
89
89
90
+ " @metaplex-foundation/beet-solana@^0.4.0 " :
91
+ version "0.4.1"
92
+ resolved "https://registry.yarnpkg.com/@metaplex-foundation/beet-solana/-/beet-solana-0.4.1.tgz#255747aa7feee1c20202146a752c057feca1948f"
93
+ integrity sha512-/6o32FNUtwK8tjhotrvU/vorP7umBuRFvBZrC6XCk51aKidBHe5LPVPA5AjGPbV3oftMfRuXPNd9yAGeEqeCDQ==
94
+ dependencies :
95
+ " @metaplex-foundation/beet" " >=0.1.0"
96
+ " @solana/web3.js" " ^1.56.2"
97
+ bs58 "^5.0.0"
98
+ debug "^4.3.4"
99
+
90
100
" @metaplex-foundation/beet@>=0.1.0" , "@metaplex-foundation/beet@^0.7.1":
91
101
version "0.7.1"
92
102
resolved "https://registry.npmjs.org/@metaplex-foundation/beet/-/beet-0.7.1.tgz"
@@ -2169,6 +2179,7 @@ spok@^1.4.3:
2169
2179
find-process "^1.4.7"
2170
2180
2171
2181
" string-width-cjs@npm:string-width@^4.2.0" , string-width@^4.1.0:
2182
+ name string-width-cjs
2172
2183
version "4.2.3"
2173
2184
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
2174
2185
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
You can’t perform that action at this time.
0 commit comments