@backstage/plugin-scaffolder-backend-module-github 0.0.0-nightly-20250712024621 → 0.0.0-nightly-20250713025213

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 +7 -7
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-github
2
2
 
3
- ## 0.0.0-nightly-20250712024621
3
+ ## 0.0.0-nightly-20250713025213
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -24,12 +24,12 @@
24
24
 
25
25
  - 38db3eb: Fix typo in `InputError`
26
26
  - Updated dependencies
27
- - @backstage/config@0.0.0-nightly-20250712024621
28
- - @backstage/catalog-model@0.0.0-nightly-20250712024621
29
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250712024621
30
- - @backstage/integration@0.0.0-nightly-20250712024621
31
- - @backstage/backend-plugin-api@0.0.0-nightly-20250712024621
32
- - @backstage/plugin-catalog-node@0.0.0-nightly-20250712024621
27
+ - @backstage/config@0.0.0-nightly-20250713025213
28
+ - @backstage/catalog-model@0.0.0-nightly-20250713025213
29
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250713025213
30
+ - @backstage/integration@0.0.0-nightly-20250713025213
31
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250713025213
32
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20250713025213
33
33
  - @backstage/errors@1.2.7
34
34
  - @backstage/types@1.2.1
35
35
 
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-20250712024621",
3
+ "version": "0.0.0-nightly-20250713025213",
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-20250712024621",
54
- "@backstage/catalog-model": "0.0.0-nightly-20250712024621",
55
- "@backstage/config": "0.0.0-nightly-20250712024621",
53
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250713025213",
54
+ "@backstage/catalog-model": "0.0.0-nightly-20250713025213",
55
+ "@backstage/config": "0.0.0-nightly-20250713025213",
56
56
  "@backstage/errors": "1.2.7",
57
- "@backstage/integration": "0.0.0-nightly-20250712024621",
58
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20250712024621",
59
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250712024621",
57
+ "@backstage/integration": "0.0.0-nightly-20250713025213",
58
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20250713025213",
59
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250713025213",
60
60
  "@backstage/types": "1.2.1",
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-20250712024621",
70
- "@backstage/cli": "0.0.0-nightly-20250712024621",
71
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250712024621",
69
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250713025213",
70
+ "@backstage/cli": "0.0.0-nightly-20250713025213",
71
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250713025213",
72
72
  "@types/libsodium-wrappers": "^0.7.10",
73
73
  "fs-extra": "^11.2.0",
74
74
  "jsonschema": "^1.2.6"