Skip to content

Commit 18a30d3

Browse files
authored
fix: bump tlsn-wasm to alpha.7.1 and move to dependency (#71)
1 parent b95c8f0 commit 18a30d3

File tree

4 files changed

+25
-21
lines changed

4 files changed

+25
-21
lines changed

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tlsn-js",
3-
"version": "0.1.0-alpha.7",
3+
"version": "0.1.0-alpha.7.1",
44
"description": "",
55
"repository": "https://github.com/tlsnotary/tlsn-js",
66
"main": "build/lib.js",
@@ -55,7 +55,6 @@
5555
"serve": "14.2.1",
5656
"serve-handler": "^6.1.5",
5757
"stream-browserify": "^3.0.0",
58-
"tlsn-wasm": "0.1.0-alpha.7.1",
5958
"ts-loader": "^6.2.1",
6059
"ts-mocha": "^10.0.0",
6160
"ts-node": "^10.9.2",
@@ -70,5 +69,8 @@
7069
"license": "ISC",
7170
"engines": {
7271
"node": ">= 16.20.2"
72+
},
73+
"dependencies": {
74+
"tlsn-wasm": "^0.1.0-alpha.7.2"
7375
}
74-
}
76+
}

pnpm-lock.yaml

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For this demo, we also need to run a local notary server.
3131

3232
1. Clone the TLSNotary repository:
3333
```shell
34-
git clone https://github.com/tlsnotary/tlsn.git --branch "v0.1.0-alpha.6"
34+
git clone https://github.com/tlsnotary/tlsn.git --branch "v0.1.0-alpha.7"
3535
```
3636
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.
3737
```yaml

0 commit comments

Comments
 (0)