JS SDK 0.10.0 (#64)

BREAKING CHANGES: PROTOCOL_NAME is changed, AquaVM is updated to a new minor version
This commit is contained in:
Pavel 2021-08-24 18:37:20 +03:00 committed by GitHub
parent 5da230cb05
commit ad83b51ce1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8697 additions and 18 deletions

View File

@ -35,6 +35,7 @@ jobs:
run: docker run -d --rm -e RUST_LOG="info" -p 1210:1210 -p 4310:4310 fluencelabs/fluence -t 1210 -w 4310 -k gKdiCSUr1TFGFEgu2t8Ch1XEUsrN5A2UfBLjSZvfci9SPR3NvZpACfcpPGC3eY4zma1pk7UvYv5zb1VjvPHwCjj --local
- run: npm install
- run: sleep 15
- run: npm run test${{ matrix.node-env }}:all
env:
CI: true

8712
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@fluencelabs/fluence",
"version": "0.9.14",
"version": "0.10.0",
"description": "JS SDK for the Fluence network",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",