@backstage/plugin-scaffolder-backend-module-github 0.0.0-nightly-20260409031723 → 0.0.0-nightly-20260411031533

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 +8 -8
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,18 +1,18 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-github
2
2
 
3
- ## 0.0.0-nightly-20260409031723
3
+ ## 0.0.0-nightly-20260411031533
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 482ceed: Migrated from `assertError` to `toError` for error handling.
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20260409031723
10
- - @backstage/errors@0.0.0-nightly-20260409031723
11
- - @backstage/plugin-catalog-node@0.0.0-nightly-20260409031723
12
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20260409031723
13
- - @backstage/integration@0.0.0-nightly-20260409031723
14
- - @backstage/catalog-model@0.0.0-nightly-20260409031723
15
- - @backstage/config@0.0.0-nightly-20260409031723
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260411031533
10
+ - @backstage/errors@0.0.0-nightly-20260411031533
11
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20260411031533
12
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20260411031533
13
+ - @backstage/integration@0.0.0-nightly-20260411031533
14
+ - @backstage/catalog-model@0.0.0-nightly-20260411031533
15
+ - @backstage/config@0.0.0-nightly-20260411031533
16
16
  - @backstage/types@1.2.2
17
17
 
18
18
  ## 0.9.8-next.2
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-20260409031723",
3
+ "version": "0.0.0-nightly-20260411031533",
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-20260409031723",
54
- "@backstage/catalog-model": "0.0.0-nightly-20260409031723",
55
- "@backstage/config": "0.0.0-nightly-20260409031723",
56
- "@backstage/errors": "0.0.0-nightly-20260409031723",
57
- "@backstage/integration": "0.0.0-nightly-20260409031723",
58
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20260409031723",
59
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20260409031723",
53
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260411031533",
54
+ "@backstage/catalog-model": "0.0.0-nightly-20260411031533",
55
+ "@backstage/config": "0.0.0-nightly-20260411031533",
56
+ "@backstage/errors": "0.0.0-nightly-20260411031533",
57
+ "@backstage/integration": "0.0.0-nightly-20260411031533",
58
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20260411031533",
59
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20260411031533",
60
60
  "@backstage/types": "1.2.2",
61
61
  "@octokit/webhooks": "^10.9.2",
62
62
  "libsodium-wrappers": "^0.8.0",
@@ -66,9 +66,9 @@
66
66
  "zod": "^3.25.76 || ^4.0.0"
67
67
  },
68
68
  "devDependencies": {
69
- "@backstage/backend-test-utils": "0.0.0-nightly-20260409031723",
70
- "@backstage/cli": "0.0.0-nightly-20260409031723",
71
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20260409031723",
69
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260411031533",
70
+ "@backstage/cli": "0.0.0-nightly-20260411031533",
71
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20260411031533",
72
72
  "@types/libsodium-wrappers": "^0.8.0",
73
73
  "fs-extra": "^11.2.0",
74
74
  "jsonschema": "^1.2.6"