@backstage/plugin-auth-backend 0.15.0-next.1 → 0.15.0-next.2

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,5 +1,15 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
+ ## 0.15.0-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 8e03db907a: Auth provider now also export createAuthProviderIntegration
8
+ - 679b32172e: Updated dependency `knex` to `^2.0.0`.
9
+ - Updated dependencies
10
+ - @backstage/catalog-model@1.1.0-next.2
11
+ - @backstage/backend-common@0.14.1-next.2
12
+
3
13
  ## 0.15.0-next.1
4
14
 
5
15
  ### Minor Changes
package/dist/index.cjs.js CHANGED
@@ -2770,6 +2770,7 @@ exports.AtlassianAuthProvider = AtlassianAuthProvider;
2770
2770
  exports.CatalogIdentityClient = CatalogIdentityClient;
2771
2771
  exports.OAuthAdapter = OAuthAdapter;
2772
2772
  exports.OAuthEnvironmentHandler = OAuthEnvironmentHandler;
2773
+ exports.createAuthProviderIntegration = createAuthProviderIntegration;
2773
2774
  exports.createOriginFilter = createOriginFilter;
2774
2775
  exports.createRouter = createRouter;
2775
2776
  exports.defaultAuthProviderFactories = defaultAuthProviderFactories;