@telicent-oss/fe-auth-lib 1.0.0 → 1.0.1
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telicent-oss/fe-auth-lib",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"description": "OAuth2 client library for Telicent Authentication Server",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"engines": {
|
|
51
51
|
"node": ">=20.19.0"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "4868d793fefb4b0a564b028a85189e608d9ca927"
|
|
54
54
|
}
|
|
@@ -963,10 +963,4 @@ if (typeof module !== "undefined" && module.exports) {
|
|
|
963
963
|
// ES modules
|
|
964
964
|
exports.default = AuthServerOAuth2Client;
|
|
965
965
|
exports.AuthServerOAuth2Client = AuthServerOAuth2Client;
|
|
966
|
-
}
|
|
967
|
-
|
|
968
|
-
// Create global OAuth client instance for browser use
|
|
969
|
-
if (typeof window !== "undefined") {
|
|
970
|
-
window.AuthServerOAuth2Client = AuthServerOAuth2Client;
|
|
971
|
-
window.authServerOAuth2Client = new AuthServerOAuth2Client();
|
|
972
|
-
}
|
|
966
|
+
}
|