Skip to content

Commit

Permalink
Merge pull request #134 from libsql/lucio/bump
Browse files Browse the repository at this point in the history
bump libsql-js
  • Loading branch information
LucioFranco authored Nov 21, 2023
2 parents a3cab81 + 0764f47 commit 50f190d
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 74 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,15 @@ jobs:
# run: "cd smoke_test/workers && python ../../hrana-test-server/server_v3.py node test.js"
# env: {"LOCAL": "1", "URL": "http://localhost:8080"}

- name: "Non-local test with Hrana 1 over WebSocket"
run: "cd smoke_test/workers && python ../../hrana-test-server/server_v1.py node test.js"
env: {"LOCAL": "0", "URL": "ws://localhost:8080"}
- name: "Non-local test with Hrana 2 over WebSocket"
run: "cd smoke_test/workers && python ../../hrana-test-server/server_v2.py node test.js"
env: {"LOCAL": "0", "URL": "ws://localhost:8080"}
- name: "Non-local test with Hrana 2 over HTTP"
run: "cd smoke_test/workers && python ../../hrana-test-server/server_v2.py node test.js"
env: {"LOCAL": "0", "URL": "http://localhost:8080"}
# - name: "Non-local test with Hrana 1 over WebSocket"
# run: "cd smoke_test/workers && python ../../hrana-test-server/server_v1.py node test.js"
# env: {"LOCAL": "0", "URL": "ws://localhost:8080"}
# - name: "Non-local test with Hrana 2 over WebSocket"
# run: "cd smoke_test/workers && python ../../hrana-test-server/server_v2.py node test.js"
# env: {"LOCAL": "0", "URL": "ws://localhost:8080"}
# - name: "Non-local test with Hrana 2 over HTTP"
# run: "cd smoke_test/workers && python ../../hrana-test-server/server_v2.py node test.js"
# env: {"LOCAL": "0", "URL": "http://localhost:8080"}
# - name: "Non-local test with Hrana 3 over WebSocket"
# run: "cd smoke_test/workers && python ../../hrana-test-server/server_v3.py node test.js"
# env: {"LOCAL": "0", "URL": "ws://localhost:8080"}
Expand Down
128 changes: 64 additions & 64 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"dependencies": {
"@libsql/hrana-client": "^0.5.5",
"js-base64": "^3.7.5",
"libsql": "^0.2.0-pre.1"
"libsql": "^0.2.0-pre.2"
},
"devDependencies": {
"@types/jest": "^29.2.5",
Expand Down

0 comments on commit 50f190d

Please sign in to comment.