mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2024-12-04 18:00:18 +00:00
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:
parent
5da230cb05
commit
ad83b51ce1
1
.github/workflows/js_sdk_ci.yml
vendored
1
.github/workflows/js_sdk_ci.yml
vendored
@ -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
8712
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user