@backstage/plugin-scaffolder-backend-module-github 0.0.0-nightly-20241012023025 → 0.0.0-nightly-20241014023245

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 +5 -5
  2. 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-20241012023025
3
+ ## 0.0.0-nightly-20241014023245
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -23,10 +23,10 @@
23
23
 
24
24
  - 094eaa3: Remove references to in-repo backend-common
25
25
  - Updated dependencies
26
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20241012023025
27
- - @backstage/integration@0.0.0-nightly-20241012023025
28
- - @backstage/catalog-client@0.0.0-nightly-20241012023025
29
- - @backstage/backend-plugin-api@0.0.0-nightly-20241012023025
26
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20241014023245
27
+ - @backstage/integration@0.0.0-nightly-20241014023245
28
+ - @backstage/catalog-client@0.0.0-nightly-20241014023245
29
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241014023245
30
30
  - @backstage/catalog-model@1.7.0
31
31
  - @backstage/config@1.2.0
32
32
  - @backstage/errors@1.2.4
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-20241012023025",
3
+ "version": "0.0.0-nightly-20241014023245",
4
4
  "description": "The github module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -41,13 +41,13 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@backstage/backend-common": "^0.25.0",
44
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241012023025",
45
- "@backstage/catalog-client": "0.0.0-nightly-20241012023025",
44
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241014023245",
45
+ "@backstage/catalog-client": "0.0.0-nightly-20241014023245",
46
46
  "@backstage/catalog-model": "1.7.0",
47
47
  "@backstage/config": "1.2.0",
48
48
  "@backstage/errors": "1.2.4",
49
- "@backstage/integration": "0.0.0-nightly-20241012023025",
50
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20241012023025",
49
+ "@backstage/integration": "0.0.0-nightly-20241014023245",
50
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20241014023245",
51
51
  "@octokit/webhooks": "^10.9.2",
52
52
  "libsodium-wrappers": "^0.7.11",
53
53
  "octokit": "^3.0.0",
@@ -55,9 +55,9 @@
55
55
  "yaml": "^2.0.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/backend-test-utils": "0.0.0-nightly-20241012023025",
59
- "@backstage/cli": "0.0.0-nightly-20241012023025",
60
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20241012023025",
58
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241014023245",
59
+ "@backstage/cli": "0.0.0-nightly-20241014023245",
60
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20241014023245",
61
61
  "@types/libsodium-wrappers": "^0.7.10",
62
62
  "fs-extra": "^11.2.0",
63
63
  "jsonschema": "^1.2.6"