@backstage/plugin-search-backend 0.5.2-next.0 → 0.5.3-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # @backstage/plugin-search-backend
2
2
 
3
+ ## 0.5.3-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.13.6-next.0
9
+ - @backstage/plugin-search-backend-node@0.6.2-next.0
10
+ - @backstage/plugin-auth-node@0.2.2-next.0
11
+ - @backstage/plugin-permission-node@0.6.2-next.0
12
+
13
+ ## 0.5.2
14
+
15
+ ### Patch Changes
16
+
17
+ - 8cc75993a6: Fixed issue in `PermissionEvaluator` instance check that would cause unexpected "invalid union" errors.
18
+ - Updated dependencies
19
+ - @backstage/backend-common@0.13.3
20
+ - @backstage/config@1.0.1
21
+ - @backstage/plugin-search-backend-node@0.6.1
22
+ - @backstage/plugin-auth-node@0.2.1
23
+ - @backstage/plugin-search-common@0.3.4
24
+ - @backstage/plugin-permission-common@0.6.1
25
+ - @backstage/plugin-permission-node@0.6.1
26
+
27
+ ## 0.5.2-next.1
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies
32
+ - @backstage/backend-common@0.13.3-next.2
33
+ - @backstage/config@1.0.1-next.0
34
+ - @backstage/plugin-search-backend-node@0.6.1-next.1
35
+ - @backstage/plugin-search-common@0.3.4-next.0
36
+ - @backstage/plugin-auth-node@0.2.1-next.1
37
+ - @backstage/plugin-permission-common@0.6.1-next.0
38
+ - @backstage/plugin-permission-node@0.6.1-next.1
39
+
3
40
  ## 0.5.2-next.0
4
41
 
5
42
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend",
3
3
  "description": "The Backstage backend plugin that provides your backstage app with search",
4
- "version": "0.5.2-next.0",
4
+ "version": "0.5.3-next.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -23,14 +23,14 @@
23
23
  "clean": "backstage-cli package clean"
24
24
  },
25
25
  "dependencies": {
26
- "@backstage/backend-common": "^0.13.3-next.0",
27
- "@backstage/config": "^1.0.0",
26
+ "@backstage/backend-common": "^0.13.6-next.0",
27
+ "@backstage/config": "^1.0.1",
28
28
  "@backstage/errors": "^1.0.0",
29
- "@backstage/plugin-auth-node": "^0.2.1-next.0",
30
- "@backstage/plugin-permission-common": "^0.6.0",
31
- "@backstage/plugin-permission-node": "^0.6.1-next.0",
32
- "@backstage/plugin-search-backend-node": "^0.6.1-next.0",
33
- "@backstage/plugin-search-common": "^0.3.3",
29
+ "@backstage/plugin-auth-node": "^0.2.2-next.0",
30
+ "@backstage/plugin-permission-common": "^0.6.1",
31
+ "@backstage/plugin-permission-node": "^0.6.2-next.0",
32
+ "@backstage/plugin-search-backend-node": "^0.6.2-next.0",
33
+ "@backstage/plugin-search-common": "^0.3.4",
34
34
  "@backstage/types": "^1.0.0",
35
35
  "@types/express": "^4.17.6",
36
36
  "dataloader": "^2.0.0",
@@ -43,12 +43,12 @@
43
43
  "zod": "^3.11.6"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/cli": "^0.17.1-next.0",
46
+ "@backstage/cli": "^0.17.2-next.0",
47
47
  "@types/supertest": "^2.0.8",
48
48
  "supertest": "^6.1.3"
49
49
  },
50
50
  "files": [
51
51
  "dist"
52
52
  ],
53
- "gitHead": "88ee375f5ee44b7a7917297785ddf88691fe3381"
53
+ "gitHead": "c1511c99a532aeb003a97510a5638bd939ee65ca"
54
54
  }