@djangocfg/api 2.1.412 → 2.1.413

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/auth.cjs CHANGED
@@ -36,6 +36,7 @@ __export(auth_exports, {
36
36
  Analytics: () => Analytics,
37
37
  AnalyticsCategory: () => AnalyticsCategory,
38
38
  AnalyticsEvent: () => AnalyticsEvent,
39
+ AuthContext: () => AuthContext_default,
39
40
  AuthProvider: () => AuthProvider,
40
41
  PatchedCfgUserUpdateRequestSchema: () => PatchedCfgUserUpdateRequestSchema,
41
42
  authLogger: () => authLogger,
@@ -4921,6 +4922,7 @@ var useAuth = /* @__PURE__ */ __name(() => {
4921
4922
  }
4922
4923
  return context;
4923
4924
  }, "useAuth");
4925
+ var AuthContext_default = AuthContext;
4924
4926
 
4925
4927
  // src/auth/utils/validation.ts
4926
4928
  var validateEmail = /* @__PURE__ */ __name((email) => {