Skip to content

Commit

Permalink
fix: bump tlsn-wasm to alpha.7.1 and move to dependency (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtsukino authored Oct 4, 2024
1 parent b95c8f0 commit 18a30d3
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 21 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

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

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tlsn-js",
"version": "0.1.0-alpha.7",
"version": "0.1.0-alpha.7.1",
"description": "",
"repository": "https://github.com/tlsnotary/tlsn-js",
"main": "build/lib.js",
Expand Down Expand Up @@ -55,7 +55,6 @@
"serve": "14.2.1",
"serve-handler": "^6.1.5",
"stream-browserify": "^3.0.0",
"tlsn-wasm": "0.1.0-alpha.7.1",
"ts-loader": "^6.2.1",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.2",
Expand All @@ -70,5 +69,8 @@
"license": "ISC",
"engines": {
"node": ">= 16.20.2"
},
"dependencies": {
"tlsn-wasm": "^0.1.0-alpha.7.2"
}
}
}
14 changes: 8 additions & 6 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ For this demo, we also need to run a local notary server.

1. Clone the TLSNotary repository:
```shell
git clone https://github.com/tlsnotary/tlsn.git --branch "v0.1.0-alpha.6"
git clone https://github.com/tlsnotary/tlsn.git --branch "v0.1.0-alpha.7"
```
2. Edit the notary server config file (`notary/server/config/config.yaml`) to turn off TLS so that the browser extension can connect to the local notary server without requiring extra steps to accept self-signed certificates in the browser.
```yaml
Expand Down

0 comments on commit 18a30d3

Please sign in to comment.