New:Socket for Asana Is Now Available.Learn more
Get Started

@papi-ai/adapter-pg

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@papi-ai/adapter-pg - npm Package Compare versions

Comparing version
0.2.14
to
0.2.15
+1
-1
dist/index.d.ts

@@ -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>;

{
"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