feat(credentials): manage team members and rotate invites
Some checks are pending
CI / build (push) Waiting to run
test / test (push) Waiting to run

This commit is contained in:
Anthony Ettinger 2026-08-04 19:16:02 +00:00
parent fd253b0485
commit e4723f31b1
10 changed files with 531 additions and 61 deletions

6
package-lock.json generated
View file

@ -160,7 +160,7 @@
},
"apps/pwa": {
"name": "@logicsrc/pwa",
"version": "0.1.0",
"version": "0.1.1",
"dependencies": {
"@libsql/client": "^0.14.0",
"@simplewebauthn/browser": "^13.3.0",
@ -7754,7 +7754,7 @@
},
"packages/cli": {
"name": "@logicsrc/cli",
"version": "0.1.1",
"version": "0.1.2",
"dependencies": {
"@logicsrc/account-core": "file:../account-core",
"@logicsrc/openontology": "file:../openontology",
@ -7911,7 +7911,7 @@
},
"plugins/credential-sharing": {
"name": "@logicsrc/plugin-credential-sharing",
"version": "0.1.1",
"version": "0.1.2",
"dependencies": {
"@logicsrc/account-core": "file:../../packages/account-core",
"@logicsrc/plugin-core": "file:../../packages/plugin-core",