@fluidframework/container-definitions
Advanced tools
Comparing version 2.0.0-dev-rc.5.0.0.268409 to 2.0.0-dev-rc.5.0.0.270401
@@ -24,5 +24,5 @@ ## Alpha API Report File for "@fluidframework/container-definitions" | ||
import type { IResolvedUrl } from '@fluidframework/driver-definitions/internal'; | ||
import type { ISequencedDocumentMessage } from '@fluidframework/driver-definitions'; | ||
import type { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal'; | ||
import type { ISequencedProposal } from '@fluidframework/driver-definitions/internal'; | ||
import type { ISignalMessage } from '@fluidframework/driver-definitions'; | ||
import type { ISignalMessage } from '@fluidframework/driver-definitions/internal'; | ||
import type { ISnapshot } from '@fluidframework/driver-definitions/internal'; | ||
@@ -29,0 +29,0 @@ import type { ISnapshotTree } from '@fluidframework/driver-definitions/internal'; |
@@ -24,5 +24,5 @@ ## Beta API Report File for "@fluidframework/container-definitions" | ||
import type { IResolvedUrl } from '@fluidframework/driver-definitions/internal'; | ||
import type { ISequencedDocumentMessage } from '@fluidframework/driver-definitions'; | ||
import type { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal'; | ||
import type { ISequencedProposal } from '@fluidframework/driver-definitions/internal'; | ||
import type { ISignalMessage } from '@fluidframework/driver-definitions'; | ||
import type { ISignalMessage } from '@fluidframework/driver-definitions/internal'; | ||
import type { ISnapshot } from '@fluidframework/driver-definitions/internal'; | ||
@@ -29,0 +29,0 @@ import type { ISnapshotTree } from '@fluidframework/driver-definitions/internal'; |
@@ -24,5 +24,5 @@ ## Public API Report File for "@fluidframework/container-definitions" | ||
import type { IResolvedUrl } from '@fluidframework/driver-definitions/internal'; | ||
import type { ISequencedDocumentMessage } from '@fluidframework/driver-definitions'; | ||
import type { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal'; | ||
import type { ISequencedProposal } from '@fluidframework/driver-definitions/internal'; | ||
import type { ISignalMessage } from '@fluidframework/driver-definitions'; | ||
import type { ISignalMessage } from '@fluidframework/driver-definitions/internal'; | ||
import type { ISnapshot } from '@fluidframework/driver-definitions/internal'; | ||
@@ -29,0 +29,0 @@ import type { ISnapshotTree } from '@fluidframework/driver-definitions/internal'; |
@@ -6,4 +6,4 @@ /*! | ||
import type { IDisposable, IErrorBase, IErrorEvent, IEvent, IEventProvider } from "@fluidframework/core-interfaces"; | ||
import type { IClientDetails, ISequencedDocumentMessage, ISignalMessage } from "@fluidframework/driver-definitions"; | ||
import type { IAnyDriverError, IClientConfiguration, IDocumentMessage, ITokenClaims } from "@fluidframework/driver-definitions/internal"; | ||
import type { IClientDetails } from "@fluidframework/driver-definitions"; | ||
import type { IAnyDriverError, IClientConfiguration, IDocumentMessage, ITokenClaims, ISequencedDocumentMessage, ISignalMessage } from "@fluidframework/driver-definitions/internal"; | ||
/** | ||
@@ -10,0 +10,0 @@ * Contract representing the result of a newly established connection to the server for syncing deltas. |
@@ -6,4 +6,4 @@ /*! | ||
import type { FluidObject, IEvent, IEventProvider, IRequest } from "@fluidframework/core-interfaces"; | ||
import type { IClient, IClientDetails, IQuorumClients, ISequencedDocumentMessage } from "@fluidframework/driver-definitions"; | ||
import type { IResolvedUrl, IDocumentMessage, ISequencedProposal, ISnapshotTree } from "@fluidframework/driver-definitions/internal"; | ||
import type { IClient, IClientDetails, IQuorumClients } from "@fluidframework/driver-definitions"; | ||
import type { IResolvedUrl, IDocumentMessage, ISequencedProposal, ISnapshotTree, ISequencedDocumentMessage } from "@fluidframework/driver-definitions/internal"; | ||
import type { IAudience } from "./audience.js"; | ||
@@ -10,0 +10,0 @@ import type { IDeltaManager, ReadOnlyInfo } from "./deltas.js"; |
@@ -6,4 +6,4 @@ /*! | ||
import type { FluidObject, IDisposable, ITelemetryBaseLogger } from "@fluidframework/core-interfaces"; | ||
import type { IClientDetails, IQuorumClients, ISequencedDocumentMessage, ISummaryTree } from "@fluidframework/driver-definitions"; | ||
import type { IDocumentStorageService, ISnapshot, IDocumentMessage, ISnapshotTree, ISummaryContent, IVersion, MessageType } from "@fluidframework/driver-definitions/internal"; | ||
import type { IClientDetails, IQuorumClients, ISummaryTree } from "@fluidframework/driver-definitions"; | ||
import type { IDocumentStorageService, ISnapshot, IDocumentMessage, ISnapshotTree, ISummaryContent, IVersion, MessageType, ISequencedDocumentMessage } from "@fluidframework/driver-definitions/internal"; | ||
import type { IAudience } from "./audience.js"; | ||
@@ -10,0 +10,0 @@ import type { IDeltaManager } from "./deltas.js"; |
@@ -6,4 +6,4 @@ /*! | ||
import type { IDisposable, IErrorBase, IErrorEvent, IEvent, IEventProvider } from "@fluidframework/core-interfaces"; | ||
import type { IClientDetails, ISequencedDocumentMessage, ISignalMessage } from "@fluidframework/driver-definitions"; | ||
import type { IAnyDriverError, IClientConfiguration, IDocumentMessage, ITokenClaims } from "@fluidframework/driver-definitions/internal"; | ||
import type { IClientDetails } from "@fluidframework/driver-definitions"; | ||
import type { IAnyDriverError, IClientConfiguration, IDocumentMessage, ITokenClaims, ISequencedDocumentMessage, ISignalMessage } from "@fluidframework/driver-definitions/internal"; | ||
/** | ||
@@ -10,0 +10,0 @@ * Contract representing the result of a newly established connection to the server for syncing deltas. |
@@ -6,4 +6,4 @@ /*! | ||
import type { FluidObject, IEvent, IEventProvider, IRequest } from "@fluidframework/core-interfaces"; | ||
import type { IClient, IClientDetails, IQuorumClients, ISequencedDocumentMessage } from "@fluidframework/driver-definitions"; | ||
import type { IResolvedUrl, IDocumentMessage, ISequencedProposal, ISnapshotTree } from "@fluidframework/driver-definitions/internal"; | ||
import type { IClient, IClientDetails, IQuorumClients } from "@fluidframework/driver-definitions"; | ||
import type { IResolvedUrl, IDocumentMessage, ISequencedProposal, ISnapshotTree, ISequencedDocumentMessage } from "@fluidframework/driver-definitions/internal"; | ||
import type { IAudience } from "./audience.js"; | ||
@@ -10,0 +10,0 @@ import type { IDeltaManager, ReadOnlyInfo } from "./deltas.js"; |
@@ -6,4 +6,4 @@ /*! | ||
import type { FluidObject, IDisposable, ITelemetryBaseLogger } from "@fluidframework/core-interfaces"; | ||
import type { IClientDetails, IQuorumClients, ISequencedDocumentMessage, ISummaryTree } from "@fluidframework/driver-definitions"; | ||
import type { IDocumentStorageService, ISnapshot, IDocumentMessage, ISnapshotTree, ISummaryContent, IVersion, MessageType } from "@fluidframework/driver-definitions/internal"; | ||
import type { IClientDetails, IQuorumClients, ISummaryTree } from "@fluidframework/driver-definitions"; | ||
import type { IDocumentStorageService, ISnapshot, IDocumentMessage, ISnapshotTree, ISummaryContent, IVersion, MessageType, ISequencedDocumentMessage } from "@fluidframework/driver-definitions/internal"; | ||
import type { IAudience } from "./audience.js"; | ||
@@ -10,0 +10,0 @@ import type { IDeltaManager } from "./deltas.js"; |
{ | ||
"name": "@fluidframework/container-definitions", | ||
"version": "2.0.0-dev-rc.5.0.0.268409", | ||
"version": "2.0.0-dev-rc.5.0.0.270401", | ||
"description": "Fluid container definitions", | ||
@@ -50,4 +50,4 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.268409", | ||
"@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.268409" | ||
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.270401", | ||
"@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.270401" | ||
}, | ||
@@ -54,0 +54,0 @@ "devDependencies": { |
@@ -13,8 +13,4 @@ /*! | ||
} from "@fluidframework/core-interfaces"; | ||
import type { IClientDetails } from "@fluidframework/driver-definitions"; | ||
import type { | ||
IClientDetails, | ||
ISequencedDocumentMessage, | ||
ISignalMessage, | ||
} from "@fluidframework/driver-definitions"; | ||
import type { | ||
IAnyDriverError, | ||
@@ -24,2 +20,4 @@ IClientConfiguration, | ||
ITokenClaims, | ||
ISequencedDocumentMessage, | ||
ISignalMessage, | ||
} from "@fluidframework/driver-definitions/internal"; | ||
@@ -26,0 +24,0 @@ |
@@ -12,9 +12,4 @@ /*! | ||
} from "@fluidframework/core-interfaces"; | ||
import type { IClient, IClientDetails, IQuorumClients } from "@fluidframework/driver-definitions"; | ||
import type { | ||
IClient, | ||
IClientDetails, | ||
IQuorumClients, | ||
ISequencedDocumentMessage, | ||
} from "@fluidframework/driver-definitions"; | ||
import type { | ||
IResolvedUrl, | ||
@@ -24,2 +19,3 @@ IDocumentMessage, | ||
ISnapshotTree, | ||
ISequencedDocumentMessage, | ||
} from "@fluidframework/driver-definitions/internal"; | ||
@@ -26,0 +22,0 @@ |
@@ -14,3 +14,2 @@ /*! | ||
IQuorumClients, | ||
ISequencedDocumentMessage, | ||
ISummaryTree, | ||
@@ -26,2 +25,3 @@ } from "@fluidframework/driver-definitions"; | ||
MessageType, | ||
ISequencedDocumentMessage, | ||
} from "@fluidframework/driver-definitions/internal"; | ||
@@ -28,0 +28,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
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
460218
5506
+ Added@fluidframework/core-interfaces@2.0.0-dev-rc.5.0.0.270401(transitive)
+ Added@fluidframework/driver-definitions@2.0.0-dev-rc.5.0.0.270401(transitive)
- Removed@fluidframework/core-interfaces@2.0.0-dev-rc.5.0.0.268409(transitive)
- Removed@fluidframework/driver-definitions@2.0.0-dev-rc.5.0.0.268409(transitive)
Updated@fluidframework/core-interfaces@2.0.0-dev-rc.5.0.0.270401
Updated@fluidframework/driver-definitions@2.0.0-dev-rc.5.0.0.270401