backstage-plugin-algolia-common
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -1,3 +0,1 @@ | ||
import { CompoundEntityRef } from '@backstage/catalog-model'; | ||
interface IndexObject { | ||
@@ -7,25 +5,5 @@ source: string; | ||
text: string; | ||
location: string; | ||
path: string; | ||
section: boolean; | ||
summary?: string; | ||
topics?: string[]; | ||
entity?: { | ||
kind: string; | ||
namespace: string; | ||
name: string; | ||
title?: string; | ||
type?: string; | ||
lifecycle?: string; | ||
owner?: string; | ||
ownerRef?: CompoundEntityRef; | ||
parent?: string; | ||
parentRef?: CompoundEntityRef; | ||
domain?: string; | ||
domainRef?: CompoundEntityRef; | ||
system?: string; | ||
systemRef?: CompoundEntityRef; | ||
memberOf?: string[]; | ||
memberOfRefs?: CompoundEntityRef[]; | ||
}; | ||
url: string; | ||
keywords: string[]; | ||
data?: object; | ||
} | ||
@@ -32,0 +10,0 @@ interface IndexObjectWithIdAndTimestamp extends IndexObject { |
{ | ||
"name": "backstage-plugin-algolia-common", | ||
"description": "Common functionality for backstage-algolia plugins", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"main": "dist/index.cjs.js", | ||
@@ -6,0 +6,0 @@ "types": "dist/index.d.ts", |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
1657
16
1