@backstage/plugin-search-backend 1.3.0-next.2 → 1.3.1-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,42 @@
1
1
  # @backstage/plugin-search-backend
2
2
 
3
+ ## 1.3.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.18.5-next.0
9
+ - @backstage/plugin-permission-node@0.7.8-next.0
10
+ - @backstage/plugin-auth-node@0.2.14-next.0
11
+ - @backstage/plugin-search-backend-node@1.2.1-next.0
12
+ - @backstage/backend-plugin-api@0.5.2-next.0
13
+ - @backstage/config@1.0.7
14
+ - @backstage/errors@1.1.5
15
+ - @backstage/types@1.0.2
16
+ - @backstage/plugin-permission-common@0.7.5
17
+ - @backstage/plugin-search-common@1.2.3
18
+
19
+ ## 1.3.0
20
+
21
+ ### Minor Changes
22
+
23
+ - 1469daa409e: Exports search plugin that can be used with the new backend system. For documentation on how to migrate, check out the [how to migrate to the new backend system guide](https://backstage.io/docs/features/search/how-to-guides/#how-to-migrate-your-backend-installation-to-use-search-together-with-the-new-backend-system).
24
+
25
+ ### Patch Changes
26
+
27
+ - 1e4f5e91b8e: Bump `zod` and `zod-to-json-schema` dependencies.
28
+ - Updated dependencies
29
+ - @backstage/backend-common@0.18.4
30
+ - @backstage/plugin-permission-node@0.7.7
31
+ - @backstage/plugin-permission-common@0.7.5
32
+ - @backstage/plugin-search-backend-node@1.2.0
33
+ - @backstage/plugin-auth-node@0.2.13
34
+ - @backstage/backend-plugin-api@0.5.1
35
+ - @backstage/config@1.0.7
36
+ - @backstage/errors@1.1.5
37
+ - @backstage/types@1.0.2
38
+ - @backstage/plugin-search-common@1.2.3
39
+
3
40
  ## 1.3.0-next.2
4
41
 
5
42
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend",
3
- "version": "1.3.0-next.2",
3
+ "version": "1.3.1-next.0",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
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": "1.3.0-next.2",
4
+ "version": "1.3.1-next.0",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,15 +34,15 @@
34
34
  "clean": "backstage-cli package clean"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/backend-common": "^0.18.4-next.2",
38
- "@backstage/backend-plugin-api": "^0.5.1-next.2",
37
+ "@backstage/backend-common": "^0.18.5-next.0",
38
+ "@backstage/backend-plugin-api": "^0.5.2-next.0",
39
39
  "@backstage/config": "^1.0.7",
40
40
  "@backstage/errors": "^1.1.5",
41
- "@backstage/plugin-auth-node": "^0.2.13-next.2",
42
- "@backstage/plugin-permission-common": "^0.7.5-next.0",
43
- "@backstage/plugin-permission-node": "^0.7.7-next.2",
44
- "@backstage/plugin-search-backend-node": "^1.2.0-next.2",
45
- "@backstage/plugin-search-common": "^1.2.3-next.0",
41
+ "@backstage/plugin-auth-node": "^0.2.14-next.0",
42
+ "@backstage/plugin-permission-common": "^0.7.5",
43
+ "@backstage/plugin-permission-node": "^0.7.8-next.0",
44
+ "@backstage/plugin-search-backend-node": "^1.2.1-next.0",
45
+ "@backstage/plugin-search-common": "^1.2.3",
46
46
  "@backstage/types": "^1.0.2",
47
47
  "@types/express": "^4.17.6",
48
48
  "dataloader": "^2.0.0",
@@ -55,8 +55,8 @@
55
55
  "zod": "^3.21.4"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/backend-test-utils": "^0.1.36-next.2",
59
- "@backstage/cli": "^0.22.6-next.2",
58
+ "@backstage/backend-test-utils": "^0.1.37-next.0",
59
+ "@backstage/cli": "^0.22.7-next.0",
60
60
  "@types/supertest": "^2.0.8",
61
61
  "supertest": "^6.1.3"
62
62
  },