This commit is contained in:
guibescos 2023-01-14 14:26:58 -06:00 committed by GitHub
parent daad5c6dc5
commit c10ed691da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 11 deletions

View File

@ -18613,7 +18613,8 @@
"@pythnetwork/client": "^2.9.0",
"@solana/web3.js": "^1.73.0",
"@sqds/mesh": "^1.0.6",
"ts-node": "^10.9.1"
"ts-node": "^10.9.1",
"xc-admin-common": "*"
}
},
"packages/xc-admin-cli": {
@ -22819,6 +22820,8 @@
"dependencies": {
"buffer": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
"requires": {
"base64-js": "^1.3.1",
"ieee754": "^1.2.1"
@ -22826,14 +22829,6 @@
}
}
},
"@pythnetwork/client": {
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/@pythnetwork/client/-/client-2.10.0.tgz",
"integrity": "sha512-dmj8dAj8K7rhSpaDUIjLGKYs+64kM1LR/V1ht/IShg6Zu0GNJY522+0K0EBcmbjzs3GaHua873DlcvQJlU5iHw==",
"requires": {
"buffer": "^6.0.1"
}
},
"@rushstack/eslint-patch": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.2.0.tgz",
@ -25043,7 +25038,8 @@
"@pythnetwork/client": "^2.9.0",
"@solana/web3.js": "^1.73.0",
"@sqds/mesh": "^1.0.6",
"ts-node": "^10.9.1"
"ts-node": "^10.9.1",
"xc-admin-common": "*"
}
},
"crc-32": {

View File

@ -22,6 +22,7 @@
"@pythnetwork/client": "^2.9.0",
"@solana/web3.js": "^1.73.0",
"@sqds/mesh": "^1.0.6",
"ts-node": "^10.9.1"
"ts-node": "^10.9.1",
"xc-admin-common": "*"
}
}