Skip to content

Commit

Permalink
Bump package version to 3.4.0 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
supl authored Feb 23, 2022
1 parent f7c94b6 commit f2e7e63
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
working-directory: .github
run: |
git init
git pull https://${{ github.repository_owner }}:${{ secrets.CR_PAT }}@github.com/scalar-labs/scalardl-samples.git 3.3
git pull https://${{ github.repository_owner }}:${{ secrets.CR_PAT }}@github.com/scalar-labs/scalardl-samples.git 3.4
docker-compose -f docker-compose.yml -f expose-cassandra-port.yml up -d cassandra
echo -n "Wait for C* "
until docker exec scalardl-samples-cassandra-1 cqlsh 2> /dev/null ; do
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
working-directory: .github
run: |
git init
git pull https://${{ github.repository_owner }}:${{ secrets.CR_PAT }}@github.com/scalar-labs/scalardl-samples.git 3.3
git pull https://${{ github.repository_owner }}:${{ secrets.CR_PAT }}@github.com/scalar-labs/scalardl-samples.git 3.4
docker-compose -f docker-compose.yml -f docker-compose-auditor.yml up -d cassandra
echo -n "Wait for C* "
until docker exec scalardl-samples-cassandra-1 cqlsh 2> /dev/null ; do
Expand Down
91 changes: 74 additions & 17 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scalar-labs/scalardl-node-client-sdk",
"version": "3.3.0",
"version": "3.4.0",
"description": "The Node.js client SDK for Scalar DL",
"author": "Scalar, Inc.",
"main": "scalardl-node-client-sdk.js",
Expand All @@ -13,7 +13,7 @@
"url": "[email protected]:scalar-labs/scalardl-node-client-sdk.git"
},
"dependencies": {
"@scalar-labs/scalardl-javascript-sdk-base": "^3.4.0",
"@scalar-labs/scalardl-javascript-sdk-base": "^3.4.1",
"elliptic": "^6.5.4",
"google-protobuf": "^3.19.1",
"grpc": "^1.24.3",
Expand Down

0 comments on commit f2e7e63

Please sign in to comment.