@backstage/frontend-app-api 0.6.1 → 0.6.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,20 @@
1
1
  # @backstage/frontend-app-api
2
2
 
3
+ ## 0.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.14.2
9
+ - @backstage/core-app-api@1.12.2
10
+ - @backstage/frontend-plugin-api@0.6.2
11
+ - @backstage/core-plugin-api@1.9.1
12
+ - @backstage/config@1.2.0
13
+ - @backstage/errors@1.2.4
14
+ - @backstage/theme@0.5.2
15
+ - @backstage/types@1.1.1
16
+ - @backstage/version-bridge@1.0.7
17
+
3
18
  ## 0.6.1
4
19
 
5
20
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -100,4 +100,4 @@ declare function createSpecializedApp(options?: {
100
100
  createRoot(): JSX.Element;
101
101
  };
102
102
 
103
- export { CreateAppFeatureLoader, CreateAppRouteBinder, createApp, createSpecializedApp };
103
+ export { type CreateAppFeatureLoader, type CreateAppRouteBinder, createApp, createSpecializedApp };
package/dist/index.esm.js CHANGED
@@ -6,7 +6,7 @@ import { SidebarPage, sidebarConfig, Sidebar, SidebarDivider, useSidebarOpenStat
6
6
  import { makeStyles, Button as Button$1 } from '@material-ui/core';
7
7
  import { useApi, appThemeApiRef, FeatureFlagState, createApiFactory, discoveryApiRef, configApiRef, alertApiRef, analyticsApiRef, errorApiRef, storageApiRef, fetchApiRef, identityApiRef, oauthRequestApiRef, googleAuthApiRef, microsoftAuthApiRef, githubAuthApiRef, oktaAuthApiRef, gitlabAuthApiRef, oneloginAuthApiRef, bitbucketAuthApiRef, bitbucketServerAuthApiRef, atlassianAuthApiRef, vmwareCloudAuthApiRef, featureFlagsApiRef } from '@backstage/core-plugin-api';
8
8
  import { UrlPatternDiscovery, AlertApiForwarder, NoOpAnalyticsApi, ErrorAlerter, ErrorApiForwarder, UnhandledErrorForwarder, WebStorage, createFetchApi, FetchMiddlewares, OAuthRequestManager, GoogleAuth, MicrosoftAuth, GithubAuth, OktaAuth, GitlabAuth, OneLoginAuth, BitbucketAuth, BitbucketServerAuth, AtlassianAuth, VMwareCloudAuth, ApiFactoryRegistry, AppThemeSelector, ApiResolver, ApiProvider } from '@backstage/core-app-api';
9
- import useObservable from 'react-use/lib/useObservable';
9
+ import useObservable from 'react-use/esm/useObservable';
10
10
  import ObservableImpl from 'zen-observable';
11
11
  import { createInstance } from 'i18next';
12
12
  import { permissionApiRef, IdentityPermissionApi } from '@backstage/plugin-permission-react';