feat: add helper method and expose wasm types (#63)

This commit is contained in:
tsukino
2024-08-14 06:04:54 -04:00
committed by GitHub
parent 24aa329210
commit 7b78fbca61
4 changed files with 116 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "tlsn-js",
"version": "v0.1.0-alpha.6.1",
"version": "v0.1.0-alpha.6.2",
"description": "",
"repository": "https://github.com/tlsnotary/tlsn-js",
"main": "build/lib.js",
@@ -8,7 +8,7 @@
"files": [
"build/",
"src/",
"wasm/prover/pkg/*",
"wasm/pkg/*",
"readme.md"
],
"scripts": {