@backstage/plugin-scaffolder-backend 1.23.0-next.2 → 1.23.1-next.0
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 +71 -0
- package/alpha/package.json +1 -1
- package/dist/alpha.cjs.js +1 -1
- package/dist/cjs/{router-BpffhBor.cjs.js → router-O4Kmvgd-.cjs.js} +2 -2
- package/dist/cjs/router-O4Kmvgd-.cjs.js.map +1 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +37 -19
- package/package.json +25 -25
- package/dist/cjs/router-BpffhBor.cjs.js.map +0 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var router = require('./cjs/router-
|
|
3
|
+
var router = require('./cjs/router-O4Kmvgd-.cjs.js');
|
|
4
4
|
var github = require('@backstage/plugin-scaffolder-backend-module-github');
|
|
5
5
|
var gitlab = require('@backstage/plugin-scaffolder-backend-module-gitlab');
|
|
6
6
|
var azure = require('@backstage/plugin-scaffolder-backend-module-azure');
|
package/dist/index.cjs.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs.js","sources":["../src/scaffolder/actions/deprecated.ts","../src/deprecated.ts"],"sourcesContent":["/*\n * Copyright 2023 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport * as github from '@backstage/plugin-scaffolder-backend-module-github';\nimport * as gitlab from '@backstage/plugin-scaffolder-backend-module-gitlab';\nimport * as azure from '@backstage/plugin-scaffolder-backend-module-azure';\nimport * as bitbucket from '@backstage/plugin-scaffolder-backend-module-bitbucket';\nimport * as bitbucketCloud from '@backstage/plugin-scaffolder-backend-module-bitbucket-cloud';\nimport * as bitbucketServer from '@backstage/plugin-scaffolder-backend-module-bitbucket-server';\nimport * as gerrit from '@backstage/plugin-scaffolder-backend-module-gerrit';\n\n/**\n * @public @deprecated use import from
|
|
1
|
+
{"version":3,"file":"index.cjs.js","sources":["../src/scaffolder/actions/deprecated.ts","../src/deprecated.ts"],"sourcesContent":["/*\n * Copyright 2023 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport * as github from '@backstage/plugin-scaffolder-backend-module-github';\nimport * as gitlab from '@backstage/plugin-scaffolder-backend-module-gitlab';\nimport * as azure from '@backstage/plugin-scaffolder-backend-module-azure';\nimport * as bitbucket from '@backstage/plugin-scaffolder-backend-module-bitbucket';\nimport * as bitbucketCloud from '@backstage/plugin-scaffolder-backend-module-bitbucket-cloud';\nimport * as bitbucketServer from '@backstage/plugin-scaffolder-backend-module-bitbucket-server';\nimport * as gerrit from '@backstage/plugin-scaffolder-backend-module-gerrit';\n\n/**\n * @public\n * @deprecated use import from `@backstage/plugin-scaffolder-backend-module-github` instead\n */\nexport const createGithubActionsDispatchAction =\n github.createGithubActionsDispatchAction;\n\n/**\n * @public\n * @deprecated use import from `@backstage/plugin-scaffolder-backend-module-github` instead\n */\nexport const createGithubDeployKeyAction = github.createGithubDeployKeyAction;\n\n/**\n * @public\n * @deprecated use import from `@backstage/plugin-scaffolder-backend-module-github` instead\n */\nexport const createGithubEnvironmentAction =\n github.createGithubEnvironmentAction;\n\n/**\n * @public\n * @deprecated use import from `@backstage/plugin-scaffolder-backend-module-github` instead\n */\nexport const createGithubIssuesLabelAction =\n github.createGithubIssuesLabelAction;\n\n/**\n * @public\n * @deprecated use import from `@backstage/plugin-scaffolder-backend-module-github` instead\n */\nexport type CreateGithubPullRequestActionOptions =\n github.CreateGithubPullRequestActionOptions;\n\n/**\n * @public\n * @deprecated use import from `@backstage/plugin-scaffolder-backend-module-github` instead\n */\nexport const createGithubRepoCreateAction = github.createGithubRepoCreateAction;\n\n/**\n * @public\n * @deprecated use import from `@backstage/plugin-scaffolder-backend-module-github` instead\n */\nexport const createGithubRepoPushAction = github.createGithubRepoPushAction;\n\n/**\n * @public\n * @deprecated use import from `@backstage/plugin-scaffolder-backend-module-github` instead\n */\nexport const createGithubWebhookAction = github.createGithubWebhookAction;\n\n/**\n * @public\n * @deprecated use import from `@backstage/plugin-scaffolder-backend-module-github` instead\n */\nexport const createPublishGithubAction = github.createPublishGithubAction;\n\n/**\n * @public\n * @deprecated use import from `@backstage/plugin-scaffolder-backend-module-github` instead\n */\nexport const createPublishGithubPullRequestAction =\n github.createPublishGithubPullRequestAction;\n\n/**\n * @public @deprecated use \"createPublishBitbucketCloudAction\" from \\@backstage/plugin-scaffolder-backend-module-bitbucket-cloud or \"createPublishBitbucketServerAction\" from \\@backstage/plugin-scaffolder-backend-module-bitbucket-server instead\n */\nexport const createPublishBitbucketAction =\n bitbucket.createPublishBitbucketAction;\n\n/**\n * @public\n * @deprecated use import from `@backstage/plugin-scaffolder-backend-module-bitbucket-cloud` instead\n */\nexport const createPublishBitbucketCloudAction =\n bitbucketCloud.createPublishBitbucketCloudAction;\n\n/**\n * @public\n * @deprecated use import from `@backstage/plugin-scaffolder-backend-module-bitbucket-server` instead\n */\nexport const createPublishBitbucketServerAction =\n bitbucketServer.createPublishBitbucketServerAction;\n\n/**\n * @public\n * @deprecated use import from `@backstage/plugin-scaffolder-backend-module-bitbucket-server` instead\n */\nexport const createPublishBitbucketServerPullRequestAction =\n bitbucketServer.createPublishBitbucketServerPullRequestAction;\n\n/**\n * @public\n * @deprecated use import from `@backstage/plugin-scaffolder-backend-module-azure` instead\n */\nexport const createPublishAzureAction = azure.createPublishAzureAction;\n\n/**\n * @public\n * @deprecated use import from `@backstage/plugin-scaffolder-backend-module-gerrit` instead\n */\nexport const createPublishGerritAction = gerrit.createPublishGerritAction;\n\n/**\n * @public\n * @deprecated use import from `@backstage/plugin-scaffolder-backend-module-gerrit` instead\n */\nexport const createPublishGerritReviewAction =\n gerrit.createPublishGerritReviewAction;\n\n/**\n * @public\n * @deprecated use import from `@backstage/plugin-scaffolder-backend-module-gitlab` instead\n */\nexport const createPublishGitlabAction = gitlab.createPublishGitlabAction;\n\n/**\n * @public\n * @deprecated use import from `@backstage/plugin-scaffolder-backend-module-gitlab` instead\n */\nexport const createPublishGitlabMergeRequestAction =\n gitlab.createPublishGitlabMergeRequestAction;\n","/*\n * Copyright 2023 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {\n ActionContext as ActionContextNode,\n createTemplateAction as createTemplateActionNode,\n TaskSecrets as TaskSecretsNode,\n TemplateAction as TemplateActionNode,\n executeShellCommand as executeShellCommandNode,\n ExecuteShellCommandOptions as ExecuteShellCommandOptionsNode,\n fetchContents as fetchContentsNode,\n} from '@backstage/plugin-scaffolder-node';\nimport { JsonObject } from '@backstage/types';\nimport { ScaffolderEntitiesProcessor as ScaffolderEntitiesProcessorModule } from '@backstage/plugin-catalog-backend-module-scaffolder-entity-model';\n\n/**\n * @public\n * @deprecated Import from {@link @backstage/plugin-scaffolder-node#ActionContext} instead\n */\nexport type ActionContext<TInput extends JsonObject> =\n ActionContextNode<TInput>;\n\n/**\n * @public\n * @deprecated Use `createTemplateAction` from `@backstage/plugin-scaffolder-node` instead\n */\nexport const createTemplateAction = createTemplateActionNode;\n\n/**\n * @public\n * @deprecated Use `TaskSecrets` from `@backstage/plugin-scaffolder-node` instead\n */\nexport type TaskSecrets = TaskSecretsNode;\n\n/**\n * @public\n * @deprecated Use `TemplateAction` from `@backstage/plugin-scaffolder-node` instead\n */\nexport type TemplateAction<TInput extends JsonObject> =\n TemplateActionNode<TInput>;\n\n/**\n * Options for {@link executeShellCommand}.\n *\n * @public\n * @deprecated Use `ExecuteShellCommandOptions` from `@backstage/plugin-scaffolder-node` instead\n */\nexport type RunCommandOptions = ExecuteShellCommandOptionsNode;\n\n/**\n * Run a command in a sub-process, normally a shell command.\n *\n * @public\n * @deprecated Use `executeShellCommand` from `@backstage/plugin-scaffolder-node` instead\n */\nexport const executeShellCommand = executeShellCommandNode;\n\n/**\n * A helper function that reads the contents of a directory from the given URL.\n * Can be used in your own actions, and also used behind fetch:template and fetch:plain\n *\n * @public\n * @deprecated Use `fetchContents` from `@backstage/plugin-scaffolder-node` instead\n */\nexport const fetchContents = fetchContentsNode;\n\n/**\n * Adds support for scaffolder specific entity kinds to the catalog.\n *\n * @public\n * @deprecated Import from `@backstage/plugin-catalog-backend-module-scaffolder-entity-model` instead\n */\nexport const ScaffolderEntitiesProcessor = ScaffolderEntitiesProcessorModule;\n"],"names":["github","bitbucket","bitbucketCloud","bitbucketServer","azure","gerrit","gitlab","createTemplateActionNode","executeShellCommandNode","fetchContentsNode","ScaffolderEntitiesProcessorModule"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2BO,MAAM,oCACXA,iBAAO,CAAA,kCAAA;AAMF,MAAM,8BAA8BA,iBAAO,CAAA,4BAAA;AAM3C,MAAM,gCACXA,iBAAO,CAAA,8BAAA;AAMF,MAAM,gCACXA,iBAAO,CAAA,8BAAA;AAaF,MAAM,+BAA+BA,iBAAO,CAAA,6BAAA;AAM5C,MAAM,6BAA6BA,iBAAO,CAAA,2BAAA;AAM1C,MAAM,4BAA4BA,iBAAO,CAAA,0BAAA;AAMzC,MAAM,4BAA4BA,iBAAO,CAAA,0BAAA;AAMzC,MAAM,uCACXA,iBAAO,CAAA,qCAAA;AAKF,MAAM,+BACXC,oBAAU,CAAA,6BAAA;AAML,MAAM,oCACXC,yBAAe,CAAA,kCAAA;AAMV,MAAM,qCACXC,0BAAgB,CAAA,mCAAA;AAMX,MAAM,gDACXA,0BAAgB,CAAA,8CAAA;AAMX,MAAM,2BAA2BC,gBAAM,CAAA,yBAAA;AAMvC,MAAM,4BAA4BC,iBAAO,CAAA,0BAAA;AAMzC,MAAM,kCACXA,iBAAO,CAAA,gCAAA;AAMF,MAAM,4BAA4BC,iBAAO,CAAA,0BAAA;AAMzC,MAAM,wCACXA,iBAAO,CAAA;;AC1GF,MAAM,oBAAuB,GAAAC,0CAAA;AA6B7B,MAAM,mBAAsB,GAAAC,yCAAA;AAS5B,MAAM,aAAgB,GAAAC,mCAAA;AAQtB,MAAM,2BAA8B,GAAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index.d.ts
CHANGED
|
@@ -228,43 +228,53 @@ declare const createFilesystemRenameAction: () => _backstage_plugin_scaffolder_n
|
|
|
228
228
|
}, _backstage_types.JsonObject>;
|
|
229
229
|
|
|
230
230
|
/**
|
|
231
|
-
* @public
|
|
231
|
+
* @public
|
|
232
|
+
* @deprecated use import from `@backstage/plugin-scaffolder-backend-module-github` instead
|
|
232
233
|
*/
|
|
233
234
|
declare const createGithubActionsDispatchAction: typeof github.createGithubActionsDispatchAction;
|
|
234
235
|
/**
|
|
235
|
-
* @public
|
|
236
|
+
* @public
|
|
237
|
+
* @deprecated use import from `@backstage/plugin-scaffolder-backend-module-github` instead
|
|
236
238
|
*/
|
|
237
239
|
declare const createGithubDeployKeyAction: typeof github.createGithubDeployKeyAction;
|
|
238
240
|
/**
|
|
239
|
-
* @public
|
|
241
|
+
* @public
|
|
242
|
+
* @deprecated use import from `@backstage/plugin-scaffolder-backend-module-github` instead
|
|
240
243
|
*/
|
|
241
244
|
declare const createGithubEnvironmentAction: typeof github.createGithubEnvironmentAction;
|
|
242
245
|
/**
|
|
243
|
-
* @public
|
|
246
|
+
* @public
|
|
247
|
+
* @deprecated use import from `@backstage/plugin-scaffolder-backend-module-github` instead
|
|
244
248
|
*/
|
|
245
249
|
declare const createGithubIssuesLabelAction: typeof github.createGithubIssuesLabelAction;
|
|
246
250
|
/**
|
|
247
|
-
* @public
|
|
251
|
+
* @public
|
|
252
|
+
* @deprecated use import from `@backstage/plugin-scaffolder-backend-module-github` instead
|
|
248
253
|
*/
|
|
249
254
|
type CreateGithubPullRequestActionOptions = github.CreateGithubPullRequestActionOptions;
|
|
250
255
|
/**
|
|
251
|
-
* @public
|
|
256
|
+
* @public
|
|
257
|
+
* @deprecated use import from `@backstage/plugin-scaffolder-backend-module-github` instead
|
|
252
258
|
*/
|
|
253
259
|
declare const createGithubRepoCreateAction: typeof github.createGithubRepoCreateAction;
|
|
254
260
|
/**
|
|
255
|
-
* @public
|
|
261
|
+
* @public
|
|
262
|
+
* @deprecated use import from `@backstage/plugin-scaffolder-backend-module-github` instead
|
|
256
263
|
*/
|
|
257
264
|
declare const createGithubRepoPushAction: typeof github.createGithubRepoPushAction;
|
|
258
265
|
/**
|
|
259
|
-
* @public
|
|
266
|
+
* @public
|
|
267
|
+
* @deprecated use import from `@backstage/plugin-scaffolder-backend-module-github` instead
|
|
260
268
|
*/
|
|
261
269
|
declare const createGithubWebhookAction: typeof github.createGithubWebhookAction;
|
|
262
270
|
/**
|
|
263
|
-
* @public
|
|
271
|
+
* @public
|
|
272
|
+
* @deprecated use import from `@backstage/plugin-scaffolder-backend-module-github` instead
|
|
264
273
|
*/
|
|
265
274
|
declare const createPublishGithubAction: typeof github.createPublishGithubAction;
|
|
266
275
|
/**
|
|
267
|
-
* @public
|
|
276
|
+
* @public
|
|
277
|
+
* @deprecated use import from `@backstage/plugin-scaffolder-backend-module-github` instead
|
|
268
278
|
*/
|
|
269
279
|
declare const createPublishGithubPullRequestAction: (options: github.CreateGithubPullRequestActionOptions) => _backstage_plugin_scaffolder_node.TemplateAction<{
|
|
270
280
|
title: string;
|
|
@@ -290,35 +300,43 @@ declare const createPublishGithubPullRequestAction: (options: github.CreateGithu
|
|
|
290
300
|
*/
|
|
291
301
|
declare const createPublishBitbucketAction: typeof bitbucket.createPublishBitbucketAction;
|
|
292
302
|
/**
|
|
293
|
-
* @public
|
|
303
|
+
* @public
|
|
304
|
+
* @deprecated use import from `@backstage/plugin-scaffolder-backend-module-bitbucket-cloud` instead
|
|
294
305
|
*/
|
|
295
306
|
declare const createPublishBitbucketCloudAction: typeof bitbucketCloud.createPublishBitbucketCloudAction;
|
|
296
307
|
/**
|
|
297
|
-
* @public
|
|
308
|
+
* @public
|
|
309
|
+
* @deprecated use import from `@backstage/plugin-scaffolder-backend-module-bitbucket-server` instead
|
|
298
310
|
*/
|
|
299
311
|
declare const createPublishBitbucketServerAction: typeof bitbucketServer.createPublishBitbucketServerAction;
|
|
300
312
|
/**
|
|
301
|
-
* @public
|
|
313
|
+
* @public
|
|
314
|
+
* @deprecated use import from `@backstage/plugin-scaffolder-backend-module-bitbucket-server` instead
|
|
302
315
|
*/
|
|
303
316
|
declare const createPublishBitbucketServerPullRequestAction: typeof bitbucketServer.createPublishBitbucketServerPullRequestAction;
|
|
304
317
|
/**
|
|
305
|
-
* @public
|
|
318
|
+
* @public
|
|
319
|
+
* @deprecated use import from `@backstage/plugin-scaffolder-backend-module-azure` instead
|
|
306
320
|
*/
|
|
307
321
|
declare const createPublishAzureAction: typeof azure.createPublishAzureAction;
|
|
308
322
|
/**
|
|
309
|
-
* @public
|
|
323
|
+
* @public
|
|
324
|
+
* @deprecated use import from `@backstage/plugin-scaffolder-backend-module-gerrit` instead
|
|
310
325
|
*/
|
|
311
326
|
declare const createPublishGerritAction: typeof gerrit.createPublishGerritAction;
|
|
312
327
|
/**
|
|
313
|
-
* @public
|
|
328
|
+
* @public
|
|
329
|
+
* @deprecated use import from `@backstage/plugin-scaffolder-backend-module-gerrit` instead
|
|
314
330
|
*/
|
|
315
331
|
declare const createPublishGerritReviewAction: typeof gerrit.createPublishGerritReviewAction;
|
|
316
332
|
/**
|
|
317
|
-
* @public
|
|
333
|
+
* @public
|
|
334
|
+
* @deprecated use import from `@backstage/plugin-scaffolder-backend-module-gitlab` instead
|
|
318
335
|
*/
|
|
319
336
|
declare const createPublishGitlabAction: typeof gitlab.createPublishGitlabAction;
|
|
320
337
|
/**
|
|
321
|
-
* @public
|
|
338
|
+
* @public
|
|
339
|
+
* @deprecated use import from `@backstage/plugin-scaffolder-backend-module-gitlab` instead
|
|
322
340
|
*/
|
|
323
341
|
declare const createPublishGitlabMergeRequestAction: (options: {
|
|
324
342
|
integrations: _backstage_integration.ScmIntegrationRegistry;
|
|
@@ -331,7 +349,7 @@ declare const createPublishGitlabMergeRequestAction: (options: {
|
|
|
331
349
|
sourcePath?: string | undefined;
|
|
332
350
|
targetPath?: string | undefined;
|
|
333
351
|
token?: string | undefined;
|
|
334
|
-
commitAction?: "update" | "delete" | "create" | undefined;
|
|
352
|
+
commitAction?: "auto" | "update" | "delete" | "create" | undefined;
|
|
335
353
|
projectid?: string | undefined;
|
|
336
354
|
removeSourceBranch?: boolean | undefined;
|
|
337
355
|
assignee?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-backend",
|
|
3
|
-
"version": "1.23.
|
|
3
|
+
"version": "1.23.1-next.0",
|
|
4
4
|
"description": "The Backstage backend plugin that helps you create new things",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin",
|
|
@@ -60,30 +60,30 @@
|
|
|
60
60
|
"test": "backstage-cli package test"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@backstage/backend-common": "^0.23.
|
|
64
|
-
"@backstage/backend-plugin-api": "^0.
|
|
65
|
-
"@backstage/backend-tasks": "^0.5.
|
|
63
|
+
"@backstage/backend-common": "^0.23.4-next.0",
|
|
64
|
+
"@backstage/backend-plugin-api": "^0.7.1-next.0",
|
|
65
|
+
"@backstage/backend-tasks": "^0.5.28-next.0",
|
|
66
66
|
"@backstage/catalog-client": "^1.6.5",
|
|
67
67
|
"@backstage/catalog-model": "^1.5.0",
|
|
68
68
|
"@backstage/config": "^1.2.0",
|
|
69
69
|
"@backstage/errors": "^1.2.4",
|
|
70
|
-
"@backstage/integration": "^1.
|
|
71
|
-
"@backstage/plugin-auth-node": "^0.4.
|
|
72
|
-
"@backstage/plugin-bitbucket-cloud-common": "^0.2.
|
|
73
|
-
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.1.
|
|
74
|
-
"@backstage/plugin-catalog-node": "^1.12.
|
|
75
|
-
"@backstage/plugin-permission-common": "^0.
|
|
76
|
-
"@backstage/plugin-permission-node": "^0.
|
|
77
|
-
"@backstage/plugin-scaffolder-backend-module-azure": "^0.1.
|
|
78
|
-
"@backstage/plugin-scaffolder-backend-module-bitbucket": "^0.2.
|
|
79
|
-
"@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "^0.1.
|
|
80
|
-
"@backstage/plugin-scaffolder-backend-module-bitbucket-server": "^0.1.
|
|
81
|
-
"@backstage/plugin-scaffolder-backend-module-gerrit": "^0.1.
|
|
82
|
-
"@backstage/plugin-scaffolder-backend-module-gitea": "^0.1.
|
|
83
|
-
"@backstage/plugin-scaffolder-backend-module-github": "^0.4.
|
|
84
|
-
"@backstage/plugin-scaffolder-backend-module-gitlab": "^0.4.
|
|
85
|
-
"@backstage/plugin-scaffolder-common": "^1.5.
|
|
86
|
-
"@backstage/plugin-scaffolder-node": "^0.4.
|
|
70
|
+
"@backstage/integration": "^1.14.0-next.0",
|
|
71
|
+
"@backstage/plugin-auth-node": "^0.4.18-next.0",
|
|
72
|
+
"@backstage/plugin-bitbucket-cloud-common": "^0.2.22-next.0",
|
|
73
|
+
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.1.21-next.0",
|
|
74
|
+
"@backstage/plugin-catalog-node": "^1.12.5-next.0",
|
|
75
|
+
"@backstage/plugin-permission-common": "^0.8.0",
|
|
76
|
+
"@backstage/plugin-permission-node": "^0.8.1-next.0",
|
|
77
|
+
"@backstage/plugin-scaffolder-backend-module-azure": "^0.1.15-next.0",
|
|
78
|
+
"@backstage/plugin-scaffolder-backend-module-bitbucket": "^0.2.13-next.0",
|
|
79
|
+
"@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "^0.1.13-next.0",
|
|
80
|
+
"@backstage/plugin-scaffolder-backend-module-bitbucket-server": "^0.1.13-next.0",
|
|
81
|
+
"@backstage/plugin-scaffolder-backend-module-gerrit": "^0.1.15-next.0",
|
|
82
|
+
"@backstage/plugin-scaffolder-backend-module-gitea": "^0.1.13-next.0",
|
|
83
|
+
"@backstage/plugin-scaffolder-backend-module-github": "^0.4.1-next.0",
|
|
84
|
+
"@backstage/plugin-scaffolder-backend-module-gitlab": "^0.4.5-next.0",
|
|
85
|
+
"@backstage/plugin-scaffolder-common": "^1.5.4",
|
|
86
|
+
"@backstage/plugin-scaffolder-node": "^0.4.9-next.0",
|
|
87
87
|
"@backstage/types": "^1.1.1",
|
|
88
88
|
"@types/express": "^4.17.6",
|
|
89
89
|
"@types/luxon": "^3.0.0",
|
|
@@ -113,10 +113,10 @@
|
|
|
113
113
|
"zod": "^3.22.4"
|
|
114
114
|
},
|
|
115
115
|
"devDependencies": {
|
|
116
|
-
"@backstage/backend-app-api": "^0.
|
|
117
|
-
"@backstage/backend-test-utils": "^0.4.
|
|
118
|
-
"@backstage/cli": "^0.
|
|
119
|
-
"@backstage/plugin-scaffolder-node-test-utils": "^0.1.
|
|
116
|
+
"@backstage/backend-app-api": "^0.8.1-next.0",
|
|
117
|
+
"@backstage/backend-test-utils": "^0.4.5-next.0",
|
|
118
|
+
"@backstage/cli": "^0.27.0-next.0",
|
|
119
|
+
"@backstage/plugin-scaffolder-node-test-utils": "^0.1.10-next.0",
|
|
120
120
|
"@types/fs-extra": "^11.0.0",
|
|
121
121
|
"@types/nunjucks": "^3.1.4",
|
|
122
122
|
"@types/supertest": "^2.0.8",
|