@backstage/plugin-auth-node 0.0.0-nightly-20220322023220 → 0.0.0-nightly-20220325022909

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 +13 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-auth-node
2
2
 
3
- ## 0.0.0-nightly-20220322023220
3
+ ## 0.0.0-nightly-20220325022909
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,7 +9,18 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @backstage/backend-common@0.0.0-nightly-20220322023220
12
+ - @backstage/backend-common@0.0.0-nightly-20220325022909
13
+
14
+ ## 0.2.0-next.0
15
+
16
+ ### Minor Changes
17
+
18
+ - 15d3a3c39a: **BREAKING**: Removed the deprecated `id` and `entity` fields from `BackstageSignInResult`.
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/backend-common@0.13.2-next.0
13
24
 
14
25
  ## 0.1.6
15
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-node",
3
- "version": "0.0.0-nightly-20220322023220",
3
+ "version": "0.0.0-nightly-20220325022909",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -23,7 +23,7 @@
23
23
  "start": "backstage-cli package start"
24
24
  },
25
25
  "dependencies": {
26
- "@backstage/backend-common": "^0.0.0-nightly-20220322023220",
26
+ "@backstage/backend-common": "^0.0.0-nightly-20220325022909",
27
27
  "@backstage/config": "^1.0.0",
28
28
  "@backstage/errors": "^1.0.0",
29
29
  "jose": "^1.27.1",
@@ -31,7 +31,7 @@
31
31
  "winston": "^3.2.1"
32
32
  },
33
33
  "devDependencies": {
34
- "@backstage/cli": "^0.0.0-nightly-20220322023220",
34
+ "@backstage/cli": "^0.0.0-nightly-20220325022909",
35
35
  "msw": "^0.35.0",
36
36
  "uuid": "^8.0.0"
37
37
  },