@backstage/plugin-scaffolder-common
Advanced tools
Comparing version 0.0.0-nightly-202192122645 to 0.0.0-nightly-202192322437
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.0.0-nightly-202192122645", | ||
"version": "0.0.0-nightly-202192322437", | ||
"main": "dist/index.cjs.js", | ||
@@ -39,9 +39,9 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@backstage/catalog-model": "^0.0.0-nightly-202192122645", | ||
"@backstage/config": "^0.1.10" | ||
"@backstage/catalog-model": "^0.0.0-nightly-202192322437", | ||
"@backstage/types": "^0.1.1" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "^0.0.0-nightly-202192122645" | ||
"@backstage/cli": "^0.0.0-nightly-202192322437" | ||
}, | ||
"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
17303
8
+ Added@backstage/types@^0.1.1
- Removed@backstage/config@^0.1.10
- Removed@backstage/config@0.1.15(transitive)