@authx/http-proxy-client
Advanced tools
Comparing version 1.0.0-beta.8 to 1.0.0-beta.9
@@ -134,3 +134,3 @@ /// <reference types="node" /> | ||
} | ||
export default class AuthXAuthorizationProxy extends EventEmitter { | ||
export default class AuthXClientProxy extends EventEmitter { | ||
private readonly _config; | ||
@@ -137,0 +137,0 @@ private readonly _proxy; |
@@ -24,3 +24,3 @@ "use strict"; | ||
} | ||
class AuthXAuthorizationProxy extends events_1.default { | ||
class AuthXClientProxy extends events_1.default { | ||
constructor(config) { | ||
@@ -421,3 +421,3 @@ super(); | ||
} | ||
exports.default = AuthXAuthorizationProxy; | ||
exports.default = AuthXClientProxy; | ||
//# sourceMappingURL=index.js.map |
@@ -55,3 +55,3 @@ { | ||
"types": "./dist/index.d.ts", | ||
"version": "1.0.0-beta.8" | ||
"version": "1.0.0-beta.9" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
5
105071