@papi-ai/adapter-pg
Advanced tools
+1
-1
@@ -814,3 +814,3 @@ import * as _papi_ai_shared from '@papi-ai/shared'; | ||
| listContributors(): Promise<ContributorEntry[]>; | ||
| addContributorByEmail(email: string): Promise<ContributorEntry>; | ||
| addContributorByEmail(email: string, role?: string): Promise<ContributorEntry>; | ||
| removeContributorByEmail(email: string): Promise<boolean>; | ||
@@ -817,0 +817,0 @@ getContributorRole(userId: string): Promise<string | null>; |
+2
-2
| { | ||
| "name": "@papi-ai/adapter-pg", | ||
| "version": "0.2.14", | ||
| "version": "0.2.15", | ||
| "description": "PAPI PostgreSQL adapter — read/write shared layer entities in PostgreSQL", | ||
@@ -40,3 +40,3 @@ "license": "Elastic-2.0", | ||
| "dependencies": { | ||
| "@papi-ai/shared": "^0.2.0", | ||
| "@papi-ai/shared": "^0.2.4", | ||
| "postgres": "^3.4.7" | ||
@@ -43,0 +43,0 @@ }, |
Sorry, the diff of this file is too big to display
317102
0.15%7166
0.11%Updated