Updated hotpocket-nodejs-contract version (#387)

This commit is contained in:
Chalith Desaman
2023-10-06 10:10:53 +05:30
committed by GitHub
parent cff3a822fc
commit bfc38a3c70
2 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
"": {
"dependencies": {
"bson": "4.0.4",
"hotpocket-nodejs-contract": "0.5.9",
"hotpocket-nodejs-contract": "0.5.10",
"seedrandom": "3.0.5"
}
},
@@ -37,9 +37,9 @@
}
},
"node_modules/hotpocket-nodejs-contract": {
"version": "0.5.9",
"resolved": "https://registry.npmjs.org/hotpocket-nodejs-contract/-/hotpocket-nodejs-contract-0.5.9.tgz",
"integrity": "sha512-RD/WmcO5TRDgFwvX6Pas0zMjZXQ/2yiyhFsiQAX+UBWKwPs55r2t+7nLmHE2zposYjiGLEoha+YZMpyDQ6ynHw=="
"version": "0.5.10",
"resolved": "https://registry.npmjs.org/hotpocket-nodejs-contract/-/hotpocket-nodejs-contract-0.5.10.tgz",
"integrity": "sha512-1Cw9WcyoQmJabGkjRbM4FZ1HMvUI3z6IVTbhi0BDiD+K1c6bHROPgNKbIHCSL15+Z5xvbHpeuOOPLGogGtdC7Q=="
},
"node_modules/ieee754": {
"version": "1.1.13",
@@ -82,9 +82,9 @@
}
},
"hotpocket-nodejs-contract": {
"version": "0.5.9",
"resolved": "https://registry.npmjs.org/hotpocket-nodejs-contract/-/hotpocket-nodejs-contract-0.5.9.tgz",
"integrity": "sha512-RD/WmcO5TRDgFwvX6Pas0zMjZXQ/2yiyhFsiQAX+UBWKwPs55r2t+7nLmHE2zposYjiGLEoha+YZMpyDQ6ynHw=="
"version": "0.5.10",
"resolved": "https://registry.npmjs.org/hotpocket-nodejs-contract/-/hotpocket-nodejs-contract-0.5.10.tgz",
"integrity": "sha512-1Cw9WcyoQmJabGkjRbM4FZ1HMvUI3z6IVTbhi0BDiD+K1c6bHROPgNKbIHCSL15+Z5xvbHpeuOOPLGogGtdC7Q=="
},
"ieee754": {
"version": "1.1.13",

View File

@@ -5,7 +5,7 @@
"build-diag": "ncc build diagnostic_contract.js -o dist/diagnostic-contract"
},
"dependencies": {
"hotpocket-nodejs-contract": "0.5.9",
"hotpocket-nodejs-contract": "0.5.10",
"bson": "4.0.4",
"seedrandom": "3.0.5"
}