@backstage/plugin-scaffolder-backend-module-github 0.0.0-nightly-20260128025246 → 0.0.0-nightly-20260130030802
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 +5 -5
- package/package.json +8 -8
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-20260130030802
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
- 82ca951: cleaned up repo creation to make the unique portions explicit
|
|
9
9
|
- 69d880e: Bump to latest zod to ensure it has the latest features
|
|
10
10
|
- Updated dependencies
|
|
11
|
-
- @backstage/plugin-catalog-node@0.0.0-nightly-
|
|
12
|
-
- @backstage/backend-plugin-api@0.0.0-nightly-
|
|
13
|
-
- @backstage/plugin-scaffolder-node@0.0.0-nightly-
|
|
14
|
-
- @backstage/integration@0.0.0-nightly-
|
|
11
|
+
- @backstage/plugin-catalog-node@0.0.0-nightly-20260130030802
|
|
12
|
+
- @backstage/backend-plugin-api@0.0.0-nightly-20260130030802
|
|
13
|
+
- @backstage/plugin-scaffolder-node@0.0.0-nightly-20260130030802
|
|
14
|
+
- @backstage/integration@0.0.0-nightly-20260130030802
|
|
15
15
|
- @backstage/catalog-model@1.7.6
|
|
16
16
|
- @backstage/config@1.3.6
|
|
17
17
|
- @backstage/errors@1.2.7
|
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-20260130030802",
|
|
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-
|
|
53
|
+
"@backstage/backend-plugin-api": "0.0.0-nightly-20260130030802",
|
|
54
54
|
"@backstage/catalog-model": "1.7.6",
|
|
55
55
|
"@backstage/config": "1.3.6",
|
|
56
56
|
"@backstage/errors": "1.2.7",
|
|
57
|
-
"@backstage/integration": "0.0.0-nightly-
|
|
58
|
-
"@backstage/plugin-catalog-node": "0.0.0-nightly-
|
|
59
|
-
"@backstage/plugin-scaffolder-node": "0.0.0-nightly-
|
|
57
|
+
"@backstage/integration": "0.0.0-nightly-20260130030802",
|
|
58
|
+
"@backstage/plugin-catalog-node": "0.0.0-nightly-20260130030802",
|
|
59
|
+
"@backstage/plugin-scaffolder-node": "0.0.0-nightly-20260130030802",
|
|
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.25.76"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@backstage/backend-test-utils": "0.0.0-nightly-
|
|
70
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
71
|
-
"@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-
|
|
69
|
+
"@backstage/backend-test-utils": "0.0.0-nightly-20260130030802",
|
|
70
|
+
"@backstage/cli": "0.0.0-nightly-20260130030802",
|
|
71
|
+
"@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20260130030802",
|
|
72
72
|
"@types/libsodium-wrappers": "^0.7.10",
|
|
73
73
|
"fs-extra": "^11.2.0",
|
|
74
74
|
"jsonschema": "^1.2.6"
|