@backstage/plugin-auth-backend 0.0.0-nightly-20230210023233 → 0.0.0-nightly-20230212023024

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 CHANGED
@@ -1,17 +1,17 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
- ## 0.0.0-nightly-20230210023233
3
+ ## 0.0.0-nightly-20230212023024
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20230210023233
9
- - @backstage/catalog-model@0.0.0-nightly-20230210023233
10
- - @backstage/catalog-client@0.0.0-nightly-20230210023233
8
+ - @backstage/backend-common@0.0.0-nightly-20230212023024
9
+ - @backstage/catalog-model@0.0.0-nightly-20230212023024
10
+ - @backstage/catalog-client@0.0.0-nightly-20230212023024
11
11
  - @backstage/config@1.0.6
12
12
  - @backstage/errors@1.1.4
13
13
  - @backstage/types@1.0.2
14
- - @backstage/plugin-auth-node@0.0.0-nightly-20230210023233
14
+ - @backstage/plugin-auth-node@0.0.0-nightly-20230212023024
15
15
 
16
16
  ## 0.17.5-next.2
17
17
 
package/dist/index.d.ts CHANGED
@@ -718,7 +718,7 @@ declare const providers: Readonly<{
718
718
  signIn: {
719
719
  resolver: SignInResolver<CloudflareAccessResult>;
720
720
  };
721
- cache?: _backstage_backend_plugin_api.CacheClient | undefined;
721
+ cache?: _backstage_backend_plugin_api.CacheService | undefined;
722
722
  }) => AuthProviderFactory;
723
723
  resolvers: Readonly<{
724
724
  emailMatchingUserEntityProfileEmail: () => SignInResolver<unknown>;
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-20230210023233",
4
+ "version": "0.0.0-nightly-20230212023024",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -32,12 +32,12 @@
32
32
  "clean": "backstage-cli package clean"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/backend-common": "^0.0.0-nightly-20230210023233",
36
- "@backstage/catalog-client": "^0.0.0-nightly-20230210023233",
37
- "@backstage/catalog-model": "^0.0.0-nightly-20230210023233",
35
+ "@backstage/backend-common": "^0.0.0-nightly-20230212023024",
36
+ "@backstage/catalog-client": "^0.0.0-nightly-20230212023024",
37
+ "@backstage/catalog-model": "^0.0.0-nightly-20230212023024",
38
38
  "@backstage/config": "^1.0.6",
39
39
  "@backstage/errors": "^1.1.4",
40
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20230210023233",
40
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20230212023024",
41
41
  "@backstage/types": "^1.0.2",
42
42
  "@davidzemon/passport-okta-oauth": "^0.0.5",
43
43
  "@google-cloud/firestore": "^6.0.0",
@@ -76,8 +76,8 @@
76
76
  "yn": "^4.0.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230210023233",
80
- "@backstage/cli": "^0.0.0-nightly-20230210023233",
79
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230212023024",
80
+ "@backstage/cli": "^0.0.0-nightly-20230212023024",
81
81
  "@types/body-parser": "^1.19.0",
82
82
  "@types/cookie-parser": "^1.4.2",
83
83
  "@types/express-session": "^1.17.2",