@backstage/plugin-tech-insights-common
Advanced tools
Comparing version 0.2.10-next.0 to 0.2.10
# @backstage/plugin-tech-insights-common | ||
## 0.2.10 | ||
### Patch Changes | ||
- 4024b37449: TechInsightsApi interface now has getFactSchemas() method. | ||
TechInsightsClient now implements method getFactSchemas(). | ||
**BREAKING** FactSchema type moved from @backstage/plugin-tech-insights-node into @backstage/plugin-tech-insights-common | ||
These changes are **required** if you were importing this type directly. | ||
```diff | ||
- import { FactSchema } from '@backstage/plugin-tech-insights-node'; | ||
+ import { FactSchema } from '@backstage/plugin-tech-insights-common'; | ||
``` | ||
- Updated dependencies | ||
- @backstage/types@1.0.2 | ||
## 0.2.10-next.0 | ||
@@ -4,0 +23,0 @@ |
{ | ||
"name": "@backstage/plugin-tech-insights-common", | ||
"version": "0.2.10-next.0", | ||
"version": "0.2.10", | ||
"main": "dist/index.cjs.js", | ||
@@ -40,3 +40,3 @@ "types": "dist/index.d.ts", | ||
"devDependencies": { | ||
"@backstage/cli": "^0.22.2-next.0" | ||
"@backstage/cli": "^0.22.2" | ||
}, | ||
@@ -43,0 +43,0 @@ "files": [ |
9126