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

@papi-ai/shared

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@papi-ai/shared - npm Package Compare versions

Comparing version
0.2.10
to
0.2.11
+7
-0
dist/index.js

@@ -6,2 +6,7 @@ // src/core.ts

}
var DECOMMISSIONED_SUPABASE_PROJECT_REF = "guewgygcpcmrcoppihzx";
function isFossilSupabaseReference(value) {
if (!value) return false;
return value.includes(".pooler.supabase.com") || value.includes(DECOMMISSIONED_SUPABASE_PROJECT_REF);
}
var VALID_TRANSITIONS = {

@@ -1422,2 +1427,3 @@ "Backlog": ["In Cycle", "Ready", "In Progress", "Blocked", "Cancelled", "Deferred", "Done"],

DECISION_TYPES,
DECOMMISSIONED_SUPABASE_PROJECT_REF,
DEFAULT_CONTRIBUTOR_ROLE,

@@ -1458,2 +1464,3 @@ EMPTY_ESCAPED_SIGNAL,

isEscapedMeasured,
isFossilSupabaseReference,
isLiveDecision,

@@ -1460,0 +1467,0 @@ isNoneText,

+1
-1
{
"name": "@papi-ai/shared",
"version": "0.2.10",
"version": "0.2.11",
"description": "Shared PAPI contract: the PapiAdapter interface, every entity type, business rules and markdown parsers — used by the MCP server, the pg adapter and the dashboard",

@@ -5,0 +5,0 @@ "license": "Elastic-2.0",

Sorry, the diff of this file is too big to display