diff --git a/package-lock.json b/package-lock.json index 06627f8..12696ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 027b463..c7dc242 100644 --- a/package.json +++ b/package.json @@ -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" } -} \ No newline at end of file +} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1dd3ecd..638615c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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==} diff --git a/quickstart.md b/quickstart.md index 40de18e..491337f 100644 --- a/quickstart.md +++ b/quickstart.md @@ -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