@backstage/plugin-scaffolder-node 0.0.0-nightly-20260420031813 → 0.0.0-nightly-20260422031853

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 +24 -9
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,18 +1,33 @@
1
1
  # @backstage/plugin-scaffolder-node
2
2
 
3
- ## 0.0.0-nightly-20260420031813
3
+ ## 0.0.0-nightly-20260422031853
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/errors@0.0.0-nightly-20260420031813
9
- - @backstage/integration@0.0.0-nightly-20260420031813
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20260420031813
11
- - @backstage/backend-test-utils@0.0.0-nightly-20260420031813
12
- - @backstage/catalog-model@0.0.0-nightly-20260420031813
13
- - @backstage/plugin-permission-common@0.0.0-nightly-20260420031813
14
- - @backstage/plugin-permission-node@0.0.0-nightly-20260420031813
15
- - @backstage/plugin-scaffolder-common@0.0.0-nightly-20260420031813
8
+ - @backstage/errors@0.0.0-nightly-20260422031853
9
+ - @backstage/integration@0.0.0-nightly-20260422031853
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260422031853
11
+ - @backstage/backend-test-utils@0.0.0-nightly-20260422031853
12
+ - @backstage/catalog-model@0.0.0-nightly-20260422031853
13
+ - @backstage/plugin-permission-common@0.0.0-nightly-20260422031853
14
+ - @backstage/plugin-permission-node@0.0.0-nightly-20260422031853
15
+ - @backstage/plugin-scaffolder-common@0.0.0-nightly-20260422031853
16
+ - @backstage/types@1.2.2
17
+
18
+ ## 0.13.3-next.0
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/errors@1.3.1-next.0
24
+ - @backstage/integration@2.0.2-next.0
25
+ - @backstage/backend-plugin-api@1.9.1-next.0
26
+ - @backstage/backend-test-utils@1.11.3-next.0
27
+ - @backstage/catalog-model@1.8.1-next.0
28
+ - @backstage/plugin-permission-common@0.9.9-next.0
29
+ - @backstage/plugin-permission-node@0.10.13-next.0
30
+ - @backstage/plugin-scaffolder-common@2.1.1-next.0
16
31
  - @backstage/types@1.2.2
17
32
 
18
33
  ## 0.13.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-node",
3
- "version": "0.0.0-nightly-20260420031813",
3
+ "version": "0.0.0-nightly-20260422031853",
4
4
  "description": "The plugin-scaffolder-node module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -70,13 +70,13 @@
70
70
  "test": "backstage-cli package test"
71
71
  },
72
72
  "dependencies": {
73
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260420031813",
74
- "@backstage/catalog-model": "0.0.0-nightly-20260420031813",
75
- "@backstage/errors": "0.0.0-nightly-20260420031813",
76
- "@backstage/integration": "0.0.0-nightly-20260420031813",
77
- "@backstage/plugin-permission-common": "0.0.0-nightly-20260420031813",
78
- "@backstage/plugin-permission-node": "0.0.0-nightly-20260420031813",
79
- "@backstage/plugin-scaffolder-common": "0.0.0-nightly-20260420031813",
73
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260422031853",
74
+ "@backstage/catalog-model": "0.0.0-nightly-20260422031853",
75
+ "@backstage/errors": "0.0.0-nightly-20260422031853",
76
+ "@backstage/integration": "0.0.0-nightly-20260422031853",
77
+ "@backstage/plugin-permission-common": "0.0.0-nightly-20260422031853",
78
+ "@backstage/plugin-permission-node": "0.0.0-nightly-20260422031853",
79
+ "@backstage/plugin-scaffolder-common": "0.0.0-nightly-20260422031853",
80
80
  "@backstage/types": "1.2.2",
81
81
  "@isomorphic-git/pgp-plugin": "^0.0.7",
82
82
  "concat-stream": "^2.0.0",
@@ -93,14 +93,14 @@
93
93
  "zod-to-json-schema": "^3.25.1"
94
94
  },
95
95
  "devDependencies": {
96
- "@backstage/backend-test-utils": "0.0.0-nightly-20260420031813",
97
- "@backstage/cli": "0.0.0-nightly-20260420031813",
98
- "@backstage/config": "0.0.0-nightly-20260420031813",
96
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260422031853",
97
+ "@backstage/cli": "0.0.0-nightly-20260422031853",
98
+ "@backstage/config": "0.0.0-nightly-20260422031853",
99
99
  "@types/lodash": "^4.14.151",
100
100
  "msw": "^1.0.0"
101
101
  },
102
102
  "peerDependencies": {
103
- "@backstage/backend-test-utils": "0.0.0-nightly-20260420031813"
103
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260422031853"
104
104
  },
105
105
  "peerDependenciesMeta": {
106
106
  "@backstage/backend-test-utils": {