@backstage/plugin-scaffolder-backend-module-github 0.0.0-nightly-20251008023601 → 0.0.0-nightly-20251022024054

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 +33 -8
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,19 +1,44 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-github
2
2
 
3
- ## 0.0.0-nightly-20251008023601
3
+ ## 0.0.0-nightly-20251022024054
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - c8aa210: Updating import for the `scaffolderActionsExtensionPoint` to be the main export
8
7
  - Updated dependencies
9
- - @backstage/integration@0.0.0-nightly-20251008023601
10
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20251008023601
11
- - @backstage/config@0.0.0-nightly-20251008023601
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20251008023601
13
- - @backstage/catalog-model@1.7.5
8
+ - @backstage/config@0.0.0-nightly-20251022024054
9
+ - @backstage/catalog-model@0.0.0-nightly-20251022024054
10
+ - @backstage/integration@0.0.0-nightly-20251022024054
11
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20251022024054
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20251022024054
14
13
  - @backstage/errors@1.2.7
15
14
  - @backstage/types@1.2.2
16
- - @backstage/plugin-catalog-node@0.0.0-nightly-20251008023601
15
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20251022024054
16
+
17
+ ## 0.9.2-next.0
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/config@1.3.6-next.0
23
+ - @backstage/catalog-model@1.7.6-next.0
24
+ - @backstage/integration@1.18.2-next.0
25
+ - @backstage/plugin-scaffolder-node@0.12.1-next.0
26
+ - @backstage/backend-plugin-api@1.4.5-next.0
27
+ - @backstage/errors@1.2.7
28
+ - @backstage/types@1.2.2
29
+ - @backstage/plugin-catalog-node@1.19.2-next.0
30
+
31
+ ## 0.9.1
32
+
33
+ ### Patch Changes
34
+
35
+ - c8aa210: Updating import for the `scaffolderActionsExtensionPoint` to be the main export
36
+ - Updated dependencies
37
+ - @backstage/integration@1.18.1
38
+ - @backstage/plugin-scaffolder-node@0.12.0
39
+ - @backstage/config@1.3.5
40
+ - @backstage/backend-plugin-api@1.4.4
41
+ - @backstage/plugin-catalog-node@1.19.1
17
42
 
18
43
  ## 0.9.1-next.1
19
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-github",
3
- "version": "0.0.0-nightly-20251008023601",
3
+ "version": "0.0.0-nightly-20251022024054",
4
4
  "description": "The github module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -50,13 +50,13 @@
50
50
  "test": "backstage-cli package test"
51
51
  },
52
52
  "dependencies": {
53
- "@backstage/backend-plugin-api": "0.0.0-nightly-20251008023601",
54
- "@backstage/catalog-model": "1.7.5",
55
- "@backstage/config": "0.0.0-nightly-20251008023601",
53
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20251022024054",
54
+ "@backstage/catalog-model": "0.0.0-nightly-20251022024054",
55
+ "@backstage/config": "0.0.0-nightly-20251022024054",
56
56
  "@backstage/errors": "1.2.7",
57
- "@backstage/integration": "0.0.0-nightly-20251008023601",
58
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20251008023601",
59
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20251008023601",
57
+ "@backstage/integration": "0.0.0-nightly-20251022024054",
58
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20251022024054",
59
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20251022024054",
60
60
  "@backstage/types": "1.2.2",
61
61
  "@octokit/webhooks": "^10.9.2",
62
62
  "libsodium-wrappers": "^0.7.11",
@@ -66,9 +66,9 @@
66
66
  "zod": "^3.22.4"
67
67
  },
68
68
  "devDependencies": {
69
- "@backstage/backend-test-utils": "0.0.0-nightly-20251008023601",
70
- "@backstage/cli": "0.0.0-nightly-20251008023601",
71
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20251008023601",
69
+ "@backstage/backend-test-utils": "0.0.0-nightly-20251022024054",
70
+ "@backstage/cli": "0.0.0-nightly-20251022024054",
71
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20251022024054",
72
72
  "@types/libsodium-wrappers": "^0.7.10",
73
73
  "fs-extra": "^11.2.0",
74
74
  "jsonschema": "^1.2.6"