@backstage/plugin-catalog-backend 1.12.0 → 1.12.2-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 CHANGED
@@ -1,5 +1,34 @@
1
1
  # @backstage/plugin-catalog-backend
2
2
 
3
+ ## 1.12.2-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 149361e81622: Fix to the `limit` parameter on entity queries.
8
+ - 0198aa596fd9: Fixed a link to the frontend Backstage plugin that had pointed to itself.
9
+ - 41d1b2d628ea: Fix OpenAPI schema for the facets endpoint
10
+ - cfc3ca6ce060: Changes needed to support MySQL
11
+ - Updated dependencies
12
+ - @backstage/plugin-auth-node@0.3.0-next.0
13
+ - @backstage/backend-common@0.19.4-next.0
14
+ - @backstage/integration@1.7.0-next.0
15
+ - @backstage/backend-tasks@0.5.7-next.0
16
+ - @backstage/backend-openapi-utils@0.0.3
17
+ - @backstage/backend-plugin-api@0.6.2-next.0
18
+ - @backstage/catalog-client@1.4.3
19
+ - @backstage/catalog-model@1.4.1
20
+ - @backstage/config@1.0.8
21
+ - @backstage/errors@1.2.1
22
+ - @backstage/types@1.1.0
23
+ - @backstage/plugin-catalog-common@1.0.15
24
+ - @backstage/plugin-catalog-node@1.4.3-next.0
25
+ - @backstage/plugin-events-node@0.2.11-next.0
26
+ - @backstage/plugin-permission-common@0.7.7
27
+ - @backstage/plugin-permission-node@0.7.13-next.0
28
+ - @backstage/plugin-scaffolder-common@1.4.0
29
+ - @backstage/plugin-search-backend-module-catalog@0.1.6-next.0
30
+ - @backstage/plugin-search-common@1.2.5
31
+
3
32
  ## 1.12.0
4
33
 
5
34
  ### Minor Changes
package/README.md CHANGED
@@ -86,5 +86,5 @@ some example entities.
86
86
 
87
87
  ## Links
88
88
 
89
- - [catalog](https://github.com/backstage/backstage/tree/master/plugins/catalog-backend)
89
+ - [catalog](https://github.com/backstage/backstage/tree/master/plugins/catalog)
90
90
  is the frontend interface for this plugin.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend",
3
- "version": "1.12.0",
3
+ "version": "1.12.2-next.0",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
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-catalog-common/alpha');
6
6
  var pluginPermissionNode = require('@backstage/plugin-permission-node');
7
- var CatalogBuilder = require('./cjs/CatalogBuilder-01a15d2f.cjs.js');
7
+ var CatalogBuilder = require('./cjs/CatalogBuilder-592e6798.cjs.js');
8
8
  var backendPluginApi = require('@backstage/backend-plugin-api');
9
9
  var alpha$1 = require('@backstage/plugin-catalog-node/alpha');
10
10
  var backendCommon = require('@backstage/backend-common');
@@ -3672,7 +3672,7 @@ const spec = {
3672
3672
  required: false,
3673
3673
  schema: {
3674
3674
  type: "integer",
3675
- minimum: 1
3675
+ minimum: 0
3676
3676
  }
3677
3677
  },
3678
3678
  orderField: {
@@ -4585,7 +4585,10 @@ const spec = {
4585
4585
  name: "facet",
4586
4586
  required: true,
4587
4587
  schema: {
4588
- type: "string"
4588
+ type: "array",
4589
+ items: {
4590
+ type: "string"
4591
+ }
4589
4592
  }
4590
4593
  },
4591
4594
  {
@@ -6640,4 +6643,4 @@ exports.createCatalogPermissionRule = createCatalogPermissionRule;
6640
6643
  exports.createRandomProcessingInterval = createRandomProcessingInterval;
6641
6644
  exports.parseEntityYaml = parseEntityYaml;
6642
6645
  exports.permissionRules = permissionRules;
6643
- //# sourceMappingURL=CatalogBuilder-01a15d2f.cjs.js.map
6646
+ //# sourceMappingURL=CatalogBuilder-592e6798.cjs.js.map