@backstage/plugin-auth-react 0.0.0-nightly-20250908023925 → 0.0.0-nightly-20250910023713

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 +12 -3
  2. package/package.json +6 -5
package/CHANGELOG.md CHANGED
@@ -1,14 +1,23 @@
1
1
  # @backstage/plugin-auth-react
2
2
 
3
- ## 0.0.0-nightly-20250908023925
3
+ ## 0.0.0-nightly-20250910023713
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 54ddfef: Updating plugin metadata
7
8
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20250908023925
9
- - @backstage/core-plugin-api@1.10.9
9
+ - @backstage/core-plugin-api@0.0.0-nightly-20250910023713
10
+ - @backstage/core-components@0.0.0-nightly-20250910023713
10
11
  - @backstage/errors@1.2.7
11
12
 
13
+ ## 0.1.19-next.1
14
+
15
+ ### Patch Changes
16
+
17
+ - 54ddfef: Updating plugin metadata
18
+ - Updated dependencies
19
+ - @backstage/core-components@0.17.6-next.1
20
+
12
21
  ## 0.1.19-next.0
13
22
 
14
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-react",
3
- "version": "0.0.0-nightly-20250908023925",
3
+ "version": "0.0.0-nightly-20250910023713",
4
4
  "description": "Web library for the auth plugin",
5
5
  "backstage": {
6
6
  "role": "web-library",
7
7
  "pluginId": "auth",
8
8
  "pluginPackages": [
9
+ "@backstage/plugin-auth",
9
10
  "@backstage/plugin-auth-backend",
10
11
  "@backstage/plugin-auth-node",
11
12
  "@backstage/plugin-auth-react"
@@ -38,15 +39,15 @@
38
39
  "test": "backstage-cli package test"
39
40
  },
40
41
  "dependencies": {
41
- "@backstage/core-components": "0.0.0-nightly-20250908023925",
42
- "@backstage/core-plugin-api": "1.10.9",
42
+ "@backstage/core-components": "0.0.0-nightly-20250910023713",
43
+ "@backstage/core-plugin-api": "0.0.0-nightly-20250910023713",
43
44
  "@backstage/errors": "1.2.7",
44
45
  "@material-ui/core": "^4.9.13",
45
46
  "@react-hookz/web": "^24.0.0"
46
47
  },
47
48
  "devDependencies": {
48
- "@backstage/cli": "0.0.0-nightly-20250908023925",
49
- "@backstage/test-utils": "1.7.11",
49
+ "@backstage/cli": "0.0.0-nightly-20250910023713",
50
+ "@backstage/test-utils": "0.0.0-nightly-20250910023713",
50
51
  "@testing-library/jest-dom": "^6.0.0",
51
52
  "@testing-library/react": "^16.0.0",
52
53
  "@testing-library/user-event": "^14.0.0",