Skip to content

Commit

Permalink
Bump version on container defs & removing snapshot API (#9013)
Browse files Browse the repository at this point in the history
  • Loading branch information
sashasimic committed Feb 4, 2022
1 parent 1c6ee69 commit 6f73946
Show file tree
Hide file tree
Showing 56 changed files with 91 additions and 71 deletions.
3 changes: 0 additions & 3 deletions api-report/container-runtime.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -161,8 +160,6 @@ export class ContainerRuntime extends TypedEventEmitter<IContainerRuntimeEvents>
setConnectionState(connected: boolean, clientId?: string): void;
// (undocumented)
setFlushMode(mode: FlushMode): void;
// @deprecated
snapshot(): Promise<ITree>;
// (undocumented)
get storage(): IDocumentStorageService;
// (undocumented)
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/client-ui-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/codemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/key-value-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/monaco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/prosemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/scribe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/shared-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/smde/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/table-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/task-selection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/hosts/host-service-interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion examples/hosts/hosts-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/hosts/iframe-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 1 addition & 4 deletions examples/hosts/iframe-host/src/inframehost.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -77,9 +77,6 @@ class ProxyRuntime implements IRuntime {
async request(request: IRequest): Promise<IResponse> {
throw new Error("Method not implemented.");
}
async snapshot(tagMessage: string, fullTree?: boolean | undefined): Promise<ITree | null> {
throw new Error("Method not implemented.");
}
async setConnectionState(connected: boolean, clientId?: string) {
}
async process(message: ISequencedDocumentMessage, local: boolean, context: any) {
Expand Down
2 changes: 1 addition & 1 deletion examples/hosts/node-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion experimental/dds/tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion experimental/examples/bubblebench/baseline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion experimental/examples/bubblebench/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion experimental/examples/bubblebench/ot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion experimental/examples/bubblebench/sharedtree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion experimental/framework/get-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
41 changes: 38 additions & 3 deletions lerna-package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/dds/merge-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/shared-object-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/task-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/aqueduct/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/azure-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/data-object-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/fluid-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/fluid-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6f73946

Please sign in to comment.