@backstage/plugin-tech-insights-common
Advanced tools
Comparing version 0.0.0-nightly-202111222339 to 0.0.0-nightly-20220623347
import { DateTime } from 'luxon'; | ||
import { JsonValue } from '@backstage/types'; | ||
@@ -91,2 +92,3 @@ /** | ||
check: CheckResponse; | ||
result: JsonValue; | ||
}; | ||
@@ -93,0 +95,0 @@ /** |
{ | ||
"name": "@backstage/plugin-tech-insights-common", | ||
"version": "0.0.0-nightly-202111222339", | ||
"version": "0.0.0-nightly-20220623347", | ||
"main": "dist/index.cjs.js", | ||
@@ -34,6 +34,7 @@ "types": "dist/index.d.ts", | ||
"@types/luxon": "^2.0.5", | ||
"luxon": "^2.0.2" | ||
"luxon": "^2.0.2", | ||
"@backstage/types": "^0.0.0-nightly-20220623347" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "^0.0.0-nightly-202111222339" | ||
"@backstage/cli": "^0.0.0-nightly-20220623347" | ||
}, | ||
@@ -40,0 +41,0 @@ "files": [ |
4464
6
103
3
+ Added@backstage/types@0.0.0-nightly-20250114022708(transitive)