Skip to content

Commit

Permalink
Update JS SDK to 0.12, Aqua compiler to 0.3 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
coder11 authored Sep 13, 2021
1 parent 2394e57 commit c459afb
Show file tree
Hide file tree
Showing 14 changed files with 187 additions and 5,014 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# will have compiled files and executables
service/**/target/

aqua/target/typescript/**
example/generated/**

# These are backup files generated by rustfmt
**/*.rs.bk

Expand Down
14 changes: 7 additions & 7 deletions aqua/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions aqua/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"scripts": {
"generate-aqua": "../service/build.sh",
"compile-aqua": "aqua-cli -i . -o ./target/typescript/src",
"compile-aqua": "aqua -i . -o ./target/typescript",
"build": "npm run compile-aqua"
},
"repository": {
Expand All @@ -31,6 +31,6 @@
},
"homepage": "/~https://github.com/fluencelabs/aqua-ipfs#readme",
"devDependencies": {
"@fluencelabs/aqua-cli": "^0.2.0-208"
"@fluencelabs/aqua": "^0.3.0-224"
}
}
7 changes: 0 additions & 7 deletions aqua/target/typescript/README.md

This file was deleted.

Loading

0 comments on commit c459afb

Please sign in to comment.