Bump @solana/web3.js and @solana/spl-token (#177)

This commit is contained in:
Justin Starry 2020-07-31 10:49:03 +08:00 committed by GitHub
parent c081e50af7
commit 662a733172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@solana/spl-token",
"version": "0.0.2",
"version": "0.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -2446,9 +2446,9 @@
"dev": true
},
"@solana/web3.js": {
"version": "0.63.1",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.63.1.tgz",
"integrity": "sha512-AJZDkM355HgV5GwcklgZ073t0S2GV1h8IZ/pIpuhs4nUShMyrGSeByBQoeCueG9SV360BZqygrLA7GmMdL9kaA==",
"version": "0.63.2",
"resolved": "https://registry.npmjs.org/@solana/web3.js/-/web3.js-0.63.2.tgz",
"integrity": "sha512-4jd8U1U/eFTEemr+jCzQCDepKnkttV4dxWsjMloifb82x1d6KgCzP+Jd6D9kr8f1MFj2i/AnG++97tlHAGTOkA==",
"requires": {
"@babel/runtime": "^7.3.1",
"bn.js": "^5.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "@solana/spl-token",
"version": "0.0.2",
"version": "0.0.3",
"description": "SPL Token Javascript API",
"license": "MIT",
"author": "Solana Maintainers <maintainers@solana.com>",
@ -44,7 +44,7 @@
},
"dependencies": {
"@babel/runtime": "^7.10.5",
"@solana/web3.js": "^0.63.1",
"@solana/web3.js": "^0.63.2",
"bn.js": "^5.0.0",
"buffer-layout": "^1.2.0",
"dotenv": "8.2.0",