@fluidframework/driver-definitions
Advanced tools
Comparing version 0.30.4 to 0.31.0
@@ -6,3 +6,3 @@ /*! | ||
import { IEventProvider, IErrorEvent, ITelemetryBaseLogger } from "@fluidframework/common-definitions"; | ||
import { ConnectionMode, IClient, ICreateBlobResponse, IDocumentMessage, IErrorTrackingService, INack, ISequencedDocumentMessage, IServiceConfiguration, ISignalClient, ISignalMessage, ISnapshotTree, ISummaryHandle, ISummaryTree, ITokenClaims, ITree, IVersion } from "@fluidframework/protocol-definitions"; | ||
import { ConnectionMode, IClient, IClientConfiguration, ICreateBlobResponse, IDocumentMessage, IErrorTrackingService, INack, ISequencedDocumentMessage, ISignalClient, ISignalMessage, ISnapshotTree, ISummaryHandle, ISummaryTree, ITokenClaims, ITree, IVersion } from "@fluidframework/protocol-definitions"; | ||
import { IResolvedUrl } from "./urlResolver"; | ||
@@ -118,3 +118,3 @@ /** | ||
*/ | ||
serviceConfiguration: IServiceConfiguration; | ||
serviceConfiguration: IClientConfiguration; | ||
/** | ||
@@ -121,0 +121,0 @@ * Last known sequence number to ordering service at the time of connection |
@@ -6,3 +6,3 @@ /*! | ||
import { IEventProvider, IErrorEvent, ITelemetryBaseLogger } from "@fluidframework/common-definitions"; | ||
import { ConnectionMode, IClient, ICreateBlobResponse, IDocumentMessage, IErrorTrackingService, INack, ISequencedDocumentMessage, IServiceConfiguration, ISignalClient, ISignalMessage, ISnapshotTree, ISummaryHandle, ISummaryTree, ITokenClaims, ITree, IVersion } from "@fluidframework/protocol-definitions"; | ||
import { ConnectionMode, IClient, IClientConfiguration, ICreateBlobResponse, IDocumentMessage, IErrorTrackingService, INack, ISequencedDocumentMessage, ISignalClient, ISignalMessage, ISnapshotTree, ISummaryHandle, ISummaryTree, ITokenClaims, ITree, IVersion } from "@fluidframework/protocol-definitions"; | ||
import { IResolvedUrl } from "./urlResolver"; | ||
@@ -118,3 +118,3 @@ /** | ||
*/ | ||
serviceConfiguration: IServiceConfiguration; | ||
serviceConfiguration: IClientConfiguration; | ||
/** | ||
@@ -121,0 +121,0 @@ * Last known sequence number to ordering service at the time of connection |
{ | ||
"name": "@fluidframework/driver-definitions", | ||
"version": "0.30.4", | ||
"version": "0.31.0", | ||
"description": "Fluid driver definitions", | ||
@@ -22,3 +22,3 @@ "homepage": "https://fluidframework.com", | ||
"eslint": "eslint --format stylish src", | ||
"eslint:fix": "eslint --ext=ts,tsx --format stylish src --fix", | ||
"eslint:fix": "eslint --format stylish src --fix", | ||
"lint": "npm run eslint", | ||
@@ -33,4 +33,4 @@ "lint:fix": "npm run eslint:fix", | ||
"@fluidframework/common-definitions": "^0.19.1", | ||
"@fluidframework/core-interfaces": "^0.30.4", | ||
"@fluidframework/protocol-definitions": "^0.1015.0" | ||
"@fluidframework/core-interfaces": "^0.31.0", | ||
"@fluidframework/protocol-definitions": "^0.1016.1" | ||
}, | ||
@@ -37,0 +37,0 @@ "devDependencies": { |
@@ -10,2 +10,3 @@ /*! | ||
IClient, | ||
IClientConfiguration, | ||
ICreateBlobResponse, | ||
@@ -16,3 +17,2 @@ IDocumentMessage, | ||
ISequencedDocumentMessage, | ||
IServiceConfiguration, | ||
ISignalClient, | ||
@@ -164,3 +164,3 @@ ISignalMessage, | ||
*/ | ||
serviceConfiguration: IServiceConfiguration; | ||
serviceConfiguration: IClientConfiguration; | ||
@@ -167,0 +167,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
91495
+ Added@fluidframework/core-interfaces@0.31.2(transitive)
+ Added@fluidframework/protocol-definitions@0.1016.1(transitive)
- Removed@fluidframework/core-interfaces@0.30.4(transitive)
- Removed@fluidframework/protocol-definitions@0.1015.0(transitive)