@adminide-stack/common
Advanced tools
Comparing version 5.0.1-alpha.0 to 5.0.1-alpha.9
@@ -1,18 +0,2 @@ | ||
"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 }); | ||
__exportStar(require("./user-auth0"), exports); | ||
export * from './user-auth0'; | ||
//# sourceMappingURL=index.js.map |
@@ -1,6 +0,3 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.AuthErrorsMessage = exports.AuthErrors = void 0; | ||
// TODO need to move them to user-auth-client. | ||
var AuthErrors; | ||
export var AuthErrors; | ||
(function (AuthErrors) { | ||
@@ -20,4 +17,4 @@ AuthErrors["TokenExpired"] = "TokenExpired"; | ||
AuthErrors["ThirdPartyCookieDisabled"] = "ThirdPartyCookieDisabled"; | ||
})(AuthErrors = exports.AuthErrors || (exports.AuthErrors = {})); | ||
exports.AuthErrorsMessage = { | ||
})(AuthErrors || (AuthErrors = {})); | ||
export const AuthErrorsMessage = { | ||
TokenExpired: 'Your token is expired, please relogin', | ||
@@ -24,0 +21,0 @@ InvalidToken: 'Security error - invalid token', |
@@ -1,18 +0,2 @@ | ||
"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 }); | ||
__exportStar(require("./error-messages"), exports); | ||
export * from './error-messages'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@adminide-stack/common", | ||
"version": "5.0.1-alpha.0", | ||
"version": "5.0.1-alpha.9", | ||
"description": "AdminIDE core for higher packages to depend on", | ||
@@ -27,3 +27,3 @@ "license": "ISC", | ||
}, | ||
"gitHead": "0ea05a7b73a01ba2592a11fd6871ec4551da5eb2" | ||
"gitHead": "c6f78f4135cdbbe914a2a41e5c95f52f173bc62b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
39931
61