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

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,28 @@
1
1
  # @backstage/plugin-search-backend-node
2
2
 
3
+ ## 1.2.4-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@0.6.0-next.2
9
+ - @backstage/backend-tasks@0.5.5-next.2
10
+ - @backstage/backend-common@0.19.2-next.2
11
+
12
+ ## 1.2.4-next.1
13
+
14
+ ### Patch Changes
15
+
16
+ - 12a8c94eda8d: Add package repository and homepage metadata
17
+ - Updated dependencies
18
+ - @backstage/backend-common@0.19.2-next.1
19
+ - @backstage/backend-plugin-api@0.6.0-next.1
20
+ - @backstage/backend-tasks@0.5.5-next.1
21
+ - @backstage/config@1.0.8
22
+ - @backstage/errors@1.2.1
23
+ - @backstage/plugin-permission-common@0.7.7
24
+ - @backstage/plugin-search-common@1.2.5
25
+
3
26
  ## 1.2.4-next.0
4
27
 
5
28
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-node",
3
- "version": "1.2.4-next.0",
3
+ "version": "1.2.4-next.2",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
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-next.0",
4
+ "version": "1.2.4-next.2",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -24,6 +24,12 @@
24
24
  "backstage": {
25
25
  "role": "node-library"
26
26
  },
27
+ "homepage": "https://backstage.io",
28
+ "repository": {
29
+ "type": "git",
30
+ "url": "https://github.com/backstage/backstage",
31
+ "directory": "plugins/search-backend-node"
32
+ },
27
33
  "scripts": {
28
34
  "start": "backstage-cli package start",
29
35
  "build": "backstage-cli package build",
@@ -34,9 +40,9 @@
34
40
  "clean": "backstage-cli package clean"
35
41
  },
36
42
  "dependencies": {
37
- "@backstage/backend-common": "^0.19.2-next.0",
38
- "@backstage/backend-plugin-api": "^0.5.5-next.0",
39
- "@backstage/backend-tasks": "^0.5.5-next.0",
43
+ "@backstage/backend-common": "^0.19.2-next.2",
44
+ "@backstage/backend-plugin-api": "^0.6.0-next.2",
45
+ "@backstage/backend-tasks": "^0.5.5-next.2",
40
46
  "@backstage/config": "^1.0.8",
41
47
  "@backstage/errors": "^1.2.1",
42
48
  "@backstage/plugin-permission-common": "^0.7.7",
@@ -49,8 +55,8 @@
49
55
  "winston": "^3.2.1"
50
56
  },
51
57
  "devDependencies": {
52
- "@backstage/backend-common": "^0.19.2-next.0",
53
- "@backstage/cli": "^0.22.10-next.0",
58
+ "@backstage/backend-common": "^0.19.2-next.2",
59
+ "@backstage/cli": "^0.22.10-next.1",
54
60
  "@types/ndjson": "^2.0.1"
55
61
  },
56
62
  "files": [