@backstage/plugin-scaffolder-common
Advanced tools
Comparing version 1.0.1 to 1.1.0-next.0
# @backstage/plugin-scaffolder-common | ||
## 1.1.0-next.0 | ||
### Minor Changes | ||
- f8baf7df44: Added the ability to reference the user in the `template.yaml` manifest | ||
### Patch Changes | ||
- Updated dependencies | ||
- @backstage/catalog-model@1.0.2-next.0 | ||
## 1.0.1 | ||
@@ -4,0 +15,0 @@ |
@@ -0,3 +1,3 @@ | ||
import { UserEntity, Entity, KindValidator } from '@backstage/catalog-model'; | ||
import { JsonObject, JsonValue } from '@backstage/types'; | ||
import { Entity, KindValidator } from '@backstage/catalog-model'; | ||
@@ -79,2 +79,15 @@ /** | ||
templateInfo?: TemplateInfo; | ||
/** | ||
* Some decoration of the author of the task that should be available in the context | ||
*/ | ||
user?: { | ||
/** | ||
* The decorated entity from the Catalog | ||
*/ | ||
entity?: UserEntity; | ||
/** | ||
* An entity ref for the author of the task | ||
*/ | ||
ref?: string; | ||
}; | ||
} | ||
@@ -81,0 +94,0 @@ /** |
{ | ||
"name": "@backstage/plugin-scaffolder-common", | ||
"description": "Common functionalities for the scaffolder, to be shared between scaffolder and scaffolder-backend plugin", | ||
"version": "1.0.1", | ||
"version": "1.1.0-next.0", | ||
"main": "dist/index.cjs.js", | ||
@@ -42,10 +42,10 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@backstage/catalog-model": "^1.0.1", | ||
"@backstage/catalog-model": "^1.0.2-next.0", | ||
"@backstage/types": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "^0.17.0" | ||
"@backstage/cli": "^0.17.1-next.2" | ||
}, | ||
"gitHead": "e0e44c433319711c2fb8b175db411a621f7aaec2", | ||
"gitHead": "cfbf5762d7d91eee18999306b21d63840400ee29", | ||
"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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
41389
628
1