@frontegg/client
Advanced tools
Comparing version 1.2.18 to 1.2.19
import { AuditsClient } from './src/audits'; | ||
import { IdentityClient } from './src/identity'; | ||
import { FronteggAuthenticator } from './src/authenticator'; | ||
@@ -11,2 +12,2 @@ import { contextResolver, withAuthentication } from './src/identity'; | ||
export * from './src/events'; | ||
export { AuditsClient, NotificationsClient, TenantsClient, frontegg, fronteggNextJs, FronteggPermissions, IFronteggOptions, FronteggAuthenticator, RbacMiddleware, SsoClient, withAuthentication, contextResolver, }; | ||
export { AuditsClient, NotificationsClient, TenantsClient, frontegg, fronteggNextJs, FronteggPermissions, IFronteggOptions, FronteggAuthenticator, RbacMiddleware, SsoClient, withAuthentication, contextResolver, IdentityClient }; |
@@ -8,7 +8,9 @@ "use strict"; | ||
exports.AuditsClient = audits_1.AuditsClient; | ||
var identity_1 = require("./src/identity"); | ||
exports.IdentityClient = identity_1.IdentityClient; | ||
var authenticator_1 = require("./src/authenticator"); | ||
exports.FronteggAuthenticator = authenticator_1.FronteggAuthenticator; | ||
var identity_1 = require("./src/identity"); | ||
exports.contextResolver = identity_1.contextResolver; | ||
exports.withAuthentication = identity_1.withAuthentication; | ||
var identity_2 = require("./src/identity"); | ||
exports.contextResolver = identity_2.contextResolver; | ||
exports.withAuthentication = identity_2.withAuthentication; | ||
var middleware_1 = require("./src/middleware"); | ||
@@ -15,0 +17,0 @@ exports.frontegg = middleware_1.frontegg; |
import { AuditsClient } from './src/audits'; | ||
import { IdentityClient } from './src/identity'; | ||
import { FronteggAuthenticator } from './src/authenticator'; | ||
@@ -26,2 +27,3 @@ import { contextResolver, withAuthentication } from './src/identity'; | ||
contextResolver, | ||
IdentityClient | ||
}; |
{ | ||
"name": "@frontegg/client", | ||
"version": "1.2.18", | ||
"version": "1.2.19", | ||
"description": "Frontegg Javascript Library for backend", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
249409
3714