@backstage/plugin-auth-backend 0.17.1-next.1 → 0.17.2-next.0

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/dist/index.d.ts CHANGED
@@ -891,6 +891,7 @@ interface RouterOptions {
891
891
  tokenManager: TokenManager;
892
892
  tokenFactoryAlgorithm?: string;
893
893
  providerFactories?: ProviderFactories;
894
+ catalogApi?: CatalogApi;
894
895
  }
895
896
  /** @public */
896
897
  declare function createRouter(options: RouterOptions): Promise<express.Router>;
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.17.1-next.1",
4
+ "version": "0.17.2-next.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -32,13 +32,13 @@
32
32
  "clean": "backstage-cli package clean"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/backend-common": "^0.16.0-next.1",
36
- "@backstage/catalog-client": "^1.1.2-next.0",
37
- "@backstage/catalog-model": "^1.1.3-next.0",
38
- "@backstage/config": "^1.0.4-next.0",
39
- "@backstage/errors": "^1.1.3-next.0",
40
- "@backstage/plugin-auth-node": "^0.2.7-next.1",
41
- "@backstage/types": "^1.0.1-next.0",
35
+ "@backstage/backend-common": "^0.16.1-next.0",
36
+ "@backstage/catalog-client": "^1.2.0-next.0",
37
+ "@backstage/catalog-model": "^1.1.4-next.0",
38
+ "@backstage/config": "^1.0.5-next.0",
39
+ "@backstage/errors": "^1.1.4-next.0",
40
+ "@backstage/plugin-auth-node": "^0.2.8-next.0",
41
+ "@backstage/types": "^1.0.2-next.0",
42
42
  "@davidzemon/passport-okta-oauth": "^0.0.5",
43
43
  "@google-cloud/firestore": "^6.0.0",
44
44
  "@types/express": "^4.17.6",
@@ -76,8 +76,8 @@
76
76
  "yn": "^4.0.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@backstage/backend-test-utils": "^0.1.30-next.1",
80
- "@backstage/cli": "^0.21.0-next.1",
79
+ "@backstage/backend-test-utils": "^0.1.31-next.0",
80
+ "@backstage/cli": "^0.21.2-next.0",
81
81
  "@types/body-parser": "^1.19.0",
82
82
  "@types/cookie-parser": "^1.4.2",
83
83
  "@types/express-session": "^1.17.2",
@@ -89,7 +89,7 @@
89
89
  "@types/passport-saml": "^1.1.3",
90
90
  "@types/passport-strategy": "^0.2.35",
91
91
  "@types/xml2js": "^0.4.7",
92
- "msw": "^0.47.0",
92
+ "msw": "^0.49.0",
93
93
  "supertest": "^6.1.3"
94
94
  },
95
95
  "files": [