@backstage/plugin-scaffolder-backend 1.0.0 → 1.1.0-next.2

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/dist/index.d.ts CHANGED
@@ -479,6 +479,7 @@ declare const createPublishGithubPullRequestAction: ({ integrations, githubCrede
479
479
  branchName: string;
480
480
  description: string;
481
481
  repoUrl: string;
482
+ draft?: boolean | undefined;
482
483
  targetPath?: string | undefined;
483
484
  sourcePath?: string | undefined;
484
485
  token?: string | undefined;
@@ -499,6 +500,9 @@ declare function createPublishGitlabAction(options: {
499
500
  repoVisibility?: "internal" | "private" | "public" | undefined;
500
501
  sourcePath?: string | undefined;
501
502
  token?: string | undefined;
503
+ gitCommitMessage?: string | undefined;
504
+ gitAuthorName?: string | undefined;
505
+ gitAuthorEmail?: string | undefined;
502
506
  }>;
503
507
 
504
508
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend",
3
3
  "description": "The Backstage backend plugin that helps you create new things",
4
- "version": "1.0.0",
4
+ "version": "1.1.0-next.2",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,16 +34,16 @@
34
34
  "build:assets": "node scripts/build-nunjucks.js"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/backend-common": "^0.13.1",
38
- "@backstage/catalog-client": "^1.0.0",
39
- "@backstage/catalog-model": "^1.0.0",
37
+ "@backstage/backend-common": "^0.13.2-next.1",
38
+ "@backstage/catalog-client": "^1.0.1-next.0",
39
+ "@backstage/catalog-model": "^1.0.1-next.1",
40
40
  "@backstage/config": "^1.0.0",
41
41
  "@backstage/errors": "^1.0.0",
42
- "@backstage/integration": "^1.0.0",
43
- "@backstage/plugin-catalog-backend": "^1.0.0",
44
- "@backstage/plugin-scaffolder-common": "^1.0.0",
42
+ "@backstage/integration": "^1.1.0-next.1",
43
+ "@backstage/plugin-catalog-backend": "^1.1.0-next.2",
44
+ "@backstage/plugin-scaffolder-common": "^1.0.1-next.0",
45
45
  "@backstage/types": "^1.0.0",
46
- "@gitbeaker/core": "^34.6.0",
46
+ "@gitbeaker/core": "^35.6.0",
47
47
  "@gitbeaker/node": "^35.1.0",
48
48
  "@octokit/webhooks": "^9.14.1",
49
49
  "@types/express": "^4.17.6",
@@ -56,7 +56,7 @@
56
56
  "fs-extra": "10.0.1",
57
57
  "git-url-parse": "^11.6.0",
58
58
  "globby": "^11.0.0",
59
- "isbinaryfile": "^4.0.8",
59
+ "isbinaryfile": "^5.0.0",
60
60
  "isomorphic-git": "^1.8.0",
61
61
  "jsonschema": "^1.2.6",
62
62
  "knex": "^1.0.2",
@@ -74,8 +74,8 @@
74
74
  "zen-observable": "^0.8.15"
75
75
  },
76
76
  "devDependencies": {
77
- "@backstage/backend-test-utils": "^0.1.22",
78
- "@backstage/cli": "^0.16.0",
77
+ "@backstage/backend-test-utils": "^0.1.23-next.1",
78
+ "@backstage/cli": "^0.17.0-next.2",
79
79
  "@types/command-exists": "^1.2.0",
80
80
  "@types/fs-extra": "^9.0.1",
81
81
  "@types/git-url-parse": "^9.0.0",
@@ -97,5 +97,5 @@
97
97
  "assets"
98
98
  ],
99
99
  "configSchema": "config.d.ts",
100
- "gitHead": "e9496f746b31600dbfac7fa76987479e66426257"
100
+ "gitHead": "0857aaef2040e1d6c0b8b2063f4c94c810d0a96a"
101
101
  }