@backstage/frontend-defaults 0.0.0-nightly-20241107023156 → 0.0.0-nightly-20241108023219

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -4
  2. package/package.json +13 -6
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @backstage/frontend-defaults
2
2
 
3
- ## 0.0.0-nightly-20241107023156
3
+ ## 0.0.0-nightly-20241108023219
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
8
  - @backstage/config@1.2.0
9
9
  - @backstage/errors@1.2.4
10
- - @backstage/frontend-app-api@0.0.0-nightly-20241107023156
11
- - @backstage/frontend-plugin-api@0.0.0-nightly-20241107023156
12
- - @backstage/plugin-app@0.0.0-nightly-20241107023156
10
+ - @backstage/frontend-app-api@0.0.0-nightly-20241108023219
11
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20241108023219
12
+ - @backstage/plugin-app@0.0.0-nightly-20241108023219
13
13
 
14
14
  ## 0.1.2-next.1
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/frontend-defaults",
3
- "version": "0.0.0-nightly-20241107023156",
3
+ "version": "0.0.0-nightly-20241108023219",
4
4
  "backstage": {
5
5
  "role": "web-library"
6
6
  },
@@ -33,15 +33,15 @@
33
33
  "dependencies": {
34
34
  "@backstage/config": "1.2.0",
35
35
  "@backstage/errors": "1.2.4",
36
- "@backstage/frontend-app-api": "0.0.0-nightly-20241107023156",
37
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20241107023156",
38
- "@backstage/plugin-app": "0.0.0-nightly-20241107023156",
36
+ "@backstage/frontend-app-api": "0.0.0-nightly-20241108023219",
37
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20241108023219",
38
+ "@backstage/plugin-app": "0.0.0-nightly-20241108023219",
39
39
  "@react-hookz/web": "^24.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@backstage/cli": "0.0.0-nightly-20241107023156",
42
+ "@backstage/cli": "0.0.0-nightly-20241108023219",
43
43
  "@backstage/core-plugin-api": "1.10.0",
44
- "@backstage/test-utils": "0.0.0-nightly-20241107023156",
44
+ "@backstage/test-utils": "0.0.0-nightly-20241108023219",
45
45
  "@testing-library/jest-dom": "^6.0.0",
46
46
  "@testing-library/react": "^16.0.0",
47
47
  "@types/react": "^18.0.0",
@@ -60,5 +60,12 @@
60
60
  "optional": true
61
61
  }
62
62
  },
63
+ "typesVersions": {
64
+ "*": {
65
+ "index": [
66
+ "dist/index.d.ts"
67
+ ]
68
+ }
69
+ },
63
70
  "module": "./dist/index.esm.js"
64
71
  }