backstage-plugin-algolia-common
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -27,2 +27,4 @@ import { CompoundEntityRef } from '@backstage/catalog-model'; | ||
systemRef?: CompoundEntityRef; | ||
memberOf?: string[]; | ||
memberOfRefs?: CompoundEntityRef[]; | ||
}; | ||
@@ -29,0 +31,0 @@ } |
{ | ||
"name": "backstage-plugin-algolia-common", | ||
"description": "Common functionality for backstage-algolia plugins", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"main": "dist/index.cjs.js", | ||
@@ -6,0 +6,0 @@ "types": "dist/index.d.ts", |
2262
37