@backstage/plugin-search-backend 1.5.17-next.2 → 1.5.17

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,25 @@
1
1
  # @backstage/plugin-search-backend
2
2
 
3
+ ## 1.5.17
4
+
5
+ ### Patch Changes
6
+
7
+ - 5726390: Deprecate create router as the legacy backend system will no longer be supported.
8
+ - d425fc4: Modules, plugins, and services are now `BackendFeature`, not a function that returns a feature.
9
+ - c2b63ab: Updated dependency `supertest` to `^7.0.0`.
10
+ - Updated dependencies
11
+ - @backstage/backend-defaults@0.5.0
12
+ - @backstage/backend-common@0.25.0
13
+ - @backstage/backend-plugin-api@1.0.0
14
+ - @backstage/plugin-permission-node@0.8.3
15
+ - @backstage/backend-openapi-utils@0.1.18
16
+ - @backstage/config@1.2.0
17
+ - @backstage/errors@1.2.4
18
+ - @backstage/types@1.1.1
19
+ - @backstage/plugin-permission-common@0.8.1
20
+ - @backstage/plugin-search-backend-node@1.3.2
21
+ - @backstage/plugin-search-common@1.2.14
22
+
3
23
  ## 1.5.17-next.2
4
24
 
5
25
  ### 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.17",
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.17",
4
4
  "description": "The Backstage backend plugin that provides your backstage app with search",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -55,15 +55,15 @@
55
55
  "test": "backstage-cli package test"
56
56
  },
57
57
  "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",
58
+ "@backstage/backend-common": "^0.25.0",
59
+ "@backstage/backend-defaults": "^0.5.0",
60
+ "@backstage/backend-openapi-utils": "^0.1.18",
61
+ "@backstage/backend-plugin-api": "^1.0.0",
62
62
  "@backstage/config": "^1.2.0",
63
63
  "@backstage/errors": "^1.2.4",
64
64
  "@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",
65
+ "@backstage/plugin-permission-node": "^0.8.3",
66
+ "@backstage/plugin-search-backend-node": "^1.3.2",
67
67
  "@backstage/plugin-search-common": "^1.2.14",
68
68
  "@backstage/types": "^1.1.1",
69
69
  "@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": "^1.0.0-next.2",
79
- "@backstage/cli": "^0.27.1-next.2",
80
- "@backstage/repo-tools": "^0.9.7-next.2",
78
+ "@backstage/backend-test-utils": "^1.0.0",
79
+ "@backstage/cli": "^0.27.1",
80
+ "@backstage/repo-tools": "^0.9.7",
81
81
  "@types/supertest": "^2.0.8",
82
82
  "supertest": "^7.0.0"
83
83
  },