@backstage/plugin-scaffolder-backend-module-github 0.4.1-next.3 → 0.4.1
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 +15 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend-module-github
|
|
2
2
|
|
|
3
|
+
## 0.4.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d21d307: Added examples for github:environment:create action and improve its test cases
|
|
8
|
+
- 6d4cb97: Added examples for github:repo:create action and improved test cases
|
|
9
|
+
- cd203f1: Added examples for action github:pages and improved its test cases
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
- @backstage/backend-plugin-api@0.8.0
|
|
12
|
+
- @backstage/backend-common@0.24.0
|
|
13
|
+
- @backstage/plugin-scaffolder-node@0.4.9
|
|
14
|
+
- @backstage/integration@1.14.0
|
|
15
|
+
- @backstage/config@1.2.0
|
|
16
|
+
- @backstage/errors@1.2.4
|
|
17
|
+
|
|
3
18
|
## 0.4.1-next.3
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-backend-module-github",
|
|
3
|
-
"version": "0.4.1
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "The github module for @backstage/plugin-scaffolder-backend",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
"test": "backstage-cli package test"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@backstage/backend-common": "^0.
|
|
43
|
-
"@backstage/backend-plugin-api": "^0.8.0
|
|
42
|
+
"@backstage/backend-common": "^0.24.0",
|
|
43
|
+
"@backstage/backend-plugin-api": "^0.8.0",
|
|
44
44
|
"@backstage/config": "^1.2.0",
|
|
45
45
|
"@backstage/errors": "^1.2.4",
|
|
46
|
-
"@backstage/integration": "^1.14.0
|
|
47
|
-
"@backstage/plugin-scaffolder-node": "^0.4.9
|
|
46
|
+
"@backstage/integration": "^1.14.0",
|
|
47
|
+
"@backstage/plugin-scaffolder-node": "^0.4.9",
|
|
48
48
|
"@octokit/webhooks": "^10.0.0",
|
|
49
49
|
"libsodium-wrappers": "^0.7.11",
|
|
50
50
|
"octokit": "^3.0.0",
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
"yaml": "^2.0.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@backstage/backend-test-utils": "^0.
|
|
56
|
-
"@backstage/cli": "^0.27.0
|
|
57
|
-
"@backstage/plugin-scaffolder-node-test-utils": "^0.1.10
|
|
55
|
+
"@backstage/backend-test-utils": "^0.5.0",
|
|
56
|
+
"@backstage/cli": "^0.27.0",
|
|
57
|
+
"@backstage/plugin-scaffolder-node-test-utils": "^0.1.10",
|
|
58
58
|
"@types/libsodium-wrappers": "^0.7.10",
|
|
59
59
|
"fs-extra": "^11.2.0",
|
|
60
60
|
"jsonschema": "^1.2.6"
|