kauth-sdk-node
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -5,1 +5,3 @@ export { KauthConfig } from './common/config/config'; | ||
export { GoogleAuthenticator, MoziAuthenticator, AuthenticationInformation, JsonWebTokenAuthenticationProvider } from './authenticator'; | ||
export { MoziAuthenticationInformation } from './authenticator/mozi'; | ||
export { GoogleAuthenticationInformation } from './authenticator/google'; |
@@ -11,1 +11,5 @@ "use strict"; | ||
Object.defineProperty(exports, "JsonWebTokenAuthenticationProvider", { enumerable: true, get: function () { return authenticator_1.JsonWebTokenAuthenticationProvider; } }); | ||
var mozi_1 = require("./authenticator/mozi"); | ||
Object.defineProperty(exports, "MoziAuthenticationInformation", { enumerable: true, get: function () { return mozi_1.MoziAuthenticationInformation; } }); | ||
var google_1 = require("./authenticator/google"); | ||
Object.defineProperty(exports, "GoogleAuthenticationInformation", { enumerable: true, get: function () { return google_1.GoogleAuthenticationInformation; } }); |
{ | ||
"name": "kauth-sdk-node", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
33998
34
774
1
8