@backstage/plugin-auth-node 0.0.0-nightly-20231010021207 → 0.0.0-nightly-20231012021036

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 +25 -7
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20231010021207
3
+ ## 0.0.0-nightly-20231012021036
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -11,12 +11,30 @@
11
11
  - 6c2b0793bfce: Fix for persisted scopes not being properly restored on sign-in.
12
12
  - 8b8b1d23aef3: Fixed cookie persisted scope not returned in OAuth refresh handler response.
13
13
  - Updated dependencies
14
- - @backstage/backend-common@0.0.0-nightly-20231010021207
15
- - @backstage/catalog-model@0.0.0-nightly-20231010021207
16
- - @backstage/errors@0.0.0-nightly-20231010021207
17
- - @backstage/backend-plugin-api@0.0.0-nightly-20231010021207
18
- - @backstage/catalog-client@0.0.0-nightly-20231010021207
19
- - @backstage/config@0.0.0-nightly-20231010021207
14
+ - @backstage/backend-common@0.0.0-nightly-20231012021036
15
+ - @backstage/catalog-model@0.0.0-nightly-20231012021036
16
+ - @backstage/errors@0.0.0-nightly-20231012021036
17
+ - @backstage/backend-plugin-api@0.0.0-nightly-20231012021036
18
+ - @backstage/catalog-client@0.0.0-nightly-20231012021036
19
+ - @backstage/config@0.0.0-nightly-20231012021036
20
+ - @backstage/types@1.1.1
21
+
22
+ ## 0.4.0-next.2
23
+
24
+ ### Minor Changes
25
+
26
+ - 6f142d5356: **BREAKING**: The recently introduced `ProxyAuthenticator.initialize()` method is no longer `async` to match the way the OAuth equivalent is implemented.
27
+
28
+ ### Patch Changes
29
+
30
+ - 8b8b1d23ae: Fixed cookie persisted scope not returned in OAuth refresh handler response.
31
+ - Updated dependencies
32
+ - @backstage/backend-common@0.19.8-next.2
33
+ - @backstage/catalog-model@1.4.3-next.0
34
+ - @backstage/errors@1.2.3-next.0
35
+ - @backstage/backend-plugin-api@0.6.6-next.2
36
+ - @backstage/catalog-client@1.4.5-next.0
37
+ - @backstage/config@1.1.1-next.0
20
38
  - @backstage/types@1.1.1
21
39
 
22
40
  ## 0.3.2-next.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.0.0-nightly-20231010021207",
3
+ "version": "0.0.0-nightly-20231012021036",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -28,12 +28,12 @@
28
28
  "start": "backstage-cli package start"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/backend-common": "^0.0.0-nightly-20231010021207",
32
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20231010021207",
33
- "@backstage/catalog-client": "^0.0.0-nightly-20231010021207",
34
- "@backstage/catalog-model": "^0.0.0-nightly-20231010021207",
35
- "@backstage/config": "^0.0.0-nightly-20231010021207",
36
- "@backstage/errors": "^0.0.0-nightly-20231010021207",
31
+ "@backstage/backend-common": "^0.0.0-nightly-20231012021036",
32
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20231012021036",
33
+ "@backstage/catalog-client": "^0.0.0-nightly-20231012021036",
34
+ "@backstage/catalog-model": "^0.0.0-nightly-20231012021036",
35
+ "@backstage/config": "^0.0.0-nightly-20231012021036",
36
+ "@backstage/errors": "^0.0.0-nightly-20231012021036",
37
37
  "@backstage/types": "^1.1.1",
38
38
  "@types/express": "*",
39
39
  "@types/passport": "^1.0.3",
@@ -47,8 +47,8 @@
47
47
  "zod-to-json-schema": "^3.21.4"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/backend-test-utils": "^0.0.0-nightly-20231010021207",
51
- "@backstage/cli": "^0.0.0-nightly-20231010021207",
50
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20231012021036",
51
+ "@backstage/cli": "^0.0.0-nightly-20231012021036",
52
52
  "cookie-parser": "^1.4.6",
53
53
  "express-promise-router": "^4.1.1",
54
54
  "lodash": "^4.17.21",