@backstage/plugin-scaffolder-backend-module-github 0.0.0-nightly-20241215023758 → 0.0.0-nightly-20241216023741

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,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-github
2
2
 
3
- ## 0.0.0-nightly-20241215023758
3
+ ## 0.0.0-nightly-20241216023741
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,13 +8,13 @@
8
8
  - e913fdf: Add github backend module to create-app and improve error messages
9
9
  - 973dd6f: Minor spell fix in action parameters
10
10
  - Updated dependencies
11
- - @backstage/integration@0.0.0-nightly-20241215023758
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20241215023758
13
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20241215023758
14
- - @backstage/catalog-client@0.0.0-nightly-20241215023758
15
- - @backstage/errors@0.0.0-nightly-20241215023758
16
- - @backstage/catalog-model@0.0.0-nightly-20241215023758
17
- - @backstage/config@0.0.0-nightly-20241215023758
11
+ - @backstage/integration@0.0.0-nightly-20241216023741
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241216023741
13
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20241216023741
14
+ - @backstage/catalog-client@0.0.0-nightly-20241216023741
15
+ - @backstage/errors@0.0.0-nightly-20241216023741
16
+ - @backstage/catalog-model@0.0.0-nightly-20241216023741
17
+ - @backstage/config@0.0.0-nightly-20241216023741
18
18
 
19
19
  ## 0.5.4-next.2
20
20
 
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-20241215023758",
3
+ "version": "0.0.0-nightly-20241216023741",
4
4
  "description": "The github module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -48,13 +48,13 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@backstage/backend-common": "^0.25.0",
51
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241215023758",
52
- "@backstage/catalog-client": "0.0.0-nightly-20241215023758",
53
- "@backstage/catalog-model": "0.0.0-nightly-20241215023758",
54
- "@backstage/config": "0.0.0-nightly-20241215023758",
55
- "@backstage/errors": "0.0.0-nightly-20241215023758",
56
- "@backstage/integration": "0.0.0-nightly-20241215023758",
57
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20241215023758",
51
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241216023741",
52
+ "@backstage/catalog-client": "0.0.0-nightly-20241216023741",
53
+ "@backstage/catalog-model": "0.0.0-nightly-20241216023741",
54
+ "@backstage/config": "0.0.0-nightly-20241216023741",
55
+ "@backstage/errors": "0.0.0-nightly-20241216023741",
56
+ "@backstage/integration": "0.0.0-nightly-20241216023741",
57
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20241216023741",
58
58
  "@octokit/webhooks": "^10.9.2",
59
59
  "libsodium-wrappers": "^0.7.11",
60
60
  "octokit": "^3.0.0",
@@ -62,9 +62,9 @@
62
62
  "yaml": "^2.0.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@backstage/backend-test-utils": "0.0.0-nightly-20241215023758",
66
- "@backstage/cli": "0.0.0-nightly-20241215023758",
67
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20241215023758",
65
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241216023741",
66
+ "@backstage/cli": "0.0.0-nightly-20241216023741",
67
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20241216023741",
68
68
  "@types/libsodium-wrappers": "^0.7.10",
69
69
  "fs-extra": "^11.2.0",
70
70
  "jsonschema": "^1.2.6"