fix: bump tlsn-wasm to alpha.7.1 and move to dependency (#71)

This commit is contained in:
tsukino
2024-10-04 05:34:46 -04:00
committed by GitHub
parent b95c8f0159
commit 18a30d32c1
4 changed files with 25 additions and 21 deletions

22
package-lock.json generated
View File

@@ -1,13 +1,16 @@
{
"name": "tlsn-js",
"version": "0.1.0-alpha.7",
"version": "0.1.0-alpha.7.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "tlsn-js",
"version": "0.1.0-alpha.7",
"version": "0.1.0-alpha.7.1",
"license": "ISC",
"dependencies": {
"tlsn-wasm": "^0.1.0-alpha.7.2"
},
"devDependencies": {
"@types/expect": "^24.3.0",
"@types/mocha": "^10.0.6",
@@ -35,7 +38,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",
@@ -13437,10 +13439,9 @@
}
},
"node_modules/tlsn-wasm": {
"version": "0.1.0-alpha.7.1",
"resolved": "https://registry.npmjs.org/tlsn-wasm/-/tlsn-wasm-0.1.0-alpha.7.1.tgz",
"integrity": "sha512-HO0WwqjXOwj69ECI2qqSLuFD1kQJ4PYge1w0G+LxCUthBi76Pw7ZoBpPV+8s1yQR4xAkZkE7rntTFagCXPbuIg==",
"dev": true
"version": "0.1.0-alpha.7.2",
"resolved": "https://registry.npmjs.org/tlsn-wasm/-/tlsn-wasm-0.1.0-alpha.7.2.tgz",
"integrity": "sha512-NzrDfOxmFtMHDb4lmMsx6RaS6F+IVXEHxK0zow8jpnx+NryuJ+qnp4380Lq0uj61w/Yuq+yzOhzFe6Bpeo59dA=="
},
"node_modules/to-buffer": {
"version": "1.1.1",
@@ -25553,10 +25554,9 @@
}
},
"tlsn-wasm": {
"version": "0.1.0-alpha.7.1",
"resolved": "https://registry.npmjs.org/tlsn-wasm/-/tlsn-wasm-0.1.0-alpha.7.1.tgz",
"integrity": "sha512-HO0WwqjXOwj69ECI2qqSLuFD1kQJ4PYge1w0G+LxCUthBi76Pw7ZoBpPV+8s1yQR4xAkZkE7rntTFagCXPbuIg==",
"dev": true
"version": "0.1.0-alpha.7.2",
"resolved": "https://registry.npmjs.org/tlsn-wasm/-/tlsn-wasm-0.1.0-alpha.7.2.tgz",
"integrity": "sha512-NzrDfOxmFtMHDb4lmMsx6RaS6F+IVXEHxK0zow8jpnx+NryuJ+qnp4380Lq0uj61w/Yuq+yzOhzFe6Bpeo59dA=="
},
"to-buffer": {
"version": "1.1.1",

View File

@@ -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",
@@ -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",
@@ -70,5 +69,8 @@
"license": "ISC",
"engines": {
"node": ">= 16.20.2"
},
"dependencies": {
"tlsn-wasm": "^0.1.0-alpha.7.2"
}
}
}

14
pnpm-lock.yaml generated
View File

@@ -4,6 +4,11 @@ settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
dependencies:
tlsn-wasm:
specifier: ^0.1.0-alpha.7.2
version: 0.1.0-alpha.7.2
devDependencies:
'@types/expect':
specifier: ^24.3.0
@@ -83,9 +88,6 @@ devDependencies:
stream-browserify:
specifier: ^3.0.0
version: 3.0.0
tlsn-wasm:
specifier: 0.1.0-alpha.7.1
version: 0.1.0-alpha.7.1
ts-loader:
specifier: ^6.2.1
version: 6.2.2(typescript@4.9.5)
@@ -7739,9 +7741,9 @@ packages:
process: 0.11.10
dev: true
/tlsn-wasm@0.1.0-alpha.7.1:
resolution: {integrity: sha512-HO0WwqjXOwj69ECI2qqSLuFD1kQJ4PYge1w0G+LxCUthBi76Pw7ZoBpPV+8s1yQR4xAkZkE7rntTFagCXPbuIg==}
dev: true
/tlsn-wasm@0.1.0-alpha.7.2:
resolution: {integrity: sha512-NzrDfOxmFtMHDb4lmMsx6RaS6F+IVXEHxK0zow8jpnx+NryuJ+qnp4380Lq0uj61w/Yuq+yzOhzFe6Bpeo59dA==}
dev: false
/to-buffer@1.1.1:
resolution: {integrity: sha512-lx9B5iv7msuFYE3dytT+KE5tap+rNYw+K4jVkb9R/asAb+pbBSM17jtunHplhBe6RRJdZx3Pn2Jph24O32mOVg==}

View File

@@ -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