@backstage/plugin-scaffolder-backend-module-github 0.0.0-nightly-20240519021643 → 0.0.0-nightly-20240520021628

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-github
2
2
 
3
- ## 0.0.0-nightly-20240519021643
3
+ ## 0.0.0-nightly-20240520021628
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - f145a04: Added handling for dry run to githubPullRequest and githubWebhook and added tests for this functionality
8
8
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20240519021643
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240519021643
9
+ - @backstage/backend-common@0.0.0-nightly-20240520021628
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240520021628
11
11
 
12
12
  ## 0.2.8
13
13
 
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-20240519021643",
3
+ "version": "0.0.0-nightly-20240520021628",
4
4
  "description": "The github module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module"
@@ -37,8 +37,8 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-common": "^0.0.0-nightly-20240519021643",
41
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240519021643",
40
+ "@backstage/backend-common": "^0.0.0-nightly-20240520021628",
41
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240520021628",
42
42
  "@backstage/config": "^1.2.0",
43
43
  "@backstage/errors": "^1.2.4",
44
44
  "@backstage/integration": "^1.11.0",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "devDependencies": {
53
53
  "@backstage/backend-test-utils": "^0.3.8",
54
- "@backstage/cli": "^0.0.0-nightly-20240519021643",
54
+ "@backstage/cli": "^0.0.0-nightly-20240520021628",
55
55
  "@backstage/plugin-scaffolder-node-test-utils": "^0.1.4",
56
56
  "@types/libsodium-wrappers": "^0.7.10",
57
57
  "fs-extra": "^11.2.0",