@backstage/plugin-scaffolder-backend 1.11.0-next.0 → 1.11.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/CHANGELOG.md +46 -0
- package/alpha/package.json +1 -1
- package/dist/index.alpha.d.ts +7 -6
- package/dist/index.beta.d.ts +2 -2
- package/dist/index.cjs.js +4 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/package.json +14 -14
package/dist/index.d.ts
CHANGED
|
@@ -42,6 +42,8 @@ import { Writable } from 'stream';
|
|
|
42
42
|
*/
|
|
43
43
|
export declare type ActionContext<TInput extends JsonObject> = ActionContext_2<TInput>;
|
|
44
44
|
|
|
45
|
+
/* Excluded from this release type: catalogModuleTemplateKind */
|
|
46
|
+
|
|
45
47
|
/**
|
|
46
48
|
* A function to generate create a list of default actions that the scaffolder provides.
|
|
47
49
|
* Is called internally in the default setup, but can be used when adding your own actions or overriding the default ones
|
|
@@ -794,8 +796,6 @@ export declare type RunCommandOptions = {
|
|
|
794
796
|
logStream?: Writable;
|
|
795
797
|
};
|
|
796
798
|
|
|
797
|
-
/* Excluded from this release type: scaffolderCatalogModule */
|
|
798
|
-
|
|
799
799
|
/** @public */
|
|
800
800
|
export declare class ScaffolderEntitiesProcessor implements CatalogProcessor {
|
|
801
801
|
getProcessorName(): string;
|
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.11.0-next.
|
|
4
|
+
"version": "1.11.0-next.2",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -34,19 +34,19 @@
|
|
|
34
34
|
"build:assets": "node scripts/build-nunjucks.js"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@backstage/backend-common": "^0.18.2-next.
|
|
38
|
-
"@backstage/backend-plugin-api": "^0.
|
|
39
|
-
"@backstage/backend-tasks": "^0.4.3-next.
|
|
40
|
-
"@backstage/catalog-client": "^1.3.1-next.
|
|
41
|
-
"@backstage/catalog-model": "^1.
|
|
37
|
+
"@backstage/backend-common": "^0.18.2-next.2",
|
|
38
|
+
"@backstage/backend-plugin-api": "^0.4.0-next.2",
|
|
39
|
+
"@backstage/backend-tasks": "^0.4.3-next.2",
|
|
40
|
+
"@backstage/catalog-client": "^1.3.1-next.1",
|
|
41
|
+
"@backstage/catalog-model": "^1.2.0-next.1",
|
|
42
42
|
"@backstage/config": "^1.0.6",
|
|
43
43
|
"@backstage/errors": "^1.1.4",
|
|
44
44
|
"@backstage/integration": "^1.4.2",
|
|
45
|
-
"@backstage/plugin-auth-node": "^0.2.11-next.
|
|
46
|
-
"@backstage/plugin-catalog-backend": "^1.7.2-next.
|
|
47
|
-
"@backstage/plugin-catalog-node": "^1.3.3-next.
|
|
48
|
-
"@backstage/plugin-scaffolder-common": "^1.2.5-next.
|
|
49
|
-
"@backstage/plugin-scaffolder-node": "^0.1.0-next.
|
|
45
|
+
"@backstage/plugin-auth-node": "^0.2.11-next.2",
|
|
46
|
+
"@backstage/plugin-catalog-backend": "^1.7.2-next.2",
|
|
47
|
+
"@backstage/plugin-catalog-node": "^1.3.3-next.2",
|
|
48
|
+
"@backstage/plugin-scaffolder-common": "^1.2.5-next.1",
|
|
49
|
+
"@backstage/plugin-scaffolder-node": "^0.1.0-next.2",
|
|
50
50
|
"@backstage/types": "^1.0.2",
|
|
51
51
|
"@gitbeaker/core": "^35.6.0",
|
|
52
52
|
"@gitbeaker/node": "^35.1.0",
|
|
@@ -83,8 +83,8 @@
|
|
|
83
83
|
"zod": "~3.18.0"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@backstage/backend-test-utils": "^0.1.34-next.
|
|
87
|
-
"@backstage/cli": "^0.22.1",
|
|
86
|
+
"@backstage/backend-test-utils": "^0.1.34-next.2",
|
|
87
|
+
"@backstage/cli": "^0.22.2-next.1",
|
|
88
88
|
"@types/command-exists": "^1.2.0",
|
|
89
89
|
"@types/fs-extra": "^9.0.1",
|
|
90
90
|
"@types/git-url-parse": "^9.0.0",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"@types/nunjucks": "^3.1.4",
|
|
93
93
|
"@types/supertest": "^2.0.8",
|
|
94
94
|
"@types/zen-observable": "^0.8.0",
|
|
95
|
-
"esbuild": "^0.
|
|
95
|
+
"esbuild": "^0.17.0",
|
|
96
96
|
"jest-when": "^3.1.0",
|
|
97
97
|
"mock-fs": "^5.1.0",
|
|
98
98
|
"msw": "^0.49.0",
|