feat(user): rename to identity
feat(identity): add getIota function with caching
This commit is contained in:
parent
c386e8d5cb
commit
042141c781
40 changed files with 613 additions and 668 deletions
|
|
@ -65,7 +65,7 @@ export default defineConfig({
|
|||
"@tensamin/settings",
|
||||
"@tensamin/storage",
|
||||
"@tensamin/mtp",
|
||||
"@tensamin/user",
|
||||
"@tensamin/identity",
|
||||
"@tensamin/tauri",
|
||||
"@tensamin/chat",
|
||||
],
|
||||
|
|
@ -118,7 +118,7 @@ export default defineConfig({
|
|||
"@tensamin/storage/context",
|
||||
"@tensamin/tauri",
|
||||
"@tensamin/tauth",
|
||||
"@tensamin/user",
|
||||
"@tensamin/identity",
|
||||
],
|
||||
},
|
||||
build: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue