@fluidframework/container-loader
Advanced tools
Comparing version 2.10.0 to 2.11.0
# @fluidframework/container-loader | ||
## 2.11.0 | ||
Dependency updates only. | ||
## 2.10.0 | ||
@@ -4,0 +8,0 @@ |
@@ -9,3 +9,3 @@ /*! | ||
import { IClientDetails, IQuorumClients } from "@fluidframework/driver-definitions"; | ||
import { IDocumentServiceFactory, IResolvedUrl, IUrlResolver, IDocumentMessage, ISequencedDocumentMessage } from "@fluidframework/driver-definitions/internal"; | ||
import { IDocumentServiceFactory, IResolvedUrl, IUrlResolver, IDocumentMessage, ISequencedDocumentMessage, type IContainerPackageInfo } from "@fluidframework/driver-definitions/internal"; | ||
import { ITelemetryLoggerExt, EventEmitterWithErrorHandling } from "@fluidframework/telemetry-utils/internal"; | ||
@@ -238,2 +238,7 @@ import { ConnectionState } from "./connectionState.js"; | ||
getLoadedCodeDetails(): IFluidCodeDetails | undefined; | ||
/** | ||
* 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 otherwise | ||
*/ | ||
getContainerPackageInfo?(): IContainerPackageInfo | undefined; | ||
private _loadedModule; | ||
@@ -240,0 +245,0 @@ /** |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/container-loader"; | ||
export declare const pkgVersion = "2.10.0"; | ||
export declare const pkgVersion = "2.11.0"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -11,3 +11,3 @@ "use strict"; | ||
exports.pkgName = "@fluidframework/container-loader"; | ||
exports.pkgVersion = "2.10.0"; | ||
exports.pkgVersion = "2.11.0"; | ||
//# sourceMappingURL=packageVersion.js.map |
@@ -9,3 +9,3 @@ /*! | ||
import { IClientDetails, IQuorumClients } from "@fluidframework/driver-definitions"; | ||
import { IDocumentServiceFactory, IResolvedUrl, IUrlResolver, IDocumentMessage, ISequencedDocumentMessage } from "@fluidframework/driver-definitions/internal"; | ||
import { IDocumentServiceFactory, IResolvedUrl, IUrlResolver, IDocumentMessage, ISequencedDocumentMessage, type IContainerPackageInfo } from "@fluidframework/driver-definitions/internal"; | ||
import { ITelemetryLoggerExt, EventEmitterWithErrorHandling } from "@fluidframework/telemetry-utils/internal"; | ||
@@ -238,2 +238,7 @@ import { ConnectionState } from "./connectionState.js"; | ||
getLoadedCodeDetails(): IFluidCodeDetails | undefined; | ||
/** | ||
* 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 otherwise | ||
*/ | ||
getContainerPackageInfo?(): IContainerPackageInfo | undefined; | ||
private _loadedModule; | ||
@@ -240,0 +245,0 @@ /** |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/container-loader"; | ||
export declare const pkgVersion = "2.10.0"; | ||
export declare const pkgVersion = "2.11.0"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -8,3 +8,3 @@ /*! | ||
export const pkgName = "@fluidframework/container-loader"; | ||
export const pkgVersion = "2.10.0"; | ||
export const pkgVersion = "2.11.0"; | ||
//# sourceMappingURL=packageVersion.js.map |
{ | ||
"name": "@fluidframework/container-loader", | ||
"version": "2.10.0", | ||
"version": "2.11.0", | ||
"description": "Fluid container loader", | ||
@@ -122,9 +122,9 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluid-internal/client-utils": "~2.10.0", | ||
"@fluidframework/container-definitions": "~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", | ||
"@fluid-internal/client-utils": "~2.11.0", | ||
"@fluidframework/container-definitions": "~2.11.0", | ||
"@fluidframework/core-interfaces": "~2.11.0", | ||
"@fluidframework/core-utils": "~2.11.0", | ||
"@fluidframework/driver-definitions": "~2.11.0", | ||
"@fluidframework/driver-utils": "~2.11.0", | ||
"@fluidframework/telemetry-utils": "~2.11.0", | ||
"@types/events_pkg": "npm:@types/events@^3.0.0", | ||
@@ -140,10 +140,10 @@ "@ungap/structured-clone": "^1.2.0", | ||
"@biomejs/biome": "~1.9.3", | ||
"@fluid-internal/client-utils": "~2.10.0", | ||
"@fluid-internal/mocha-test-setup": "~2.10.0", | ||
"@fluid-private/test-loader-utils": "~2.10.0", | ||
"@fluid-internal/client-utils": "~2.11.0", | ||
"@fluid-internal/mocha-test-setup": "~2.11.0", | ||
"@fluid-private/test-loader-utils": "~2.11.0", | ||
"@fluid-tools/build-cli": "^0.51.0", | ||
"@fluidframework/build-common": "^2.0.3", | ||
"@fluidframework/build-tools": "^0.51.0", | ||
"@fluidframework/container-loader-previous": "npm:@fluidframework/container-loader@~2.5.0", | ||
"@fluidframework/eslint-config-fluid": "^5.4.0", | ||
"@fluidframework/container-loader-previous": "npm:@fluidframework/container-loader@2.10.0", | ||
"@fluidframework/eslint-config-fluid": "^5.6.0", | ||
"@microsoft/api-extractor": "7.47.8", | ||
@@ -171,7 +171,3 @@ "@types/debug": "^4.1.5", | ||
"typeValidation": { | ||
"broken": { | ||
"Interface_IContainerExperimental": { | ||
"backCompat": false | ||
} | ||
}, | ||
"broken": {}, | ||
"entrypoint": "legacy" | ||
@@ -178,0 +174,0 @@ }, |
@@ -9,2 +9,2 @@ /*! | ||
export const pkgName = "@fluidframework/container-loader"; | ||
export const pkgVersion = "2.10.0"; | ||
export const pkgVersion = "2.11.0"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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 too big to display
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 too big to display
2673728
28321
+ Added@fluid-internal/client-utils@2.11.0(transitive)
+ Added@fluidframework/container-definitions@2.11.0(transitive)
+ Added@fluidframework/core-interfaces@2.11.0(transitive)
+ Added@fluidframework/core-utils@2.11.0(transitive)
+ Added@fluidframework/driver-definitions@2.11.0(transitive)
+ Added@fluidframework/driver-utils@2.11.0(transitive)
+ Added@fluidframework/telemetry-utils@2.11.0(transitive)
- Removed@fluid-internal/client-utils@2.10.0(transitive)
- Removed@fluidframework/container-definitions@2.10.0(transitive)
- Removed@fluidframework/core-interfaces@2.10.0(transitive)
- Removed@fluidframework/core-utils@2.10.0(transitive)
- Removed@fluidframework/driver-definitions@2.10.0(transitive)
- Removed@fluidframework/driver-utils@2.10.0(transitive)
- Removed@fluidframework/telemetry-utils@2.10.0(transitive)