Policies and single-use tokens
This commit is contained in:
parent
28f4788aec
commit
c43f1cc95e
15 changed files with 402 additions and 91 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "nsecbunkerd",
|
||||
"version": "0.5.8",
|
||||
"version": "0.6.0",
|
||||
"description": "nsecbunker daemon",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
|
|
@ -35,8 +35,8 @@
|
|||
"dependencies": {
|
||||
"@inquirer/password": "^1.0.0",
|
||||
"@inquirer/prompts": "^1.0.0",
|
||||
"@nostr-dev-kit/ndk": "^0.3.26",
|
||||
"@prisma/client": "^4.14.1",
|
||||
"@nostr-dev-kit/ndk": "^0.3.32",
|
||||
"@prisma/client": "^4.15.0",
|
||||
"@scure/base": "^1.1.1",
|
||||
"@types/yargs": "^17.0.24",
|
||||
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
"devDependencies": {
|
||||
"@types/debug": "^4.1.7",
|
||||
"@types/node": "^18.15.11",
|
||||
"prisma": "^4.14.1",
|
||||
"prisma": "^4.15.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.0.3"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue