@microsoft/kiota-authentication-azure
Advanced tools
Comparing version 1.0.0-preview.49 to 1.0.0-preview.51
@@ -9,3 +9,3 @@ /** | ||
import { type AccessTokenProvider, AllowedHostsValidator } from "@microsoft/kiota-abstractions"; | ||
import { type ObservabilityOptions } from "./observabilityOptions"; | ||
import { type ObservabilityOptions } from "./observabilityOptions.js"; | ||
/** Access token provider that leverages the Azure Identity library to retrieve an access token. */ | ||
@@ -12,0 +12,0 @@ export declare class AzureIdentityAccessTokenProvider implements AccessTokenProvider { |
@@ -9,3 +9,3 @@ /** | ||
import { trace } from "@opentelemetry/api"; | ||
import { ObservabilityOptionsImpl } from "./observabilityOptions"; | ||
import { ObservabilityOptionsImpl } from "./observabilityOptions.js"; | ||
/** Access token provider that leverages the Azure Identity library to retrieve an access token. */ | ||
@@ -12,0 +12,0 @@ export class AzureIdentityAccessTokenProvider { |
@@ -9,3 +9,3 @@ /** | ||
import { BaseBearerTokenAuthenticationProvider } from "@microsoft/kiota-abstractions"; | ||
import { type ObservabilityOptions } from "./observabilityOptions"; | ||
import { type ObservabilityOptions } from "./observabilityOptions.js"; | ||
export declare class AzureIdentityAuthenticationProvider extends BaseBearerTokenAuthenticationProvider { | ||
@@ -12,0 +12,0 @@ /** |
@@ -8,4 +8,4 @@ /** | ||
import { BaseBearerTokenAuthenticationProvider } from "@microsoft/kiota-abstractions"; | ||
import { AzureIdentityAccessTokenProvider } from "./azureIdentityAccessTokenProvider"; | ||
import { ObservabilityOptionsImpl } from "./observabilityOptions"; | ||
import { AzureIdentityAccessTokenProvider } from "./azureIdentityAccessTokenProvider.js"; | ||
import { ObservabilityOptionsImpl } from "./observabilityOptions.js"; | ||
export class AzureIdentityAuthenticationProvider extends BaseBearerTokenAuthenticationProvider { | ||
@@ -12,0 +12,0 @@ /** |
@@ -7,4 +7,4 @@ /** | ||
*/ | ||
export * from "./azureIdentityAuthenticationProvider"; | ||
export * from "./azureIdentityAccessTokenProvider"; | ||
export * from "./azureIdentityAuthenticationProvider.js"; | ||
export * from "./azureIdentityAccessTokenProvider.js"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -7,4 +7,4 @@ /** | ||
*/ | ||
export * from "./azureIdentityAuthenticationProvider"; | ||
export * from "./azureIdentityAccessTokenProvider"; | ||
export * from "./azureIdentityAuthenticationProvider.js"; | ||
export * from "./azureIdentityAccessTokenProvider.js"; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@microsoft/kiota-authentication-azure", | ||
"version": "1.0.0-preview.49", | ||
"version": "1.0.0-preview.51", | ||
"description": "Authentication provider for Kiota using Azure Identity", | ||
@@ -11,3 +11,3 @@ "main": "dist/es/src/index.js", | ||
"build": "npm run build:esm", | ||
"build:esm": "tsc", | ||
"build:esm": "tsc && tsc-alias", | ||
"test:node": "vitest run", | ||
@@ -43,3 +43,3 @@ "test:browser": "vitest run --browser.name=chrome --browser.headless", | ||
}, | ||
"gitHead": "0e26f615f2055e97a8a26412603cb11d0e4cdaf6" | ||
"gitHead": "18ce5fd17f02186ba4151aa105d3a37ea1b50917" | ||
} |
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
78837