@frontegg/rest-api
Advanced tools
Comparing version 3.0.122 to 3.0.123
@@ -40,5 +40,5 @@ import * as auth from "./auth"; | ||
export * from "./routers"; | ||
export * from "./feature-flags"; | ||
export * from "./feature-flags/index"; | ||
export * from "./feature-flags/interfaces"; | ||
export * from "./directory"; | ||
export * from "./directory/index"; | ||
export * from "./directory/interfaces"; | ||
@@ -45,0 +45,0 @@ export * from "./impersonate/interfaces"; |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v3.0.122 | ||
/** @license Frontegg v3.0.123 | ||
* | ||
@@ -45,5 +45,5 @@ * This source code is licensed under the MIT license found in the | ||
export * from "./routers"; | ||
export * from "./feature-flags"; | ||
export * from "./feature-flags/index"; | ||
export * from "./feature-flags/interfaces"; | ||
export * from "./directory"; | ||
export * from "./directory/index"; | ||
export * from "./directory/interfaces"; | ||
@@ -50,0 +50,0 @@ export * from "./impersonate/interfaces"; |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v3.0.122 | ||
/** @license Frontegg v3.0.123 | ||
* | ||
@@ -121,28 +121,4 @@ * This source code is licensed under the MIT license found in the | ||
Object.keys(featureFlags).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === featureFlags[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return featureFlags[key]; | ||
} | ||
}); | ||
}); | ||
var directory = _interopRequireWildcard(require("./directory")); | ||
Object.keys(directory).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === directory[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return directory[key]; | ||
} | ||
}); | ||
}); | ||
var impersonate = _interopRequireWildcard(require("./impersonate")); | ||
@@ -368,2 +344,16 @@ | ||
var _index = require("./feature-flags/index"); | ||
Object.keys(_index).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _index[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _index[key]; | ||
} | ||
}); | ||
}); | ||
var _interfaces15 = require("./feature-flags/interfaces"); | ||
@@ -383,2 +373,16 @@ | ||
var _index2 = require("./directory/index"); | ||
Object.keys(_index2).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _index2[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _index2[key]; | ||
} | ||
}); | ||
}); | ||
var _interfaces16 = require("./directory/interfaces"); | ||
@@ -385,0 +389,0 @@ |
{ | ||
"name": "@frontegg/rest-api", | ||
"version": "3.0.122", | ||
"version": "3.0.123", | ||
"main": "./node/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
343980
9581