@backstage/plugin-auth-backend 0.0.0-nightly-20220218022735 → 0.0.0-nightly-20220219022334
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.
- package/CHANGELOG.md +23 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/plugin-auth-backend
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20220219022334
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -19,6 +19,28 @@
|
|
|
19
19
|
your own sign-in resolver instead of using the builtin ones, and that will
|
|
20
20
|
become mandatory in the future.
|
|
21
21
|
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- 6e1cbc12a6: Updated according to the new `getEntityFacets` catalog API method
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
- @backstage/catalog-model@0.0.0-nightly-20220219022334
|
|
27
|
+
- @backstage/catalog-client@0.0.0-nightly-20220219022334
|
|
28
|
+
- @backstage/plugin-auth-node@0.0.0-nightly-20220219022334
|
|
29
|
+
|
|
30
|
+
## 0.10.2
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- Fix for the previous release with missing type declarations.
|
|
35
|
+
- Updated dependencies
|
|
36
|
+
- @backstage/backend-common@0.10.9
|
|
37
|
+
- @backstage/catalog-client@0.7.1
|
|
38
|
+
- @backstage/catalog-model@0.10.1
|
|
39
|
+
- @backstage/config@0.1.15
|
|
40
|
+
- @backstage/errors@0.2.2
|
|
41
|
+
- @backstage/types@0.1.3
|
|
42
|
+
- @backstage/plugin-auth-node@0.1.2
|
|
43
|
+
|
|
22
44
|
## 0.10.1
|
|
23
45
|
|
|
24
46
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-auth-backend",
|
|
3
3
|
"description": "A Backstage backend plugin that handles authentication",
|
|
4
|
-
"version": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-20220219022334",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"clean": "backstage-cli package clean"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@backstage/plugin-auth-node": "^0.
|
|
36
|
+
"@backstage/plugin-auth-node": "^0.0.0-nightly-20220219022334",
|
|
37
37
|
"@backstage/backend-common": "^0.10.8",
|
|
38
|
-
"@backstage/catalog-client": "^0.
|
|
39
|
-
"@backstage/catalog-model": "^0.
|
|
38
|
+
"@backstage/catalog-client": "^0.0.0-nightly-20220219022334",
|
|
39
|
+
"@backstage/catalog-model": "^0.0.0-nightly-20220219022334",
|
|
40
40
|
"@backstage/config": "^0.1.14",
|
|
41
41
|
"@backstage/errors": "^0.2.1",
|
|
42
42
|
"@backstage/types": "^0.1.2",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"yn": "^4.0.0"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@backstage/cli": "^0.
|
|
79
|
+
"@backstage/cli": "^0.0.0-nightly-20220219022334",
|
|
80
80
|
"@backstage/test-utils": "^0.2.5",
|
|
81
81
|
"@types/body-parser": "^1.19.0",
|
|
82
82
|
"@types/cookie-parser": "^1.4.2",
|