@frontegg/rest-api
Advanced tools
Comparing version 3.0.120 to 3.0.121
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v3.0.120 | ||
/** @license Frontegg v3.0.121 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v3.0.120 | ||
/** @license Frontegg v3.0.121 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -47,5 +47,5 @@ "use strict"; | ||
async function getCurrentUserTenantsV3(options) { | ||
return (0, _fetch.Get)(_constants.urls.identity.users.tenants.me.v3, { | ||
return (0, _fetch.Get)(_constants.urls.identity.users.tenants.me.v3, undefined, { | ||
headers: (0, _fetch.extractHeadersFromOptions)(options) | ||
}); | ||
} |
{ | ||
"name": "@frontegg/rest-api", | ||
"version": "3.0.120", | ||
"version": "3.0.121", | ||
"main": "./node/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -27,5 +27,5 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
export async function getCurrentUserTenantsV3(options) { | ||
return Get(urls.identity.users.tenants.me.v3, { | ||
return Get(urls.identity.users.tenants.me.v3, undefined, { | ||
headers: extractHeadersFromOptions(options) | ||
}); | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
343596