@fluidframework/core-utils
Advanced tools
Comparing version 2.0.0-dev-rc.5.0.0.265721 to 2.0.0-dev-rc.5.0.0.267932
@@ -48,4 +48,5 @@ "use strict"; | ||
class LazyPromise { | ||
// eslint-disable-next-line @typescript-eslint/class-literal-property-style | ||
get [Symbol.toStringTag]() { | ||
return this.getPromise()[Symbol.toStringTag]; | ||
return "[object LazyPromise]"; | ||
} | ||
@@ -52,0 +53,0 @@ constructor(execute) { |
@@ -44,4 +44,5 @@ /*! | ||
export class LazyPromise { | ||
// eslint-disable-next-line @typescript-eslint/class-literal-property-style | ||
get [Symbol.toStringTag]() { | ||
return this.getPromise()[Symbol.toStringTag]; | ||
return "[object LazyPromise]"; | ||
} | ||
@@ -48,0 +49,0 @@ constructor(execute) { |
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.43.1" | ||
"packageVersion": "7.45.1" | ||
} | ||
] | ||
} |
{ | ||
"name": "@fluidframework/core-utils", | ||
"version": "2.0.0-dev-rc.5.0.0.265721", | ||
"version": "2.0.0-dev-rc.5.0.0.267932", | ||
"description": "Not intended for use outside the Fluid client repo.", | ||
@@ -72,3 +72,3 @@ "homepage": "https://fluidframework.com", | ||
"@biomejs/biome": "^1.6.2", | ||
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.265721", | ||
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.267932", | ||
"@fluid-tools/benchmark": "^0.47.0", | ||
@@ -80,3 +80,3 @@ "@fluid-tools/build-cli": "^0.39.0-264124", | ||
"@fluidframework/eslint-config-fluid": "^5.1.0", | ||
"@microsoft/api-extractor": "^7.43.1", | ||
"@microsoft/api-extractor": "^7.45.1", | ||
"@types/mocha": "^9.1.1", | ||
@@ -97,3 +97,3 @@ "@types/node": "^18.19.0", | ||
"sinon": "^17.0.1", | ||
"typescript": "~5.3.3" | ||
"typescript": "~5.4.5" | ||
}, | ||
@@ -100,0 +100,0 @@ "typeValidation": { |
@@ -47,4 +47,5 @@ /*! | ||
export class LazyPromise<T> implements Promise<T> { | ||
// eslint-disable-next-line @typescript-eslint/class-literal-property-style | ||
public get [Symbol.toStringTag](): string { | ||
return this.getPromise()[Symbol.toStringTag]; | ||
return "[object LazyPromise]"; | ||
} | ||
@@ -51,0 +52,0 @@ |
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
245013
3469