@backstage/plugin-tech-insights-common
Advanced tools
Comparing version 0.0.0-nightly-20220623347 to 0.0.0-nightly-20220713025014
# @backstage/plugin-tech-insights-common | ||
## 0.0.0-nightly-20220713025014 | ||
### Patch Changes | ||
- 4e9a90e307: Updated dependency `luxon` to `^3.0.0`. | ||
## 0.2.5-next.0 | ||
### Patch Changes | ||
- 4e9a90e307: Updated dependency `luxon` to `^3.0.0`. | ||
## 0.2.4 | ||
### Patch Changes | ||
- Updated dependencies | ||
- @backstage/types@1.0.0 | ||
## 0.2.3 | ||
### Patch Changes | ||
- Fix for the previous release with missing type declarations. | ||
- Updated dependencies | ||
- @backstage/types@0.1.3 | ||
## 0.2.2 | ||
### Patch Changes | ||
- c77c5c7eb6: Added `backstage.role` to `package.json` | ||
- Updated dependencies | ||
- @backstage/types@0.1.2 | ||
## 0.2.1 | ||
### Patch Changes | ||
- a60eb0f0dd: adding new operation to run checks for multiple entities in one request | ||
## 0.2.0 | ||
@@ -4,0 +45,0 @@ |
@@ -102,3 +102,12 @@ import { DateTime } from 'luxon'; | ||
} | ||
/** | ||
* Response type for bulk check opretation. Contains a list of entities and their respective check results. | ||
* | ||
* @public | ||
*/ | ||
declare type BulkCheckResponse = Array<{ | ||
entity: string; | ||
results: CheckResult[]; | ||
}>; | ||
export { BooleanCheckResult, CheckResponse, CheckResult, FactResponse }; | ||
export { BooleanCheckResult, BulkCheckResponse, CheckResponse, CheckResult, FactResponse }; |
{ | ||
"name": "@backstage/plugin-tech-insights-common", | ||
"version": "0.0.0-nightly-20220623347", | ||
"version": "0.0.0-nightly-20220713025014", | ||
"main": "dist/index.cjs.js", | ||
@@ -13,2 +13,5 @@ "types": "dist/index.d.ts", | ||
}, | ||
"backstage": { | ||
"role": "common-library" | ||
}, | ||
"homepage": "https://backstage.io", | ||
@@ -26,16 +29,16 @@ "repository": { | ||
"start": "backstage-cli backend:dev", | ||
"build": "backstage-cli backend:build", | ||
"lint": "backstage-cli lint", | ||
"test": "backstage-cli test", | ||
"prepack": "backstage-cli prepack", | ||
"postpack": "backstage-cli postpack", | ||
"clean": "backstage-cli clean" | ||
"build": "backstage-cli package build", | ||
"lint": "backstage-cli package lint", | ||
"test": "backstage-cli package test", | ||
"prepack": "backstage-cli package prepack", | ||
"postpack": "backstage-cli package postpack", | ||
"clean": "backstage-cli package clean" | ||
}, | ||
"dependencies": { | ||
"@types/luxon": "^2.0.5", | ||
"luxon": "^2.0.2", | ||
"@backstage/types": "^0.0.0-nightly-20220623347" | ||
"luxon": "^3.0.0", | ||
"@backstage/types": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "^0.0.0-nightly-20220623347" | ||
"@backstage/cli": "0.0.0-nightly-20220713025014" | ||
}, | ||
@@ -42,0 +45,0 @@ "files": [ |
5586
8
113
+ Added@backstage/types@1.2.1(transitive)
+ Addedluxon@3.5.0(transitive)
- Removed@backstage/types@0.0.0-nightly-20250114022708(transitive)
- Removedluxon@2.5.2(transitive)
Updated@backstage/types@^1.0.0
Updatedluxon@^3.0.0