Update AVM version to 0.17.6 (#112)

This commit is contained in:
Pavel 2021-12-08 16:52:59 +03:00 committed by GitHub
parent f41e8f035d
commit 25da21aeeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"@chainsafe/libp2p-noise": "4.0.0",
"@fluencelabs/avm": "0.16.0-restriction-operator.9",
"@fluencelabs/avm": "^0.17.6",
"async": "3.2.0",
"base64-js": "1.5.1",
"bs58": "4.0.1",
@ -646,9 +646,9 @@
}
},
"node_modules/@fluencelabs/avm": {
"version": "0.16.0-restriction-operator.9",
"resolved": "https://registry.npmjs.org/@fluencelabs/avm/-/avm-0.16.0-restriction-operator.9.tgz",
"integrity": "sha512-34vJqo8TIho5H2+WhEAJOa6WxAPiS+c7Z3WKmRZVi+GAsZN3Hv2NiuiCFNFBmPRoD+juzHe4Dmv5cF7HZc6O6w==",
"version": "0.17.6",
"resolved": "https://registry.npmjs.org/@fluencelabs/avm/-/avm-0.17.6.tgz",
"integrity": "sha512-UV3vKW4O3CmECNyao3aizbrdL5syX0cxoV/+GtqEFOSazLJ0s+qrfYr8j0UWp9zLFi64Z75r8DoJqxKb9wBxkA==",
"dependencies": {
"base64-js": "1.5.1"
}
@ -8687,9 +8687,9 @@
}
},
"@fluencelabs/avm": {
"version": "0.16.0-restriction-operator.9",
"resolved": "https://registry.npmjs.org/@fluencelabs/avm/-/avm-0.16.0-restriction-operator.9.tgz",
"integrity": "sha512-34vJqo8TIho5H2+WhEAJOa6WxAPiS+c7Z3WKmRZVi+GAsZN3Hv2NiuiCFNFBmPRoD+juzHe4Dmv5cF7HZc6O6w==",
"version": "0.17.6",
"resolved": "https://registry.npmjs.org/@fluencelabs/avm/-/avm-0.17.6.tgz",
"integrity": "sha512-UV3vKW4O3CmECNyao3aizbrdL5syX0cxoV/+GtqEFOSazLJ0s+qrfYr8j0UWp9zLFi64Z75r8DoJqxKb9wBxkA==",
"requires": {
"base64-js": "1.5.1"
}

View File

@ -21,7 +21,7 @@
"license": "Apache-2.0",
"dependencies": {
"@chainsafe/libp2p-noise": "4.0.0",
"@fluencelabs/avm": "0.16.0-restriction-operator.9",
"@fluencelabs/avm": "^0.17.6",
"async": "3.2.0",
"base64-js": "1.5.1",
"bs58": "4.0.1",