@backstage/plugin-search-backend 1.5.17-next.2 → 1.5.18-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.5.18-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 094eaa3: Remove references to in-repo backend-common
8
+ - Updated dependencies
9
+ - @backstage/plugin-search-backend-node@1.3.3-next.0
10
+ - @backstage/backend-defaults@0.5.1-next.0
11
+ - @backstage/plugin-permission-node@0.8.4-next.0
12
+ - @backstage/backend-openapi-utils@0.1.19-next.0
13
+ - @backstage/backend-plugin-api@1.0.1-next.0
14
+ - @backstage/config@1.2.0
15
+ - @backstage/errors@1.2.4
16
+ - @backstage/types@1.1.1
17
+ - @backstage/plugin-permission-common@0.8.1
18
+ - @backstage/plugin-search-common@1.2.14
19
+
20
+ ## 1.5.17
21
+
22
+ ### Patch Changes
23
+
24
+ - 5726390: Deprecate create router as the legacy backend system will no longer be supported.
25
+ - d425fc4: Modules, plugins, and services are now `BackendFeature`, not a function that returns a feature.
26
+ - c2b63ab: Updated dependency `supertest` to `^7.0.0`.
27
+ - Updated dependencies
28
+ - @backstage/backend-defaults@0.5.0
29
+ - @backstage/backend-common@0.25.0
30
+ - @backstage/backend-plugin-api@1.0.0
31
+ - @backstage/plugin-permission-node@0.8.3
32
+ - @backstage/backend-openapi-utils@0.1.18
33
+ - @backstage/config@1.2.0
34
+ - @backstage/errors@1.2.4
35
+ - @backstage/types@1.1.1
36
+ - @backstage/plugin-permission-common@0.8.1
37
+ - @backstage/plugin-search-backend-node@1.3.2
38
+ - @backstage/plugin-search-common@1.2.14
39
+
3
40
  ## 1.5.17-next.2
4
41
 
5
42
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend__alpha",
3
- "version": "1.5.17-next.2",
3
+ "version": "1.5.18-next.0",
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.17-next.2",
3
+ "version": "1.5.18-next.0",
4
4
  "description": "The Backstage backend plugin that provides your backstage app with search",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -30,6 +30,7 @@
30
30
  "default": "./dist/index.cjs.js"
31
31
  },
32
32
  "./alpha": {
33
+ "backstage": "@backstage/BackendFeature",
33
34
  "require": "./dist/alpha.cjs.js",
34
35
  "types": "./dist/alpha.d.ts",
35
36
  "default": "./dist/alpha.cjs.js"
@@ -55,15 +56,15 @@
55
56
  "test": "backstage-cli package test"
56
57
  },
57
58
  "dependencies": {
58
- "@backstage/backend-common": "^0.25.0-next.2",
59
- "@backstage/backend-defaults": "^0.5.0-next.2",
60
- "@backstage/backend-openapi-utils": "^0.1.18-next.2",
61
- "@backstage/backend-plugin-api": "^1.0.0-next.2",
59
+ "@backstage/backend-common": "^0.25.0",
60
+ "@backstage/backend-defaults": "^0.5.1-next.0",
61
+ "@backstage/backend-openapi-utils": "^0.1.19-next.0",
62
+ "@backstage/backend-plugin-api": "^1.0.1-next.0",
62
63
  "@backstage/config": "^1.2.0",
63
64
  "@backstage/errors": "^1.2.4",
64
65
  "@backstage/plugin-permission-common": "^0.8.1",
65
- "@backstage/plugin-permission-node": "^0.8.3-next.2",
66
- "@backstage/plugin-search-backend-node": "^1.3.2-next.2",
66
+ "@backstage/plugin-permission-node": "^0.8.4-next.0",
67
+ "@backstage/plugin-search-backend-node": "^1.3.3-next.0",
67
68
  "@backstage/plugin-search-common": "^1.2.14",
68
69
  "@backstage/types": "^1.1.1",
69
70
  "@types/express": "^4.17.6",
@@ -75,9 +76,9 @@
75
76
  "zod": "^3.22.4"
76
77
  },
77
78
  "devDependencies": {
78
- "@backstage/backend-test-utils": "^1.0.0-next.2",
79
- "@backstage/cli": "^0.27.1-next.2",
80
- "@backstage/repo-tools": "^0.9.7-next.2",
79
+ "@backstage/backend-test-utils": "^1.0.1-next.0",
80
+ "@backstage/cli": "^0.28.0-next.0",
81
+ "@backstage/repo-tools": "^0.10.0-next.0",
81
82
  "@types/supertest": "^2.0.8",
82
83
  "supertest": "^7.0.0"
83
84
  },