@backstage/plugin-scaffolder-backend-module-github 0.0.0-nightly-20240609021850 → 0.0.0-nightly-20240611021715

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-20240609021850
3
+ ## 0.0.0-nightly-20240611021715
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -10,10 +10,10 @@
10
10
 
11
11
  - f145a04: Added handling for dry run to githubPullRequest and githubWebhook and added tests for this functionality
12
12
  - Updated dependencies
13
- - @backstage/backend-common@0.0.0-nightly-20240609021850
14
- - @backstage/backend-plugin-api@0.0.0-nightly-20240609021850
15
- - @backstage/integration@0.0.0-nightly-20240609021850
16
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240609021850
13
+ - @backstage/backend-common@0.0.0-nightly-20240611021715
14
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240611021715
15
+ - @backstage/integration@0.0.0-nightly-20240611021715
16
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240611021715
17
17
  - @backstage/config@1.2.0
18
18
  - @backstage/errors@1.2.4
19
19
 
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-20240609021850",
3
+ "version": "0.0.0-nightly-20240611021715",
4
4
  "description": "The github module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module"
@@ -37,12 +37,12 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-common": "^0.0.0-nightly-20240609021850",
41
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240609021850",
40
+ "@backstage/backend-common": "^0.0.0-nightly-20240611021715",
41
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240611021715",
42
42
  "@backstage/config": "^1.2.0",
43
43
  "@backstage/errors": "^1.2.4",
44
- "@backstage/integration": "^0.0.0-nightly-20240609021850",
45
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240609021850",
44
+ "@backstage/integration": "^0.0.0-nightly-20240611021715",
45
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240611021715",
46
46
  "@octokit/webhooks": "^10.0.0",
47
47
  "libsodium-wrappers": "^0.7.11",
48
48
  "octokit": "^3.0.0",
@@ -50,9 +50,9 @@
50
50
  "yaml": "^2.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240609021850",
54
- "@backstage/cli": "^0.0.0-nightly-20240609021850",
55
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240609021850",
53
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240611021715",
54
+ "@backstage/cli": "^0.0.0-nightly-20240611021715",
55
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240611021715",
56
56
  "@types/libsodium-wrappers": "^0.7.10",
57
57
  "fs-extra": "^11.2.0",
58
58
  "jsonschema": "^1.2.6"