@backstage/core-plugin-api 1.9.0-next.1 → 1.9.1-next.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @backstage/core-plugin-api
2
2
 
3
+ ## 1.9.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/errors@1.2.4-next.0
9
+ - @backstage/config@1.1.2-next.0
10
+ - @backstage/types@1.1.1
11
+ - @backstage/version-bridge@1.0.7
12
+
13
+ ## 1.9.0
14
+
15
+ ### Minor Changes
16
+
17
+ - f919be9: Added a utility API for VMware Cloud auth; the API ref is available in the
18
+ `@backstage/core-plugin-api` and `@backstage/frontend-plugin-api` packages, the
19
+ implementation is in `@backstage/core-app-api` and a factory has been added to
20
+ `@backstage/app-defaults`.
21
+
22
+ ### Patch Changes
23
+
24
+ - 8fe56a8: Widen `@types/react` dependency range to include version 18.
25
+ - e586f79: Throw a more specific exception `NotImplementedError` when an API implementation cannot be found.
26
+ - Updated dependencies
27
+ - @backstage/config@1.1.1
28
+ - @backstage/errors@1.2.3
29
+ - @backstage/types@1.1.1
30
+ - @backstage/version-bridge@1.0.7
31
+
3
32
  ## 1.9.0-next.1
4
33
 
5
34
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/core-plugin-api",
3
- "version": "1.9.0-next.1",
3
+ "version": "1.9.1-next.0",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/core-plugin-api",
3
3
  "description": "Core API used by Backstage plugins",
4
- "version": "1.9.0-next.1",
4
+ "version": "1.9.1-next.0",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -44,8 +44,8 @@
44
44
  "start": "backstage-cli package start"
45
45
  },
46
46
  "dependencies": {
47
- "@backstage/config": "^1.1.1",
48
- "@backstage/errors": "^1.2.3",
47
+ "@backstage/config": "^1.1.2-next.0",
48
+ "@backstage/errors": "^1.2.4-next.0",
49
49
  "@backstage/types": "^1.1.1",
50
50
  "@backstage/version-bridge": "^1.0.7",
51
51
  "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
@@ -57,9 +57,9 @@
57
57
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@backstage/cli": "^0.25.2-next.2",
61
- "@backstage/core-app-api": "^1.12.0-next.1",
62
- "@backstage/test-utils": "^1.5.0-next.2",
60
+ "@backstage/cli": "^0.25.3-next.0",
61
+ "@backstage/core-app-api": "^1.12.1-next.0",
62
+ "@backstage/test-utils": "^1.5.1-next.0",
63
63
  "@testing-library/dom": "^9.0.0",
64
64
  "@testing-library/jest-dom": "^6.0.0",
65
65
  "@testing-library/react": "^14.0.0",