@backstage/core-app-api 1.16.0-next.0 → 1.16.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @backstage/core-app-api
2
2
 
3
+ ## 1.16.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 9262001: The default auth injection middleware for the `FetchApi` will now also take configuration under `discovery.endpoints` into consideration when deciding whether to include credentials or not.
8
+ - 12f8e01: The `discovery.endpoints` configuration no longer requires both `internal` and `external` target when using the object form, instead falling back to the default.
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+ - @backstage/core-plugin-api@1.10.5
14
+ - @backstage/config@1.3.2
15
+ - @backstage/types@1.2.1
16
+ - @backstage/version-bridge@1.0.11
17
+
3
18
  ## 1.16.0-next.0
4
19
 
5
20
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/core-app-api",
3
- "version": "1.16.0-next.0",
3
+ "version": "1.16.0",
4
4
  "description": "Core app API used by Backstage apps",
5
5
  "backstage": {
6
6
  "role": "web-library"
@@ -43,10 +43,10 @@
43
43
  "test": "backstage-cli package test"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/config": "1.3.2",
47
- "@backstage/core-plugin-api": "1.10.4",
48
- "@backstage/types": "1.2.1",
49
- "@backstage/version-bridge": "1.0.11",
46
+ "@backstage/config": "^1.3.2",
47
+ "@backstage/core-plugin-api": "^1.10.5",
48
+ "@backstage/types": "^1.2.1",
49
+ "@backstage/version-bridge": "^1.0.11",
50
50
  "@types/prop-types": "^15.7.3",
51
51
  "history": "^5.0.0",
52
52
  "i18next": "^22.4.15",
@@ -57,8 +57,8 @@
57
57
  "zod": "^3.22.4"
58
58
  },
59
59
  "devDependencies": {
60
- "@backstage/cli": "0.31.0-next.1",
61
- "@backstage/test-utils": "1.7.6-next.0",
60
+ "@backstage/cli": "^0.31.0",
61
+ "@backstage/test-utils": "^1.7.6",
62
62
  "@testing-library/dom": "^10.0.0",
63
63
  "@testing-library/jest-dom": "^6.0.0",
64
64
  "@testing-library/react": "^16.0.0",