@fluidframework/core-utils
Advanced tools
Comparing version 2.0.0-dev-rc.5.0.0.272251 to 2.0.0-dev-rc.5.0.0.272889
{ | ||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", | ||
"extends": "../../../common/build/build-common/api-extractor-base.esm.primary.json" | ||
"extends": "../../../common/build/build-common/api-extractor-base.esm.current.json" | ||
} |
@@ -102,3 +102,3 @@ /*! | ||
export declare class PromiseTimer implements IPromiseTimer { | ||
private deferred?; | ||
private deferred; | ||
private readonly timer; | ||
@@ -105,0 +105,0 @@ /** |
@@ -102,3 +102,3 @@ /*! | ||
export declare class PromiseTimer implements IPromiseTimer { | ||
private deferred?; | ||
private deferred; | ||
private readonly timer; | ||
@@ -105,0 +105,0 @@ /** |
{ | ||
"name": "@fluidframework/core-utils", | ||
"version": "2.0.0-dev-rc.5.0.0.272251", | ||
"version": "2.0.0-dev-rc.5.0.0.272889", | ||
"description": "Not intended for use outside the Fluid client repo.", | ||
@@ -72,3 +72,3 @@ "homepage": "https://fluidframework.com", | ||
"@biomejs/biome": "^1.7.3", | ||
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.272251", | ||
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.272889", | ||
"@fluid-tools/benchmark": "^0.47.0", | ||
@@ -124,3 +124,3 @@ "@fluid-tools/build-cli": "^0.39.0", | ||
"check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json", | ||
"check:format": "npm run check:prettier", | ||
"check:format": "npm run check:biome", | ||
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore", | ||
@@ -131,3 +131,3 @@ "ci:build:docs": "api-extractor run", | ||
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout", | ||
"format": "npm run format:prettier", | ||
"format": "npm run format:biome", | ||
"format:biome": "biome check . --formatter-enabled=true --apply", | ||
@@ -134,0 +134,0 @@ "format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore", |
@@ -60,3 +60,3 @@ /*! | ||
*/ | ||
restart?: ITimeout; | ||
restart?: ITimeout | undefined; | ||
} | ||
@@ -264,3 +264,3 @@ | ||
export class PromiseTimer implements IPromiseTimer { | ||
private deferred?: Deferred<IPromiseTimerResult>; | ||
private deferred: Deferred<IPromiseTimerResult> | undefined; | ||
private readonly timer: Timer; | ||
@@ -267,0 +267,0 @@ |
@@ -8,5 +8,4 @@ { | ||
"outDir": "./lib", | ||
"exactOptionalPropertyTypes": false, | ||
"noUncheckedIndexedAccess": false, | ||
}, | ||
} |
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
245588
3499
2