@backstage/frontend-defaults 0.3.4-next.0 → 0.3.4

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,15 @@
1
1
  # @backstage/frontend-defaults
2
2
 
3
+ ## 0.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-app@0.3.3
9
+ - @backstage/frontend-plugin-api@0.13.2
10
+ - @backstage/core-components@0.18.4
11
+ - @backstage/frontend-app-api@0.13.3
12
+
3
13
  ## 0.3.4-next.0
4
14
 
5
15
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -108,4 +108,5 @@ declare function maybeCreateErrorPage(app: {
108
108
  warningCodes?: Array<keyof AppErrorTypes>;
109
109
  }): JSX.Element | undefined;
110
110
 
111
- export { type CreateAppOptions, createApp, createPublicSignInApp, discoverAvailableFeatures, maybeCreateErrorPage, resolveAsyncFeatures };
111
+ export { createApp, createPublicSignInApp, discoverAvailableFeatures, maybeCreateErrorPage, resolveAsyncFeatures };
112
+ export type { CreateAppOptions };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/frontend-defaults",
3
- "version": "0.3.4-next.0",
3
+ "version": "0.3.4",
4
4
  "backstage": {
5
5
  "role": "web-library"
6
6
  },
@@ -31,18 +31,18 @@
31
31
  "test": "backstage-cli package test"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/config": "1.3.6",
35
- "@backstage/core-components": "0.18.4-next.0",
36
- "@backstage/errors": "1.2.7",
37
- "@backstage/frontend-app-api": "0.13.3-next.0",
38
- "@backstage/frontend-plugin-api": "0.13.2-next.0",
39
- "@backstage/plugin-app": "0.3.3-next.0",
34
+ "@backstage/config": "^1.3.6",
35
+ "@backstage/core-components": "^0.18.4",
36
+ "@backstage/errors": "^1.2.7",
37
+ "@backstage/frontend-app-api": "^0.13.3",
38
+ "@backstage/frontend-plugin-api": "^0.13.2",
39
+ "@backstage/plugin-app": "^0.3.3",
40
40
  "@react-hookz/web": "^24.0.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@backstage/cli": "0.34.6-next.0",
44
- "@backstage/core-plugin-api": "1.12.1-next.0",
45
- "@backstage/test-utils": "1.7.14-next.0",
43
+ "@backstage/cli": "^0.35.0",
44
+ "@backstage/core-plugin-api": "^1.12.1",
45
+ "@backstage/test-utils": "^1.7.14",
46
46
  "@testing-library/jest-dom": "^6.0.0",
47
47
  "@testing-library/react": "^16.0.0",
48
48
  "@types/react": "^18.0.0",