@fluidframework/driver-base
Advanced tools
Comparing version 2.10.0-307399 to 2.10.0
# @fluidframework/driver-base | ||
## 2.10.0 | ||
Dependency updates only. | ||
## 2.5.0 | ||
@@ -4,0 +8,0 @@ |
@@ -162,3 +162,3 @@ /*! | ||
*/ | ||
protected disconnectCore(): void; | ||
protected disconnectCore(err: IAnyDriverError): void; | ||
protected initialize(connectMessage: IConnect, timeout: number): Promise<void>; | ||
@@ -165,0 +165,0 @@ private addPropsToError; |
@@ -324,3 +324,3 @@ "use strict"; | ||
// Clear the connection/socket before letting the deltaManager/connection manager know about the disconnect. | ||
this.disconnectCore(); | ||
this.disconnectCore(err); | ||
// Let user of connection object know about disconnect. | ||
@@ -333,3 +333,3 @@ this.emit("disconnect", err); | ||
*/ | ||
disconnectCore() { | ||
disconnectCore(err) { | ||
this.socket.disconnect(); | ||
@@ -336,0 +336,0 @@ } |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/driver-base"; | ||
export declare const pkgVersion = "2.10.0-307399"; | ||
export declare const pkgVersion = "2.10.0"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -11,3 +11,3 @@ "use strict"; | ||
exports.pkgName = "@fluidframework/driver-base"; | ||
exports.pkgVersion = "2.10.0-307399"; | ||
exports.pkgVersion = "2.10.0"; | ||
//# sourceMappingURL=packageVersion.js.map |
@@ -162,3 +162,3 @@ /*! | ||
*/ | ||
protected disconnectCore(): void; | ||
protected disconnectCore(err: IAnyDriverError): void; | ||
protected initialize(connectMessage: IConnect, timeout: number): Promise<void>; | ||
@@ -165,0 +165,0 @@ private addPropsToError; |
@@ -321,3 +321,3 @@ /*! | ||
// Clear the connection/socket before letting the deltaManager/connection manager know about the disconnect. | ||
this.disconnectCore(); | ||
this.disconnectCore(err); | ||
// Let user of connection object know about disconnect. | ||
@@ -330,3 +330,3 @@ this.emit("disconnect", err); | ||
*/ | ||
disconnectCore() { | ||
disconnectCore(err) { | ||
this.socket.disconnect(); | ||
@@ -333,0 +333,0 @@ } |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/driver-base"; | ||
export declare const pkgVersion = "2.10.0-307399"; | ||
export declare const pkgVersion = "2.10.0"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -8,3 +8,3 @@ /*! | ||
export const pkgName = "@fluidframework/driver-base"; | ||
export const pkgVersion = "2.10.0-307399"; | ||
export const pkgVersion = "2.10.0"; | ||
//# sourceMappingURL=packageVersion.js.map |
{ | ||
"name": "@fluidframework/driver-base", | ||
"version": "2.10.0-307399", | ||
"version": "2.10.0", | ||
"description": "Shared driver code for Fluid driver implementations", | ||
@@ -62,8 +62,8 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluid-internal/client-utils": "2.10.0-307399", | ||
"@fluidframework/core-interfaces": "2.10.0-307399", | ||
"@fluidframework/core-utils": "2.10.0-307399", | ||
"@fluidframework/driver-definitions": "2.10.0-307399", | ||
"@fluidframework/driver-utils": "2.10.0-307399", | ||
"@fluidframework/telemetry-utils": "2.10.0-307399" | ||
"@fluid-internal/client-utils": "~2.10.0", | ||
"@fluidframework/core-interfaces": "~2.10.0", | ||
"@fluidframework/core-utils": "~2.10.0", | ||
"@fluidframework/driver-definitions": "~2.10.0", | ||
"@fluidframework/driver-utils": "~2.10.0", | ||
"@fluidframework/telemetry-utils": "~2.10.0" | ||
}, | ||
@@ -73,3 +73,3 @@ "devDependencies": { | ||
"@biomejs/biome": "~1.9.3", | ||
"@fluid-internal/mocha-test-setup": "2.10.0-307399", | ||
"@fluid-internal/mocha-test-setup": "~2.10.0", | ||
"@fluid-tools/build-cli": "^0.51.0", | ||
@@ -76,0 +76,0 @@ "@fluidframework/build-common": "^2.0.3", |
@@ -448,3 +448,3 @@ /*! | ||
// Clear the connection/socket before letting the deltaManager/connection manager know about the disconnect. | ||
this.disconnectCore(); | ||
this.disconnectCore(err); | ||
@@ -459,3 +459,3 @@ // Let user of connection object know about disconnect. | ||
*/ | ||
protected disconnectCore() { | ||
protected disconnectCore(err: IAnyDriverError) { | ||
this.socket.disconnect(); | ||
@@ -462,0 +462,0 @@ } |
@@ -9,2 +9,2 @@ /*! | ||
export const pkgName = "@fluidframework/driver-base"; | ||
export const pkgVersion = "2.10.0-307399"; | ||
export const pkgVersion = "2.10.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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
272210
0
+ Added@fluid-internal/client-utils@2.10.0(transitive)
+ Added@fluidframework/core-interfaces@2.10.0(transitive)
+ Added@fluidframework/core-utils@2.10.0(transitive)
+ Added@fluidframework/driver-definitions@2.10.0(transitive)
+ Added@fluidframework/driver-utils@2.10.0(transitive)
+ Added@fluidframework/telemetry-utils@2.10.0(transitive)
- Removed@fluid-internal/client-utils@2.10.0-307399(transitive)
- Removed@fluidframework/core-interfaces@2.10.0-307399(transitive)
- Removed@fluidframework/core-utils@2.10.0-307399(transitive)
- Removed@fluidframework/driver-definitions@2.10.0-307399(transitive)
- Removed@fluidframework/driver-utils@2.10.0-307399(transitive)
- Removed@fluidframework/telemetry-utils@2.10.0-307399(transitive)