@backstage/plugin-search 1.4.17-next.0 → 1.4.17

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,20 +1,12 @@
1
1
  # @backstage/plugin-search
2
2
 
3
- ## 1.4.17-next.0
3
+ ## 1.4.17
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/frontend-plugin-api@0.9.0-next.0
9
- - @backstage/core-compat-api@0.3.1-next.0
10
- - @backstage/core-components@0.15.1-next.0
11
- - @backstage/core-plugin-api@1.10.0-next.0
12
- - @backstage/plugin-catalog-react@1.13.1-next.0
13
- - @backstage/plugin-search-react@1.8.1-next.0
14
- - @backstage/errors@1.2.4
15
- - @backstage/types@1.1.1
16
- - @backstage/version-bridge@1.0.9
17
- - @backstage/plugin-search-common@1.2.14
8
+ - @backstage/plugin-catalog-react@1.13.1
9
+ - @backstage/core-compat-api@0.3.0
18
10
 
19
11
  ## 1.4.16
20
12
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search__alpha",
3
- "version": "1.4.17-next.0",
3
+ "version": "1.4.17",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/dist/alpha.d.ts CHANGED
@@ -6,14 +6,12 @@ import React__default from 'react';
6
6
  /** @alpha */
7
7
  declare const searchApi: _backstage_frontend_plugin_api.ExtensionDefinition<{
8
8
  kind: "api";
9
+ namespace: undefined;
9
10
  name: undefined;
10
11
  config: {};
11
12
  configInput: {};
12
13
  output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_core_plugin_api.AnyApiFactory, "core.api.factory", {}>;
13
14
  inputs: {};
14
- params: {
15
- factory: _backstage_core_plugin_api.AnyApiFactory;
16
- };
17
15
  }>;
18
16
  /** @alpha */
19
17
  declare const searchPage: _backstage_frontend_plugin_api.ExtensionDefinition<{
@@ -40,16 +38,13 @@ declare const searchPage: _backstage_frontend_plugin_api.ExtensionDefinition<{
40
38
  }>;
41
39
  };
42
40
  kind: "page";
41
+ namespace: undefined;
43
42
  name: undefined;
44
- params: {
45
- defaultPath: string;
46
- loader: () => Promise<JSX.Element>;
47
- routeRef?: _backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams> | undefined;
48
- };
49
43
  }>;
50
44
  /** @alpha */
51
45
  declare const searchNavItem: _backstage_frontend_plugin_api.ExtensionDefinition<{
52
46
  kind: "nav-item";
47
+ namespace: undefined;
53
48
  name: undefined;
54
49
  config: {};
55
50
  configInput: {};
@@ -59,11 +54,6 @@ declare const searchNavItem: _backstage_frontend_plugin_api.ExtensionDefinition<
59
54
  routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
60
55
  }, "core.nav-item.target", {}>;
61
56
  inputs: {};
62
- params: {
63
- title: string;
64
- icon: _backstage_core_plugin_api.IconComponent;
65
- routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
66
- };
67
57
  }>;
68
58
  /** @alpha */
69
59
  declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
@@ -71,17 +61,16 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
71
61
  }, {}, {
72
62
  "api:search": _backstage_frontend_plugin_api.ExtensionDefinition<{
73
63
  kind: "api";
64
+ namespace: undefined;
74
65
  name: undefined;
75
66
  config: {};
76
67
  configInput: {};
77
68
  output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_core_plugin_api.AnyApiFactory, "core.api.factory", {}>;
78
69
  inputs: {};
79
- params: {
80
- factory: _backstage_core_plugin_api.AnyApiFactory;
81
- };
82
70
  }>;
83
71
  "nav-item:search": _backstage_frontend_plugin_api.ExtensionDefinition<{
84
72
  kind: "nav-item";
73
+ namespace: undefined;
85
74
  name: undefined;
86
75
  config: {};
87
76
  configInput: {};
@@ -91,11 +80,6 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
91
80
  routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
92
81
  }, "core.nav-item.target", {}>;
93
82
  inputs: {};
94
- params: {
95
- title: string;
96
- icon: _backstage_core_plugin_api.IconComponent;
97
- routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
98
- };
99
83
  }>;
100
84
  "page:search": _backstage_frontend_plugin_api.ExtensionDefinition<{
101
85
  config: {
@@ -121,12 +105,8 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
121
105
  }>;
122
106
  };
123
107
  kind: "page";
108
+ namespace: undefined;
124
109
  name: undefined;
125
- params: {
126
- defaultPath: string;
127
- loader: () => Promise<JSX.Element>;
128
- routeRef?: _backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams> | undefined;
129
- };
130
110
  }>;
131
111
  }>;
132
112
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search",
3
- "version": "1.4.17-next.0",
3
+ "version": "1.4.17",
4
4
  "description": "The Backstage plugin that provides your backstage app with search",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -34,7 +34,6 @@
34
34
  "default": "./dist/index.esm.js"
35
35
  },
36
36
  "./alpha": {
37
- "backstage": "@backstage/FrontendPlugin",
38
37
  "import": "./dist/alpha.esm.js",
39
38
  "types": "./dist/alpha.d.ts",
40
39
  "default": "./dist/alpha.esm.js"
@@ -58,14 +57,14 @@
58
57
  "test": "backstage-cli package test"
59
58
  },
60
59
  "dependencies": {
61
- "@backstage/core-compat-api": "^0.3.1-next.0",
62
- "@backstage/core-components": "^0.15.1-next.0",
63
- "@backstage/core-plugin-api": "^1.10.0-next.0",
60
+ "@backstage/core-compat-api": "^0.3.0",
61
+ "@backstage/core-components": "^0.15.0",
62
+ "@backstage/core-plugin-api": "^1.9.4",
64
63
  "@backstage/errors": "^1.2.4",
65
- "@backstage/frontend-plugin-api": "^0.9.0-next.0",
66
- "@backstage/plugin-catalog-react": "^1.13.1-next.0",
64
+ "@backstage/frontend-plugin-api": "^0.8.0",
65
+ "@backstage/plugin-catalog-react": "^1.13.1",
67
66
  "@backstage/plugin-search-common": "^1.2.14",
68
- "@backstage/plugin-search-react": "^1.8.1-next.0",
67
+ "@backstage/plugin-search-react": "^1.8.0",
69
68
  "@backstage/types": "^1.1.1",
70
69
  "@backstage/version-bridge": "^1.0.9",
71
70
  "@material-ui/core": "^4.12.2",
@@ -75,10 +74,10 @@
75
74
  "react-use": "^17.2.4"
76
75
  },
77
76
  "devDependencies": {
78
- "@backstage/cli": "^0.28.0-next.0",
79
- "@backstage/core-app-api": "^1.15.1-next.0",
80
- "@backstage/dev-utils": "^1.1.1-next.0",
81
- "@backstage/test-utils": "^1.6.1-next.0",
77
+ "@backstage/cli": "^0.27.1",
78
+ "@backstage/core-app-api": "^1.15.0",
79
+ "@backstage/dev-utils": "^1.1.1",
80
+ "@backstage/test-utils": "^1.6.0",
82
81
  "@testing-library/dom": "^10.0.0",
83
82
  "@testing-library/jest-dom": "^6.0.0",
84
83
  "@testing-library/react": "^16.0.0",