@backstage/plugin-catalog-backend 1.5.1-next.0 → 1.5.1-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 CHANGED
@@ -1,5 +1,25 @@
1
1
  # @backstage/plugin-catalog-backend
2
2
 
3
+ ## 1.5.1-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.16.0-next.1
9
+ - @backstage/backend-plugin-api@0.1.4-next.1
10
+ - @backstage/plugin-catalog-node@1.2.1-next.1
11
+ - @backstage/plugin-permission-node@0.7.1-next.1
12
+ - @backstage/catalog-client@1.1.2-next.0
13
+ - @backstage/catalog-model@1.1.3-next.0
14
+ - @backstage/config@1.0.4-next.0
15
+ - @backstage/errors@1.1.3-next.0
16
+ - @backstage/integration@1.4.0-next.0
17
+ - @backstage/types@1.0.1-next.0
18
+ - @backstage/plugin-catalog-common@1.0.8-next.0
19
+ - @backstage/plugin-permission-common@0.7.1-next.0
20
+ - @backstage/plugin-scaffolder-common@1.2.2-next.0
21
+ - @backstage/plugin-search-common@1.1.1-next.0
22
+
3
23
  ## 1.5.1-next.0
4
24
 
5
25
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend",
3
- "version": "1.5.1-next.0",
3
+ "version": "1.5.1-next.1",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
package/config.d.ts CHANGED
@@ -25,7 +25,7 @@ export interface Config {
25
25
  * An undefined list of matchers means match all, an empty list of
26
26
  * matchers means match none.
27
27
  *
28
- * This is commonly used to put in what amounts to a whitelist of kinds
28
+ * This is commonly used to put in what amounts to an allowlist of kinds
29
29
  * that regular users of Backstage are permitted to register locations
30
30
  * for. This can be used to stop them from registering yaml files
31
31
  * describing for example a Group entity called "admin" that they make