@openctx/protocol
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -77,2 +77,6 @@ import type { Annotation, Item } from '@openctx/schema'; | ||
/** | ||
* An item description. | ||
*/ | ||
description?: string; | ||
/** | ||
* A URI for the mention item. | ||
@@ -79,0 +83,0 @@ */ |
{ | ||
"name": "@openctx/protocol", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "OpenCtx client/provider protocol", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -183,2 +183,6 @@ { | ||
}, | ||
"description": { | ||
"description": "An item description.", | ||
"type": "string" | ||
}, | ||
"uri": { | ||
@@ -185,0 +189,0 @@ "description": "A URI for the mention item.", |
@@ -91,2 +91,6 @@ import type { Annotation, Item } from '@openctx/schema' | ||
/** | ||
* An item description. | ||
*/ | ||
description?: string | ||
/** | ||
* A URI for the mention item. | ||
@@ -93,0 +97,0 @@ */ |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
28075
484
1