chore: prepare 0.1.0-alpha.9.1 release

This commit is contained in:
Hendrik Eeckhaut
2025-04-03 10:05:33 +02:00
parent 07f2645a65
commit a418082762
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -1,15 +1,15 @@
{
"name": "tlsn-js",
"version": "0.1.0-alpha.9",
"version": "0.1.0-alpha.9.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "tlsn-js",
"version": "0.1.0-alpha.9",
"version": "0.1.0-alpha.9.1",
"license": "ISC",
"dependencies": {
"tlsn-wasm": "^0.1.0-alpha.9"
"tlsn-wasm": "0.1.0-alpha.9"
},
"devDependencies": {
"@types/mocha": "^10.0.6",

View File

@@ -1,6 +1,6 @@
{
"name": "tlsn-js",
"version": "0.1.0-alpha.9",
"version": "0.1.0-alpha.9.1",
"description": "",
"repository": "https://github.com/tlsnotary/tlsn-js",
"main": "build/lib.js",