@frontegg/client
Advanced tools
Comparing version 3.0.0-alpha.1 to 3.0.0-alpha.2
import { FronteggAuthenticator } from './src/authenticator'; | ||
import { FronteggContext } from './src/components/frontegg-context'; | ||
import { withAuthentication } from './src/middlewares'; | ||
import { AuditsClient, HttpClient } from './src/clients'; | ||
export { AuditsClient, FronteggContext, FronteggAuthenticator, withAuthentication, HttpClient }; | ||
import { AuditsClient, HttpClient, IdentityClient } from './src/clients'; | ||
export { AuditsClient, FronteggContext, FronteggAuthenticator, withAuthentication, HttpClient, IdentityClient }; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.HttpClient = exports.withAuthentication = exports.FronteggAuthenticator = exports.FronteggContext = exports.AuditsClient = void 0; | ||
exports.IdentityClient = exports.HttpClient = exports.withAuthentication = exports.FronteggAuthenticator = exports.FronteggContext = exports.AuditsClient = void 0; | ||
var authenticator_1 = require("./src/authenticator"); | ||
@@ -13,2 +13,3 @@ Object.defineProperty(exports, "FronteggAuthenticator", { enumerable: true, get: function () { return authenticator_1.FronteggAuthenticator; } }); | ||
Object.defineProperty(exports, "HttpClient", { enumerable: true, get: function () { return clients_1.HttpClient; } }); | ||
Object.defineProperty(exports, "IdentityClient", { enumerable: true, get: function () { return clients_1.IdentityClient; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -1,1 +0,1 @@ | ||
export { IdentityClient } from './identity-client'; | ||
export * from './identity-client'; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.IdentityClient = void 0; | ||
var identity_client_1 = require("./identity-client"); | ||
Object.defineProperty(exports, "IdentityClient", { enumerable: true, get: function () { return identity_client_1.IdentityClient; } }); | ||
__exportStar(require("./identity-client"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -0,1 +1,20 @@ | ||
# [3.0.0-alpha.2](https://github.com/frontegg/nodejs-sdk/compare/3.0.0-alpha.1...3.0.0-alpha.2) (2022-11-10) | ||
### Bug Fixes | ||
* re-export identity client ([#107](https://github.com/frontegg/nodejs-sdk/issues/107)) ([6624706](https://github.com/frontegg/nodejs-sdk/commit/66247066c727b06d85da453534b60bf4f5a4fdc3)) | ||
# [3.0.0](https://github.com/frontegg/nodejs-sdk/compare/v2.0.32...3.0.0) (2022-11-08) | ||
### breaking | ||
* proxy middlewares removal and general enhancements ([#106](https://github.com/frontegg/nodejs-sdk/issues/106)) ([9e6d944](https://github.com/frontegg/nodejs-sdk/commit/9e6d94487dd28d6181120232c61f612cfb2a44bb)) | ||
### BREAKING CHANGES | ||
* support for outdated "frontegg"/"fronteggNextJs" middlewares is now dropped | ||
# [3.0.0-alpha.1](https://github.com/frontegg/nodejs-sdk/compare/v2.0.31...3.0.0-alpha.1) (2022-10-31) | ||
@@ -2,0 +21,0 @@ |
import { FronteggAuthenticator } from './src/authenticator'; | ||
import { FronteggContext } from './src/components/frontegg-context'; | ||
import { withAuthentication } from './src/middlewares'; | ||
import { AuditsClient, HttpClient } from './src/clients'; | ||
import { AuditsClient, HttpClient, IdentityClient } from './src/clients'; | ||
export { AuditsClient, FronteggContext, FronteggAuthenticator, withAuthentication, HttpClient }; | ||
export { AuditsClient, FronteggContext, FronteggAuthenticator, withAuthentication, HttpClient, IdentityClient }; |
{ | ||
"name": "@frontegg/client", | ||
"version": "3.0.0-alpha.1", | ||
"version": "3.0.0-alpha.2", | ||
"description": "Frontegg Javascript Library for backend", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1218
0
87124
53