kauth-sdk-node
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -1,3 +0,3 @@ | ||
export * from './common/config/config'; | ||
export * from './common/http/kauth'; | ||
export * from './authenticator'; | ||
export { KauthConfig } from './common/config/config'; | ||
export { KauthApi } from './common/http/kauth'; | ||
export { GoogleAuthenticator, MoziAuthenticator, AuthenticationInformation, JsonWebTokenAuthenticationProvider } from './authenticator'; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (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" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./common/config/config"), exports); | ||
__exportStar(require("./common/http/kauth"), exports); | ||
__exportStar(require("./authenticator"), exports); | ||
var kauth_1 = require("./common/http/kauth"); | ||
Object.defineProperty(exports, "KauthApi", { enumerable: true, get: function () { return kauth_1.KauthApi; } }); | ||
var authenticator_1 = require("./authenticator"); | ||
Object.defineProperty(exports, "GoogleAuthenticator", { enumerable: true, get: function () { return authenticator_1.GoogleAuthenticator; } }); | ||
Object.defineProperty(exports, "MoziAuthenticator", { enumerable: true, get: function () { return authenticator_1.MoziAuthenticator; } }); | ||
Object.defineProperty(exports, "JsonWebTokenAuthenticationProvider", { enumerable: true, get: function () { return authenticator_1.JsonWebTokenAuthenticationProvider; } }); |
{ | ||
"name": "kauth-sdk-node", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "", | ||
@@ -11,3 +11,3 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"clean": "rimraf dist", | ||
"clean": "rimraf dist coverage", | ||
"build": "npm run clean && tsc", | ||
@@ -14,0 +14,0 @@ "type-check": "tsc --noEmit", |
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
30154
0
730