@backstage/plugin-scaffolder-backend 1.22.8-next.1 → 1.22.8-next.3
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 +62 -0
- package/alpha/package.json +1 -1
- package/dist/alpha.cjs.js +1 -1
- package/dist/cjs/{router-Czj3wQrV.cjs.js → router-Be_L_ugX.cjs.js} +2 -2
- package/dist/cjs/{router-Czj3wQrV.cjs.js.map → router-Be_L_ugX.cjs.js.map} +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +1 -0
- package/package.json +33 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,67 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend
|
|
2
2
|
|
|
3
|
+
## 1.22.8-next.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d44a20a: Added additional plugin metadata to `package.json`.
|
|
8
|
+
- f4c8486: Increase max wait time in debug:wait action to 10 minutes
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/backend-plugin-api@0.6.19-next.3
|
|
11
|
+
- @backstage/plugin-auth-node@0.4.14-next.3
|
|
12
|
+
- @backstage/integration@1.12.0-next.1
|
|
13
|
+
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.17-next.3
|
|
14
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.9-next.2
|
|
15
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.9-next.2
|
|
16
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.2.9-next.2
|
|
17
|
+
- @backstage/plugin-scaffolder-backend-module-gerrit@0.1.11-next.2
|
|
18
|
+
- @backstage/plugin-scaffolder-backend-module-github@0.3.0-next.3
|
|
19
|
+
- @backstage/plugin-scaffolder-backend-module-gitlab@0.4.1-next.3
|
|
20
|
+
- @backstage/plugin-scaffolder-backend-module-azure@0.1.11-next.2
|
|
21
|
+
- @backstage/plugin-scaffolder-backend-module-gitea@0.1.9-next.3
|
|
22
|
+
- @backstage/plugin-permission-common@0.7.14-next.0
|
|
23
|
+
- @backstage/plugin-scaffolder-common@1.5.3-next.1
|
|
24
|
+
- @backstage/plugin-permission-node@0.7.30-next.3
|
|
25
|
+
- @backstage/plugin-scaffolder-node@0.4.5-next.3
|
|
26
|
+
- @backstage/plugin-catalog-node@1.12.1-next.2
|
|
27
|
+
- @backstage/backend-tasks@0.5.24-next.3
|
|
28
|
+
- @backstage/backend-common@0.23.0-next.3
|
|
29
|
+
- @backstage/catalog-client@1.6.5
|
|
30
|
+
- @backstage/catalog-model@1.5.0
|
|
31
|
+
- @backstage/config@1.2.0
|
|
32
|
+
- @backstage/errors@1.2.4
|
|
33
|
+
- @backstage/types@1.1.1
|
|
34
|
+
|
|
35
|
+
## 1.22.8-next.2
|
|
36
|
+
|
|
37
|
+
### Patch Changes
|
|
38
|
+
|
|
39
|
+
- Updated dependencies
|
|
40
|
+
- @backstage/plugin-scaffolder-backend-module-gitlab@0.4.1-next.2
|
|
41
|
+
- @backstage/backend-plugin-api@0.6.19-next.2
|
|
42
|
+
- @backstage/backend-common@0.23.0-next.2
|
|
43
|
+
- @backstage/integration@1.12.0-next.0
|
|
44
|
+
- @backstage/plugin-permission-node@0.7.30-next.2
|
|
45
|
+
- @backstage/plugin-scaffolder-backend-module-github@0.3.0-next.2
|
|
46
|
+
- @backstage/backend-tasks@0.5.24-next.2
|
|
47
|
+
- @backstage/plugin-auth-node@0.4.14-next.2
|
|
48
|
+
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.17-next.2
|
|
49
|
+
- @backstage/plugin-catalog-node@1.12.1-next.1
|
|
50
|
+
- @backstage/plugin-scaffolder-backend-module-azure@0.1.11-next.1
|
|
51
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.2.9-next.1
|
|
52
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.9-next.1
|
|
53
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.9-next.1
|
|
54
|
+
- @backstage/plugin-scaffolder-backend-module-gerrit@0.1.11-next.1
|
|
55
|
+
- @backstage/plugin-scaffolder-backend-module-gitea@0.1.9-next.2
|
|
56
|
+
- @backstage/plugin-scaffolder-node@0.4.5-next.2
|
|
57
|
+
- @backstage/catalog-client@1.6.5
|
|
58
|
+
- @backstage/catalog-model@1.5.0
|
|
59
|
+
- @backstage/config@1.2.0
|
|
60
|
+
- @backstage/errors@1.2.4
|
|
61
|
+
- @backstage/types@1.1.1
|
|
62
|
+
- @backstage/plugin-permission-common@0.7.13
|
|
63
|
+
- @backstage/plugin-scaffolder-common@1.5.3-next.0
|
|
64
|
+
|
|
3
65
|
## 1.22.8-next.1
|
|
4
66
|
|
|
5
67
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/dist/alpha.cjs.js
CHANGED
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var alpha = require('@backstage/plugin-scaffolder-common/alpha');
|
|
6
6
|
var pluginPermissionNode = require('@backstage/plugin-permission-node');
|
|
7
|
-
var router = require('./cjs/router-
|
|
7
|
+
var router = require('./cjs/router-Be_L_ugX.cjs.js');
|
|
8
8
|
var backendPluginApi = require('@backstage/backend-plugin-api');
|
|
9
9
|
var backendCommon = require('@backstage/backend-common');
|
|
10
10
|
var integration = require('@backstage/integration');
|
|
@@ -554,7 +554,7 @@ const examples$5 = [
|
|
|
554
554
|
];
|
|
555
555
|
|
|
556
556
|
const id = "debug:wait";
|
|
557
|
-
const MAX_WAIT_TIME_IN_ISO = "T00:00
|
|
557
|
+
const MAX_WAIT_TIME_IN_ISO = "T00:10:00";
|
|
558
558
|
function createWaitAction(options) {
|
|
559
559
|
const toDuration = (maxWaitTime) => {
|
|
560
560
|
if (maxWaitTime) {
|
|
@@ -3717,4 +3717,4 @@ exports.createRouter = createRouter;
|
|
|
3717
3717
|
exports.createWaitAction = createWaitAction;
|
|
3718
3718
|
exports.scaffolderActionRules = scaffolderActionRules;
|
|
3719
3719
|
exports.scaffolderTemplateRules = scaffolderTemplateRules;
|
|
3720
|
-
//# sourceMappingURL=router-
|
|
3720
|
+
//# sourceMappingURL=router-Be_L_ugX.cjs.js.map
|