@backstage/plugin-search-common 0.3.4 → 0.3.5-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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @backstage/plugin-search-common
2
2
 
3
+ ## 0.3.5-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-permission-common@0.6.2-next.0
9
+
3
10
  ## 0.3.4
4
11
 
5
12
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -107,7 +107,7 @@ declare type IndexableDocument = SearchDocument & {
107
107
  };
108
108
  /**
109
109
  * Information about a specific document type. Intended to be used in the
110
- * {@link @backstage/search-backend-node#IndexBuilder} to collect information
110
+ * {@link @backstage/plugin-search-backend-node#IndexBuilder} to collect information
111
111
  * about the types stored in the index.
112
112
  * @beta
113
113
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-common",
3
3
  "description": "Common functionalities for Search, to be shared between various search-enabled plugins",
4
- "version": "0.3.4",
4
+ "version": "0.3.5-next.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "private": false,
@@ -39,16 +39,16 @@
39
39
  "url": "https://github.com/backstage/backstage/issues"
40
40
  },
41
41
  "dependencies": {
42
- "@backstage/plugin-permission-common": "^0.6.1",
42
+ "@backstage/plugin-permission-common": "^0.6.2-next.0",
43
43
  "@backstage/types": "^1.0.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/cli": "^0.17.1"
46
+ "@backstage/cli": "^0.17.2-next.1"
47
47
  },
48
48
  "jest": {
49
49
  "roots": [
50
50
  ".."
51
51
  ]
52
52
  },
53
- "gitHead": "96323f280ba32ee526c5b151cda42260aee927c9"
53
+ "gitHead": "e15c24ddb5d14034629ced8a5a5d8f12b8f1a7dd"
54
54
  }