@backstage/plugin-scaffolder-backend 1.19.2 → 1.19.3-next.1
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 +55 -0
- package/alpha/package.json +1 -1
- package/dist/alpha.cjs.js +1 -1
- package/dist/cjs/{router-ca1e7c8a.cjs.js → router-03a1f408.cjs.js} +2 -2
- package/dist/cjs/router-03a1f408.cjs.js.map +1 -0
- package/dist/index.cjs.js +1 -1
- package/package.json +17 -17
- package/dist/cjs/router-ca1e7c8a.cjs.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,60 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend
|
|
2
2
|
|
|
3
|
+
## 1.19.3-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-common@0.20.1-next.1
|
|
9
|
+
- @backstage/integration@1.8.0
|
|
10
|
+
- @backstage/plugin-scaffolder-backend-module-gitlab@0.2.12-next.1
|
|
11
|
+
- @backstage/config@1.1.1
|
|
12
|
+
- @backstage/backend-tasks@0.5.14-next.1
|
|
13
|
+
- @backstage/plugin-auth-node@0.4.3-next.1
|
|
14
|
+
- @backstage/plugin-permission-node@0.7.20-next.1
|
|
15
|
+
- @backstage/plugin-scaffolder-backend-module-azure@0.1.1-next.1
|
|
16
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.1.1-next.1
|
|
17
|
+
- @backstage/plugin-scaffolder-backend-module-gerrit@0.1.1-next.1
|
|
18
|
+
- @backstage/plugin-scaffolder-backend-module-github@0.1.1-next.1
|
|
19
|
+
- @backstage/plugin-scaffolder-node@0.2.10-next.1
|
|
20
|
+
- @backstage/backend-plugin-api@0.6.9-next.1
|
|
21
|
+
- @backstage/catalog-client@1.5.2-next.0
|
|
22
|
+
- @backstage/catalog-model@1.4.3
|
|
23
|
+
- @backstage/errors@1.2.3
|
|
24
|
+
- @backstage/types@1.1.1
|
|
25
|
+
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.6-next.1
|
|
26
|
+
- @backstage/plugin-catalog-node@1.6.1-next.1
|
|
27
|
+
- @backstage/plugin-permission-common@0.7.11
|
|
28
|
+
- @backstage/plugin-scaffolder-common@1.4.4
|
|
29
|
+
|
|
30
|
+
## 1.19.3-next.0
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- e9ab1c4: Fixed an issue where not passing a `value` to any of the action's permission conditions caused an error.
|
|
35
|
+
- Updated dependencies
|
|
36
|
+
- @backstage/backend-common@0.20.1-next.0
|
|
37
|
+
- @backstage/catalog-client@1.5.2-next.0
|
|
38
|
+
- @backstage/plugin-scaffolder-backend-module-github@0.1.1-next.0
|
|
39
|
+
- @backstage/plugin-scaffolder-backend-module-azure@0.1.1-next.0
|
|
40
|
+
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.6-next.0
|
|
41
|
+
- @backstage/plugin-catalog-node@1.6.1-next.0
|
|
42
|
+
- @backstage/backend-plugin-api@0.6.9-next.0
|
|
43
|
+
- @backstage/backend-tasks@0.5.14-next.0
|
|
44
|
+
- @backstage/catalog-model@1.4.3
|
|
45
|
+
- @backstage/config@1.1.1
|
|
46
|
+
- @backstage/errors@1.2.3
|
|
47
|
+
- @backstage/integration@1.8.0
|
|
48
|
+
- @backstage/types@1.1.1
|
|
49
|
+
- @backstage/plugin-auth-node@0.4.3-next.0
|
|
50
|
+
- @backstage/plugin-permission-common@0.7.11
|
|
51
|
+
- @backstage/plugin-permission-node@0.7.20-next.0
|
|
52
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.1.1-next.0
|
|
53
|
+
- @backstage/plugin-scaffolder-backend-module-gerrit@0.1.1-next.0
|
|
54
|
+
- @backstage/plugin-scaffolder-backend-module-gitlab@0.2.12-next.0
|
|
55
|
+
- @backstage/plugin-scaffolder-common@1.4.4
|
|
56
|
+
- @backstage/plugin-scaffolder-node@0.2.10-next.0
|
|
57
|
+
|
|
3
58
|
## 1.19.2
|
|
4
59
|
|
|
5
60
|
### 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-03a1f408.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');
|
|
@@ -2043,7 +2043,7 @@ function buildHasProperty({
|
|
|
2043
2043
|
resourceType: alpha.RESOURCE_TYPE_SCAFFOLDER_ACTION,
|
|
2044
2044
|
paramsSchema: zod.z.object({
|
|
2045
2045
|
key: zod.z.string().describe(`Property within the action parameters to match on`),
|
|
2046
|
-
value: valueSchema.describe(`Value of the given property to match on`)
|
|
2046
|
+
value: valueSchema.optional().describe(`Value of the given property to match on`)
|
|
2047
2047
|
}),
|
|
2048
2048
|
apply: (resource, { key, value }) => {
|
|
2049
2049
|
const foundValue = lodash.get(resource.input, key);
|
|
@@ -3208,4 +3208,4 @@ exports.createRouter = createRouter;
|
|
|
3208
3208
|
exports.createWaitAction = createWaitAction;
|
|
3209
3209
|
exports.scaffolderActionRules = scaffolderActionRules;
|
|
3210
3210
|
exports.scaffolderTemplateRules = scaffolderTemplateRules;
|
|
3211
|
-
//# sourceMappingURL=router-
|
|
3211
|
+
//# sourceMappingURL=router-03a1f408.cjs.js.map
|