diff --git a/api-report/container-runtime.api.md b/api-report/container-runtime.api.md index b6901f4b0b47..6b0b630f119c 100644 --- a/api-report/container-runtime.api.md +++ b/api-report/container-runtime.api.md @@ -47,7 +47,6 @@ import { ISummaryStats } from '@fluidframework/runtime-definitions'; import { ISummaryTree } from '@fluidframework/protocol-definitions'; import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions'; import { ITelemetryLogger } from '@fluidframework/common-definitions'; -import { ITree } from '@fluidframework/protocol-definitions'; import { MessageType } from '@fluidframework/protocol-definitions'; import { NamedFluidDataStoreRegistryEntries } from '@fluidframework/runtime-definitions'; import { TypedEventEmitter } from '@fluidframework/common-utils'; @@ -161,8 +160,6 @@ export class ContainerRuntime extends TypedEventEmitter setConnectionState(connected: boolean, clientId?: string): void; // (undocumented) setFlushMode(mode: FlushMode): void; - // @deprecated - snapshot(): Promise; // (undocumented) get storage(): IDocumentStorageService; // (undocumented) diff --git a/examples/data-objects/client-ui-lib/package.json b/examples/data-objects/client-ui-lib/package.json index 81b46032ad09..ba3a76bbe4e2 100644 --- a/examples/data-objects/client-ui-lib/package.json +++ b/examples/data-objects/client-ui-lib/package.json @@ -51,7 +51,7 @@ "dependencies": { "@fluid-example/search-menu": "^0.57.0", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/datastore-definitions": "^0.57.0", "@fluidframework/ink": "^0.57.0", diff --git a/examples/data-objects/codemirror/package.json b/examples/data-objects/codemirror/package.json index fb35744fa00e..69a2cc69b687 100644 --- a/examples/data-objects/codemirror/package.json +++ b/examples/data-objects/codemirror/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@fluidframework/aqueduct": "^0.57.0", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-runtime": "^0.57.0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/datastore": "^0.57.0", diff --git a/examples/data-objects/key-value-cache/package.json b/examples/data-objects/key-value-cache/package.json index 644955a5ce35..4b9cb429ecc4 100644 --- a/examples/data-objects/key-value-cache/package.json +++ b/examples/data-objects/key-value-cache/package.json @@ -34,7 +34,7 @@ "dependencies": { "@fluidframework/aqueduct": "^0.57.0", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-runtime": "^0.57.0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/datastore": "^0.57.0", diff --git a/examples/data-objects/monaco/package.json b/examples/data-objects/monaco/package.json index 55e2d3d7d342..6f44ad6d54a2 100644 --- a/examples/data-objects/monaco/package.json +++ b/examples/data-objects/monaco/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@fluidframework/aqueduct": "^0.57.0", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/merge-tree": "^0.57.0", "@fluidframework/runtime-definitions": "^0.57.0", diff --git a/examples/data-objects/prosemirror/package.json b/examples/data-objects/prosemirror/package.json index 413fd701798b..1905388520cb 100644 --- a/examples/data-objects/prosemirror/package.json +++ b/examples/data-objects/prosemirror/package.json @@ -37,7 +37,7 @@ "dependencies": { "@fluidframework/aqueduct": "^0.57.0", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-runtime": "^0.57.0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/datastore": "^0.57.0", diff --git a/examples/data-objects/scribe/package.json b/examples/data-objects/scribe/package.json index 27f7e2f74fb3..2c506754206b 100644 --- a/examples/data-objects/scribe/package.json +++ b/examples/data-objects/scribe/package.json @@ -35,7 +35,7 @@ "dependencies": { "@fluid-example/host-service-interfaces": "^0.57.0", "@fluidframework/aqueduct": "^0.57.0", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-runtime": "^0.57.0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/datastore": "^0.57.0", diff --git a/examples/data-objects/shared-text/package.json b/examples/data-objects/shared-text/package.json index 09b317c5cd66..ff5e90f7011c 100644 --- a/examples/data-objects/shared-text/package.json +++ b/examples/data-objects/shared-text/package.json @@ -43,7 +43,7 @@ "@fluid-example/client-ui-lib": "^0.57.0", "@fluidframework/aqueduct": "^0.57.0", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-runtime": "^0.57.0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/datastore": "^0.57.0", diff --git a/examples/data-objects/smde/package.json b/examples/data-objects/smde/package.json index c316e0e6f4a7..881aa0c4accc 100644 --- a/examples/data-objects/smde/package.json +++ b/examples/data-objects/smde/package.json @@ -36,7 +36,7 @@ "dependencies": { "@fluidframework/aqueduct": "^0.57.0", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-runtime": "^0.57.0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/datastore": "^0.57.0", diff --git a/examples/data-objects/table-view/package.json b/examples/data-objects/table-view/package.json index c7ad7185e1db..740b1769b992 100644 --- a/examples/data-objects/table-view/package.json +++ b/examples/data-objects/table-view/package.json @@ -40,7 +40,7 @@ "@fluid-example/table-document": "^0.57.0", "@fluidframework/aqueduct": "^0.57.0", "@fluidframework/common-definitions": "^0.20.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/matrix": "^0.57.0", "@fluidframework/runtime-utils": "^0.57.0", diff --git a/examples/data-objects/task-selection/package.json b/examples/data-objects/task-selection/package.json index cd6ab160141f..86c8727423fc 100644 --- a/examples/data-objects/task-selection/package.json +++ b/examples/data-objects/task-selection/package.json @@ -38,7 +38,7 @@ "@fluidframework/aqueduct": "^0.57.0", "@fluidframework/common-definitions": "^0.20.1", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-runtime-definitions": "^0.57.0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/request-handler": "^0.57.0", diff --git a/examples/hosts/app-integration/container-views/package.json b/examples/hosts/app-integration/container-views/package.json index 4acf5d5f7937..f164a0da1c59 100644 --- a/examples/hosts/app-integration/container-views/package.json +++ b/examples/hosts/app-integration/container-views/package.json @@ -35,7 +35,7 @@ "@fluid-experimental/get-container": "^0.57.0", "@fluidframework/aqueduct": "^0.57.0", "@fluidframework/common-definitions": "^0.20.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-loader": "^0.57.0", "@fluidframework/container-runtime-definitions": "^0.57.0", "@fluidframework/core-interfaces": "^0.42.0", diff --git a/examples/hosts/host-service-interfaces/package.json b/examples/hosts/host-service-interfaces/package.json index 47180499ff9b..12c5042ca931 100644 --- a/examples/hosts/host-service-interfaces/package.json +++ b/examples/hosts/host-service-interfaces/package.json @@ -29,7 +29,7 @@ "tsfmt:fix": "tsfmt --replace" }, "dependencies": { - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/core-interfaces": "^0.42.0" }, "devDependencies": { diff --git a/examples/hosts/hosts-sample/package.json b/examples/hosts/hosts-sample/package.json index a0a9186ba40a..c6a13bdbffda 100644 --- a/examples/hosts/hosts-sample/package.json +++ b/examples/hosts/hosts-sample/package.json @@ -28,7 +28,7 @@ "dependencies": { "@fluid-example/example-utils": "^0.57.0", "@fluidframework/aqueduct": "^0.57.0", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-loader": "^0.57.0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/driver-utils": "^0.57.0", diff --git a/examples/hosts/iframe-host/package.json b/examples/hosts/iframe-host/package.json index be2a64922014..9852f9cc2195 100644 --- a/examples/hosts/iframe-host/package.json +++ b/examples/hosts/iframe-host/package.json @@ -35,7 +35,7 @@ "dependencies": { "@fluid-example/todo": "^0.57.0", "@fluid-experimental/get-container": "^0.57.0", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-loader": "^0.57.0", "@fluidframework/container-runtime-definitions": "^0.57.0", "@fluidframework/core-interfaces": "^0.42.0", diff --git a/examples/hosts/iframe-host/src/inframehost.ts b/examples/hosts/iframe-host/src/inframehost.ts index 15bcdae0a162..4cac540f3b7b 100644 --- a/examples/hosts/iframe-host/src/inframehost.ts +++ b/examples/hosts/iframe-host/src/inframehost.ts @@ -27,7 +27,7 @@ import { OuterUrlResolver, } from "@fluidframework/iframe-driver"; import { IContainerRuntime } from "@fluidframework/container-runtime-definitions"; -import { ISequencedDocumentMessage, ITree, ISummaryTree } from "@fluidframework/protocol-definitions"; +import { ISequencedDocumentMessage, ISummaryTree } from "@fluidframework/protocol-definitions"; import { RuntimeFactoryHelper } from "@fluidframework/runtime-utils"; export interface IFrameInnerApi { @@ -77,9 +77,6 @@ class ProxyRuntime implements IRuntime { async request(request: IRequest): Promise { throw new Error("Method not implemented."); } - async snapshot(tagMessage: string, fullTree?: boolean | undefined): Promise { - throw new Error("Method not implemented."); - } async setConnectionState(connected: boolean, clientId?: string) { } async process(message: ISequencedDocumentMessage, local: boolean, context: any) { diff --git a/examples/hosts/node-host/package.json b/examples/hosts/node-host/package.json index 4357244be80c..a60bb68a6020 100644 --- a/examples/hosts/node-host/package.json +++ b/examples/hosts/node-host/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "@fluid-example/key-value-cache": "^0.57.0", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-loader": "^0.57.0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/driver-definitions": "^0.44.0", diff --git a/experimental/PropertyDDS/examples/partial-checkout/package.json b/experimental/PropertyDDS/examples/partial-checkout/package.json index 609a0a73a25b..56fe55917acb 100644 --- a/experimental/PropertyDDS/examples/partial-checkout/package.json +++ b/experimental/PropertyDDS/examples/partial-checkout/package.json @@ -42,7 +42,7 @@ "@fluid-experimental/schemas": "^0.57.0", "@fluidframework/aqueduct": "^0.57.0", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-loader": "^0.57.0", "@fluidframework/container-runtime": "^0.57.0", "@fluidframework/core-interfaces": "^0.42.0", diff --git a/experimental/PropertyDDS/examples/property-inspector/package.json b/experimental/PropertyDDS/examples/property-inspector/package.json index 11ddcaaebd8b..d3512f44060d 100644 --- a/experimental/PropertyDDS/examples/property-inspector/package.json +++ b/experimental/PropertyDDS/examples/property-inspector/package.json @@ -42,7 +42,7 @@ "@fluid-experimental/schemas": "^0.57.0", "@fluidframework/aqueduct": "^0.57.0", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-loader": "^0.57.0", "@fluidframework/container-runtime": "^0.57.0", "@fluidframework/core-interfaces": "^0.42.0", diff --git a/experimental/PropertyDDS/packages/property-dds/package.json b/experimental/PropertyDDS/packages/property-dds/package.json index 39cd5630013e..4a2b91a34ebb 100644 --- a/experimental/PropertyDDS/packages/property-dds/package.json +++ b/experimental/PropertyDDS/packages/property-dds/package.json @@ -34,7 +34,7 @@ "@fluid-experimental/property-changeset": "^0.57.0", "@fluid-experimental/property-properties": "^0.57.0", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/datastore-definitions": "^0.57.0", "@fluidframework/protocol-definitions": "^0.1026.0", diff --git a/experimental/dds/tree/package.json b/experimental/dds/tree/package.json index 440f169a98fe..84a7b64adc36 100644 --- a/experimental/dds/tree/package.json +++ b/experimental/dds/tree/package.json @@ -32,7 +32,7 @@ "dependencies": { "@fluidframework/common-definitions": "^0.20.1", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/datastore-definitions": "^0.57.0", "@fluidframework/protocol-definitions": "^0.1026.0", diff --git a/experimental/examples/bubblebench/baseline/package.json b/experimental/examples/bubblebench/baseline/package.json index a0cdb2cfdcfb..c0e4dfe71d21 100644 --- a/experimental/examples/bubblebench/baseline/package.json +++ b/experimental/examples/bubblebench/baseline/package.json @@ -41,7 +41,7 @@ "@fluid-experimental/bubblebench-common": "^0.57.0", "@fluidframework/aqueduct": "^0.57.0", "@fluidframework/common-definitions": "^0.20.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/datastore-definitions": "^0.57.0", "@fluidframework/map": "^0.57.0", diff --git a/experimental/examples/bubblebench/common/package.json b/experimental/examples/bubblebench/common/package.json index 1d1cc62c80d6..adf903cb8e82 100644 --- a/experimental/examples/bubblebench/common/package.json +++ b/experimental/examples/bubblebench/common/package.json @@ -51,7 +51,7 @@ "dependencies": { "@fluid-experimental/tree": "^0.57.0", "@fluidframework/aqueduct": "^0.57.0", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/datastore-definitions": "^0.57.0", "@fluidframework/map": "^0.57.0", diff --git a/experimental/examples/bubblebench/ot/package.json b/experimental/examples/bubblebench/ot/package.json index 8907a2ab69ce..c024bec02131 100644 --- a/experimental/examples/bubblebench/ot/package.json +++ b/experimental/examples/bubblebench/ot/package.json @@ -42,7 +42,7 @@ "@fluid-experimental/sharejs-json1": "^0.57.0", "@fluidframework/aqueduct": "^0.57.0", "@fluidframework/common-definitions": "^0.20.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/datastore-definitions": "^0.57.0", "@fluidframework/map": "^0.57.0", diff --git a/experimental/examples/bubblebench/sharedtree/package.json b/experimental/examples/bubblebench/sharedtree/package.json index d645c6ee6d61..2593232299a3 100644 --- a/experimental/examples/bubblebench/sharedtree/package.json +++ b/experimental/examples/bubblebench/sharedtree/package.json @@ -42,7 +42,7 @@ "@fluid-experimental/tree": "^0.57.0", "@fluidframework/aqueduct": "^0.57.0", "@fluidframework/common-definitions": "^0.20.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/datastore-definitions": "^0.57.0", "@fluidframework/map": "^0.57.0", diff --git a/experimental/framework/get-container/package.json b/experimental/framework/get-container/package.json index 90db32781eec..65cef31f7591 100644 --- a/experimental/framework/get-container/package.json +++ b/experimental/framework/get-container/package.json @@ -26,7 +26,7 @@ "tsfmt:fix": "tsfmt --replace" }, "dependencies": { - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-loader": "^0.57.0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/driver-definitions": "^0.44.0", diff --git a/lerna-package-lock.json b/lerna-package-lock.json index fd6c24e1f00b..6fedb4a62fe0 100644 --- a/lerna-package-lock.json +++ b/lerna-package-lock.json @@ -2029,9 +2029,9 @@ } }, "@fluidframework/container-definitions": { - "version": "0.45.0", - "resolved": "https://registry.npmjs.org/@fluidframework/container-definitions/-/container-definitions-0.45.0.tgz", - "integrity": "sha512-juwnf5uyTiya9ZupsF29xxrBZ4sWQ5YVctoacwu/44s98a+zctc2rChmakl26pmdk8i6dvLZzx7EVISWnNn4Kw==", + "version": "0.46.0-50372", + "resolved": "https://registry.npmjs.org/@fluidframework/container-definitions/-/container-definitions-0.46.0-50372.tgz", + "integrity": "sha512-i8ZOPAdVSCRTC+wh7l4lwz2w6EANCgUO/QVSkHZm+gYdmYJIL1Rei5EwQDVbPsp0iq3mLNuX26C/tiVQw+hZsg==", "requires": { "@fluidframework/common-definitions": "^0.20.0", "@fluidframework/core-interfaces": "^0.42.0", @@ -2342,6 +2342,17 @@ "@types/node": "^14.18.0" }, "dependencies": { + "@fluidframework/container-definitions": { + "version": "0.45.0", + "resolved": "https://registry.npmjs.org/@fluidframework/container-definitions/-/container-definitions-0.45.0.tgz", + "integrity": "sha512-juwnf5uyTiya9ZupsF29xxrBZ4sWQ5YVctoacwu/44s98a+zctc2rChmakl26pmdk8i6dvLZzx7EVISWnNn4Kw==", + "requires": { + "@fluidframework/common-definitions": "^0.20.0", + "@fluidframework/core-interfaces": "^0.42.0", + "@fluidframework/driver-definitions": "^0.44.0", + "@fluidframework/protocol-definitions": "^0.1026.0" + } + }, "@fluidframework/runtime-definitions": { "version": "0.56.1", "resolved": "https://registry.npmjs.org/@fluidframework/runtime-definitions/-/runtime-definitions-0.56.1.tgz", @@ -2666,6 +2677,17 @@ "@types/node": "^14.18.0" }, "dependencies": { + "@fluidframework/container-definitions": { + "version": "0.45.0", + "resolved": "https://registry.npmjs.org/@fluidframework/container-definitions/-/container-definitions-0.45.0.tgz", + "integrity": "sha512-juwnf5uyTiya9ZupsF29xxrBZ4sWQ5YVctoacwu/44s98a+zctc2rChmakl26pmdk8i6dvLZzx7EVISWnNn4Kw==", + "requires": { + "@fluidframework/common-definitions": "^0.20.0", + "@fluidframework/core-interfaces": "^0.42.0", + "@fluidframework/driver-definitions": "^0.44.0", + "@fluidframework/protocol-definitions": "^0.1026.0" + } + }, "@fluidframework/runtime-definitions": { "version": "0.56.1", "resolved": "https://registry.npmjs.org/@fluidframework/runtime-definitions/-/runtime-definitions-0.56.1.tgz", @@ -3034,6 +3056,19 @@ "@fluidframework/driver-definitions": "^0.44.0", "@fluidframework/protocol-definitions": "^0.1026.0", "@types/node": "^14.18.0" + }, + "dependencies": { + "@fluidframework/container-definitions": { + "version": "0.45.0", + "resolved": "https://registry.npmjs.org/@fluidframework/container-definitions/-/container-definitions-0.45.0.tgz", + "integrity": "sha512-juwnf5uyTiya9ZupsF29xxrBZ4sWQ5YVctoacwu/44s98a+zctc2rChmakl26pmdk8i6dvLZzx7EVISWnNn4Kw==", + "requires": { + "@fluidframework/common-definitions": "^0.20.0", + "@fluidframework/core-interfaces": "^0.42.0", + "@fluidframework/driver-definitions": "^0.44.0", + "@fluidframework/protocol-definitions": "^0.1026.0" + } + } } }, "@fluidframework/server-lambdas": { diff --git a/packages/dds/merge-tree/package.json b/packages/dds/merge-tree/package.json index 39e439e863c3..0239fee340d7 100644 --- a/packages/dds/merge-tree/package.json +++ b/packages/dds/merge-tree/package.json @@ -56,7 +56,7 @@ "dependencies": { "@fluidframework/common-definitions": "^0.20.1", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/datastore-definitions": "^0.57.0", "@fluidframework/protocol-definitions": "^0.1026.0", diff --git a/packages/dds/shared-object-base/package.json b/packages/dds/shared-object-base/package.json index 6e8d32bcb322..24172a405957 100644 --- a/packages/dds/shared-object-base/package.json +++ b/packages/dds/shared-object-base/package.json @@ -58,7 +58,7 @@ "dependencies": { "@fluidframework/common-definitions": "^0.20.1", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-utils": "^0.57.0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/datastore": "^0.57.0", diff --git a/packages/dds/task-manager/package.json b/packages/dds/task-manager/package.json index b199693fb61a..4b44145dd290 100644 --- a/packages/dds/task-manager/package.json +++ b/packages/dds/task-manager/package.json @@ -57,7 +57,7 @@ "dependencies": { "@fluidframework/common-definitions": "^0.20.1", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-runtime-definitions": "^0.57.0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/datastore-definitions": "^0.57.0", diff --git a/packages/framework/aqueduct/package.json b/packages/framework/aqueduct/package.json index d6bf0fadd1ea..f529285d8970 100644 --- a/packages/framework/aqueduct/package.json +++ b/packages/framework/aqueduct/package.json @@ -60,7 +60,7 @@ "dependencies": { "@fluidframework/common-definitions": "^0.20.1", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-loader": "^0.57.0", "@fluidframework/container-runtime": "^0.57.0", "@fluidframework/container-runtime-definitions": "^0.57.0", diff --git a/packages/framework/azure-client/package.json b/packages/framework/azure-client/package.json index f2454fceac27..f7020f1d20bc 100644 --- a/packages/framework/azure-client/package.json +++ b/packages/framework/azure-client/package.json @@ -38,7 +38,7 @@ }, "dependencies": { "@fluidframework/common-definitions": "^0.20.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-loader": "^0.57.0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/driver-definitions": "^0.44.0", diff --git a/packages/framework/data-object-base/package.json b/packages/framework/data-object-base/package.json index 809c90454e31..c66a5853ea2e 100644 --- a/packages/framework/data-object-base/package.json +++ b/packages/framework/data-object-base/package.json @@ -56,7 +56,7 @@ "dependencies": { "@fluidframework/common-definitions": "^0.20.1", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-runtime": "^0.57.0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/datastore": "^0.57.0", diff --git a/packages/framework/fluid-framework/package.json b/packages/framework/fluid-framework/package.json index 683f9a4fd442..931c30f1d330 100644 --- a/packages/framework/fluid-framework/package.json +++ b/packages/framework/fluid-framework/package.json @@ -29,7 +29,7 @@ "tsfmt:fix": "tsfmt --replace" }, "dependencies": { - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/fluid-static": "^0.57.0", "@fluidframework/map": "^0.57.0", "@fluidframework/sequence": "^0.57.0" diff --git a/packages/framework/fluid-static/package.json b/packages/framework/fluid-static/package.json index 9a93bea2db63..e67c8a9ce4d1 100644 --- a/packages/framework/fluid-static/package.json +++ b/packages/framework/fluid-static/package.json @@ -32,7 +32,7 @@ "@fluidframework/aqueduct": "^0.57.0", "@fluidframework/common-definitions": "^0.20.1", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-loader": "^0.57.0", "@fluidframework/container-runtime-definitions": "^0.57.0", "@fluidframework/core-interfaces": "^0.42.0", diff --git a/packages/framework/tinylicious-client/package.json b/packages/framework/tinylicious-client/package.json index 39228e30f8f1..f1a64595afb8 100644 --- a/packages/framework/tinylicious-client/package.json +++ b/packages/framework/tinylicious-client/package.json @@ -36,7 +36,7 @@ "dependencies": { "@fluidframework/common-definitions": "^0.20.1", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-loader": "^0.57.0", "@fluidframework/driver-definitions": "^0.44.0", "@fluidframework/driver-utils": "^0.57.0", diff --git a/packages/loader/container-loader/package.json b/packages/loader/container-loader/package.json index 3e001e984192..12ad9d201f27 100644 --- a/packages/loader/container-loader/package.json +++ b/packages/loader/container-loader/package.json @@ -58,7 +58,7 @@ "dependencies": { "@fluidframework/common-definitions": "^0.20.1", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-utils": "^0.57.0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/driver-definitions": "^0.44.0", diff --git a/packages/loader/container-utils/package.json b/packages/loader/container-utils/package.json index 874aa861940d..8719c91b7640 100644 --- a/packages/loader/container-utils/package.json +++ b/packages/loader/container-utils/package.json @@ -56,7 +56,7 @@ "dependencies": { "@fluidframework/common-definitions": "^0.20.1", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/protocol-definitions": "^0.1026.0", "@fluidframework/telemetry-utils": "^0.57.0" }, diff --git a/packages/loader/web-code-loader/package.json b/packages/loader/web-code-loader/package.json index 43d00a0b77ea..5c3eaca2cf5a 100644 --- a/packages/loader/web-code-loader/package.json +++ b/packages/loader/web-code-loader/package.json @@ -28,7 +28,7 @@ "tsfmt:fix": "tsfmt --replace" }, "dependencies": { - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/core-interfaces": "^0.42.0", "isomorphic-fetch": "^3.0.0" }, diff --git a/packages/runtime/agent-scheduler/package.json b/packages/runtime/agent-scheduler/package.json index 64aa378436da..ab7d9c3970bc 100644 --- a/packages/runtime/agent-scheduler/package.json +++ b/packages/runtime/agent-scheduler/package.json @@ -48,7 +48,7 @@ "dependencies": { "@fluidframework/common-definitions": "^0.20.1", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/datastore": "^0.57.0", "@fluidframework/datastore-definitions": "^0.57.0", diff --git a/packages/runtime/container-runtime-definitions/package.json b/packages/runtime/container-runtime-definitions/package.json index e2cf60765427..4ecbb1642772 100644 --- a/packages/runtime/container-runtime-definitions/package.json +++ b/packages/runtime/container-runtime-definitions/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "@fluidframework/common-definitions": "^0.20.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/driver-definitions": "^0.44.0", "@fluidframework/protocol-definitions": "^0.1026.0", diff --git a/packages/runtime/container-runtime/package.json b/packages/runtime/container-runtime/package.json index c7896f17e052..aab572a5c4ce 100644 --- a/packages/runtime/container-runtime/package.json +++ b/packages/runtime/container-runtime/package.json @@ -58,7 +58,7 @@ "dependencies": { "@fluidframework/common-definitions": "^0.20.1", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-runtime-definitions": "^0.57.0", "@fluidframework/container-utils": "^0.57.0", "@fluidframework/core-interfaces": "^0.42.0", diff --git a/packages/runtime/container-runtime/src/containerRuntime.ts b/packages/runtime/container-runtime/src/containerRuntime.ts index 82e1822b6edd..485cbd171e43 100644 --- a/packages/runtime/container-runtime/src/containerRuntime.ts +++ b/packages/runtime/container-runtime/src/containerRuntime.ts @@ -64,7 +64,6 @@ import { ISummaryConfiguration, ISummaryContent, ISummaryTree, - ITree, MessageType, SummaryType, } from "@fluidframework/protocol-definitions"; @@ -1372,14 +1371,6 @@ export class ContainerRuntime extends TypedEventEmitter throw responseToException(create404Response(request), request); } - /** - * Notifies this object to take the snapshot of the container. - * @deprecated - Use summarize to get summary of the container runtime. - */ - public async snapshot(): Promise { - throw new Error("Do not call this API, to be removed in the following release."); - } - private addContainerStateToSummary(summaryTree: ISummaryTreeWithStats) { addBlobToSummary(summaryTree, metadataBlobName, JSON.stringify(this.formMetadata())); if (this.chunkMap.size > 0) { diff --git a/packages/runtime/datastore-definitions/package.json b/packages/runtime/datastore-definitions/package.json index 3a2d55a913c8..f72945fc8895 100644 --- a/packages/runtime/datastore-definitions/package.json +++ b/packages/runtime/datastore-definitions/package.json @@ -33,7 +33,7 @@ "dependencies": { "@fluidframework/common-definitions": "^0.20.1", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/protocol-definitions": "^0.1026.0", "@fluidframework/runtime-definitions": "^0.57.0", diff --git a/packages/runtime/datastore/package.json b/packages/runtime/datastore/package.json index 59558d3cc0a2..cf9db1a7fca6 100644 --- a/packages/runtime/datastore/package.json +++ b/packages/runtime/datastore/package.json @@ -58,7 +58,7 @@ "dependencies": { "@fluidframework/common-definitions": "^0.20.1", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-utils": "^0.57.0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/datastore-definitions": "^0.57.0", diff --git a/packages/runtime/runtime-definitions/package.json b/packages/runtime/runtime-definitions/package.json index 1da77b801191..0bf10169ca16 100644 --- a/packages/runtime/runtime-definitions/package.json +++ b/packages/runtime/runtime-definitions/package.json @@ -33,7 +33,7 @@ "dependencies": { "@fluidframework/common-definitions": "^0.20.1", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/driver-definitions": "^0.44.0", "@fluidframework/protocol-definitions": "^0.1026.0", diff --git a/packages/runtime/runtime-utils/package.json b/packages/runtime/runtime-utils/package.json index b6066ba936a3..e3177275be0a 100644 --- a/packages/runtime/runtime-utils/package.json +++ b/packages/runtime/runtime-utils/package.json @@ -57,7 +57,7 @@ "dependencies": { "@fluidframework/common-definitions": "^0.20.1", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-runtime-definitions": "^0.57.0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/datastore-definitions": "^0.57.0", diff --git a/packages/runtime/test-runtime-utils/package.json b/packages/runtime/test-runtime-utils/package.json index ed129719b8d3..17e6f4cda56c 100644 --- a/packages/runtime/test-runtime-utils/package.json +++ b/packages/runtime/test-runtime-utils/package.json @@ -56,7 +56,7 @@ "@fluidframework/azure-service-utils": "^0.57.0", "@fluidframework/common-definitions": "^0.20.1", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/datastore-definitions": "^0.57.0", "@fluidframework/driver-definitions": "^0.44.0", diff --git a/packages/test/local-server-tests/package.json b/packages/test/local-server-tests/package.json index c72168df45f1..2e7214b62ef1 100644 --- a/packages/test/local-server-tests/package.json +++ b/packages/test/local-server-tests/package.json @@ -54,7 +54,7 @@ "@fluidframework/build-common": "^0.23.0", "@fluidframework/cell": "^0.57.0", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-loader": "^0.57.0", "@fluidframework/container-runtime": "^0.57.0", "@fluidframework/container-runtime-definitions": "^0.57.0", diff --git a/packages/test/snapshots/package.json b/packages/test/snapshots/package.json index a7e4b096c625..d8e0fab083cd 100644 --- a/packages/test/snapshots/package.json +++ b/packages/test/snapshots/package.json @@ -56,7 +56,7 @@ "@fluid-internal/replay-tool": "^0.57.0", "@fluidframework/cell": "^0.57.0", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-loader": "^0.57.0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/counter": "^0.57.0", diff --git a/packages/test/test-end-to-end-tests/package.json b/packages/test/test-end-to-end-tests/package.json index a77991c2fd6d..8e1ab7b49b7d 100644 --- a/packages/test/test-end-to-end-tests/package.json +++ b/packages/test/test-end-to-end-tests/package.json @@ -70,7 +70,7 @@ "@fluidframework/cell": "^0.57.0", "@fluidframework/common-definitions": "^0.20.1", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-loader": "^0.57.0", "@fluidframework/container-runtime": "^0.57.0", "@fluidframework/container-runtime-definitions": "^0.57.0", diff --git a/packages/test/test-service-load/package.json b/packages/test/test-service-load/package.json index bb96602f5775..8facfe128d5b 100644 --- a/packages/test/test-service-load/package.json +++ b/packages/test/test-service-load/package.json @@ -66,7 +66,7 @@ "@fluidframework/aqueduct": "^0.57.0", "@fluidframework/common-definitions": "^0.20.1", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-loader": "^0.57.0", "@fluidframework/container-runtime": "^0.57.0", "@fluidframework/core-interfaces": "^0.42.0", diff --git a/packages/test/test-utils/package.json b/packages/test/test-utils/package.json index bd9359468274..f9d5544fe92f 100644 --- a/packages/test/test-utils/package.json +++ b/packages/test/test-utils/package.json @@ -52,7 +52,7 @@ "@fluidframework/aqueduct": "^0.57.0", "@fluidframework/common-definitions": "^0.20.1", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-loader": "^0.57.0", "@fluidframework/container-runtime": "^0.57.0", "@fluidframework/container-runtime-definitions": "^0.57.0", diff --git a/packages/test/test-version-utils/package.json b/packages/test/test-version-utils/package.json index fda3c36350a8..f525ad2f765e 100644 --- a/packages/test/test-version-utils/package.json +++ b/packages/test/test-version-utils/package.json @@ -49,7 +49,7 @@ "@fluidframework/aqueduct": "^0.57.0", "@fluidframework/cell": "^0.57.0", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-loader": "^0.57.0", "@fluidframework/container-runtime": "^0.57.0", "@fluidframework/core-interfaces": "^0.42.0", diff --git a/packages/tools/replay-tool/package.json b/packages/tools/replay-tool/package.json index acc38124af8b..b36b196f4ae2 100644 --- a/packages/tools/replay-tool/package.json +++ b/packages/tools/replay-tool/package.json @@ -33,7 +33,7 @@ "@fluidframework/cell": "^0.57.0", "@fluidframework/common-definitions": "^0.20.1", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-loader": "^0.57.0", "@fluidframework/container-runtime": "^0.57.0", "@fluidframework/container-runtime-definitions": "^0.57.0", diff --git a/packages/tools/webpack-fluid-loader/package.json b/packages/tools/webpack-fluid-loader/package.json index 981e64905c1b..407522a2ab06 100644 --- a/packages/tools/webpack-fluid-loader/package.json +++ b/packages/tools/webpack-fluid-loader/package.json @@ -59,7 +59,7 @@ "dependencies": { "@fluidframework/aqueduct": "^0.57.0", "@fluidframework/common-utils": "^0.32.1", - "@fluidframework/container-definitions": "^0.45.0", + "@fluidframework/container-definitions": "^0.46.0-0", "@fluidframework/container-loader": "^0.57.0", "@fluidframework/core-interfaces": "^0.42.0", "@fluidframework/driver-definitions": "^0.44.0",