@backstage/plugin-scaffolder-backend 1.21.0-next.0 → 1.21.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 +83 -0
- package/README.md +1 -1
- package/alpha/package.json +1 -1
- package/dist/alpha.cjs.js +3 -1
- package/dist/alpha.cjs.js.map +1 -1
- package/dist/cjs/{router-842a762b.cjs.js → router-eac0efea.cjs.js} +55 -11
- package/dist/cjs/router-eac0efea.cjs.js.map +1 -0
- package/dist/index.cjs.js +8 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +15 -7
- package/package.json +23 -21
- package/dist/cjs/router-842a762b.cjs.js.map +0 -1
package/dist/index.cjs.js
CHANGED
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var router = require('./cjs/router-
|
|
5
|
+
var router = require('./cjs/router-eac0efea.cjs.js');
|
|
6
6
|
var github = require('@backstage/plugin-scaffolder-backend-module-github');
|
|
7
7
|
var gitlab = require('@backstage/plugin-scaffolder-backend-module-gitlab');
|
|
8
8
|
var azure = require('@backstage/plugin-scaffolder-backend-module-azure');
|
|
9
9
|
var bitbucket = require('@backstage/plugin-scaffolder-backend-module-bitbucket');
|
|
10
|
+
var bitbucketCloud = require('@backstage/plugin-scaffolder-backend-module-bitbucket-cloud');
|
|
11
|
+
var bitbucketServer = require('@backstage/plugin-scaffolder-backend-module-bitbucket-server');
|
|
10
12
|
var gerrit = require('@backstage/plugin-scaffolder-backend-module-gerrit');
|
|
11
13
|
var pluginScaffolderNode = require('@backstage/plugin-scaffolder-node');
|
|
12
14
|
var pluginCatalogBackendModuleScaffolderEntityModel = require('@backstage/plugin-catalog-backend-module-scaffolder-entity-model');
|
|
@@ -64,6 +66,8 @@ var github__namespace = /*#__PURE__*/_interopNamespace(github);
|
|
|
64
66
|
var gitlab__namespace = /*#__PURE__*/_interopNamespace(gitlab);
|
|
65
67
|
var azure__namespace = /*#__PURE__*/_interopNamespace(azure);
|
|
66
68
|
var bitbucket__namespace = /*#__PURE__*/_interopNamespace(bitbucket);
|
|
69
|
+
var bitbucketCloud__namespace = /*#__PURE__*/_interopNamespace(bitbucketCloud);
|
|
70
|
+
var bitbucketServer__namespace = /*#__PURE__*/_interopNamespace(bitbucketServer);
|
|
67
71
|
var gerrit__namespace = /*#__PURE__*/_interopNamespace(gerrit);
|
|
68
72
|
|
|
69
73
|
const createGithubActionsDispatchAction = github__namespace.createGithubActionsDispatchAction;
|
|
@@ -76,9 +80,9 @@ const createGithubWebhookAction = github__namespace.createGithubWebhookAction;
|
|
|
76
80
|
const createPublishGithubAction = github__namespace.createPublishGithubAction;
|
|
77
81
|
const createPublishGithubPullRequestAction = github__namespace.createPublishGithubPullRequestAction;
|
|
78
82
|
const createPublishBitbucketAction = bitbucket__namespace.createPublishBitbucketAction;
|
|
79
|
-
const createPublishBitbucketCloudAction =
|
|
80
|
-
const createPublishBitbucketServerAction =
|
|
81
|
-
const createPublishBitbucketServerPullRequestAction =
|
|
83
|
+
const createPublishBitbucketCloudAction = bitbucketCloud__namespace.createPublishBitbucketCloudAction;
|
|
84
|
+
const createPublishBitbucketServerAction = bitbucketServer__namespace.createPublishBitbucketServerAction;
|
|
85
|
+
const createPublishBitbucketServerPullRequestAction = bitbucketServer__namespace.createPublishBitbucketServerPullRequestAction;
|
|
82
86
|
const createPublishAzureAction = azure__namespace.createPublishAzureAction;
|
|
83
87
|
const createPublishGerritAction = gerrit__namespace.createPublishGerritAction;
|
|
84
88
|
const createPublishGerritReviewAction = gerrit__namespace.createPublishGerritReviewAction;
|
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 gerrit from '@backstage/plugin-scaffolder-backend-module-gerrit';\n\n/**\n * @public @deprecated use import from \\@backstage/plugin-scaffolder-backend-module-github instead\n */\nexport const createGithubActionsDispatchAction =\n github.createGithubActionsDispatchAction;\n\n/**\n * @public @deprecated use import from \\@backstage/plugin-scaffolder-backend-module-github instead\n */\nexport const createGithubDeployKeyAction = github.createGithubDeployKeyAction;\n\n/**\n * @public @deprecated use import from \\@backstage/plugin-scaffolder-backend-module-github instead\n */\nexport const createGithubEnvironmentAction =\n github.createGithubEnvironmentAction;\n\n/**\n * @public @deprecated use import from \\@backstage/plugin-scaffolder-backend-module-github instead\n */\nexport const createGithubIssuesLabelAction =\n github.createGithubIssuesLabelAction;\n\n/**\n * @public @deprecated use import from \\@backstage/plugin-scaffolder-backend-module-github instead\n */\nexport type CreateGithubPullRequestActionOptions =\n github.CreateGithubPullRequestActionOptions;\n\n/**\n * @public @deprecated use import from \\@backstage/plugin-scaffolder-backend-module-github instead\n */\nexport const createGithubRepoCreateAction = github.createGithubRepoCreateAction;\n\n/**\n * @public @deprecated use import from \\@backstage/plugin-scaffolder-backend-module-github instead\n */\nexport const createGithubRepoPushAction = github.createGithubRepoPushAction;\n\n/**\n * @public @deprecated use import from \\@backstage/plugin-scaffolder-backend-module-github instead\n */\nexport const createGithubWebhookAction = github.createGithubWebhookAction;\n\n/**\n * @public @deprecated use import from \\@backstage/plugin-scaffolder-backend-module-github instead\n */\nexport const createPublishGithubAction = github.createPublishGithubAction;\n\n/**\n * @public @deprecated use import from \\@backstage/plugin-scaffolder-backend-module-github instead\n */\nexport const createPublishGithubPullRequestAction =\n github.createPublishGithubPullRequestAction;\n\n/**\n * @public @deprecated use
|
|
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 \\@backstage/plugin-scaffolder-backend-module-github instead\n */\nexport const createGithubActionsDispatchAction =\n github.createGithubActionsDispatchAction;\n\n/**\n * @public @deprecated use import from \\@backstage/plugin-scaffolder-backend-module-github instead\n */\nexport const createGithubDeployKeyAction = github.createGithubDeployKeyAction;\n\n/**\n * @public @deprecated use import from \\@backstage/plugin-scaffolder-backend-module-github instead\n */\nexport const createGithubEnvironmentAction =\n github.createGithubEnvironmentAction;\n\n/**\n * @public @deprecated use import from \\@backstage/plugin-scaffolder-backend-module-github instead\n */\nexport const createGithubIssuesLabelAction =\n github.createGithubIssuesLabelAction;\n\n/**\n * @public @deprecated use import from \\@backstage/plugin-scaffolder-backend-module-github instead\n */\nexport type CreateGithubPullRequestActionOptions =\n github.CreateGithubPullRequestActionOptions;\n\n/**\n * @public @deprecated use import from \\@backstage/plugin-scaffolder-backend-module-github instead\n */\nexport const createGithubRepoCreateAction = github.createGithubRepoCreateAction;\n\n/**\n * @public @deprecated use import from \\@backstage/plugin-scaffolder-backend-module-github instead\n */\nexport const createGithubRepoPushAction = github.createGithubRepoPushAction;\n\n/**\n * @public @deprecated use import from \\@backstage/plugin-scaffolder-backend-module-github instead\n */\nexport const createGithubWebhookAction = github.createGithubWebhookAction;\n\n/**\n * @public @deprecated use import from \\@backstage/plugin-scaffolder-backend-module-github instead\n */\nexport const createPublishGithubAction = github.createPublishGithubAction;\n\n/**\n * @public @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 @deprecated use import from \\@backstage/plugin-scaffolder-backend-module-bitbucket-cloud instead\n */\nexport const createPublishBitbucketCloudAction =\n bitbucketCloud.createPublishBitbucketCloudAction;\n\n/**\n * @public @deprecated use import from \\@backstage/plugin-scaffolder-backend-module-bitbucket-server instead\n */\nexport const createPublishBitbucketServerAction =\n bitbucketServer.createPublishBitbucketServerAction;\n\n/**\n * @public @deprecated use import from \\@backstage/plugin-scaffolder-backend-module-bitbucket-server instead\n */\nexport const createPublishBitbucketServerPullRequestAction =\n bitbucketServer.createPublishBitbucketServerPullRequestAction;\n\n/**\n * @public @deprecated use import from \\@backstage/plugin-scaffolder-backend-module-azure instead\n */\nexport const createPublishAzureAction = azure.createPublishAzureAction;\n\n/**\n * @public @deprecated use import from \\@backstage/plugin-scaffolder-backend-module-gerrit instead\n */\nexport const createPublishGerritAction = gerrit.createPublishGerritAction;\n\n/**\n * @public @deprecated use import from \\@backstage/plugin-scaffolder-backend-module-gerrit instead\n */\nexport const createPublishGerritReviewAction =\n gerrit.createPublishGerritReviewAction;\n\n/**\n * @public @deprecated use import from \\@backstage/plugin-scaffolder-backend-module-gitlab instead\n */\nexport const createPublishGitlabAction = gitlab.createPublishGitlabAction;\n\n/**\n * @public @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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0BO,MAAM,oCACXA,iBAAO,CAAA,kCAAA;AAKF,MAAM,8BAA8BA,iBAAO,CAAA,4BAAA;AAK3C,MAAM,gCACXA,iBAAO,CAAA,8BAAA;AAKF,MAAM,gCACXA,iBAAO,CAAA,8BAAA;AAWF,MAAM,+BAA+BA,iBAAO,CAAA,6BAAA;AAK5C,MAAM,6BAA6BA,iBAAO,CAAA,2BAAA;AAK1C,MAAM,4BAA4BA,iBAAO,CAAA,0BAAA;AAKzC,MAAM,4BAA4BA,iBAAO,CAAA,0BAAA;AAKzC,MAAM,uCACXA,iBAAO,CAAA,qCAAA;AAKF,MAAM,+BACXC,oBAAU,CAAA,6BAAA;AAKL,MAAM,oCACXC,yBAAe,CAAA,kCAAA;AAKV,MAAM,qCACXC,0BAAgB,CAAA,mCAAA;AAKX,MAAM,gDACXA,0BAAgB,CAAA,8CAAA;AAKX,MAAM,2BAA2BC,gBAAM,CAAA,yBAAA;AAKvC,MAAM,4BAA4BC,iBAAO,CAAA,0BAAA;AAKzC,MAAM,kCACXA,iBAAO,CAAA,gCAAA;AAKF,MAAM,4BAA4BC,iBAAO,CAAA,0BAAA;AAKzC,MAAM,wCACXA,iBAAO,CAAA;;ACxFF,MAAM,oBAAuB,GAAAC,0CAAA;AA6B7B,MAAM,mBAAsB,GAAAC,yCAAA;AAS5B,MAAM,aAAgB,GAAAC,mCAAA;AAQtB,MAAM,2BAA8B,GAAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index.d.ts
CHANGED
|
@@ -12,6 +12,8 @@ import * as github from '@backstage/plugin-scaffolder-backend-module-github';
|
|
|
12
12
|
import * as gitlab from '@backstage/plugin-scaffolder-backend-module-gitlab';
|
|
13
13
|
import * as azure from '@backstage/plugin-scaffolder-backend-module-azure';
|
|
14
14
|
import * as bitbucket from '@backstage/plugin-scaffolder-backend-module-bitbucket';
|
|
15
|
+
import * as bitbucketCloud from '@backstage/plugin-scaffolder-backend-module-bitbucket-cloud';
|
|
16
|
+
import * as bitbucketServer from '@backstage/plugin-scaffolder-backend-module-bitbucket-server';
|
|
15
17
|
import * as gerrit from '@backstage/plugin-scaffolder-backend-module-gerrit';
|
|
16
18
|
import { Knex } from 'knex';
|
|
17
19
|
import * as _backstage_plugin_scaffolder_common from '@backstage/plugin-scaffolder-common';
|
|
@@ -162,6 +164,7 @@ declare function createFetchPlainAction(options: {
|
|
|
162
164
|
}): _backstage_plugin_scaffolder_node.TemplateAction<{
|
|
163
165
|
url: string;
|
|
164
166
|
targetPath?: string | undefined;
|
|
167
|
+
token?: string | undefined;
|
|
165
168
|
}, _backstage_types.JsonObject>;
|
|
166
169
|
|
|
167
170
|
/**
|
|
@@ -175,6 +178,7 @@ declare function createFetchPlainFileAction(options: {
|
|
|
175
178
|
}): _backstage_plugin_scaffolder_node.TemplateAction<{
|
|
176
179
|
url: string;
|
|
177
180
|
targetPath: string;
|
|
181
|
+
token?: string | undefined;
|
|
178
182
|
}, _backstage_types.JsonObject>;
|
|
179
183
|
|
|
180
184
|
/**
|
|
@@ -201,6 +205,9 @@ declare function createFetchTemplateAction(options: {
|
|
|
201
205
|
copyWithoutTemplating?: string[] | undefined;
|
|
202
206
|
cookiecutterCompat?: boolean | undefined;
|
|
203
207
|
replace?: boolean | undefined;
|
|
208
|
+
trimBlocks?: boolean | undefined;
|
|
209
|
+
lstripBlocks?: boolean | undefined;
|
|
210
|
+
token?: string | undefined;
|
|
204
211
|
}, _backstage_types.JsonObject>;
|
|
205
212
|
|
|
206
213
|
/**
|
|
@@ -276,23 +283,24 @@ declare const createPublishGithubPullRequestAction: (options: github.CreateGithu
|
|
|
276
283
|
teamReviewers?: string[] | undefined;
|
|
277
284
|
commitMessage?: string | undefined;
|
|
278
285
|
update?: boolean | undefined;
|
|
286
|
+
forceFork?: boolean | undefined;
|
|
279
287
|
}, _backstage_types.JsonObject>;
|
|
280
288
|
/**
|
|
281
|
-
* @public @deprecated use
|
|
289
|
+
* @public @deprecated use "createPublishBitbucketCloudAction" from \@backstage/plugin-scaffolder-backend-module-bitbucket-cloud or "createPublishBitbucketServerAction" from \@backstage/plugin-scaffolder-backend-module-bitbucket-server instead
|
|
282
290
|
*/
|
|
283
291
|
declare const createPublishBitbucketAction: typeof bitbucket.createPublishBitbucketAction;
|
|
284
292
|
/**
|
|
285
|
-
* @public @deprecated use import from \@backstage/plugin-scaffolder-backend-module-bitbucket instead
|
|
293
|
+
* @public @deprecated use import from \@backstage/plugin-scaffolder-backend-module-bitbucket-cloud instead
|
|
286
294
|
*/
|
|
287
|
-
declare const createPublishBitbucketCloudAction: typeof
|
|
295
|
+
declare const createPublishBitbucketCloudAction: typeof bitbucketCloud.createPublishBitbucketCloudAction;
|
|
288
296
|
/**
|
|
289
|
-
* @public @deprecated use import from \@backstage/plugin-scaffolder-backend-module-bitbucket instead
|
|
297
|
+
* @public @deprecated use import from \@backstage/plugin-scaffolder-backend-module-bitbucket-server instead
|
|
290
298
|
*/
|
|
291
|
-
declare const createPublishBitbucketServerAction: typeof
|
|
299
|
+
declare const createPublishBitbucketServerAction: typeof bitbucketServer.createPublishBitbucketServerAction;
|
|
292
300
|
/**
|
|
293
|
-
* @public @deprecated use import from \@backstage/plugin-scaffolder-backend-module-bitbucket instead
|
|
301
|
+
* @public @deprecated use import from \@backstage/plugin-scaffolder-backend-module-bitbucket-server instead
|
|
294
302
|
*/
|
|
295
|
-
declare const createPublishBitbucketServerPullRequestAction: typeof
|
|
303
|
+
declare const createPublishBitbucketServerPullRequestAction: typeof bitbucketServer.createPublishBitbucketServerPullRequestAction;
|
|
296
304
|
/**
|
|
297
305
|
* @public @deprecated use import from \@backstage/plugin-scaffolder-backend-module-azure instead
|
|
298
306
|
*/
|
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.21.0-next.
|
|
4
|
+
"version": "1.21.0-next.2",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -44,26 +44,28 @@
|
|
|
44
44
|
"build:assets": "node scripts/build-nunjucks.js"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@backstage/backend-common": "^0.21.0-next.
|
|
48
|
-
"@backstage/backend-plugin-api": "^0.6.10-next.
|
|
49
|
-
"@backstage/backend-tasks": "^0.5.15-next.
|
|
50
|
-
"@backstage/catalog-client": "^1.6.0-next.
|
|
51
|
-
"@backstage/catalog-model": "^1.4.
|
|
47
|
+
"@backstage/backend-common": "^0.21.0-next.2",
|
|
48
|
+
"@backstage/backend-plugin-api": "^0.6.10-next.2",
|
|
49
|
+
"@backstage/backend-tasks": "^0.5.15-next.2",
|
|
50
|
+
"@backstage/catalog-client": "^1.6.0-next.1",
|
|
51
|
+
"@backstage/catalog-model": "^1.4.4-next.0",
|
|
52
52
|
"@backstage/config": "^1.1.1",
|
|
53
53
|
"@backstage/errors": "^1.2.3",
|
|
54
|
-
"@backstage/integration": "^1.
|
|
55
|
-
"@backstage/plugin-auth-node": "^0.4.4-next.
|
|
56
|
-
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.1.7-next.
|
|
57
|
-
"@backstage/plugin-catalog-node": "^1.6.2-next.
|
|
54
|
+
"@backstage/integration": "^1.9.0-next.0",
|
|
55
|
+
"@backstage/plugin-auth-node": "^0.4.4-next.2",
|
|
56
|
+
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.1.7-next.2",
|
|
57
|
+
"@backstage/plugin-catalog-node": "^1.6.2-next.2",
|
|
58
58
|
"@backstage/plugin-permission-common": "^0.7.12",
|
|
59
|
-
"@backstage/plugin-permission-node": "^0.7.21-next.
|
|
60
|
-
"@backstage/plugin-scaffolder-backend-module-azure": "^0.1.2-next.
|
|
61
|
-
"@backstage/plugin-scaffolder-backend-module-bitbucket": "^0.
|
|
62
|
-
"@backstage/plugin-scaffolder-backend-module-
|
|
63
|
-
"@backstage/plugin-scaffolder-backend-module-
|
|
64
|
-
"@backstage/plugin-scaffolder-backend-module-
|
|
65
|
-
"@backstage/plugin-scaffolder-
|
|
66
|
-
"@backstage/plugin-scaffolder-
|
|
59
|
+
"@backstage/plugin-permission-node": "^0.7.21-next.2",
|
|
60
|
+
"@backstage/plugin-scaffolder-backend-module-azure": "^0.1.2-next.2",
|
|
61
|
+
"@backstage/plugin-scaffolder-backend-module-bitbucket": "^0.2.0-next.2",
|
|
62
|
+
"@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "^0.1.0-next.0",
|
|
63
|
+
"@backstage/plugin-scaffolder-backend-module-bitbucket-server": "^0.1.0-next.0",
|
|
64
|
+
"@backstage/plugin-scaffolder-backend-module-gerrit": "^0.1.2-next.2",
|
|
65
|
+
"@backstage/plugin-scaffolder-backend-module-github": "^0.2.0-next.2",
|
|
66
|
+
"@backstage/plugin-scaffolder-backend-module-gitlab": "^0.2.13-next.2",
|
|
67
|
+
"@backstage/plugin-scaffolder-common": "^1.5.0-next.1",
|
|
68
|
+
"@backstage/plugin-scaffolder-node": "^0.3.0-next.2",
|
|
67
69
|
"@backstage/types": "^1.1.1",
|
|
68
70
|
"@types/express": "^4.17.6",
|
|
69
71
|
"@types/luxon": "^3.0.0",
|
|
@@ -88,13 +90,13 @@
|
|
|
88
90
|
"zod": "^3.22.4"
|
|
89
91
|
},
|
|
90
92
|
"devDependencies": {
|
|
91
|
-
"@backstage/backend-test-utils": "^0.3.0-next.
|
|
92
|
-
"@backstage/cli": "^0.25.2-next.
|
|
93
|
+
"@backstage/backend-test-utils": "^0.3.0-next.2",
|
|
94
|
+
"@backstage/cli": "^0.25.2-next.2",
|
|
93
95
|
"@types/fs-extra": "^9.0.1",
|
|
94
96
|
"@types/nunjucks": "^3.1.4",
|
|
95
97
|
"@types/supertest": "^2.0.8",
|
|
96
98
|
"@types/zen-observable": "^0.8.0",
|
|
97
|
-
"esbuild": "^0.
|
|
99
|
+
"esbuild": "^0.20.0",
|
|
98
100
|
"strip-ansi": "^7.1.0",
|
|
99
101
|
"supertest": "^6.1.3",
|
|
100
102
|
"wait-for-expect": "^3.0.2"
|