@backstage/plugin-search-backend-node 1.2.22-next.0 → 1.2.22

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,24 @@
1
1
  # @backstage/plugin-search-backend-node
2
2
 
3
+ ## 1.2.22
4
+
5
+ ### Patch Changes
6
+
7
+ - c6cb568: Add lifecycle monitoring for the search index registry
8
+ - Updated dependencies
9
+ - @backstage/backend-common@0.22.0
10
+ - @backstage/backend-plugin-api@0.6.18
11
+ - @backstage/backend-tasks@0.5.23
12
+
13
+ ## 1.2.22-next.1
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/backend-common@0.22.0-next.1
19
+ - @backstage/backend-tasks@0.5.23-next.1
20
+ - @backstage/backend-plugin-api@0.6.18-next.1
21
+
3
22
  ## 1.2.22-next.0
4
23
 
5
24
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-node",
3
- "version": "1.2.22-next.0",
3
+ "version": "1.2.22",
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-node",
3
- "version": "1.2.22-next.0",
3
+ "version": "1.2.22",
4
4
  "description": "A library for Backstage backend plugins that want to interact with the search backend plugin",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -44,9 +44,9 @@
44
44
  "test": "backstage-cli package test"
45
45
  },
46
46
  "dependencies": {
47
- "@backstage/backend-common": "^0.21.8-next.0",
48
- "@backstage/backend-plugin-api": "^0.6.18-next.0",
49
- "@backstage/backend-tasks": "^0.5.23-next.0",
47
+ "@backstage/backend-common": "^0.22.0",
48
+ "@backstage/backend-plugin-api": "^0.6.18",
49
+ "@backstage/backend-tasks": "^0.5.23",
50
50
  "@backstage/config": "^1.2.0",
51
51
  "@backstage/errors": "^1.2.4",
52
52
  "@backstage/plugin-permission-common": "^0.7.13",
@@ -58,8 +58,8 @@
58
58
  "uuid": "^9.0.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@backstage/backend-common": "^0.21.8-next.0",
62
- "@backstage/cli": "^0.26.5-next.0",
61
+ "@backstage/backend-common": "^0.22.0",
62
+ "@backstage/cli": "^0.26.5",
63
63
  "@types/ndjson": "^2.0.1"
64
64
  }
65
65
  }