@fluidframework/core-utils
Advanced tools
Comparing version 2.0.0-rc.4.0.2 to 2.0.0-rc.4.0.3
@@ -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) { |
{ | ||
"name": "@fluidframework/core-utils", | ||
"version": "2.0.0-rc.4.0.2", | ||
"version": "2.0.0-rc.4.0.3", | ||
"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-rc.4.0.2 <2.0.0-rc.4.1.0", | ||
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.4.0.3 <2.0.0-rc.4.1.0", | ||
"@fluid-tools/benchmark": "^0.47.0", | ||
@@ -75,0 +75,0 @@ "@fluid-tools/build-cli": "^0.38.0", |
@@ -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
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
244103
3469