@backstage/plugin-auth-node 0.4.10 → 0.4.11

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,19 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
+ ## 0.4.11
4
+
5
+ ### Patch Changes
6
+
7
+ - 038b2e6: Only consider entities of kind `User` when using `findCatalogUser` with a filter query, unless an explicit `kind` filter is provided.
8
+ - Updated dependencies
9
+ - @backstage/catalog-client@1.6.3
10
+ - @backstage/backend-common@0.21.6
11
+ - @backstage/backend-plugin-api@0.6.16
12
+ - @backstage/catalog-model@1.4.5
13
+ - @backstage/config@1.2.0
14
+ - @backstage/errors@1.2.4
15
+ - @backstage/types@1.1.1
16
+
3
17
  ## 0.4.10
4
18
 
5
19
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -69,7 +69,7 @@ type BackstageUserIdentity = {
69
69
  * If `annotations` are used, all annotations must be present and
70
70
  * match the provided value exactly. Only entities of kind `'User'` will be considered.
71
71
  *
72
- * If `filter` are used they are passed on as they are to the `CatalogApi`.
72
+ * If `filter` are used, only entities of kind `'User'` will be considered unless it is explicitly specified differently in the filter.
73
73
  *
74
74
  * Regardless of the query method, the query must match exactly one entity
75
75
  * in the catalog, or an error will be thrown.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.4.10",
3
+ "version": "0.4.11",
4
4
  "backstage": {
5
5
  "role": "node-library"
6
6
  },
@@ -31,9 +31,9 @@
31
31
  "test": "backstage-cli package test"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/backend-common": "^0.21.5",
35
- "@backstage/backend-plugin-api": "^0.6.15",
36
- "@backstage/catalog-client": "^1.6.2",
34
+ "@backstage/backend-common": "^0.21.6",
35
+ "@backstage/backend-plugin-api": "^0.6.16",
36
+ "@backstage/catalog-client": "^1.6.3",
37
37
  "@backstage/catalog-model": "^1.4.5",
38
38
  "@backstage/config": "^1.2.0",
39
39
  "@backstage/errors": "^1.2.4",
@@ -50,8 +50,8 @@
50
50
  "zod-to-json-schema": "^3.21.4"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/backend-test-utils": "^0.3.5",
54
- "@backstage/cli": "^0.26.1",
53
+ "@backstage/backend-test-utils": "^0.3.6",
54
+ "@backstage/cli": "^0.26.2",
55
55
  "cookie-parser": "^1.4.6",
56
56
  "express-promise-router": "^4.1.1",
57
57
  "lodash": "^4.17.21",