@openbkn/bkn-sdk 0.1.1-alpha.5 → 0.1.1-alpha.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5064,7 +5064,12 @@ function whoami() {
|
|
|
5064
5064
|
"No decodable identity (token is opaque and no id_token saved). Use `auth status`."
|
|
5065
5065
|
);
|
|
5066
5066
|
}
|
|
5067
|
-
return
|
|
5067
|
+
return {
|
|
5068
|
+
...claims,
|
|
5069
|
+
baseUrl: baseUrl ?? void 0,
|
|
5070
|
+
userId: baseUrl ? activeUserId(baseUrl) : void 0,
|
|
5071
|
+
username: usernameOf(token)
|
|
5072
|
+
};
|
|
5068
5073
|
}
|
|
5069
5074
|
function listPlatforms2() {
|
|
5070
5075
|
const current = activePlatform();
|
|
@@ -5169,4 +5174,4 @@ export {
|
|
|
5169
5174
|
exportCreds,
|
|
5170
5175
|
auth_exports
|
|
5171
5176
|
};
|
|
5172
|
-
//# sourceMappingURL=chunk-
|
|
5177
|
+
//# sourceMappingURL=chunk-GAYXY7LP.js.map
|