@fluidframework/core-interfaces
Advanced tools
Comparing version 0.37.4 to 0.38.0-21934
@@ -81,3 +81,3 @@ /*! | ||
} | ||
export declare const isFluidCodeDetails: (details: unknown) => details is Readonly<IFluidPackage>; | ||
export declare const isFluidCodeDetails: (details: unknown) => details is Readonly<IFluidCodeDetails>; | ||
export declare const IFluidCodeDetailsComparer: keyof IProvideFluidCodeDetailsComparer; | ||
@@ -84,0 +84,0 @@ export interface IProvideFluidCodeDetailsComparer { |
@@ -81,3 +81,3 @@ /*! | ||
} | ||
export declare const isFluidCodeDetails: (details: unknown) => details is Readonly<IFluidPackage>; | ||
export declare const isFluidCodeDetails: (details: unknown) => details is Readonly<IFluidCodeDetails>; | ||
export declare const IFluidCodeDetailsComparer: keyof IProvideFluidCodeDetailsComparer; | ||
@@ -84,0 +84,0 @@ export interface IProvideFluidCodeDetailsComparer { |
{ | ||
"name": "@fluidframework/core-interfaces", | ||
"version": "0.37.4", | ||
"version": "0.38.0-21934", | ||
"description": "Fluid object interfaces", | ||
@@ -31,6 +31,6 @@ "homepage": "https://fluidframework.com", | ||
"devDependencies": { | ||
"@fluidframework/build-common": "^0.20.0", | ||
"@fluidframework/build-common": "^0.21.0-0", | ||
"@fluidframework/eslint-config-fluid": "^0.23.0", | ||
"@microsoft/api-extractor": "^7.13.1", | ||
"@types/node": "^10.17.24", | ||
"@types/node": "^12.19.0", | ||
"@typescript-eslint/eslint-plugin": "~4.14.0", | ||
@@ -37,0 +37,0 @@ "@typescript-eslint/parser": "~4.14.0", |
@@ -93,3 +93,3 @@ /*! | ||
export const isFluidCodeDetails = (details: unknown): details is Readonly<IFluidPackage> =>{ | ||
export const isFluidCodeDetails = (details: unknown): details is Readonly<IFluidCodeDetails> =>{ | ||
const maybeCodeDetails = details as Partial<IFluidCodeDetails> | undefined; | ||
@@ -96,0 +96,0 @@ return typeof maybeCodeDetails === "object" |
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
83222