@backstage/plugin-scaffolder-common
Advanced tools
Comparing version 0.1.0 to 0.1.1
import { Entity, JSONSchema } from '@backstage/catalog-model'; | ||
import { JsonObject } from '@backstage/config'; | ||
import { JsonObject } from '@backstage/types'; | ||
@@ -4,0 +4,0 @@ /** @public */ |
{ | ||
"name": "@backstage/plugin-scaffolder-common", | ||
"description": "Common functionalities for the scaffolder, to be shared between scaffolder and scaffolder-backend plugin", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "dist/index.cjs.js", | ||
@@ -39,10 +39,10 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@backstage/catalog-model": "^0.9.4", | ||
"@backstage/config": "^0.1.10" | ||
"@backstage/catalog-model": "^0.9.6", | ||
"@backstage/types": "^0.1.1" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "^0.7.15" | ||
"@backstage/cli": "^0.8.1" | ||
}, | ||
"gitHead": "4673d960949a0f9ce0e3c70d0ce9b1f22c083934", | ||
"gitHead": "3db0cb3683d3000666802af90a465ba4fb0d1e8d", | ||
"module": "dist/index.esm.js" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28100
9
+ Added@backstage/types@^0.1.1
- Removed@backstage/config@^0.1.10