(feat): update createTTP function

This commit is contained in:
Alois 2026-04-14 21:55:17 +02:00
commit 80dc94ba55
6 changed files with 948 additions and 36 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@tensamin/tauth-sdk",
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@ -15,7 +15,7 @@
}
},
"scripts": {
"build": "bun run test && tsc -p tsconfig.build.json",
"build": "bun run test && tsc -p tsconfig.build.json && cp src/index.html dist/index.html",
"test": "bun test"
},
"devDependencies": {