@backstage/plugin-auth-node 0.0.0-nightly-20230926021154 → 0.0.0-nightly-20230928021117

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 +17 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,16 +1,30 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20230926021154
3
+ ## 0.0.0-nightly-20230928021117
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 6c2b0793bfce: Fix for persisted scopes not being properly restored on sign-in.
8
8
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20230926021154
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20230926021154
9
+ - @backstage/backend-common@0.0.0-nightly-20230928021117
10
+ - @backstage/config@1.1.0
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230928021117
11
12
  - @backstage/catalog-client@1.4.4
12
13
  - @backstage/catalog-model@1.4.2
14
+ - @backstage/errors@1.2.2
15
+ - @backstage/types@1.1.1
16
+
17
+ ## 0.3.2-next.0
18
+
19
+ ### Patch Changes
20
+
21
+ - 6c2b0793bf: Fix for persisted scopes not being properly restored on sign-in.
22
+ - Updated dependencies
23
+ - @backstage/backend-common@0.19.7-next.0
13
24
  - @backstage/config@1.1.0
25
+ - @backstage/backend-plugin-api@0.6.5-next.0
26
+ - @backstage/catalog-client@1.4.4
27
+ - @backstage/catalog-model@1.4.2
14
28
  - @backstage/errors@1.2.2
15
29
  - @backstage/types@1.1.1
16
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.0.0-nightly-20230926021154",
3
+ "version": "0.0.0-nightly-20230928021117",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -28,8 +28,8 @@
28
28
  "start": "backstage-cli package start"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/backend-common": "^0.0.0-nightly-20230926021154",
32
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230926021154",
31
+ "@backstage/backend-common": "^0.0.0-nightly-20230928021117",
32
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230928021117",
33
33
  "@backstage/catalog-client": "^1.4.4",
34
34
  "@backstage/catalog-model": "^1.4.2",
35
35
  "@backstage/config": "^1.1.0",
@@ -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-20230926021154",
51
- "@backstage/cli": "^0.0.0-nightly-20230926021154",
50
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230928021117",
51
+ "@backstage/cli": "^0.0.0-nightly-20230928021117",
52
52
  "cookie-parser": "^1.4.6",
53
53
  "express-promise-router": "^4.1.1",
54
54
  "lodash": "^4.17.21",