chore: added changeset

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-03-08 14:26:11 +01:00
parent 98e369c316
commit 02ee4665a0
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-node': minor
---
**DEPRECATION** - Deprecated the `logStream` in the `ActionContext`. Please move to using `ctx.logger.x` instead.
+1 -1
View File
@@ -32,7 +32,7 @@ export type ActionContext<
TActionOutput extends JsonObject = JsonObject,
> = {
logger: Logger;
/** @deprecated - use the logger instead */
/** @deprecated - use `ctx.logger` instead */
logStream: Writable;
secrets?: TaskSecrets;
workspacePath: string;