@backstage/plugin-scaffolder-backend 0.0.0-nightly-20220713025014 → 0.0.0-nightly-20220716024822
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 +18 -10
- package/alpha/package.json +1 -1
- package/dist/index.alpha.d.ts +11 -6
- package/dist/index.beta.d.ts +11 -6
- package/dist/index.cjs.js +50 -19
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +11 -6
- package/package.json +13 -13
package/dist/index.d.ts
CHANGED
|
@@ -161,7 +161,11 @@ url: string;
|
|
|
161
161
|
targetPath?: string | undefined;
|
|
162
162
|
values: any;
|
|
163
163
|
templateFileExtension?: string | boolean | undefined;
|
|
164
|
+
/**
|
|
165
|
+
* @deprecated This field is deprecated in favor of copyWithoutTemplating.
|
|
166
|
+
*/
|
|
164
167
|
copyWithoutRender?: string[] | undefined;
|
|
168
|
+
copyWithoutTemplating?: string[] | undefined;
|
|
165
169
|
cookiecutterCompat?: boolean | undefined;
|
|
166
170
|
}>;
|
|
167
171
|
|
|
@@ -268,7 +272,7 @@ allowSquashMerge?: boolean | undefined;
|
|
|
268
272
|
allowMergeCommit?: boolean | undefined;
|
|
269
273
|
requireCodeOwnerReviews?: boolean | undefined;
|
|
270
274
|
requiredStatusCheckContexts?: string[] | undefined;
|
|
271
|
-
repoVisibility?: "
|
|
275
|
+
repoVisibility?: "public" | "private" | "internal" | undefined;
|
|
272
276
|
collaborators?: ({
|
|
273
277
|
user: string;
|
|
274
278
|
access: 'pull' | 'push' | 'admin' | 'maintain' | 'triage';
|
|
@@ -359,7 +363,7 @@ export declare function createPublishBitbucketAction(options: {
|
|
|
359
363
|
repoUrl: string;
|
|
360
364
|
description?: string | undefined;
|
|
361
365
|
defaultBranch?: string | undefined;
|
|
362
|
-
repoVisibility?: "
|
|
366
|
+
repoVisibility?: "public" | "private" | undefined;
|
|
363
367
|
sourcePath?: string | undefined;
|
|
364
368
|
enableLFS?: boolean | undefined;
|
|
365
369
|
token?: string | undefined;
|
|
@@ -380,7 +384,7 @@ export declare function createPublishBitbucketCloudAction(options: {
|
|
|
380
384
|
repoUrl: string;
|
|
381
385
|
description?: string | undefined;
|
|
382
386
|
defaultBranch?: string | undefined;
|
|
383
|
-
repoVisibility?: "
|
|
387
|
+
repoVisibility?: "public" | "private" | undefined;
|
|
384
388
|
sourcePath?: string | undefined;
|
|
385
389
|
token?: string | undefined;
|
|
386
390
|
}>;
|
|
@@ -397,7 +401,7 @@ export declare function createPublishBitbucketServerAction(options: {
|
|
|
397
401
|
repoUrl: string;
|
|
398
402
|
description?: string | undefined;
|
|
399
403
|
defaultBranch?: string | undefined;
|
|
400
|
-
repoVisibility?: "
|
|
404
|
+
repoVisibility?: "public" | "private" | undefined;
|
|
401
405
|
sourcePath?: string | undefined;
|
|
402
406
|
enableLFS?: boolean | undefined;
|
|
403
407
|
token?: string | undefined;
|
|
@@ -433,6 +437,7 @@ defaultBranch?: string | undefined;
|
|
|
433
437
|
gitCommitMessage?: string | undefined;
|
|
434
438
|
gitAuthorName?: string | undefined;
|
|
435
439
|
gitAuthorEmail?: string | undefined;
|
|
440
|
+
sourcePath?: string | undefined;
|
|
436
441
|
}>;
|
|
437
442
|
|
|
438
443
|
/**
|
|
@@ -461,7 +466,7 @@ allowMergeCommit?: boolean | undefined;
|
|
|
461
466
|
sourcePath?: string | undefined;
|
|
462
467
|
requireCodeOwnerReviews?: boolean | undefined;
|
|
463
468
|
requiredStatusCheckContexts?: string[] | undefined;
|
|
464
|
-
repoVisibility?: "
|
|
469
|
+
repoVisibility?: "public" | "private" | "internal" | undefined;
|
|
465
470
|
collaborators?: ({
|
|
466
471
|
user: string;
|
|
467
472
|
access: 'pull' | 'push' | 'admin' | 'maintain' | 'triage';
|
|
@@ -504,7 +509,7 @@ export declare function createPublishGitlabAction(options: {
|
|
|
504
509
|
}): TemplateAction< {
|
|
505
510
|
repoUrl: string;
|
|
506
511
|
defaultBranch?: string | undefined;
|
|
507
|
-
repoVisibility?: "
|
|
512
|
+
repoVisibility?: "public" | "private" | "internal" | undefined;
|
|
508
513
|
sourcePath?: string | undefined;
|
|
509
514
|
token?: string | undefined;
|
|
510
515
|
gitCommitMessage?: string | undefined;
|
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": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-20220716024822",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -35,16 +35,16 @@
|
|
|
35
35
|
"build:assets": "node scripts/build-nunjucks.js"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@backstage/backend-common": "0.0.0-nightly-
|
|
39
|
-
"@backstage/catalog-client": "0.0.0-nightly-
|
|
40
|
-
"@backstage/catalog-model": "0.0.0-nightly-
|
|
38
|
+
"@backstage/backend-common": "0.0.0-nightly-20220716024822",
|
|
39
|
+
"@backstage/catalog-client": "0.0.0-nightly-20220716024822",
|
|
40
|
+
"@backstage/catalog-model": "0.0.0-nightly-20220716024822",
|
|
41
41
|
"@backstage/config": "^1.0.1",
|
|
42
|
-
"@backstage/errors": "0.0.0-nightly-
|
|
43
|
-
"@backstage/integration": "0.0.0-nightly-
|
|
44
|
-
"@backstage/plugin-catalog-backend": "0.0.0-nightly-
|
|
45
|
-
"@backstage/plugin-scaffolder-common": "0.0.0-nightly-
|
|
46
|
-
"@backstage/backend-plugin-api": "0.0.0-nightly-
|
|
47
|
-
"@backstage/plugin-catalog-node": "0.0.0-nightly-
|
|
42
|
+
"@backstage/errors": "0.0.0-nightly-20220716024822",
|
|
43
|
+
"@backstage/integration": "0.0.0-nightly-20220716024822",
|
|
44
|
+
"@backstage/plugin-catalog-backend": "0.0.0-nightly-20220716024822",
|
|
45
|
+
"@backstage/plugin-scaffolder-common": "0.0.0-nightly-20220716024822",
|
|
46
|
+
"@backstage/backend-plugin-api": "0.0.0-nightly-20220716024822",
|
|
47
|
+
"@backstage/plugin-catalog-node": "0.0.0-nightly-20220716024822",
|
|
48
48
|
"@backstage/types": "^1.0.0",
|
|
49
49
|
"@gitbeaker/core": "^35.6.0",
|
|
50
50
|
"@gitbeaker/node": "^35.1.0",
|
|
@@ -79,8 +79,8 @@
|
|
|
79
79
|
"zod": "^3.11.6"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@backstage/backend-test-utils": "0.0.0-nightly-
|
|
83
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
82
|
+
"@backstage/backend-test-utils": "0.0.0-nightly-20220716024822",
|
|
83
|
+
"@backstage/cli": "0.0.0-nightly-20220716024822",
|
|
84
84
|
"@types/command-exists": "^1.2.0",
|
|
85
85
|
"@types/fs-extra": "^9.0.1",
|
|
86
86
|
"@types/git-url-parse": "^9.0.0",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"esbuild": "^0.14.1",
|
|
92
92
|
"jest-when": "^3.1.0",
|
|
93
93
|
"mock-fs": "^5.1.0",
|
|
94
|
-
"msw": "^0.
|
|
94
|
+
"msw": "^0.44.0",
|
|
95
95
|
"supertest": "^6.1.3",
|
|
96
96
|
"yaml": "^2.0.0"
|
|
97
97
|
},
|