@backstage/plugin-scaffolder-common
Advanced tools
Comparing version 0.0.0-nightly-20220224022833 to 0.0.0-nightly-20220303023541
# @backstage/plugin-scaffolder-common | ||
## 0.0.0-nightly-20220224022833 | ||
## 0.0.0-nightly-20220303023541 | ||
### Patch Changes | ||
- Updated dependencies | ||
- @backstage/catalog-model@0.0.0-nightly-20220303023541 | ||
## 0.2.2 | ||
### Patch Changes | ||
- a4d53fe18e: **DEPRECATED** - The `TaskSpec.metadata` and `TaskSpec.baseUrl` has been deprecated in favour of the new `TaskSpec.templateInfo`. | ||
@@ -15,3 +22,3 @@ The `baseUrl` is now found on the `templateInfo` object, and the name can be inferred from the `templateInfo.entityRef` property. | ||
- Updated dependencies | ||
- @backstage/catalog-model@0.0.0-nightly-20220224022833 | ||
- @backstage/catalog-model@0.11.0 | ||
@@ -18,0 +25,0 @@ ## 0.2.1 |
{ | ||
"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-20220224022833", | ||
"version": "0.0.0-nightly-20220303023541", | ||
"main": "dist/index.cjs.js", | ||
@@ -42,9 +42,9 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@backstage/catalog-model": "^0.0.0-nightly-20220224022833", | ||
"@backstage/types": "^0.1.2" | ||
"@backstage/catalog-model": "^0.0.0-nightly-20220303023541", | ||
"@backstage/types": "^0.1.3" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "^0.0.0-nightly-20220224022833" | ||
"@backstage/cli": "^0.0.0-nightly-20220303023541" | ||
}, | ||
"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
36795