@backstage/plugin-scaffolder-backend-module-github 0.0.0-nightly-20250328023613 → 0.0.0-nightly-20250330023748

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 +3 -3
  2. 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-20250328023613
3
+ ## 0.0.0-nightly-20250330023748
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,8 +9,8 @@
9
9
  - 0be1a1e: Made "publish:github" action idempotent
10
10
  - a833f0f: Made "github:actions:dispatch" action idempotent
11
11
  - Updated dependencies
12
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250328023613
13
- - @backstage/integration@0.0.0-nightly-20250328023613
12
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250330023748
13
+ - @backstage/integration@0.0.0-nightly-20250330023748
14
14
  - @backstage/backend-plugin-api@1.2.1
15
15
  - @backstage/catalog-client@1.9.1
16
16
  - @backstage/catalog-model@1.7.3
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-20250328023613",
3
+ "version": "0.0.0-nightly-20250330023748",
4
4
  "description": "The github module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -48,8 +48,8 @@
48
48
  "@backstage/catalog-model": "1.7.3",
49
49
  "@backstage/config": "1.3.2",
50
50
  "@backstage/errors": "1.2.7",
51
- "@backstage/integration": "0.0.0-nightly-20250328023613",
52
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250328023613",
51
+ "@backstage/integration": "0.0.0-nightly-20250330023748",
52
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250330023748",
53
53
  "@backstage/types": "1.2.1",
54
54
  "@octokit/webhooks": "^10.9.2",
55
55
  "libsodium-wrappers": "^0.7.11",
@@ -58,9 +58,9 @@
58
58
  "yaml": "^2.0.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@backstage/backend-test-utils": "0.0.0-nightly-20250328023613",
62
- "@backstage/cli": "0.0.0-nightly-20250328023613",
63
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250328023613",
61
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250330023748",
62
+ "@backstage/cli": "0.0.0-nightly-20250330023748",
63
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250330023748",
64
64
  "@types/libsodium-wrappers": "^0.7.10",
65
65
  "fs-extra": "^11.2.0",
66
66
  "jsonschema": "^1.2.6"