@backstage/plugin-auth-node 0.0.0-nightly-20240716021845 → 0.0.0-nightly-20240718021752

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 +16 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,13 +1,26 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20240716021845
3
+ ## 0.0.0-nightly-20240718021752
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.0.0-nightly-20240718021752
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240718021752
10
+ - @backstage/catalog-client@1.6.5
11
+ - @backstage/catalog-model@1.5.0
12
+ - @backstage/config@1.2.0
13
+ - @backstage/errors@1.2.4
14
+ - @backstage/types@1.1.1
15
+
16
+ ## 0.4.17
4
17
 
5
18
  ### Patch Changes
6
19
 
7
20
  - 55c1a72: Fix issues with Atlassian OAuth provider: retrieve the email and photo that were not in arrays but rather in single props.
8
21
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240716021845
10
- - @backstage/backend-common@0.0.0-nightly-20240716021845
22
+ - @backstage/backend-plugin-api@0.7.0
23
+ - @backstage/backend-common@0.23.3
11
24
  - @backstage/catalog-client@1.6.5
12
25
  - @backstage/catalog-model@1.5.0
13
26
  - @backstage/config@1.2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.0.0-nightly-20240716021845",
3
+ "version": "0.0.0-nightly-20240718021752",
4
4
  "backstage": {
5
5
  "role": "node-library",
6
6
  "pluginId": "auth",
@@ -37,8 +37,8 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-common": "^0.0.0-nightly-20240716021845",
41
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240716021845",
40
+ "@backstage/backend-common": "^0.0.0-nightly-20240718021752",
41
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240718021752",
42
42
  "@backstage/catalog-client": "^1.6.5",
43
43
  "@backstage/catalog-model": "^1.5.0",
44
44
  "@backstage/config": "^1.2.0",
@@ -56,8 +56,8 @@
56
56
  "zod-to-json-schema": "^3.21.4"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240716021845",
60
- "@backstage/cli": "^0.0.0-nightly-20240716021845",
59
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240718021752",
60
+ "@backstage/cli": "^0.0.0-nightly-20240718021752",
61
61
  "cookie-parser": "^1.4.6",
62
62
  "express-promise-router": "^4.1.1",
63
63
  "lodash": "^4.17.21",