@fluidframework/container-definitions
Advanced tools
Comparing version 2.10.0 to 2.11.0
@@ -112,2 +112,3 @@ ## Alpha API Report File for "@fluidframework/container-definitions" | ||
getAbsoluteUrl(relativeUrl: string): Promise<string | undefined>; | ||
getContainerPackageInfo?(): IContainerPackageInfo | undefined; | ||
getEntryPoint(): Promise<FluidObject>; | ||
@@ -114,0 +115,0 @@ getLoadedCodeDetails(): IFluidCodeDetails | undefined; |
# @fluidframework/container-definitions | ||
## 2.11.0 | ||
Dependency updates only. | ||
## 2.10.0 | ||
@@ -4,0 +8,0 @@ |
@@ -7,3 +7,3 @@ /*! | ||
import type { IClient, IClientDetails, IQuorumClients } from "@fluidframework/driver-definitions"; | ||
import type { IResolvedUrl, IDocumentMessage, ISequencedProposal, ISnapshotTree, ISequencedDocumentMessage } from "@fluidframework/driver-definitions/internal"; | ||
import type { IResolvedUrl, IDocumentMessage, ISequencedProposal, ISnapshotTree, ISequencedDocumentMessage, IContainerPackageInfo } from "@fluidframework/driver-definitions/internal"; | ||
import type { IAudience } from "./audience.js"; | ||
@@ -302,2 +302,8 @@ import type { IDeltaManager, ReadOnlyInfo } from "./deltas.js"; | ||
/** | ||
* Get the package info for the code details that were used to load the container. | ||
* @returns The package info for the code details that were used to load the container if it is loaded, undefined if | ||
* the container package doesn't have a name. | ||
*/ | ||
getContainerPackageInfo?(): IContainerPackageInfo | undefined; | ||
/** | ||
* Returns true if the container has been closed and/or disposed, otherwise false. | ||
@@ -304,0 +310,0 @@ */ |
@@ -7,3 +7,3 @@ /*! | ||
import type { IClient, IClientDetails, IQuorumClients } from "@fluidframework/driver-definitions"; | ||
import type { IResolvedUrl, IDocumentMessage, ISequencedProposal, ISnapshotTree, ISequencedDocumentMessage } from "@fluidframework/driver-definitions/internal"; | ||
import type { IResolvedUrl, IDocumentMessage, ISequencedProposal, ISnapshotTree, ISequencedDocumentMessage, IContainerPackageInfo } from "@fluidframework/driver-definitions/internal"; | ||
import type { IAudience } from "./audience.js"; | ||
@@ -302,2 +302,8 @@ import type { IDeltaManager, ReadOnlyInfo } from "./deltas.js"; | ||
/** | ||
* Get the package info for the code details that were used to load the container. | ||
* @returns The package info for the code details that were used to load the container if it is loaded, undefined if | ||
* the container package doesn't have a name. | ||
*/ | ||
getContainerPackageInfo?(): IContainerPackageInfo | undefined; | ||
/** | ||
* Returns true if the container has been closed and/or disposed, otherwise false. | ||
@@ -304,0 +310,0 @@ */ |
{ | ||
"name": "@fluidframework/container-definitions", | ||
"version": "2.10.0", | ||
"version": "2.11.0", | ||
"description": "Fluid container definitions", | ||
@@ -50,4 +50,4 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluidframework/core-interfaces": "~2.10.0", | ||
"@fluidframework/driver-definitions": "~2.10.0" | ||
"@fluidframework/core-interfaces": "~2.11.0", | ||
"@fluidframework/driver-definitions": "~2.11.0" | ||
}, | ||
@@ -60,4 +60,4 @@ "devDependencies": { | ||
"@fluidframework/build-tools": "^0.51.0", | ||
"@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@~2.5.0", | ||
"@fluidframework/eslint-config-fluid": "^5.4.0", | ||
"@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.10.0", | ||
"@fluidframework/eslint-config-fluid": "^5.6.0", | ||
"@microsoft/api-extractor": "7.47.8", | ||
@@ -73,13 +73,3 @@ "concurrently": "^8.2.1", | ||
"typeValidation": { | ||
"broken": { | ||
"Interface_IContainer": { | ||
"backCompat": false | ||
}, | ||
"Interface_IContainerContext": { | ||
"backCompat": false | ||
}, | ||
"Interface_IDeltaManager": { | ||
"backCompat": false | ||
} | ||
}, | ||
"broken": {}, | ||
"entrypoint": "legacy" | ||
@@ -86,0 +76,0 @@ }, |
@@ -23,2 +23,3 @@ /*! | ||
ISequencedDocumentMessage, | ||
IContainerPackageInfo, | ||
} from "@fluidframework/driver-definitions/internal"; | ||
@@ -361,2 +362,9 @@ | ||
/** | ||
* Get the package info for the code details that were used to load the container. | ||
* @returns The package info for the code details that were used to load the container if it is loaded, undefined if | ||
* the container package doesn't have a name. | ||
*/ | ||
getContainerPackageInfo?(): IContainerPackageInfo | undefined; | ||
/** | ||
* Returns true if the container has been closed and/or disposed, otherwise false. | ||
@@ -363,0 +371,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
475792
5799
+ Added@fluidframework/core-interfaces@2.11.0(transitive)
+ Added@fluidframework/driver-definitions@2.11.0(transitive)
- Removed@fluidframework/core-interfaces@2.10.0(transitive)
- Removed@fluidframework/driver-definitions@2.10.0(transitive)