@backstage/plugin-scaffolder-node 0.0.0-nightly-20250114022708 → 0.0.0-nightly-20250116022939

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -7
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,18 +1,25 @@
1
1
  # @backstage/plugin-scaffolder-node
2
2
 
3
- ## 0.0.0-nightly-20250114022708
3
+ ## 0.0.0-nightly-20250116022939
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250116022939
9
+
10
+ ## 0.6.3
4
11
 
5
12
  ### Patch Changes
6
13
 
7
14
  - 5d9e5c8: Added the ability to use `${{ context.task.id }}` in nunjucks templating, as well as `ctx.task.id` in actions to get the current task ID.
8
15
  - 7dd0013: Deprecate the `logStream` option in `executeShellCommand`, replacing it with a logger instance.
9
16
  - Updated dependencies
10
- - @backstage/types@0.0.0-nightly-20250114022708
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20250114022708
12
- - @backstage/catalog-model@0.0.0-nightly-20250114022708
13
- - @backstage/errors@0.0.0-nightly-20250114022708
14
- - @backstage/integration@0.0.0-nightly-20250114022708
15
- - @backstage/plugin-scaffolder-common@0.0.0-nightly-20250114022708
17
+ - @backstage/types@1.2.1
18
+ - @backstage/integration@1.16.1
19
+ - @backstage/backend-plugin-api@1.1.1
20
+ - @backstage/catalog-model@1.7.3
21
+ - @backstage/errors@1.2.7
22
+ - @backstage/plugin-scaffolder-common@1.5.9
16
23
 
17
24
  ## 0.6.3-next.1
18
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-node",
3
- "version": "0.0.0-nightly-20250114022708",
3
+ "version": "0.0.0-nightly-20250116022939",
4
4
  "description": "The plugin-scaffolder-node module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -63,12 +63,12 @@
63
63
  },
64
64
  "dependencies": {
65
65
  "@backstage/backend-common": "^0.25.0",
66
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250114022708",
67
- "@backstage/catalog-model": "0.0.0-nightly-20250114022708",
68
- "@backstage/errors": "0.0.0-nightly-20250114022708",
69
- "@backstage/integration": "0.0.0-nightly-20250114022708",
70
- "@backstage/plugin-scaffolder-common": "0.0.0-nightly-20250114022708",
71
- "@backstage/types": "0.0.0-nightly-20250114022708",
66
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250116022939",
67
+ "@backstage/catalog-model": "1.7.3",
68
+ "@backstage/errors": "1.2.7",
69
+ "@backstage/integration": "1.16.1",
70
+ "@backstage/plugin-scaffolder-common": "1.5.9",
71
+ "@backstage/types": "1.2.1",
72
72
  "concat-stream": "^2.0.0",
73
73
  "fs-extra": "^11.2.0",
74
74
  "globby": "^11.0.0",
@@ -81,8 +81,8 @@
81
81
  "zod-to-json-schema": "^3.20.4"
82
82
  },
83
83
  "devDependencies": {
84
- "@backstage/backend-test-utils": "0.0.0-nightly-20250114022708",
85
- "@backstage/cli": "0.0.0-nightly-20250114022708",
86
- "@backstage/config": "0.0.0-nightly-20250114022708"
84
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250116022939",
85
+ "@backstage/cli": "0.29.5",
86
+ "@backstage/config": "1.3.2"
87
87
  }
88
88
  }