@backstage/plugin-search-backend 2.0.12-next.0 → 2.0.12

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 +25 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @backstage/plugin-search-backend
2
2
 
3
+ ## 2.0.12
4
+
5
+ ### Patch Changes
6
+
7
+ - 7455dae: Use node prefix on native imports
8
+ - 8148621: Moved `@backstage/backend-defaults` from `dependencies` to `devDependencies`.
9
+ - 69d880e: Bump to latest zod to ensure it has the latest features
10
+ - Updated dependencies
11
+ - @backstage/backend-openapi-utils@0.6.6
12
+ - @backstage/backend-plugin-api@1.7.0
13
+ - @backstage/plugin-search-backend-node@1.4.1
14
+ - @backstage/plugin-search-common@1.2.22
15
+ - @backstage/plugin-permission-common@0.9.6
16
+ - @backstage/plugin-permission-node@0.10.10
17
+
18
+ ## 2.0.12-next.1
19
+
20
+ ### Patch Changes
21
+
22
+ - 8148621: Moved `@backstage/backend-defaults` from `dependencies` to `devDependencies`.
23
+ - Updated dependencies
24
+ - @backstage/backend-plugin-api@1.7.0-next.1
25
+ - @backstage/plugin-permission-node@0.10.10-next.0
26
+ - @backstage/plugin-search-backend-node@1.4.1-next.0
27
+
3
28
  ## 2.0.11-next.0
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend",
3
- "version": "2.0.12-next.0",
3
+ "version": "2.0.12",
4
4
  "description": "The Backstage backend plugin that provides your backstage app with search",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -70,16 +70,15 @@
70
70
  "test": "backstage-cli package test"
71
71
  },
72
72
  "dependencies": {
73
- "@backstage/backend-defaults": "0.15.2-next.1",
74
- "@backstage/backend-openapi-utils": "0.6.6-next.0",
75
- "@backstage/backend-plugin-api": "1.7.0-next.1",
76
- "@backstage/config": "1.3.6",
77
- "@backstage/errors": "1.2.7",
78
- "@backstage/plugin-permission-common": "0.9.6-next.0",
79
- "@backstage/plugin-permission-node": "0.10.10-next.0",
80
- "@backstage/plugin-search-backend-node": "1.4.1-next.0",
81
- "@backstage/plugin-search-common": "1.2.22-next.0",
82
- "@backstage/types": "1.2.2",
73
+ "@backstage/backend-openapi-utils": "^0.6.6",
74
+ "@backstage/backend-plugin-api": "^1.7.0",
75
+ "@backstage/config": "^1.3.6",
76
+ "@backstage/errors": "^1.2.7",
77
+ "@backstage/plugin-permission-common": "^0.9.6",
78
+ "@backstage/plugin-permission-node": "^0.10.10",
79
+ "@backstage/plugin-search-backend-node": "^1.4.1",
80
+ "@backstage/plugin-search-common": "^1.2.22",
81
+ "@backstage/types": "^1.2.2",
83
82
  "dataloader": "^2.0.0",
84
83
  "express": "^4.22.0",
85
84
  "lodash": "^4.17.21",
@@ -88,9 +87,10 @@
88
87
  "zod": "^3.25.76"
89
88
  },
90
89
  "devDependencies": {
91
- "@backstage/backend-test-utils": "1.10.5-next.0",
92
- "@backstage/cli": "0.35.4-next.1",
93
- "@backstage/repo-tools": "0.16.4-next.1",
90
+ "@backstage/backend-defaults": "^0.15.2",
91
+ "@backstage/backend-test-utils": "^1.11.0",
92
+ "@backstage/cli": "^0.35.4",
93
+ "@backstage/repo-tools": "^0.16.4",
94
94
  "@types/express": "^4.17.6",
95
95
  "@types/supertest": "^2.0.8",
96
96
  "supertest": "^7.0.0"