(feat): update createTTP function
This commit is contained in:
parent
cc7472b61c
commit
80dc94ba55
6 changed files with 948 additions and 36 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue