backstage-plugin-algolia-common
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -7,3 +7,2 @@ interface IndexObject { | ||
keywords: string[]; | ||
data?: object; | ||
} | ||
@@ -10,0 +9,0 @@ interface IndexObjectWithIdAndTimestamp extends IndexObject { |
{ | ||
"name": "backstage-plugin-algolia-common", | ||
"description": "Common functionality for backstage-algolia plugins", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"main": "dist/index.cjs.js", | ||
@@ -6,0 +6,0 @@ "types": "dist/index.d.ts", |
1643
15