@backstage/plugin-scaffolder-backend-module-github 0.5.5-next.2 → 0.5.5
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 +14 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend-module-github
|
|
2
2
|
|
|
3
|
+
## 0.5.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- edaf925: Updates to allow users to subscribe to the newly created repository within GitHub to mimic similar functionality found within the GitHub UI.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/plugin-scaffolder-node@0.6.3
|
|
10
|
+
- @backstage/integration@1.16.1
|
|
11
|
+
- @backstage/backend-plugin-api@1.1.1
|
|
12
|
+
- @backstage/catalog-client@1.9.1
|
|
13
|
+
- @backstage/catalog-model@1.7.3
|
|
14
|
+
- @backstage/config@1.3.2
|
|
15
|
+
- @backstage/errors@1.2.7
|
|
16
|
+
|
|
3
17
|
## 0.5.5-next.2
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-backend-module-github",
|
|
3
|
-
"version": "0.5.5
|
|
3
|
+
"version": "0.5.5",
|
|
4
4
|
"description": "The github module for @backstage/plugin-scaffolder-backend",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -48,13 +48,13 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@backstage/backend-common": "^0.25.0",
|
|
51
|
-
"@backstage/backend-plugin-api": "1.1.1
|
|
52
|
-
"@backstage/catalog-client": "1.9.1
|
|
53
|
-
"@backstage/catalog-model": "1.7.3
|
|
54
|
-
"@backstage/config": "1.3.2
|
|
55
|
-
"@backstage/errors": "1.2.7
|
|
56
|
-
"@backstage/integration": "1.16.1
|
|
57
|
-
"@backstage/plugin-scaffolder-node": "0.6.3
|
|
51
|
+
"@backstage/backend-plugin-api": "^1.1.1",
|
|
52
|
+
"@backstage/catalog-client": "^1.9.1",
|
|
53
|
+
"@backstage/catalog-model": "^1.7.3",
|
|
54
|
+
"@backstage/config": "^1.3.2",
|
|
55
|
+
"@backstage/errors": "^1.2.7",
|
|
56
|
+
"@backstage/integration": "^1.16.1",
|
|
57
|
+
"@backstage/plugin-scaffolder-node": "^0.6.3",
|
|
58
58
|
"@octokit/webhooks": "^10.9.2",
|
|
59
59
|
"libsodium-wrappers": "^0.7.11",
|
|
60
60
|
"octokit": "^3.0.0",
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"yaml": "^2.0.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@backstage/backend-test-utils": "1.2.1
|
|
66
|
-
"@backstage/cli": "0.29.5
|
|
67
|
-
"@backstage/plugin-scaffolder-node-test-utils": "0.1.18
|
|
65
|
+
"@backstage/backend-test-utils": "^1.2.1",
|
|
66
|
+
"@backstage/cli": "^0.29.5",
|
|
67
|
+
"@backstage/plugin-scaffolder-node-test-utils": "^0.1.18",
|
|
68
68
|
"@types/libsodium-wrappers": "^0.7.10",
|
|
69
69
|
"fs-extra": "^11.2.0",
|
|
70
70
|
"jsonschema": "^1.2.6"
|