@backstage/plugin-scaffolder-backend-module-github 0.0.0-nightly-20240824022004 → 0.0.0-nightly-20240826071828

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-github
2
2
 
3
- ## 0.0.0-nightly-20240824022004
3
+ ## 0.0.0-nightly-20240826071828
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -13,9 +13,9 @@
13
13
  ### Patch Changes
14
14
 
15
15
  - Updated dependencies
16
- - @backstage/backend-plugin-api@0.0.0-nightly-20240824022004
17
- - @backstage/backend-common@0.0.0-nightly-20240824022004
18
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240824022004
16
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240826071828
17
+ - @backstage/backend-common@0.0.0-nightly-20240826071828
18
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240826071828
19
19
  - @backstage/config@1.2.0
20
20
 
21
21
  ## 0.4.1
package/dist/index.d.ts CHANGED
@@ -75,7 +75,7 @@ declare function createGithubRepoCreateAction(options: {
75
75
  requiredStatusCheckContexts?: string[] | undefined;
76
76
  requireBranchesToBeUpToDate?: boolean | undefined;
77
77
  requiredConversationResolution?: boolean | undefined;
78
- repoVisibility?: "public" | "internal" | "private" | undefined;
78
+ repoVisibility?: "internal" | "private" | "public" | undefined;
79
79
  collaborators?: ({
80
80
  user: string;
81
81
  access: string;
@@ -315,7 +315,7 @@ declare function createPublishGithubAction(options: {
315
315
  requireBranchesToBeUpToDate?: boolean | undefined;
316
316
  requiredConversationResolution?: boolean | undefined;
317
317
  requireLastPushApproval?: boolean | undefined;
318
- repoVisibility?: "public" | "internal" | "private" | undefined;
318
+ repoVisibility?: "internal" | "private" | "public" | undefined;
319
319
  collaborators?: ({
320
320
  user: string;
321
321
  access: string;
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-20240824022004",
3
+ "version": "0.0.0-nightly-20240826071828",
4
4
  "description": "The github module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -39,12 +39,12 @@
39
39
  "test": "backstage-cli package test"
40
40
  },
41
41
  "dependencies": {
42
- "@backstage/backend-common": "^0.0.0-nightly-20240824022004",
43
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240824022004",
42
+ "@backstage/backend-common": "^0.0.0-nightly-20240826071828",
43
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240826071828",
44
44
  "@backstage/config": "^1.2.0",
45
45
  "@backstage/errors": "^1.2.4",
46
46
  "@backstage/integration": "^1.14.0",
47
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240824022004",
47
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240826071828",
48
48
  "@octokit/webhooks": "^10.0.0",
49
49
  "libsodium-wrappers": "^0.7.11",
50
50
  "octokit": "^3.0.0",
@@ -52,9 +52,9 @@
52
52
  "yaml": "^2.0.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240824022004",
55
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240826071828",
56
56
  "@backstage/cli": "^0.27.0",
57
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240824022004",
57
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240826071828",
58
58
  "@types/libsodium-wrappers": "^0.7.10",
59
59
  "fs-extra": "^11.2.0",
60
60
  "jsonschema": "^1.2.6"