@backstage/plugin-search-backend 1.5.13 → 1.5.14-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,50 +1,33 @@
1
1
  # @backstage/plugin-search-backend
2
2
 
3
- ## 1.5.13
3
+ ## 1.5.14-next.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.6.21
9
- - @backstage/backend-defaults@0.3.3
10
- - @backstage/backend-common@0.23.2
11
- - @backstage/backend-openapi-utils@0.1.14
12
- - @backstage/plugin-permission-node@0.7.32
13
- - @backstage/plugin-search-backend-node@1.2.26
8
+ - @backstage/backend-defaults@0.3.4-next.1
9
+ - @backstage/backend-common@0.23.3-next.1
10
+ - @backstage/backend-openapi-utils@0.1.15-next.1
11
+ - @backstage/backend-plugin-api@0.6.22-next.1
14
12
  - @backstage/config@1.2.0
15
13
  - @backstage/errors@1.2.4
16
14
  - @backstage/types@1.1.1
17
15
  - @backstage/plugin-permission-common@0.7.14
16
+ - @backstage/plugin-permission-node@0.7.33-next.1
17
+ - @backstage/plugin-search-backend-node@1.2.27-next.1
18
18
  - @backstage/plugin-search-common@1.2.12
19
19
 
20
- ## 1.5.12
20
+ ## 1.5.13-next.0
21
21
 
22
22
  ### Patch Changes
23
23
 
24
24
  - Updated dependencies
25
- - @backstage/backend-common@0.23.1
26
- - @backstage/backend-defaults@0.3.2
27
- - @backstage/backend-openapi-utils@0.1.13
28
- - @backstage/backend-plugin-api@0.6.20
29
- - @backstage/config@1.2.0
30
- - @backstage/errors@1.2.4
31
- - @backstage/types@1.1.1
32
- - @backstage/plugin-permission-common@0.7.14
33
- - @backstage/plugin-permission-node@0.7.31
34
- - @backstage/plugin-search-backend-node@1.2.25
35
- - @backstage/plugin-search-common@1.2.12
36
-
37
- ## 1.5.11
38
-
39
- ### Patch Changes
40
-
41
- - Updated dependencies
42
- - @backstage/backend-common@0.23.1
43
- - @backstage/backend-defaults@0.3.1
44
- - @backstage/plugin-permission-node@0.7.31
45
- - @backstage/plugin-search-backend-node@1.2.25
46
- - @backstage/backend-openapi-utils@0.1.13
47
- - @backstage/backend-plugin-api@0.6.20
25
+ - @backstage/backend-plugin-api@0.6.21-next.0
26
+ - @backstage/backend-defaults@0.3.3-next.0
27
+ - @backstage/backend-common@0.23.2-next.0
28
+ - @backstage/backend-openapi-utils@0.1.14-next.0
29
+ - @backstage/plugin-permission-node@0.7.32-next.0
30
+ - @backstage/plugin-search-backend-node@1.2.26-next.0
48
31
  - @backstage/config@1.2.0
49
32
  - @backstage/errors@1.2.4
50
33
  - @backstage/types@1.1.1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend__alpha",
3
- "version": "1.5.13",
3
+ "version": "1.5.14-next.1",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend",
3
- "version": "1.5.13",
3
+ "version": "1.5.14-next.1",
4
4
  "description": "The Backstage backend plugin that provides your backstage app with search",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -54,15 +54,15 @@
54
54
  "test": "backstage-cli package test"
55
55
  },
56
56
  "dependencies": {
57
- "@backstage/backend-common": "^0.23.2",
58
- "@backstage/backend-defaults": "^0.3.3",
59
- "@backstage/backend-openapi-utils": "^0.1.14",
60
- "@backstage/backend-plugin-api": "^0.6.21",
57
+ "@backstage/backend-common": "^0.23.3-next.1",
58
+ "@backstage/backend-defaults": "^0.3.4-next.1",
59
+ "@backstage/backend-openapi-utils": "^0.1.15-next.1",
60
+ "@backstage/backend-plugin-api": "^0.6.22-next.1",
61
61
  "@backstage/config": "^1.2.0",
62
62
  "@backstage/errors": "^1.2.4",
63
63
  "@backstage/plugin-permission-common": "^0.7.14",
64
- "@backstage/plugin-permission-node": "^0.7.32",
65
- "@backstage/plugin-search-backend-node": "^1.2.26",
64
+ "@backstage/plugin-permission-node": "^0.7.33-next.1",
65
+ "@backstage/plugin-search-backend-node": "^1.2.27-next.1",
66
66
  "@backstage/plugin-search-common": "^1.2.12",
67
67
  "@backstage/types": "^1.1.1",
68
68
  "@types/express": "^4.17.6",
@@ -75,9 +75,9 @@
75
75
  "zod": "^3.22.4"
76
76
  },
77
77
  "devDependencies": {
78
- "@backstage/backend-test-utils": "^0.4.3",
79
- "@backstage/cli": "^0.26.10",
80
- "@backstage/repo-tools": "^0.9.3",
78
+ "@backstage/backend-test-utils": "^0.4.4-next.1",
79
+ "@backstage/cli": "^0.26.11-next.1",
80
+ "@backstage/repo-tools": "^0.9.4-next.1",
81
81
  "@types/supertest": "^2.0.8",
82
82
  "supertest": "^6.1.3"
83
83
  },