@backstage/plugin-scaffolder-backend-module-github 0.0.0-nightly-20250217023234 → 0.0.0-nightly-20250218023004
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.
- package/CHANGELOG.md +3 -3
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend-module-github
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20250218023004
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
- 5d469c9: Added support for autocompletion of GitHub branches in scaffolder
|
|
26
26
|
- 8e67e4a: Added support for autocompletion to GithubRepoPicker component
|
|
27
27
|
- Updated dependencies
|
|
28
|
-
- @backstage/backend-plugin-api@0.0.0-nightly-
|
|
29
|
-
- @backstage/plugin-scaffolder-node@0.0.0-nightly-
|
|
28
|
+
- @backstage/backend-plugin-api@0.0.0-nightly-20250218023004
|
|
29
|
+
- @backstage/plugin-scaffolder-node@0.0.0-nightly-20250218023004
|
|
30
30
|
- @backstage/catalog-client@1.9.1
|
|
31
31
|
- @backstage/catalog-model@1.7.3
|
|
32
32
|
- @backstage/config@1.3.2
|
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-
|
|
3
|
+
"version": "0.0.0-nightly-20250218023004",
|
|
4
4
|
"description": "The github module for @backstage/plugin-scaffolder-backend",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -51,13 +51,13 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@backstage/backend-common": "^0.25.0",
|
|
54
|
-
"@backstage/backend-plugin-api": "0.0.0-nightly-
|
|
54
|
+
"@backstage/backend-plugin-api": "0.0.0-nightly-20250218023004",
|
|
55
55
|
"@backstage/catalog-client": "1.9.1",
|
|
56
56
|
"@backstage/catalog-model": "1.7.3",
|
|
57
57
|
"@backstage/config": "1.3.2",
|
|
58
58
|
"@backstage/errors": "1.2.7",
|
|
59
59
|
"@backstage/integration": "1.16.1",
|
|
60
|
-
"@backstage/plugin-scaffolder-node": "0.0.0-nightly-
|
|
60
|
+
"@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250218023004",
|
|
61
61
|
"@octokit/webhooks": "^10.9.2",
|
|
62
62
|
"libsodium-wrappers": "^0.7.11",
|
|
63
63
|
"octokit": "^3.0.0",
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
"yaml": "^2.0.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@backstage/backend-test-utils": "0.0.0-nightly-
|
|
69
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
70
|
-
"@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-
|
|
68
|
+
"@backstage/backend-test-utils": "0.0.0-nightly-20250218023004",
|
|
69
|
+
"@backstage/cli": "0.0.0-nightly-20250218023004",
|
|
70
|
+
"@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250218023004",
|
|
71
71
|
"@types/libsodium-wrappers": "^0.7.10",
|
|
72
72
|
"fs-extra": "^11.2.0",
|
|
73
73
|
"jsonschema": "^1.2.6"
|