@backstage/plugin-auth-react 0.0.0-nightly-20240611021715 → 0.0.0-nightly-20240613021705

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 +14 -3
  2. package/package.json +12 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # @backstage/plugin-auth-react
2
2
 
3
- ## 0.0.0-nightly-20240611021715
3
+ ## 0.0.0-nightly-20240613021705
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - d44a20a: Added additional plugin metadata to `package.json`.
7
8
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20240611021715
9
- - @backstage/core-plugin-api@0.0.0-nightly-20240611021715
9
+ - @backstage/core-components@0.0.0-nightly-20240613021705
10
+ - @backstage/core-plugin-api@0.0.0-nightly-20240613021705
11
+ - @backstage/errors@1.2.4
12
+
13
+ ## 0.1.3-next.2
14
+
15
+ ### Patch Changes
16
+
17
+ - d44a20a: Added additional plugin metadata to `package.json`.
18
+ - Updated dependencies
19
+ - @backstage/core-components@0.14.8-next.2
20
+ - @backstage/core-plugin-api@1.9.3-next.0
10
21
  - @backstage/errors@1.2.4
11
22
 
12
23
  ## 0.1.3-next.1
package/package.json CHANGED
@@ -1,9 +1,15 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-react",
3
- "version": "0.0.0-nightly-20240611021715",
3
+ "version": "0.0.0-nightly-20240613021705",
4
4
  "description": "Web library for the auth plugin",
5
5
  "backstage": {
6
- "role": "web-library"
6
+ "role": "web-library",
7
+ "pluginId": "auth",
8
+ "pluginPackages": [
9
+ "@backstage/plugin-auth-backend",
10
+ "@backstage/plugin-auth-node",
11
+ "@backstage/plugin-auth-react"
12
+ ]
7
13
  },
8
14
  "publishConfig": {
9
15
  "access": "public",
@@ -32,16 +38,16 @@
32
38
  "test": "backstage-cli package test"
33
39
  },
34
40
  "dependencies": {
35
- "@backstage/core-components": "^0.0.0-nightly-20240611021715",
36
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240611021715",
41
+ "@backstage/core-components": "^0.0.0-nightly-20240613021705",
42
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240613021705",
37
43
  "@backstage/errors": "^1.2.4",
38
44
  "@material-ui/core": "^4.9.13",
39
45
  "@react-hookz/web": "^24.0.0",
40
46
  "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0"
41
47
  },
42
48
  "devDependencies": {
43
- "@backstage/cli": "^0.0.0-nightly-20240611021715",
44
- "@backstage/test-utils": "^0.0.0-nightly-20240611021715",
49
+ "@backstage/cli": "^0.0.0-nightly-20240613021705",
50
+ "@backstage/test-utils": "^0.0.0-nightly-20240613021705",
45
51
  "@testing-library/jest-dom": "^6.0.0",
46
52
  "@testing-library/react": "^15.0.0",
47
53
  "@testing-library/user-event": "^14.0.0",