@microsoft/msgraph-sdk-core
Advanced tools
Comparing version 1.0.0-preview.5 to 1.0.0-preview.6
import { ParseNodeFactoryRegistry, SerializationWriterFactoryRegistry, } from "@microsoft/kiota-abstractions"; | ||
import { FetchRequestAdapter, ObservabilityOptionsImpl, } from "@microsoft/kiota-http-fetchlibrary"; | ||
import { GraphHttpClient } from "../http/GraphHttpClient"; | ||
import { GraphHttpClient } from "../http/GraphHttpClient.js"; | ||
/** | ||
@@ -5,0 +5,0 @@ * Base request adapter for graph clients. Bootstraps telemetry and other aspects. |
import { HttpClient, type Middleware } from "@microsoft/kiota-http-fetchlibrary"; | ||
import { GraphTelemetryOption } from "../middleware"; | ||
import { GraphTelemetryOption } from "../middleware/index.js"; | ||
/** | ||
@@ -4,0 +4,0 @@ * Specialized version of the HTTP client for the Graph API that bootstraps telemetry, /me replacement, and other aspects |
import { HttpClient } from "@microsoft/kiota-http-fetchlibrary"; | ||
import { getDefaultMiddlewares } from "../middleware"; | ||
import { getDefaultMiddlewares } from "../middleware/index.js"; | ||
/** | ||
@@ -4,0 +4,0 @@ * Specialized version of the HTTP client for the Graph API that bootstraps telemetry, /me replacement, and other aspects |
import { TelemetryHandler } from "@microsoft/kiota-http-fetchlibrary"; | ||
import { GraphTelemetryOption } from "./GraphTelemetryOption"; | ||
import { GraphTelemetryOption } from "./GraphTelemetryOption.js"; | ||
/** | ||
@@ -4,0 +4,0 @@ * Adds telemetry headers to requests made to the Graph API |
import { TelemetryHandler, appendRequestHeader } from "@microsoft/kiota-http-fetchlibrary"; | ||
import { coreVersion } from "../utils/Version"; | ||
import { coreVersion } from "../utils/Version.js"; | ||
/** | ||
@@ -4,0 +4,0 @@ * Adds telemetry headers to requests made to the Graph API |
import { Middleware } from "@microsoft/kiota-http-fetchlibrary"; | ||
import { GraphTelemetryOption } from "./GraphTelemetryOption"; | ||
import { GraphTelemetryOption } from "./GraphTelemetryOption.js"; | ||
export declare const getDefaultMiddlewares: (options?: MiddlewareFactoryOptions) => Middleware[]; | ||
@@ -4,0 +4,0 @@ interface MiddlewareFactoryOptions { |
import { MiddlewareFactory, UrlReplaceHandler, UrlReplaceHandlerOptions, } from "@microsoft/kiota-http-fetchlibrary"; | ||
import { GraphTelemetryHandler } from "./GraphTelemetryHandler"; | ||
import { defaultUrlReplacementPairs } from "../utils/Constants"; | ||
import { GraphTelemetryHandler } from "./GraphTelemetryHandler.js"; | ||
import { defaultUrlReplacementPairs } from "../utils/Constants.js"; | ||
export const getDefaultMiddlewares = (options = { customFetch: fetch }) => { | ||
@@ -5,0 +5,0 @@ let kiotaChain = MiddlewareFactory.getDefaultMiddlewares(options === null || options === void 0 ? void 0 : options.customFetch); |
@@ -1,2 +0,2 @@ | ||
export declare const coreVersion = "1.0.0-preview.5"; | ||
export declare const coreVersion = "1.0.0-preview.6"; | ||
//# sourceMappingURL=Version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export const coreVersion = "1.0.0-preview.5"; | ||
export const coreVersion = "1.0.0-preview.6"; | ||
//# sourceMappingURL=Version.js.map |
@@ -6,3 +6,3 @@ { | ||
"name": "@microsoft/msgraph-sdk-core", | ||
"version": "1.0.0-preview.5", | ||
"version": "1.0.0-preview.6", | ||
"description": "Core functionalities for the Microsoft Graph JavaScript SDK", | ||
@@ -9,0 +9,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
71888
1