update aqua-lib (#81)

This commit is contained in:
Maria Kuklina 2023-04-12 15:22:47 +02:00 committed by GitHub
parent f5994b33d1
commit fe902acc50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1856 additions and 2924 deletions

4776
aqua/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@
"*.aqua" "*.aqua"
], ],
"dependencies": { "dependencies": {
"@fluencelabs/aqua-lib": "^0.5.2" "@fluencelabs/aqua-lib": "^0.7.0"
}, },
"scripts": { "scripts": {
"generate-aqua": "../service/build.sh", "generate-aqua": "../service/build.sh",
@ -31,6 +31,6 @@
}, },
"homepage": "https://github.com/fluencelabs/trust-graph#readme", "homepage": "https://github.com/fluencelabs/trust-graph#readme",
"devDependencies": { "devDependencies": {
"@fluencelabs/aqua": "^0.7.4-322" "@fluencelabs/aqua": "^0.10.3"
} }
} }