Skip to content

Commit

Permalink
JS SDK 0.10 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
folex authored Sep 2, 2021
1 parent 1356e40 commit 04b0096
Show file tree
Hide file tree
Showing 14 changed files with 5,511 additions and 5,964 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
mv aqua-dht builtin-package
- name: Build Changelog
id: github_release
id: changelog
uses: mikepenz/release-changelog-builder-action@v1
with:
configuration: ".github/workflows/changelog_config.json"
Expand All @@ -105,7 +105,7 @@ jobs:
tag_name: ${{ env.RELEASE_VERSION }}
files: |
aqua-dht.tar.gz
body: ${{steps.github_release.outputs.changelog}}
body: ${{steps.changelog.outputs.changelog}}
draft: false
prerelease: false
env:
Expand All @@ -129,7 +129,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
working-directory: ./aqua/target/typescript

## Update Builtin Services repo
## Update node-distro repo
- name: Get tar.gz URL
id: package-url
uses: actions/github-script@v4
Expand Down Expand Up @@ -159,11 +159,11 @@ jobs:
echo $(sha256sum aqua-dht.tar.gz)
echo "SHA256=$(sha256sum aqua-dht.tar.gz | awk '{ print $1 }')" >> $GITHUB_ENV
- name: Update version in builtins repo
- name: Update version in node-distro repo
uses: benc-uk/workflow-dispatch@v1
with:
workflow: update_service
repo: fluencelabs/builtin-services
repo: fluencelabs/node-distro
ref: 'main'
token: ${{ secrets.PERSONAL_TOKEN }}
inputs: '{
Expand All @@ -179,4 +179,4 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
console.dir(core);
core.info("aqua-dht was updated to ${{ env.RELEASE_VERSION }} in Builtin Services Repo");
core.info("aqua-dht was updated to ${{ env.RELEASE_VERSION }} in node-distro repo");
12 changes: 6 additions & 6 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 @@ -6,7 +6,7 @@
"*.aqua"
],
"dependencies": {
"@fluencelabs/aqua-lib": "^0.1.10"
"@fluencelabs/aqua-lib": "^0.1.14"
},
"scripts": {
"compile-aqua": "aqua -i ./ -o ./target/typescript/src",
Expand All @@ -29,6 +29,6 @@
},
"homepage": "https://github.com/fluencelabs/aqua-dht",
"devDependencies": {
"@fluencelabs/aqua": "0.1.14-207"
"@fluencelabs/aqua": "^0.2.0-208"
}
}
Loading

0 comments on commit 04b0096

Please sign in to comment.