@backstage/plugin-search-backend-node 1.2.0-next.2 → 1.2.1-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 +30 -0
- package/alpha/package.json +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @backstage/plugin-search-backend-node
|
|
2
2
|
|
|
3
|
+
## 1.2.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-common@0.18.5-next.0
|
|
9
|
+
- @backstage/backend-tasks@0.5.2-next.0
|
|
10
|
+
- @backstage/backend-plugin-api@0.5.2-next.0
|
|
11
|
+
- @backstage/config@1.0.7
|
|
12
|
+
- @backstage/errors@1.1.5
|
|
13
|
+
- @backstage/plugin-permission-common@0.7.5
|
|
14
|
+
- @backstage/plugin-search-common@1.2.3
|
|
15
|
+
|
|
16
|
+
## 1.2.0
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- 1469daa409e: Exports services and extension points that can be used with the new backend system. For documentation on how to migrate, check out the [how to migrate to the new backend system guide](https://backstage.io/docs/features/search/how-to-guides/#how-to-migrate-your-backend-installation-to-use-search-together-with-the-new-backend-system).
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Updated dependencies
|
|
25
|
+
- @backstage/backend-common@0.18.4
|
|
26
|
+
- @backstage/plugin-permission-common@0.7.5
|
|
27
|
+
- @backstage/backend-tasks@0.5.1
|
|
28
|
+
- @backstage/backend-plugin-api@0.5.1
|
|
29
|
+
- @backstage/config@1.0.7
|
|
30
|
+
- @backstage/errors@1.1.5
|
|
31
|
+
- @backstage/plugin-search-common@1.2.3
|
|
32
|
+
|
|
3
33
|
## 1.2.0-next.2
|
|
4
34
|
|
|
5
35
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-search-backend-node",
|
|
3
3
|
"description": "A library for Backstage backend plugins that want to interact with the search backend plugin",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.1-next.0",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
"clean": "backstage-cli package clean"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@backstage/backend-common": "^0.18.
|
|
38
|
-
"@backstage/backend-plugin-api": "^0.5.
|
|
39
|
-
"@backstage/backend-tasks": "^0.5.
|
|
37
|
+
"@backstage/backend-common": "^0.18.5-next.0",
|
|
38
|
+
"@backstage/backend-plugin-api": "^0.5.2-next.0",
|
|
39
|
+
"@backstage/backend-tasks": "^0.5.2-next.0",
|
|
40
40
|
"@backstage/config": "^1.0.7",
|
|
41
41
|
"@backstage/errors": "^1.1.5",
|
|
42
|
-
"@backstage/plugin-permission-common": "^0.7.5
|
|
43
|
-
"@backstage/plugin-search-common": "^1.2.3
|
|
42
|
+
"@backstage/plugin-permission-common": "^0.7.5",
|
|
43
|
+
"@backstage/plugin-search-common": "^1.2.3",
|
|
44
44
|
"@types/lunr": "^2.3.3",
|
|
45
45
|
"lodash": "^4.17.21",
|
|
46
46
|
"lunr": "^2.3.9",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"winston": "^3.2.1"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@backstage/backend-common": "^0.18.
|
|
53
|
-
"@backstage/cli": "^0.22.
|
|
52
|
+
"@backstage/backend-common": "^0.18.5-next.0",
|
|
53
|
+
"@backstage/cli": "^0.22.7-next.0",
|
|
54
54
|
"@types/ndjson": "^2.0.1"
|
|
55
55
|
},
|
|
56
56
|
"files": [
|