diff --git a/azure/packages/azure-local-service/package.json b/azure/packages/azure-local-service/package.json index 6530bb7ace85..374e59bb83d1 100644 --- a/azure/packages/azure-local-service/package.json +++ b/azure/packages/azure-local-service/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/azure-local-service", - "version": "2.31.0", + "version": "2.31.1", "description": "Local implementation of the Azure Fluid Relay service for testing/development use", "homepage": "https://fluidframework.com", "repository": { diff --git a/azure/packages/azure-service-utils/package.json b/azure/packages/azure-service-utils/package.json index d0c10b240438..c0452fb4c6dc 100644 --- a/azure/packages/azure-service-utils/package.json +++ b/azure/packages/azure-service-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/azure-service-utils", - "version": "2.31.0", + "version": "2.31.1", "description": "Helper service-side utilities for connecting to Azure Fluid Relay service", "homepage": "https://fluidframework.com", "repository": { @@ -95,7 +95,7 @@ "@arethetypeswrong/cli": "^0.17.1", "@biomejs/biome": "~1.9.3", "@fluid-tools/build-cli": "^0.54.0", - "@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@2.30.0", + "@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@2.31.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@fluidframework/eslint-config-fluid": "^5.7.3", diff --git a/examples/apps/ai-collab/package.json b/examples/apps/ai-collab/package.json index 3656f47a6548..514cd0d4aa4a 100644 --- a/examples/apps/ai-collab/package.json +++ b/examples/apps/ai-collab/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/ai-collab", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Example app that showcases the experimental package for AI collaboration in Fluid-based applications.", "homepage": "https://fluidframework.com", diff --git a/examples/apps/attributable-map/package.json b/examples/apps/attributable-map/package.json index c5700eb41c7a..8fd7dfddf54a 100644 --- a/examples/apps/attributable-map/package.json +++ b/examples/apps/attributable-map/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/attributable-map", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Minimal Fluid Container & Data Object sample to implement a hit counter as a standalone app.", "homepage": "https://fluidframework.com", diff --git a/examples/apps/blobs/package.json b/examples/apps/blobs/package.json index e6a4603b2b74..da9c57b614ef 100644 --- a/examples/apps/blobs/package.json +++ b/examples/apps/blobs/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/blobs", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Example of using blobs in Fluid Framework", "homepage": "https://fluidframework.com", diff --git a/examples/apps/collaborative-textarea/package.json b/examples/apps/collaborative-textarea/package.json index 4ff9226147b0..acb9f59f7f55 100644 --- a/examples/apps/collaborative-textarea/package.json +++ b/examples/apps/collaborative-textarea/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/collaborative-textarea", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "A minimal example using the react collaborative-textarea", "homepage": "https://fluidframework.com", diff --git a/examples/apps/contact-collection/package.json b/examples/apps/contact-collection/package.json index 4770e72ba9c2..d969f9d35ea7 100644 --- a/examples/apps/contact-collection/package.json +++ b/examples/apps/contact-collection/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/contact-collection", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Example of using a Fluid Object as a collection of items", "homepage": "https://fluidframework.com", diff --git a/examples/apps/data-object-grid/package.json b/examples/apps/data-object-grid/package.json index 0cc521e08f11..36a4fb40d37a 100644 --- a/examples/apps/data-object-grid/package.json +++ b/examples/apps/data-object-grid/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/data-object-grid", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Data object grid creates child data objects from a registry and lays them out in a grid.", "homepage": "https://fluidframework.com", diff --git a/examples/apps/presence-tracker/package.json b/examples/apps/presence-tracker/package.json index 71ddca420ad4..542e38e443ca 100644 --- a/examples/apps/presence-tracker/package.json +++ b/examples/apps/presence-tracker/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/presence-tracker", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Example application that tracks page focus and mouse position using the Fluid Framework presence features.", "homepage": "https://fluidframework.com", diff --git a/examples/apps/staging/package.json b/examples/apps/staging/package.json index e6c430547f7a..488561832d9f 100644 --- a/examples/apps/staging/package.json +++ b/examples/apps/staging/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/staging", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Using the experimental staging feature.", "homepage": "https://fluidframework.com", diff --git a/examples/apps/task-selection/package.json b/examples/apps/task-selection/package.json index a7f4ccfa9f02..895fe658fd42 100644 --- a/examples/apps/task-selection/package.json +++ b/examples/apps/task-selection/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/task-selection", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Example demonstrating selecting a unique task amongst connected Fluid clients", "homepage": "https://fluidframework.com", diff --git a/examples/apps/tree-cli-app/package.json b/examples/apps/tree-cli-app/package.json index bc196cb8667d..bbd78055ab5f 100644 --- a/examples/apps/tree-cli-app/package.json +++ b/examples/apps/tree-cli-app/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/tree-cli-app", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "SharedTree CLI app demo", "homepage": "https://fluidframework.com", diff --git a/examples/apps/tree-comparison/package.json b/examples/apps/tree-comparison/package.json index 028400c640d1..4a611991e5c0 100644 --- a/examples/apps/tree-comparison/package.json +++ b/examples/apps/tree-comparison/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/tree-comparison", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Comparing API usage in legacy SharedTree and new SharedTree.", "homepage": "https://fluidframework.com", diff --git a/examples/benchmarks/bubblebench/baseline/package.json b/examples/benchmarks/bubblebench/baseline/package.json index bf35a30d8edc..c1052af08a52 100644 --- a/examples/benchmarks/bubblebench/baseline/package.json +++ b/examples/benchmarks/bubblebench/baseline/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/bubblebench-baseline", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Bubblemark inspired DDS benchmark", "homepage": "https://fluidframework.com", diff --git a/examples/benchmarks/bubblebench/common/package.json b/examples/benchmarks/bubblebench/common/package.json index 1461341f9ee4..78bc027a966c 100644 --- a/examples/benchmarks/bubblebench/common/package.json +++ b/examples/benchmarks/bubblebench/common/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/bubblebench-common", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Bubblemark inspired DDS benchmark", "homepage": "https://fluidframework.com", diff --git a/examples/benchmarks/bubblebench/experimental-tree/package.json b/examples/benchmarks/bubblebench/experimental-tree/package.json index a5f17b19c6b6..85d703bf2775 100644 --- a/examples/benchmarks/bubblebench/experimental-tree/package.json +++ b/examples/benchmarks/bubblebench/experimental-tree/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/bubblebench-experimental-tree", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Bubblemark inspired DDS benchmark", "homepage": "https://fluidframework.com", diff --git a/examples/benchmarks/bubblebench/ot/package.json b/examples/benchmarks/bubblebench/ot/package.json index 1535966c4c2e..ec2609e2cd4a 100644 --- a/examples/benchmarks/bubblebench/ot/package.json +++ b/examples/benchmarks/bubblebench/ot/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/bubblebench-ot", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Bubblemark inspired DDS benchmark", "homepage": "https://fluidframework.com", diff --git a/examples/benchmarks/bubblebench/shared-tree/package.json b/examples/benchmarks/bubblebench/shared-tree/package.json index 356a2721bdde..c2dd3a33d4cf 100644 --- a/examples/benchmarks/bubblebench/shared-tree/package.json +++ b/examples/benchmarks/bubblebench/shared-tree/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/bubblebench-shared-tree", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Bubblemark inspired DDS benchmark", "homepage": "https://fluidframework.com", diff --git a/examples/benchmarks/odspsnapshotfetch-perftestapp/package.json b/examples/benchmarks/odspsnapshotfetch-perftestapp/package.json index cc5c8dd1d446..9e7b53ed07c8 100644 --- a/examples/benchmarks/odspsnapshotfetch-perftestapp/package.json +++ b/examples/benchmarks/odspsnapshotfetch-perftestapp/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/odspsnapshotfetch-perftestapp", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Benchmark binary vs. json download", "homepage": "https://fluidframework.com", diff --git a/examples/benchmarks/tablebench/package.json b/examples/benchmarks/tablebench/package.json index 1eba1ff77c4f..3459d896ef9b 100644 --- a/examples/benchmarks/tablebench/package.json +++ b/examples/benchmarks/tablebench/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-internal/tablebench", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Table focused benchmarks", "homepage": "https://fluidframework.com", diff --git a/examples/client-logger/app-insights-logger/package.json b/examples/client-logger/app-insights-logger/package.json index cf09a89bf66a..aec873a11115 100644 --- a/examples/client-logger/app-insights-logger/package.json +++ b/examples/client-logger/app-insights-logger/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/app-insights-logger", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Provides a simple Fluid application with a UI view written in React to test the Fluid App Insights telemetry logger that will route typical Fluid telemetry to configured Azure App Insights", "homepage": "https://fluidframework.com", diff --git a/examples/data-objects/canvas/package.json b/examples/data-objects/canvas/package.json index b2263421fea7..06ebab70d542 100644 --- a/examples/data-objects/canvas/package.json +++ b/examples/data-objects/canvas/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/canvas", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Fluid ink canvas", "homepage": "https://fluidframework.com", diff --git a/examples/data-objects/clicker/package.json b/examples/data-objects/clicker/package.json index 910509b3eea6..a0dbe3ac09a3 100644 --- a/examples/data-objects/clicker/package.json +++ b/examples/data-objects/clicker/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/clicker", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Minimal Fluid component sample to implement a collaborative counter.", "homepage": "https://fluidframework.com", diff --git a/examples/data-objects/codemirror/package.json b/examples/data-objects/codemirror/package.json index e1944716d5f0..2c0e511f992f 100644 --- a/examples/data-objects/codemirror/package.json +++ b/examples/data-objects/codemirror/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/codemirror", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Simple markdown editor", "homepage": "https://fluidframework.com", diff --git a/examples/data-objects/diceroller/package.json b/examples/data-objects/diceroller/package.json index d57a41fae467..ef4bb4bfd1f3 100644 --- a/examples/data-objects/diceroller/package.json +++ b/examples/data-objects/diceroller/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/diceroller", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Minimal Fluid Container & Object sample to implement a collaborative dice roller.", "homepage": "https://fluidframework.com", diff --git a/examples/data-objects/inventory-app/package.json b/examples/data-objects/inventory-app/package.json index c3525b735e3c..64ca7565afe9 100644 --- a/examples/data-objects/inventory-app/package.json +++ b/examples/data-objects/inventory-app/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/inventory-app", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Minimal sample of SharedTree/React integration.", "homepage": "https://fluidframework.com", diff --git a/examples/data-objects/monaco/package.json b/examples/data-objects/monaco/package.json index d73f82dc25d3..d21f5abb541c 100644 --- a/examples/data-objects/monaco/package.json +++ b/examples/data-objects/monaco/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/monaco", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Monaco code editor", "homepage": "https://fluidframework.com", diff --git a/examples/data-objects/multiview/constellation-model/package.json b/examples/data-objects/multiview/constellation-model/package.json index a27f78706a94..c503acdc9853 100644 --- a/examples/data-objects/multiview/constellation-model/package.json +++ b/examples/data-objects/multiview/constellation-model/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/multiview-constellation-model", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Constellation model for multiview sample", "homepage": "https://fluidframework.com", diff --git a/examples/data-objects/multiview/constellation-view/package.json b/examples/data-objects/multiview/constellation-view/package.json index bd336c9ba1b7..8bfddaf91112 100644 --- a/examples/data-objects/multiview/constellation-view/package.json +++ b/examples/data-objects/multiview/constellation-view/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/multiview-constellation-view", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "View for multiview sample", "homepage": "https://fluidframework.com", diff --git a/examples/data-objects/multiview/container/package.json b/examples/data-objects/multiview/container/package.json index 0c1808f52b62..4328a611b167 100644 --- a/examples/data-objects/multiview/container/package.json +++ b/examples/data-objects/multiview/container/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/multiview-container", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Container for multiview sample", "homepage": "https://fluidframework.com", diff --git a/examples/data-objects/multiview/coordinate-model/package.json b/examples/data-objects/multiview/coordinate-model/package.json index e078d84536c8..e2be4e4b128e 100644 --- a/examples/data-objects/multiview/coordinate-model/package.json +++ b/examples/data-objects/multiview/coordinate-model/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/multiview-coordinate-model", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Coordinate model for multiview sample", "homepage": "https://fluidframework.com", diff --git a/examples/data-objects/multiview/interface/package.json b/examples/data-objects/multiview/interface/package.json index f577f9b65067..b688b439d7d0 100644 --- a/examples/data-objects/multiview/interface/package.json +++ b/examples/data-objects/multiview/interface/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/multiview-coordinate-interface", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Interface for multiview sample", "homepage": "https://fluidframework.com", diff --git a/examples/data-objects/multiview/plot-coordinate-view/package.json b/examples/data-objects/multiview/plot-coordinate-view/package.json index 8708d6206516..15f58d4a445a 100644 --- a/examples/data-objects/multiview/plot-coordinate-view/package.json +++ b/examples/data-objects/multiview/plot-coordinate-view/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/multiview-plot-coordinate-view", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "View for multiview sample", "homepage": "https://fluidframework.com", diff --git a/examples/data-objects/multiview/slider-coordinate-view/package.json b/examples/data-objects/multiview/slider-coordinate-view/package.json index 49dc77172c1e..ed2cf42c105d 100644 --- a/examples/data-objects/multiview/slider-coordinate-view/package.json +++ b/examples/data-objects/multiview/slider-coordinate-view/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/multiview-slider-coordinate-view", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "View for multiview sample", "homepage": "https://fluidframework.com", diff --git a/examples/data-objects/multiview/triangle-view/package.json b/examples/data-objects/multiview/triangle-view/package.json index 95422e08dc7a..f27636a70a35 100644 --- a/examples/data-objects/multiview/triangle-view/package.json +++ b/examples/data-objects/multiview/triangle-view/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/multiview-triangle-view", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "View for multiview sample", "homepage": "https://fluidframework.com", diff --git a/examples/data-objects/prosemirror/package.json b/examples/data-objects/prosemirror/package.json index ebd127652b19..b16b9c24e399 100644 --- a/examples/data-objects/prosemirror/package.json +++ b/examples/data-objects/prosemirror/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/prosemirror", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "ProseMirror", "homepage": "https://fluidframework.com", diff --git a/examples/data-objects/smde/package.json b/examples/data-objects/smde/package.json index 4c15d0be578b..af3a7bdadb28 100644 --- a/examples/data-objects/smde/package.json +++ b/examples/data-objects/smde/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/smde", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Simple markdown editor", "homepage": "https://fluidframework.com", diff --git a/examples/data-objects/table-document/package.json b/examples/data-objects/table-document/package.json index d7cd405a0bae..97faefcaf964 100644 --- a/examples/data-objects/table-document/package.json +++ b/examples/data-objects/table-document/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/table-document", - "version": "2.31.0", + "version": "2.31.1", "description": "Chaincode component containing a table's data", "homepage": "https://fluidframework.com", "repository": { diff --git a/examples/data-objects/todo/package.json b/examples/data-objects/todo/package.json index 81f3d3c74b18..c42c00ee229d 100644 --- a/examples/data-objects/todo/package.json +++ b/examples/data-objects/todo/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/todo", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Simple todo canvas.", "homepage": "https://fluidframework.com", diff --git a/examples/data-objects/webflow/package.json b/examples/data-objects/webflow/package.json index 48a0e0953bb9..8cf3f9b7b2e8 100644 --- a/examples/data-objects/webflow/package.json +++ b/examples/data-objects/webflow/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/webflow", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Collaborative markdown editor.", "homepage": "https://fluidframework.com", diff --git a/examples/external-data/package.json b/examples/external-data/package.json index 002153944554..4e13c32073a5 100644 --- a/examples/external-data/package.json +++ b/examples/external-data/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/app-integration-external-data", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Integrating an external data source with Fluid data.", "homepage": "https://fluidframework.com", diff --git a/examples/service-clients/azure-client/external-controller/package.json b/examples/service-clients/azure-client/external-controller/package.json index bf8961728b58..0c141cf1b104 100644 --- a/examples/service-clients/azure-client/external-controller/package.json +++ b/examples/service-clients/azure-client/external-controller/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/app-integration-external-controller", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Minimal Fluid Container & Data Object sample to implement a collaborative dice roller as a standalone app.", "homepage": "https://fluidframework.com", diff --git a/examples/service-clients/odsp-client/shared-tree-demo/package.json b/examples/service-clients/odsp-client/shared-tree-demo/package.json index fb8c875559d9..0106d2de1a1f 100644 --- a/examples/service-clients/odsp-client/shared-tree-demo/package.json +++ b/examples/service-clients/odsp-client/shared-tree-demo/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/shared-tree-demo", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "A shared tree demo using react and odsp client", "homepage": "https://fluidframework.com", diff --git a/examples/utils/bundle-size-tests/package.json b/examples/utils/bundle-size-tests/package.json index d4cc71c173c6..46588b08933f 100644 --- a/examples/utils/bundle-size-tests/package.json +++ b/examples/utils/bundle-size-tests/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/bundle-size-tests", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "A package for understanding the bundle size of Fluid Framework", "homepage": "https://fluidframework.com", diff --git a/examples/utils/example-utils/package.json b/examples/utils/example-utils/package.json index d48321ca9255..adac67191e40 100644 --- a/examples/utils/example-utils/package.json +++ b/examples/utils/example-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/example-utils", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Shared utilities used by examples.", "homepage": "https://fluidframework.com", diff --git a/examples/utils/import-testing/package.json b/examples/utils/import-testing/package.json index a0fb3a401d17..6cf8b55148de 100644 --- a/examples/utils/import-testing/package.json +++ b/examples/utils/import-testing/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/import-testing", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "import-testing", "homepage": "https://fluidframework.com", diff --git a/examples/utils/migration-tools/package.json b/examples/utils/migration-tools/package.json index 478aa7fb9ba0..0ea94014281f 100644 --- a/examples/utils/migration-tools/package.json +++ b/examples/utils/migration-tools/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/migration-tools", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Tools for migrating data", "homepage": "https://fluidframework.com", diff --git a/examples/utils/webpack-fluid-loader/package.json b/examples/utils/webpack-fluid-loader/package.json index c7951e18a5f8..ad8483833f6e 100644 --- a/examples/utils/webpack-fluid-loader/package.json +++ b/examples/utils/webpack-fluid-loader/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/webpack-fluid-loader", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Fluid object loader for webpack-dev-server", "homepage": "https://fluidframework.com", diff --git a/examples/version-migration/live-schema-upgrade/package.json b/examples/version-migration/live-schema-upgrade/package.json index 7638bbe5055f..5af9a7f84063 100644 --- a/examples/version-migration/live-schema-upgrade/package.json +++ b/examples/version-migration/live-schema-upgrade/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/app-integration-live-schema-upgrade", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Example application that demonstrates how to add a data object to a live container.", "homepage": "https://fluidframework.com", diff --git a/examples/version-migration/same-container/package.json b/examples/version-migration/same-container/package.json index 6c18b0c029af..7f952fe73424 100644 --- a/examples/version-migration/same-container/package.json +++ b/examples/version-migration/same-container/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/version-migration-same-container", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Migrate data between two formats by exporting and reimporting in the same container", "homepage": "https://fluidframework.com", diff --git a/examples/version-migration/separate-container/package.json b/examples/version-migration/separate-container/package.json index 5d1ad5f50b90..0bd449460acb 100644 --- a/examples/version-migration/separate-container/package.json +++ b/examples/version-migration/separate-container/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/version-migration-separate-container", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Migrate data between two formats by exporting and reimporting in a new container", "homepage": "https://fluidframework.com", diff --git a/examples/version-migration/tree-shim/package.json b/examples/version-migration/tree-shim/package.json index a486314afb85..f16be601aa54 100644 --- a/examples/version-migration/tree-shim/package.json +++ b/examples/version-migration/tree-shim/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/tree-shim", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Migrating from legacy SharedTree to new SharedTree using a tree shim.", "homepage": "https://fluidframework.com", diff --git a/examples/view-integration/container-views/package.json b/examples/view-integration/container-views/package.json index 3380261ccedb..dcc214f09304 100644 --- a/examples/view-integration/container-views/package.json +++ b/examples/view-integration/container-views/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/app-integration-container-views", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Minimal Fluid Container & data store sample to implement a collaborative dice roller as a standalone app.", "homepage": "https://fluidframework.com", diff --git a/examples/view-integration/external-views/package.json b/examples/view-integration/external-views/package.json index c32d9da98b17..1ec1c1c79f11 100644 --- a/examples/view-integration/external-views/package.json +++ b/examples/view-integration/external-views/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/app-integration-external-views", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Minimal Fluid Container & Data Object sample to implement a collaborative dice roller as a standalone app.", "homepage": "https://fluidframework.com", diff --git a/examples/view-integration/view-framework-sampler/package.json b/examples/view-integration/view-framework-sampler/package.json index f25afa9a3488..d20ada0356f4 100644 --- a/examples/view-integration/view-framework-sampler/package.json +++ b/examples/view-integration/view-framework-sampler/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/view-framework-sampler", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Example of integrating a Fluid data object with a variety of view frameworks.", "homepage": "https://fluidframework.com", diff --git a/experimental/PropertyDDS/packages/property-changeset/package.json b/experimental/PropertyDDS/packages/property-changeset/package.json index cea6c54a7754..ad13d5199808 100644 --- a/experimental/PropertyDDS/packages/property-changeset/package.json +++ b/experimental/PropertyDDS/packages/property-changeset/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-experimental/property-changeset", - "version": "2.31.0", + "version": "2.31.1", "description": "property changeset definitions and related functionalities", "homepage": "https://fluidframework.com", "repository": { diff --git a/experimental/PropertyDDS/packages/property-common/package.json b/experimental/PropertyDDS/packages/property-common/package.json index bddf6353a4ba..213970dd099f 100644 --- a/experimental/PropertyDDS/packages/property-common/package.json +++ b/experimental/PropertyDDS/packages/property-common/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-experimental/property-common", - "version": "2.31.0", + "version": "2.31.1", "description": "common functions used in properties", "homepage": "https://fluidframework.com", "repository": { diff --git a/experimental/PropertyDDS/packages/property-common/platform-dependent/package.json b/experimental/PropertyDDS/packages/property-common/platform-dependent/package.json index 6918957c102a..0737f231d749 100644 --- a/experimental/PropertyDDS/packages/property-common/platform-dependent/package.json +++ b/experimental/PropertyDDS/packages/property-common/platform-dependent/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-internal/platform-dependent", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Helper package that separates code for browser and server.", "homepage": "https://fluidframework.com", diff --git a/experimental/PropertyDDS/packages/property-dds/package.json b/experimental/PropertyDDS/packages/property-dds/package.json index b4f5c6a1cf9d..df376775ae1b 100644 --- a/experimental/PropertyDDS/packages/property-dds/package.json +++ b/experimental/PropertyDDS/packages/property-dds/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-experimental/property-dds", - "version": "2.31.0", + "version": "2.31.1", "description": "definition of the property distributed data store", "homepage": "https://fluidframework.com", "repository": { diff --git a/experimental/PropertyDDS/packages/property-properties/package.json b/experimental/PropertyDDS/packages/property-properties/package.json index c897dcb051f0..0248670ea16c 100644 --- a/experimental/PropertyDDS/packages/property-properties/package.json +++ b/experimental/PropertyDDS/packages/property-properties/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-experimental/property-properties", - "version": "2.31.0", + "version": "2.31.1", "description": "definitions of properties", "homepage": "https://fluidframework.com", "repository": { diff --git a/experimental/dds/attributable-map/package.json b/experimental/dds/attributable-map/package.json index 10a140a8d456..c8922ee9f00f 100644 --- a/experimental/dds/attributable-map/package.json +++ b/experimental/dds/attributable-map/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-experimental/attributable-map", - "version": "2.31.0", + "version": "2.31.1", "description": "Distributed map", "homepage": "https://fluidframework.com", "repository": { @@ -99,7 +99,7 @@ "devDependencies": { "@arethetypeswrong/cli": "^0.17.1", "@biomejs/biome": "~1.9.3", - "@fluid-experimental/attributable-map-previous": "npm:@fluid-experimental/attributable-map@2.30.0", + "@fluid-experimental/attributable-map-previous": "npm:@fluid-experimental/attributable-map@2.31.0", "@fluid-internal/mocha-test-setup": "workspace:~", "@fluid-private/stochastic-test-utils": "workspace:~", "@fluid-private/test-dds-utils": "workspace:~", diff --git a/experimental/dds/attributable-map/src/packageVersion.ts b/experimental/dds/attributable-map/src/packageVersion.ts index 070bf079edce..49f7547ae909 100644 --- a/experimental/dds/attributable-map/src/packageVersion.ts +++ b/experimental/dds/attributable-map/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluid-experimental/attributable-map"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/experimental/dds/ot/ot/package.json b/experimental/dds/ot/ot/package.json index 4e5583e6a4aa..fb241cebe9e1 100644 --- a/experimental/dds/ot/ot/package.json +++ b/experimental/dds/ot/ot/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-experimental/ot", - "version": "2.31.0", + "version": "2.31.1", "description": "Distributed data structure for hosting ottypes", "homepage": "https://fluidframework.com", "repository": { diff --git a/experimental/dds/ot/ot/src/packageVersion.ts b/experimental/dds/ot/ot/src/packageVersion.ts index 00ad8ff5d1f1..bcbf03d143f2 100644 --- a/experimental/dds/ot/ot/src/packageVersion.ts +++ b/experimental/dds/ot/ot/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluid-experimental/ot"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/experimental/dds/ot/sharejs/json1/package.json b/experimental/dds/ot/sharejs/json1/package.json index 79650e4fd0af..029bd6ff3149 100644 --- a/experimental/dds/ot/sharejs/json1/package.json +++ b/experimental/dds/ot/sharejs/json1/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-experimental/sharejs-json1", - "version": "2.31.0", + "version": "2.31.1", "description": "Distributed data structure for hosting ottypes", "homepage": "https://fluidframework.com", "repository": { diff --git a/experimental/dds/ot/sharejs/json1/src/packageVersion.ts b/experimental/dds/ot/sharejs/json1/src/packageVersion.ts index 4926aa60cc0d..cd5f259816cc 100644 --- a/experimental/dds/ot/sharejs/json1/src/packageVersion.ts +++ b/experimental/dds/ot/sharejs/json1/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluid-experimental/sharejs-json1"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/experimental/dds/sequence-deprecated/package.json b/experimental/dds/sequence-deprecated/package.json index 9b0f96f0a055..f460bf8ea989 100644 --- a/experimental/dds/sequence-deprecated/package.json +++ b/experimental/dds/sequence-deprecated/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-experimental/sequence-deprecated", - "version": "2.31.0", + "version": "2.31.1", "description": "Deprecated distributed sequences", "homepage": "https://fluidframework.com", "repository": { diff --git a/experimental/dds/sequence-deprecated/src/packageVersion.ts b/experimental/dds/sequence-deprecated/src/packageVersion.ts index f7798b94539f..1236f98883bc 100644 --- a/experimental/dds/sequence-deprecated/src/packageVersion.ts +++ b/experimental/dds/sequence-deprecated/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluid-experimental/sequence-deprecated"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/experimental/dds/tree/package.json b/experimental/dds/tree/package.json index 7e7aea18a6cd..816e2d20afee 100644 --- a/experimental/dds/tree/package.json +++ b/experimental/dds/tree/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-experimental/tree", - "version": "2.31.0", + "version": "2.31.1", "description": "Distributed tree", "homepage": "https://fluidframework.com", "repository": { diff --git a/experimental/framework/data-objects/package.json b/experimental/framework/data-objects/package.json index fe8ba30b9bd3..189415de2e86 100644 --- a/experimental/framework/data-objects/package.json +++ b/experimental/framework/data-objects/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-experimental/data-objects", - "version": "2.31.0", + "version": "2.31.1", "description": "A collection of ready to use Fluid Data Objects", "homepage": "https://fluidframework.com", "repository": { diff --git a/experimental/framework/last-edited/package.json b/experimental/framework/last-edited/package.json index 2e3495ca960e..30ab31d79f9f 100644 --- a/experimental/framework/last-edited/package.json +++ b/experimental/framework/last-edited/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-experimental/last-edited", - "version": "2.31.0", + "version": "2.31.1", "description": "Tracks the last edited information in the Container.", "homepage": "https://fluidframework.com", "repository": { diff --git a/experimental/framework/tree-react-api/package.json b/experimental/framework/tree-react-api/package.json index 81cac7c14398..6559fca21c20 100644 --- a/experimental/framework/tree-react-api/package.json +++ b/experimental/framework/tree-react-api/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-experimental/tree-react-api", - "version": "2.31.0", + "version": "2.31.1", "description": "Experimental SharedTree API for React integration.", "homepage": "https://fluidframework.com", "repository": { diff --git a/package.json b/package.json index 701e45dbb6e0..b01ce85acbcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "client-release-group-root", - "version": "2.31.0", + "version": "2.31.1", "private": true, "homepage": "https://fluidframework.com", "repository": { @@ -11,6 +11,16 @@ "author": "Microsoft and contributors", "scripts": { "build": "fluid-build --task build", + "build-and-test": "fluid-build --task test --worker", + "build-and-test:cjs": "fluid-build --task test:cjs --worker", + "build-and-test:esm": "fluid-build --task test:esm --worker", + "build-and-test:jest": "fluid-build --task test:jest --worker", + "build-and-test:mocha": "fluid-build --task test:mocha --worker", + "build-and-test:mocha:cjs": "fluid-build --task test:mocha:cjs --worker", + "build-and-test:mocha:esm": "fluid-build --task test:mocha:esm --worker", + "build-and-test:unit": "fluid-build --task test:unit --worker", + "build-and-test:unit:cjs": "fluid-build --task test:unit:cjs --worker", + "build-and-test:unit:esm": "fluid-build --task test:unit:esm --worker", "build:api": "fluid-build --task build:api", "build:compile": "fluid-build --task compile", "build:docs": "fluid-build --task build:docs", @@ -27,16 +37,6 @@ "build:gendocs:server": "concurrently \"npm:build:gendocs:server:*\"", "build:gendocs:server:routerlicious": "copyfiles \"server/routerlicious/**/*.api.json\" ./_api-extractor-temp/doc-models/ -e \"**/node_modules/**\" -f -V", "build:readme": "markdown-magic --files \"**/*.md\" !docs", - "build-and-test": "fluid-build --task test --worker", - "build-and-test:cjs": "fluid-build --task test:cjs --worker", - "build-and-test:esm": "fluid-build --task test:esm --worker", - "build-and-test:jest": "fluid-build --task test:jest --worker", - "build-and-test:mocha": "fluid-build --task test:mocha --worker", - "build-and-test:mocha:cjs": "fluid-build --task test:mocha:cjs --worker", - "build-and-test:mocha:esm": "fluid-build --task test:mocha:esm --worker", - "build-and-test:unit": "fluid-build --task test:unit --worker", - "build-and-test:unit:cjs": "fluid-build --task test:unit:cjs --worker", - "build-and-test:unit:esm": "fluid-build --task test:unit:esm --worker", "bundle-analysis:collect": "npm run webpack:profile && flub generate bundleStats", "bundle-analysis:run": "flub run bundleStats --dangerfile build-tools/packages/build-cli/lib/library/dangerfile.cjs", "changeset": "flub changeset add --releaseGroup client", diff --git a/packages/common/client-utils/package.json b/packages/common/client-utils/package.json index 97bec90606de..5def734183df 100644 --- a/packages/common/client-utils/package.json +++ b/packages/common/client-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-internal/client-utils", - "version": "2.31.0", + "version": "2.31.1", "description": "Not intended for use outside the Fluid Framework.", "homepage": "https://fluidframework.com", "repository": { @@ -133,7 +133,7 @@ "devDependencies": { "@arethetypeswrong/cli": "^0.17.1", "@biomejs/biome": "~1.9.3", - "@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.30.0", + "@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.31.0", "@fluid-internal/mocha-test-setup": "workspace:~", "@fluid-tools/build-cli": "^0.54.0", "@fluidframework/build-common": "^2.0.3", diff --git a/packages/common/container-definitions/package.json b/packages/common/container-definitions/package.json index c98fc20fa75e..8d3093f2e4a0 100644 --- a/packages/common/container-definitions/package.json +++ b/packages/common/container-definitions/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/container-definitions", - "version": "2.31.0", + "version": "2.31.1", "description": "Fluid container definitions", "homepage": "https://fluidframework.com", "repository": { @@ -100,7 +100,7 @@ "@fluid-tools/build-cli": "^0.54.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", - "@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.30.0", + "@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.31.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@microsoft/api-extractor": "7.50.1", "concurrently": "^8.2.1", diff --git a/packages/common/core-interfaces/package.json b/packages/common/core-interfaces/package.json index f7e206a836d6..52845686797d 100644 --- a/packages/common/core-interfaces/package.json +++ b/packages/common/core-interfaces/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/core-interfaces", - "version": "2.31.0", + "version": "2.31.1", "description": "Fluid object interfaces", "homepage": "https://fluidframework.com", "repository": { @@ -125,7 +125,7 @@ "@fluid-tools/build-cli": "^0.54.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", - "@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.30.0", + "@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.31.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@microsoft/api-extractor": "7.50.1", "@types/mocha": "^10.0.10", diff --git a/packages/common/core-utils/package.json b/packages/common/core-utils/package.json index 8c525c0f79d7..3839d809f5ff 100644 --- a/packages/common/core-utils/package.json +++ b/packages/common/core-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/core-utils", - "version": "2.31.0", + "version": "2.31.1", "description": "Not intended for use outside the Fluid client repo.", "homepage": "https://fluidframework.com", "repository": { @@ -122,7 +122,7 @@ "@fluid-tools/build-cli": "^0.54.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", - "@fluidframework/core-utils-previous": "npm:@fluidframework/core-utils@2.30.0", + "@fluidframework/core-utils-previous": "npm:@fluidframework/core-utils@2.31.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@microsoft/api-extractor": "7.50.1", "@types/mocha": "^10.0.10", diff --git a/packages/common/driver-definitions/package.json b/packages/common/driver-definitions/package.json index 3445ec2ca280..94aae0425aed 100644 --- a/packages/common/driver-definitions/package.json +++ b/packages/common/driver-definitions/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/driver-definitions", - "version": "2.31.0", + "version": "2.31.1", "description": "Fluid driver definitions", "homepage": "https://fluidframework.com", "repository": { @@ -95,7 +95,7 @@ "@fluid-tools/build-cli": "^0.54.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", - "@fluidframework/driver-definitions-previous": "npm:@fluidframework/driver-definitions@2.30.0", + "@fluidframework/driver-definitions-previous": "npm:@fluidframework/driver-definitions@2.31.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@microsoft/api-extractor": "7.50.1", "concurrently": "^8.2.1", diff --git a/packages/dds/cell/package.json b/packages/dds/cell/package.json index 5dd8670a9427..6d28c8b192b3 100644 --- a/packages/dds/cell/package.json +++ b/packages/dds/cell/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/cell", - "version": "2.31.0", + "version": "2.31.1", "description": "Distributed data structure for a single value", "homepage": "https://fluidframework.com", "repository": { @@ -113,7 +113,7 @@ "@fluid-tools/build-cli": "^0.54.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", - "@fluidframework/cell-previous": "npm:@fluidframework/cell@2.30.0", + "@fluidframework/cell-previous": "npm:@fluidframework/cell@2.31.0", "@fluidframework/container-definitions": "workspace:~", "@fluidframework/eslint-config-fluid": "^5.7.3", "@fluidframework/test-runtime-utils": "workspace:~", diff --git a/packages/dds/cell/src/packageVersion.ts b/packages/dds/cell/src/packageVersion.ts index bbf8f4ee6253..d26d4a3d87e1 100644 --- a/packages/dds/cell/src/packageVersion.ts +++ b/packages/dds/cell/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/cell"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/dds/counter/package.json b/packages/dds/counter/package.json index 39e0782ba934..24d03345cd07 100644 --- a/packages/dds/counter/package.json +++ b/packages/dds/counter/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/counter", - "version": "2.31.0", + "version": "2.31.1", "description": "Counter DDS", "homepage": "https://fluidframework.com", "repository": { @@ -131,7 +131,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@fluidframework/container-definitions": "workspace:~", - "@fluidframework/counter-previous": "npm:@fluidframework/counter@2.30.0", + "@fluidframework/counter-previous": "npm:@fluidframework/counter@2.31.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.50.1", diff --git a/packages/dds/counter/src/packageVersion.ts b/packages/dds/counter/src/packageVersion.ts index 91de11f93af1..1c01a460108d 100644 --- a/packages/dds/counter/src/packageVersion.ts +++ b/packages/dds/counter/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/counter"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/dds/ink/package.json b/packages/dds/ink/package.json index ba788b114bcc..2d82e855b417 100644 --- a/packages/dds/ink/package.json +++ b/packages/dds/ink/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-experimental/ink", - "version": "2.31.0", + "version": "2.31.1", "description": "Ink DDS", "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/dds/ink/src/packageVersion.ts b/packages/dds/ink/src/packageVersion.ts index a79d7bc305ba..01c1558dcac7 100644 --- a/packages/dds/ink/src/packageVersion.ts +++ b/packages/dds/ink/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluid-experimental/ink"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/dds/map/package.json b/packages/dds/map/package.json index ba5d3aebca40..6c2d87d34fd5 100644 --- a/packages/dds/map/package.json +++ b/packages/dds/map/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/map", - "version": "2.31.0", + "version": "2.31.1", "description": "Distributed map", "homepage": "https://fluidframework.com", "repository": { @@ -157,7 +157,7 @@ "@fluidframework/build-tools": "^0.54.0", "@fluidframework/container-definitions": "workspace:~", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/map-previous": "npm:@fluidframework/map@2.30.0", + "@fluidframework/map-previous": "npm:@fluidframework/map@2.31.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.50.1", "@types/mocha": "^10.0.10", diff --git a/packages/dds/map/src/packageVersion.ts b/packages/dds/map/src/packageVersion.ts index af539bb54b92..e10a0f42c021 100644 --- a/packages/dds/map/src/packageVersion.ts +++ b/packages/dds/map/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/map"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/dds/matrix/package.json b/packages/dds/matrix/package.json index 0b46b7384d66..a26ad0a67ab7 100644 --- a/packages/dds/matrix/package.json +++ b/packages/dds/matrix/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/matrix", - "version": "2.31.0", + "version": "2.31.1", "description": "Distributed matrix", "homepage": "https://fluidframework.com", "repository": { @@ -148,7 +148,7 @@ "@fluidframework/build-tools": "^0.54.0", "@fluidframework/container-definitions": "workspace:~", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/matrix-previous": "npm:@fluidframework/matrix@2.30.0", + "@fluidframework/matrix-previous": "npm:@fluidframework/matrix@2.31.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.50.1", "@tiny-calc/micro": "0.0.0-alpha.5", diff --git a/packages/dds/matrix/src/packageVersion.ts b/packages/dds/matrix/src/packageVersion.ts index aeea4b35acb4..d5346e519f6a 100644 --- a/packages/dds/matrix/src/packageVersion.ts +++ b/packages/dds/matrix/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/matrix"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/dds/merge-tree/package.json b/packages/dds/merge-tree/package.json index 757cd1985b82..1570ea847556 100644 --- a/packages/dds/merge-tree/package.json +++ b/packages/dds/merge-tree/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/merge-tree", - "version": "2.31.0", + "version": "2.31.1", "description": "Merge tree", "homepage": "https://fluidframework.com", "repository": { @@ -154,7 +154,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.30.0", + "@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.31.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.50.1", "@types/diff": "^3.5.1", diff --git a/packages/dds/ordered-collection/package.json b/packages/dds/ordered-collection/package.json index 5a583c226a5b..13dfabbec666 100644 --- a/packages/dds/ordered-collection/package.json +++ b/packages/dds/ordered-collection/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/ordered-collection", - "version": "2.31.0", + "version": "2.31.1", "description": "Consensus Collection", "homepage": "https://fluidframework.com", "repository": { @@ -135,7 +135,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/ordered-collection-previous": "npm:@fluidframework/ordered-collection@2.30.0", + "@fluidframework/ordered-collection-previous": "npm:@fluidframework/ordered-collection@2.31.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.50.1", "@types/mocha": "^10.0.10", diff --git a/packages/dds/ordered-collection/src/packageVersion.ts b/packages/dds/ordered-collection/src/packageVersion.ts index 1f7126ef39fc..03347286fb69 100644 --- a/packages/dds/ordered-collection/src/packageVersion.ts +++ b/packages/dds/ordered-collection/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/ordered-collection"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/dds/pact-map/package.json b/packages/dds/pact-map/package.json index 173a224c039d..90db42cd77cf 100644 --- a/packages/dds/pact-map/package.json +++ b/packages/dds/pact-map/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-experimental/pact-map", - "version": "2.31.0", + "version": "2.31.1", "description": "Distributed data structure for key-value pairs using pact consensus", "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/dds/pact-map/src/packageVersion.ts b/packages/dds/pact-map/src/packageVersion.ts index 3870728fa318..774202f6f531 100644 --- a/packages/dds/pact-map/src/packageVersion.ts +++ b/packages/dds/pact-map/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluid-experimental/pact-map"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/dds/register-collection/package.json b/packages/dds/register-collection/package.json index f8663cffd047..bcc74db9978c 100644 --- a/packages/dds/register-collection/package.json +++ b/packages/dds/register-collection/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/register-collection", - "version": "2.31.0", + "version": "2.31.1", "description": "Consensus Register", "homepage": "https://fluidframework.com", "repository": { @@ -133,7 +133,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/register-collection-previous": "npm:@fluidframework/register-collection@2.30.0", + "@fluidframework/register-collection-previous": "npm:@fluidframework/register-collection@2.31.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.50.1", "@types/mocha": "^10.0.10", diff --git a/packages/dds/register-collection/src/packageVersion.ts b/packages/dds/register-collection/src/packageVersion.ts index c4d2fd7142c6..d863893bf195 100644 --- a/packages/dds/register-collection/src/packageVersion.ts +++ b/packages/dds/register-collection/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/register-collection"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/dds/sequence/package.json b/packages/dds/sequence/package.json index 150e8ff28ecc..a73003e9cb25 100644 --- a/packages/dds/sequence/package.json +++ b/packages/dds/sequence/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/sequence", - "version": "2.31.0", + "version": "2.31.1", "description": "Distributed sequence", "homepage": "https://fluidframework.com", "repository": { @@ -170,7 +170,7 @@ "@fluidframework/build-tools": "^0.54.0", "@fluidframework/container-definitions": "workspace:~", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/sequence-previous": "npm:@fluidframework/sequence@2.30.0", + "@fluidframework/sequence-previous": "npm:@fluidframework/sequence@2.31.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.50.1", "@types/diff": "^3.5.1", diff --git a/packages/dds/sequence/src/packageVersion.ts b/packages/dds/sequence/src/packageVersion.ts index ac449523d384..a45aafdfa60e 100644 --- a/packages/dds/sequence/src/packageVersion.ts +++ b/packages/dds/sequence/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/sequence"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/dds/sequence/src/test/types/validateSequencePrevious.generated.ts b/packages/dds/sequence/src/test/types/validateSequencePrevious.generated.ts index 14794840107b..bc1e96eee835 100644 --- a/packages/dds/sequence/src/test/types/validateSequencePrevious.generated.ts +++ b/packages/dds/sequence/src/test/types/validateSequencePrevious.generated.ts @@ -393,6 +393,60 @@ declare type old_as_current_for_Interface_ISequenceDeltaRange = requireAssignabl */ declare type current_as_old_for_Interface_ISequenceDeltaRange = requireAssignableTo, TypeOnly> +/* + * Validate forward compatibility by using the old type in place of the current type. + * If this test starts failing, it indicates a change that is not forward compatible. + * To acknowledge the breaking change, add the following to package.json under + * typeValidation.broken: + * "Interface_ISequenceIntervalCollection": {"forwardCompat": false} + */ +declare type old_as_current_for_Interface_ISequenceIntervalCollection = requireAssignableTo, TypeOnly> + +/* + * Validate backward compatibility by using the current type in place of the old type. + * If this test starts failing, it indicates a change that is not backward compatible. + * To acknowledge the breaking change, add the following to package.json under + * typeValidation.broken: + * "Interface_ISequenceIntervalCollection": {"backCompat": false} + */ +declare type current_as_old_for_Interface_ISequenceIntervalCollection = requireAssignableTo, TypeOnly> + +/* + * Validate forward compatibility by using the old type in place of the current type. + * If this test starts failing, it indicates a change that is not forward compatible. + * To acknowledge the breaking change, add the following to package.json under + * typeValidation.broken: + * "Interface_ISequenceIntervalCollectionEvents": {"forwardCompat": false} + */ +declare type old_as_current_for_Interface_ISequenceIntervalCollectionEvents = requireAssignableTo, TypeOnly> + +/* + * Validate backward compatibility by using the current type in place of the old type. + * If this test starts failing, it indicates a change that is not backward compatible. + * To acknowledge the breaking change, add the following to package.json under + * typeValidation.broken: + * "Interface_ISequenceIntervalCollectionEvents": {"backCompat": false} + */ +declare type current_as_old_for_Interface_ISequenceIntervalCollectionEvents = requireAssignableTo, TypeOnly> + +/* + * Validate forward compatibility by using the old type in place of the current type. + * If this test starts failing, it indicates a change that is not forward compatible. + * To acknowledge the breaking change, add the following to package.json under + * typeValidation.broken: + * "Interface_ISequenceOverlappingIntervalsIndex": {"forwardCompat": false} + */ +declare type old_as_current_for_Interface_ISequenceOverlappingIntervalsIndex = requireAssignableTo, TypeOnly> + +/* + * Validate backward compatibility by using the current type in place of the old type. + * If this test starts failing, it indicates a change that is not backward compatible. + * To acknowledge the breaking change, add the following to package.json under + * typeValidation.broken: + * "Interface_ISequenceOverlappingIntervalsIndex": {"backCompat": false} + */ +declare type current_as_old_for_Interface_ISequenceOverlappingIntervalsIndex = requireAssignableTo, TypeOnly> + /* * Validate forward compatibility by using the old type in place of the current type. * If this test starts failing, it indicates a change that is not forward compatible. @@ -600,6 +654,24 @@ declare type old_as_current_for_Interface_SequenceInterval = requireAssignableTo */ declare type current_as_old_for_Interface_SequenceInterval = requireAssignableTo, TypeOnly> +/* + * Validate forward compatibility by using the old type in place of the current type. + * If this test starts failing, it indicates a change that is not forward compatible. + * To acknowledge the breaking change, add the following to package.json under + * typeValidation.broken: + * "Interface_SequenceIntervalIndex": {"forwardCompat": false} + */ +declare type old_as_current_for_Interface_SequenceIntervalIndex = requireAssignableTo, TypeOnly> + +/* + * Validate backward compatibility by using the current type in place of the old type. + * If this test starts failing, it indicates a change that is not backward compatible. + * To acknowledge the breaking change, add the following to package.json under + * typeValidation.broken: + * "Interface_SequenceIntervalIndex": {"backCompat": false} + */ +declare type current_as_old_for_Interface_SequenceIntervalIndex = requireAssignableTo, TypeOnly> + /* * Validate forward compatibility by using the old type in place of the current type. * If this test starts failing, it indicates a change that is not forward compatible. diff --git a/packages/dds/shared-object-base/package.json b/packages/dds/shared-object-base/package.json index 4f9a29261227..bba6d445eb28 100644 --- a/packages/dds/shared-object-base/package.json +++ b/packages/dds/shared-object-base/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/shared-object-base", - "version": "2.31.0", + "version": "2.31.1", "description": "Fluid base class for shared distributed data structures", "homepage": "https://fluidframework.com", "repository": { @@ -138,7 +138,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/shared-object-base-previous": "npm:@fluidframework/shared-object-base@2.30.0", + "@fluidframework/shared-object-base-previous": "npm:@fluidframework/shared-object-base@2.31.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.50.1", "@types/benchmark": "^2.1.0", diff --git a/packages/dds/shared-object-base/src/packageVersion.ts b/packages/dds/shared-object-base/src/packageVersion.ts index 73a01142c962..22f0eda4b352 100644 --- a/packages/dds/shared-object-base/src/packageVersion.ts +++ b/packages/dds/shared-object-base/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/shared-object-base"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/dds/shared-summary-block/package.json b/packages/dds/shared-summary-block/package.json index 71acb015a281..37b4e233bcbc 100644 --- a/packages/dds/shared-summary-block/package.json +++ b/packages/dds/shared-summary-block/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/shared-summary-block", - "version": "2.31.0", + "version": "2.31.1", "description": "A DDS that does not generate ops but is part of summary", "homepage": "https://fluidframework.com", "repository": { @@ -132,7 +132,7 @@ "@fluidframework/build-tools": "^0.54.0", "@fluidframework/container-definitions": "workspace:~", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/shared-summary-block-previous": "npm:@fluidframework/shared-summary-block@2.30.0", + "@fluidframework/shared-summary-block-previous": "npm:@fluidframework/shared-summary-block@2.31.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.50.1", "@types/benchmark": "^2.1.0", diff --git a/packages/dds/shared-summary-block/src/packageVersion.ts b/packages/dds/shared-summary-block/src/packageVersion.ts index 641d135f5f2c..87a307ee0d95 100644 --- a/packages/dds/shared-summary-block/src/packageVersion.ts +++ b/packages/dds/shared-summary-block/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/shared-summary-block"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/dds/task-manager/package.json b/packages/dds/task-manager/package.json index 9f98c6b7e36b..9b4dbe440895 100644 --- a/packages/dds/task-manager/package.json +++ b/packages/dds/task-manager/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/task-manager", - "version": "2.31.0", + "version": "2.31.1", "description": "Distributed data structure for queueing exclusive tasks", "homepage": "https://fluidframework.com", "repository": { @@ -136,7 +136,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/task-manager-previous": "npm:@fluidframework/task-manager@2.30.0", + "@fluidframework/task-manager-previous": "npm:@fluidframework/task-manager@2.31.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.50.1", "@types/mocha": "^10.0.10", diff --git a/packages/dds/task-manager/src/packageVersion.ts b/packages/dds/task-manager/src/packageVersion.ts index ba0954c40342..f29c007df118 100644 --- a/packages/dds/task-manager/src/packageVersion.ts +++ b/packages/dds/task-manager/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/task-manager"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/dds/test-dds-utils/package.json b/packages/dds/test-dds-utils/package.json index 4e20fe8ba93b..7b89b2d1a0a4 100644 --- a/packages/dds/test-dds-utils/package.json +++ b/packages/dds/test-dds-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-private/test-dds-utils", - "version": "2.31.0", + "version": "2.31.1", "description": "Fluid DDS test utilities", "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/dds/tree/package.json b/packages/dds/tree/package.json index d51e3e83dc5f..86eb34dde771 100644 --- a/packages/dds/tree/package.json +++ b/packages/dds/tree/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/tree", - "version": "2.31.0", + "version": "2.31.1", "description": "Distributed tree", "homepage": "https://fluidframework.com", "repository": { @@ -184,7 +184,7 @@ "@fluidframework/eslint-config-fluid": "^5.7.3", "@fluidframework/test-runtime-utils": "workspace:~", "@fluidframework/test-utils": "workspace:~", - "@fluidframework/tree-previous": "npm:@fluidframework/tree@2.30.0", + "@fluidframework/tree-previous": "npm:@fluidframework/tree@2.31.0", "@microsoft/api-extractor": "7.50.1", "@types/diff": "^3.5.1", "@types/easy-table": "^0.0.32", @@ -224,20 +224,7 @@ } }, "typeValidation": { - "broken": { - "Interface_FieldSchemaUnsafe": { - "forwardCompat": false - }, - "Interface_ITreeViewConfiguration": { - "forwardCompat": false - }, - "TypeAlias_ImplicitAllowedTypes": { - "forwardCompat": false - }, - "TypeAlias_ImplicitFieldSchema": { - "forwardCompat": false - } - }, + "broken": {}, "entrypoint": "public" } } diff --git a/packages/dds/tree/src/packageVersion.ts b/packages/dds/tree/src/packageVersion.ts index 299b4766b370..3221bac03e15 100644 --- a/packages/dds/tree/src/packageVersion.ts +++ b/packages/dds/tree/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/tree"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/dds/tree/src/test/types/validateTreePrevious.generated.ts b/packages/dds/tree/src/test/types/validateTreePrevious.generated.ts index 2b7fefa81e5a..c5de9c8c623e 100644 --- a/packages/dds/tree/src/test/types/validateTreePrevious.generated.ts +++ b/packages/dds/tree/src/test/types/validateTreePrevious.generated.ts @@ -231,25 +231,6 @@ declare type current_as_old_for_Interface_FieldProps = requireAssignableTo, TypeOnly> -/* - * Validate forward compatibility by using the old type in place of the current type. - * If this test starts failing, it indicates a change that is not forward compatible. - * To acknowledge the breaking change, add the following to package.json under - * typeValidation.broken: - * "Interface_FieldSchemaUnsafe": {"forwardCompat": false} - */ -// @ts-expect-error compatibility expected to be broken -declare type old_as_current_for_Interface_FieldSchemaUnsafe = requireAssignableTo>, TypeOnly>> - -/* - * Validate backward compatibility by using the current type in place of the old type. - * If this test starts failing, it indicates a change that is not backward compatible. - * To acknowledge the breaking change, add the following to package.json under - * typeValidation.broken: - * "Interface_FieldSchemaUnsafe": {"backCompat": false} - */ -declare type current_as_old_for_Interface_FieldSchemaUnsafe = requireAssignableTo>, TypeOnly>> - /* * Validate backward compatibility by using the current type in place of the old type. * If this test starts failing, it indicates a change that is not backward compatible. @@ -293,7 +274,6 @@ declare type current_as_old_for_Interface_ITreeConfigurationOptions = requireAss * typeValidation.broken: * "Interface_ITreeViewConfiguration": {"forwardCompat": false} */ -// @ts-expect-error compatibility expected to be broken declare type old_as_current_for_Interface_ITreeViewConfiguration = requireAssignableTo, TypeOnly> /* @@ -456,7 +436,6 @@ declare type current_as_old_for_Interface_WithType = requireAssignableTo, TypeOnly> /* @@ -475,7 +454,6 @@ declare type current_as_old_for_TypeAlias_ImplicitAllowedTypes = requireAssignab * typeValidation.broken: * "TypeAlias_ImplicitFieldSchema": {"forwardCompat": false} */ -// @ts-expect-error compatibility expected to be broken declare type old_as_current_for_TypeAlias_ImplicitFieldSchema = requireAssignableTo, TypeOnly> /* diff --git a/packages/drivers/debugger/package.json b/packages/drivers/debugger/package.json index a10229f2beb4..ba445ad0a924 100644 --- a/packages/drivers/debugger/package.json +++ b/packages/drivers/debugger/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/debugger", - "version": "2.31.0", + "version": "2.31.1", "description": "Fluid Debugger - a tool to play through history of a file", "homepage": "https://fluidframework.com", "repository": { @@ -94,7 +94,7 @@ "@fluid-tools/build-cli": "^0.54.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", - "@fluidframework/debugger-previous": "npm:@fluidframework/debugger@2.30.0", + "@fluidframework/debugger-previous": "npm:@fluidframework/debugger@2.31.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@microsoft/api-extractor": "7.50.1", "@types/node": "^18.19.0", diff --git a/packages/drivers/driver-base/package.json b/packages/drivers/driver-base/package.json index 387d2ccd9651..b652e7d5deca 100644 --- a/packages/drivers/driver-base/package.json +++ b/packages/drivers/driver-base/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/driver-base", - "version": "2.31.0", + "version": "2.31.1", "description": "Shared driver code for Fluid driver implementations", "homepage": "https://fluidframework.com", "repository": { @@ -111,7 +111,7 @@ "@fluid-tools/build-cli": "^0.54.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", - "@fluidframework/driver-base-previous": "npm:@fluidframework/driver-base@2.30.0", + "@fluidframework/driver-base-previous": "npm:@fluidframework/driver-base@2.31.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@microsoft/api-extractor": "7.50.1", "@types/mocha": "^10.0.10", diff --git a/packages/drivers/driver-base/src/packageVersion.ts b/packages/drivers/driver-base/src/packageVersion.ts index e652441a2f02..30853f032eff 100644 --- a/packages/drivers/driver-base/src/packageVersion.ts +++ b/packages/drivers/driver-base/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/driver-base"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/drivers/driver-web-cache/package.json b/packages/drivers/driver-web-cache/package.json index bc7cc9947583..7471478e137b 100644 --- a/packages/drivers/driver-web-cache/package.json +++ b/packages/drivers/driver-web-cache/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/driver-web-cache", - "version": "2.31.0", + "version": "2.31.1", "description": "Implementation of the driver caching API for a web browser", "homepage": "https://fluidframework.com", "repository": { @@ -101,7 +101,7 @@ "@fluid-tools/build-cli": "^0.54.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", - "@fluidframework/driver-web-cache-previous": "npm:@fluidframework/driver-web-cache@2.30.0", + "@fluidframework/driver-web-cache-previous": "npm:@fluidframework/driver-web-cache@2.31.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@microsoft/api-extractor": "7.50.1", "@types/jest": "29.5.3", diff --git a/packages/drivers/driver-web-cache/src/packageVersion.ts b/packages/drivers/driver-web-cache/src/packageVersion.ts index db6b80ae4a39..d65c6cc3ada2 100644 --- a/packages/drivers/driver-web-cache/src/packageVersion.ts +++ b/packages/drivers/driver-web-cache/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/driver-web-cache"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/drivers/file-driver/package.json b/packages/drivers/file-driver/package.json index 570d1b8d46a4..85eed518ae06 100644 --- a/packages/drivers/file-driver/package.json +++ b/packages/drivers/file-driver/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/file-driver", - "version": "2.31.0", + "version": "2.31.1", "description": "A driver that reads/write from/to local file storage.", "homepage": "https://fluidframework.com", "repository": { @@ -78,7 +78,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/file-driver-previous": "npm:@fluidframework/file-driver@2.30.0", + "@fluidframework/file-driver-previous": "npm:@fluidframework/file-driver@2.31.0", "@microsoft/api-extractor": "7.50.1", "@types/node": "^18.19.0", "concurrently": "^8.2.1", diff --git a/packages/drivers/local-driver/package.json b/packages/drivers/local-driver/package.json index 72adbe6b5c28..9c2acd988b5e 100644 --- a/packages/drivers/local-driver/package.json +++ b/packages/drivers/local-driver/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/local-driver", - "version": "2.31.0", + "version": "2.31.1", "description": "Fluid local driver", "homepage": "https://fluidframework.com", "repository": { @@ -140,7 +140,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/local-driver-previous": "npm:@fluidframework/local-driver@2.30.0", + "@fluidframework/local-driver-previous": "npm:@fluidframework/local-driver@2.31.0", "@microsoft/api-extractor": "7.50.1", "@types/jsrsasign": "^10.5.12", "@types/mocha": "^10.0.10", diff --git a/packages/drivers/odsp-driver-definitions/package.json b/packages/drivers/odsp-driver-definitions/package.json index 8d66317790d3..d5356a17e815 100644 --- a/packages/drivers/odsp-driver-definitions/package.json +++ b/packages/drivers/odsp-driver-definitions/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/odsp-driver-definitions", - "version": "2.31.0", + "version": "2.31.1", "description": "Socket storage implementation for SPO and ODC", "homepage": "https://fluidframework.com", "repository": { @@ -95,7 +95,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/odsp-driver-definitions-previous": "npm:@fluidframework/odsp-driver-definitions@2.30.0", + "@fluidframework/odsp-driver-definitions-previous": "npm:@fluidframework/odsp-driver-definitions@2.31.0", "@microsoft/api-extractor": "7.50.1", "concurrently": "^8.2.1", "copyfiles": "^2.4.1", diff --git a/packages/drivers/odsp-driver/package.json b/packages/drivers/odsp-driver/package.json index a46596c63988..58215e14caeb 100644 --- a/packages/drivers/odsp-driver/package.json +++ b/packages/drivers/odsp-driver/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/odsp-driver", - "version": "2.31.0", + "version": "2.31.1", "description": "Socket storage implementation for SPO and ODC", "homepage": "https://fluidframework.com", "repository": { @@ -135,7 +135,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/odsp-driver-previous": "npm:@fluidframework/odsp-driver@2.30.0", + "@fluidframework/odsp-driver-previous": "npm:@fluidframework/odsp-driver@2.31.0", "@microsoft/api-extractor": "7.50.1", "@types/mocha": "^10.0.10", "@types/node": "^18.19.0", diff --git a/packages/drivers/odsp-driver/src/packageVersion.ts b/packages/drivers/odsp-driver/src/packageVersion.ts index d554b59b361b..b1bdfdf44c9b 100644 --- a/packages/drivers/odsp-driver/src/packageVersion.ts +++ b/packages/drivers/odsp-driver/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/odsp-driver"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/drivers/odsp-urlResolver/package.json b/packages/drivers/odsp-urlResolver/package.json index dc4b1d06da58..ee128e53bd1c 100644 --- a/packages/drivers/odsp-urlResolver/package.json +++ b/packages/drivers/odsp-urlResolver/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/odsp-urlresolver", - "version": "2.31.0", + "version": "2.31.1", "description": "Url Resolver for odsp urls.", "homepage": "https://fluidframework.com", "repository": { @@ -88,7 +88,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/odsp-urlresolver-previous": "npm:@fluidframework/odsp-urlresolver@2.30.0", + "@fluidframework/odsp-urlresolver-previous": "npm:@fluidframework/odsp-urlresolver@2.31.0", "@microsoft/api-extractor": "7.50.1", "@types/mocha": "^10.0.10", "@types/node": "^18.19.0", diff --git a/packages/drivers/replay-driver/package.json b/packages/drivers/replay-driver/package.json index cb4e14628ad6..e6cb40f8814b 100644 --- a/packages/drivers/replay-driver/package.json +++ b/packages/drivers/replay-driver/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/replay-driver", - "version": "2.31.0", + "version": "2.31.1", "description": "Document replay version of Socket.IO implementation", "homepage": "https://fluidframework.com", "repository": { @@ -78,7 +78,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/replay-driver-previous": "npm:@fluidframework/replay-driver@2.30.0", + "@fluidframework/replay-driver-previous": "npm:@fluidframework/replay-driver@2.31.0", "@microsoft/api-extractor": "7.50.1", "@types/nock": "^9.3.0", "@types/node": "^18.19.0", diff --git a/packages/drivers/routerlicious-driver/package.json b/packages/drivers/routerlicious-driver/package.json index d64f1941b2a9..bde1058aef85 100644 --- a/packages/drivers/routerlicious-driver/package.json +++ b/packages/drivers/routerlicious-driver/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/routerlicious-driver", - "version": "2.31.0", + "version": "2.31.1", "description": "Socket.IO + Git implementation of Fluid service API", "homepage": "https://fluidframework.com", "repository": { @@ -136,7 +136,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/routerlicious-driver-previous": "npm:@fluidframework/routerlicious-driver@2.30.0", + "@fluidframework/routerlicious-driver-previous": "npm:@fluidframework/routerlicious-driver@2.31.0", "@microsoft/api-extractor": "7.50.1", "@types/mocha": "^10.0.10", "@types/nock": "^9.3.0", diff --git a/packages/drivers/routerlicious-driver/src/packageVersion.ts b/packages/drivers/routerlicious-driver/src/packageVersion.ts index df111f684cdb..9621c7254e1b 100644 --- a/packages/drivers/routerlicious-driver/src/packageVersion.ts +++ b/packages/drivers/routerlicious-driver/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/routerlicious-driver"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/drivers/routerlicious-urlResolver/package.json b/packages/drivers/routerlicious-urlResolver/package.json index 9244a396f381..674a34022c2f 100644 --- a/packages/drivers/routerlicious-urlResolver/package.json +++ b/packages/drivers/routerlicious-urlResolver/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/routerlicious-urlresolver", - "version": "2.31.0", + "version": "2.31.1", "description": "Url Resolver for routerlicious urls.", "homepage": "https://fluidframework.com", "repository": { @@ -86,7 +86,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/routerlicious-urlresolver-previous": "npm:@fluidframework/routerlicious-urlresolver@2.30.0", + "@fluidframework/routerlicious-urlresolver-previous": "npm:@fluidframework/routerlicious-urlresolver@2.31.0", "@microsoft/api-extractor": "7.50.1", "@types/mocha": "^10.0.10", "@types/nconf": "^0.10.0", diff --git a/packages/drivers/tinylicious-driver/package.json b/packages/drivers/tinylicious-driver/package.json index 411ad66ec382..06d0a8ecb743 100644 --- a/packages/drivers/tinylicious-driver/package.json +++ b/packages/drivers/tinylicious-driver/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/tinylicious-driver", - "version": "2.31.0", + "version": "2.31.1", "description": "Driver for tinylicious", "homepage": "https://fluidframework.com", "repository": { @@ -99,7 +99,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/tinylicious-driver-previous": "npm:@fluidframework/tinylicious-driver@2.30.0", + "@fluidframework/tinylicious-driver-previous": "npm:@fluidframework/tinylicious-driver@2.31.0", "@microsoft/api-extractor": "7.50.1", "@types/jsrsasign": "^10.5.12", "@types/mocha": "^10.0.10", diff --git a/packages/framework/agent-scheduler/package.json b/packages/framework/agent-scheduler/package.json index 06487b238ebd..7215ff209241 100644 --- a/packages/framework/agent-scheduler/package.json +++ b/packages/framework/agent-scheduler/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/agent-scheduler", - "version": "2.31.0", + "version": "2.31.1", "description": "Built in runtime object for distributing agents across instances of a container", "homepage": "https://fluidframework.com", "repository": { @@ -103,7 +103,7 @@ "@arethetypeswrong/cli": "^0.17.1", "@biomejs/biome": "~1.9.3", "@fluid-tools/build-cli": "^0.54.0", - "@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@2.30.0", + "@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@2.31.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@fluidframework/eslint-config-fluid": "^5.7.3", diff --git a/packages/framework/ai-collab/package.json b/packages/framework/ai-collab/package.json index fce8b71065dd..e52c71c8daba 100644 --- a/packages/framework/ai-collab/package.json +++ b/packages/framework/ai-collab/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/ai-collab", - "version": "2.31.0", + "version": "2.31.1", "description": "Experimental package to simplify integrating AI into Fluid-based applications", "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/framework/aqueduct/package.json b/packages/framework/aqueduct/package.json index 4df81c9e8799..da3b6c504627 100644 --- a/packages/framework/aqueduct/package.json +++ b/packages/framework/aqueduct/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/aqueduct", - "version": "2.31.0", + "version": "2.31.1", "description": "A set of implementations for Fluid Framework interfaces.", "homepage": "https://fluidframework.com", "repository": { @@ -136,7 +136,7 @@ "@biomejs/biome": "~1.9.3", "@fluid-internal/mocha-test-setup": "workspace:~", "@fluid-tools/build-cli": "^0.54.0", - "@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.30.0", + "@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.31.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@fluidframework/eslint-config-fluid": "^5.7.3", diff --git a/packages/framework/attributor/package.json b/packages/framework/attributor/package.json index 4aa953a385da..6b938e12e46a 100644 --- a/packages/framework/attributor/package.json +++ b/packages/framework/attributor/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-experimental/attributor", - "version": "2.31.0", + "version": "2.31.1", "description": "Operation attributor", "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/framework/client-logger/app-insights-logger/package.json b/packages/framework/client-logger/app-insights-logger/package.json index 9248d1569ec4..301c3fd86163 100644 --- a/packages/framework/client-logger/app-insights-logger/package.json +++ b/packages/framework/client-logger/app-insights-logger/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/app-insights-logger", - "version": "2.31.0", + "version": "2.31.1", "description": "Contains a Fluid logging client that sends telemetry events to Azure App Insights", "homepage": "https://fluidframework.com", "repository": { @@ -93,7 +93,7 @@ "@biomejs/biome": "~1.9.3", "@fluid-internal/mocha-test-setup": "workspace:~", "@fluid-tools/build-cli": "^0.54.0", - "@fluidframework/app-insights-logger-previous": "npm:@fluidframework/app-insights-logger@2.30.0", + "@fluidframework/app-insights-logger-previous": "npm:@fluidframework/app-insights-logger@2.31.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@microsoft/api-extractor": "7.50.1", diff --git a/packages/framework/client-logger/fluid-telemetry/package.json b/packages/framework/client-logger/fluid-telemetry/package.json index b6412ab9829e..2ff9dfcb2760 100644 --- a/packages/framework/client-logger/fluid-telemetry/package.json +++ b/packages/framework/client-logger/fluid-telemetry/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/fluid-telemetry", - "version": "2.31.0", + "version": "2.31.1", "description": "Customer facing Fluid telemetry types and classes for both producing and consuming said telemetry", "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/framework/data-object-base/package.json b/packages/framework/data-object-base/package.json index 9f6d510ee874..36159d41b52a 100644 --- a/packages/framework/data-object-base/package.json +++ b/packages/framework/data-object-base/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-experimental/data-object-base", - "version": "2.31.0", + "version": "2.31.1", "description": "Data object base for synchronously and lazily loaded object scenarios", "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/framework/dds-interceptions/package.json b/packages/framework/dds-interceptions/package.json index 57782c1d46a6..aa63ca09569e 100644 --- a/packages/framework/dds-interceptions/package.json +++ b/packages/framework/dds-interceptions/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-experimental/dds-interceptions", - "version": "2.31.0", + "version": "2.31.1", "description": "Distributed Data Structures that support an interception callback", "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/framework/fluid-framework/package.json b/packages/framework/fluid-framework/package.json index d6dd718f176d..1826821a4a34 100644 --- a/packages/framework/fluid-framework/package.json +++ b/packages/framework/fluid-framework/package.json @@ -1,6 +1,6 @@ { "name": "fluid-framework", - "version": "2.31.0", + "version": "2.31.1", "description": "The main entry point into Fluid Framework public packages", "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/framework/fluid-static/package.json b/packages/framework/fluid-static/package.json index 3ab4198ca777..c0f42ee9c5b0 100644 --- a/packages/framework/fluid-static/package.json +++ b/packages/framework/fluid-static/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/fluid-static", - "version": "2.31.0", + "version": "2.31.1", "description": "A tool to enable consumption of Fluid Data Objects without requiring custom container code.", "homepage": "https://fluidframework.com", "repository": { @@ -119,7 +119,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.30.0", + "@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.31.0", "@fluidframework/map": "workspace:~", "@fluidframework/sequence": "workspace:~", "@microsoft/api-extractor": "7.50.1", diff --git a/packages/framework/oldest-client-observer/package.json b/packages/framework/oldest-client-observer/package.json index 64f347da00de..6722d690d7ce 100644 --- a/packages/framework/oldest-client-observer/package.json +++ b/packages/framework/oldest-client-observer/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-experimental/oldest-client-observer", - "version": "2.31.0", + "version": "2.31.1", "description": "Data object to determine if the local client is the oldest amongst connected clients", "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/framework/presence/package.json b/packages/framework/presence/package.json index a7f751c4c11f..cefefd4f7dae 100644 --- a/packages/framework/presence/package.json +++ b/packages/framework/presence/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/presence", - "version": "2.31.0", + "version": "2.31.1", "description": "A component for lightweight data sharing within a single session", "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/framework/request-handler/package.json b/packages/framework/request-handler/package.json index 255aebf4b0d5..f9cbe204d2e2 100644 --- a/packages/framework/request-handler/package.json +++ b/packages/framework/request-handler/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/request-handler", - "version": "2.31.0", + "version": "2.31.1", "description": "A simple request handling library for Fluid Framework", "homepage": "https://fluidframework.com", "repository": { @@ -128,7 +128,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/request-handler-previous": "npm:@fluidframework/request-handler@2.30.0", + "@fluidframework/request-handler-previous": "npm:@fluidframework/request-handler@2.31.0", "@microsoft/api-extractor": "7.50.1", "@types/diff": "^3.5.1", "@types/mocha": "^10.0.10", diff --git a/packages/framework/synthesize/package.json b/packages/framework/synthesize/package.json index c30552203387..b8c733ac329c 100644 --- a/packages/framework/synthesize/package.json +++ b/packages/framework/synthesize/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/synthesize", - "version": "2.31.0", + "version": "2.31.1", "description": "A library for synthesizing scope objects.", "homepage": "https://fluidframework.com", "repository": { @@ -127,7 +127,7 @@ "@fluidframework/datastore": "workspace:~", "@fluidframework/eslint-config-fluid": "^5.7.3", "@fluidframework/runtime-utils": "workspace:~", - "@fluidframework/synthesize-previous": "npm:@fluidframework/synthesize@2.30.0", + "@fluidframework/synthesize-previous": "npm:@fluidframework/synthesize@2.31.0", "@microsoft/api-extractor": "7.50.1", "@types/mocha": "^10.0.10", "@types/node": "^18.19.0", diff --git a/packages/framework/undo-redo/package.json b/packages/framework/undo-redo/package.json index 66165955c091..53ca6b651f7d 100644 --- a/packages/framework/undo-redo/package.json +++ b/packages/framework/undo-redo/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/undo-redo", - "version": "2.31.0", + "version": "2.31.1", "description": "Undo Redo", "homepage": "https://fluidframework.com", "repository": { @@ -111,7 +111,7 @@ "@fluidframework/build-tools": "^0.54.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@fluidframework/test-runtime-utils": "workspace:~", - "@fluidframework/undo-redo-previous": "npm:@fluidframework/undo-redo@2.30.0", + "@fluidframework/undo-redo-previous": "npm:@fluidframework/undo-redo@2.31.0", "@microsoft/api-extractor": "7.50.1", "@types/diff": "^3.5.1", "@types/mocha": "^10.0.10", diff --git a/packages/loader/container-loader/package.json b/packages/loader/container-loader/package.json index eb5953eeca34..bc50f0c96c31 100644 --- a/packages/loader/container-loader/package.json +++ b/packages/loader/container-loader/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/container-loader", - "version": "2.31.0", + "version": "2.31.1", "description": "Fluid container loader", "homepage": "https://fluidframework.com", "repository": { @@ -190,7 +190,7 @@ "@fluid-tools/build-cli": "^0.54.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", - "@fluidframework/container-loader-previous": "npm:@fluidframework/container-loader@2.30.0", + "@fluidframework/container-loader-previous": "npm:@fluidframework/container-loader@2.31.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@microsoft/api-extractor": "7.50.1", "@types/debug": "^4.1.5", diff --git a/packages/loader/container-loader/src/packageVersion.ts b/packages/loader/container-loader/src/packageVersion.ts index dd2beed25fd6..f88520b4ab2c 100644 --- a/packages/loader/container-loader/src/packageVersion.ts +++ b/packages/loader/container-loader/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/container-loader"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/loader/driver-utils/package.json b/packages/loader/driver-utils/package.json index c683258bd2e7..64e29333478f 100644 --- a/packages/loader/driver-utils/package.json +++ b/packages/loader/driver-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/driver-utils", - "version": "2.31.0", + "version": "2.31.1", "description": "Collection of utility functions for Fluid drivers", "homepage": "https://fluidframework.com", "repository": { @@ -131,7 +131,7 @@ "@fluid-tools/build-cli": "^0.54.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", - "@fluidframework/driver-utils-previous": "npm:@fluidframework/driver-utils@2.30.0", + "@fluidframework/driver-utils-previous": "npm:@fluidframework/driver-utils@2.31.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@microsoft/api-extractor": "7.50.1", "@types/mocha": "^10.0.10", diff --git a/packages/loader/driver-utils/src/packageVersion.ts b/packages/loader/driver-utils/src/packageVersion.ts index 1f672bdda57b..ea4a7cc53f49 100644 --- a/packages/loader/driver-utils/src/packageVersion.ts +++ b/packages/loader/driver-utils/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/driver-utils"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/loader/test-loader-utils/package.json b/packages/loader/test-loader-utils/package.json index 36899d06b998..45de8a7b4f47 100644 --- a/packages/loader/test-loader-utils/package.json +++ b/packages/loader/test-loader-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-private/test-loader-utils", - "version": "2.31.0", + "version": "2.31.1", "description": "Mocks and other test utilities for the Fluid Framework Loader", "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/runtime/container-runtime-definitions/package.json b/packages/runtime/container-runtime-definitions/package.json index db271ec9fb08..e2a615000433 100644 --- a/packages/runtime/container-runtime-definitions/package.json +++ b/packages/runtime/container-runtime-definitions/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/container-runtime-definitions", - "version": "2.31.0", + "version": "2.31.1", "description": "Fluid Runtime definitions", "homepage": "https://fluidframework.com", "repository": { @@ -90,7 +90,7 @@ "@fluid-tools/build-cli": "^0.54.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", - "@fluidframework/container-runtime-definitions-previous": "npm:@fluidframework/container-runtime-definitions@2.30.0", + "@fluidframework/container-runtime-definitions-previous": "npm:@fluidframework/container-runtime-definitions@2.31.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@microsoft/api-extractor": "7.50.1", "concurrently": "^8.2.1", diff --git a/packages/runtime/container-runtime/package.json b/packages/runtime/container-runtime/package.json index e6907acba320..f4c79da4a2eb 100644 --- a/packages/runtime/container-runtime/package.json +++ b/packages/runtime/container-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/container-runtime", - "version": "2.31.0", + "version": "2.31.1", "description": "Fluid container runtime", "homepage": "https://fluidframework.com", "repository": { @@ -196,7 +196,7 @@ "@fluid-tools/build-cli": "^0.54.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", - "@fluidframework/container-runtime-previous": "npm:@fluidframework/container-runtime@2.30.0", + "@fluidframework/container-runtime-previous": "npm:@fluidframework/container-runtime@2.31.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.50.1", diff --git a/packages/runtime/container-runtime/src/packageVersion.ts b/packages/runtime/container-runtime/src/packageVersion.ts index fccd25eaa767..2602558cd1d0 100644 --- a/packages/runtime/container-runtime/src/packageVersion.ts +++ b/packages/runtime/container-runtime/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/container-runtime"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/runtime/datastore-definitions/package.json b/packages/runtime/datastore-definitions/package.json index 66aef778c18f..5700c9f2d801 100644 --- a/packages/runtime/datastore-definitions/package.json +++ b/packages/runtime/datastore-definitions/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/datastore-definitions", - "version": "2.31.0", + "version": "2.31.1", "description": "Fluid data store definitions", "homepage": "https://fluidframework.com", "repository": { @@ -91,7 +91,7 @@ "@fluid-tools/build-cli": "^0.54.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", - "@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.30.0", + "@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.31.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@microsoft/api-extractor": "7.50.1", "concurrently": "^8.2.1", diff --git a/packages/runtime/datastore/package.json b/packages/runtime/datastore/package.json index a79613ecd9f7..5d40104f7c3a 100644 --- a/packages/runtime/datastore/package.json +++ b/packages/runtime/datastore/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/datastore", - "version": "2.31.0", + "version": "2.31.1", "description": "Fluid data store implementation", "homepage": "https://fluidframework.com", "repository": { @@ -137,7 +137,7 @@ "@fluid-tools/build-cli": "^0.54.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", - "@fluidframework/datastore-previous": "npm:@fluidframework/datastore@2.30.0", + "@fluidframework/datastore-previous": "npm:@fluidframework/datastore@2.31.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.50.1", diff --git a/packages/runtime/datastore/src/packageVersion.ts b/packages/runtime/datastore/src/packageVersion.ts index 1edc2f12fad5..4e2a0e6d8ec3 100644 --- a/packages/runtime/datastore/src/packageVersion.ts +++ b/packages/runtime/datastore/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/datastore"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/runtime/id-compressor/package.json b/packages/runtime/id-compressor/package.json index 3ebb740416ae..2dd06e9ae4fa 100644 --- a/packages/runtime/id-compressor/package.json +++ b/packages/runtime/id-compressor/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/id-compressor", - "version": "2.31.0", + "version": "2.31.1", "description": "ID compressor", "homepage": "https://fluidframework.com", "repository": { @@ -145,7 +145,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/id-compressor-previous": "npm:@fluidframework/id-compressor@2.30.0", + "@fluidframework/id-compressor-previous": "npm:@fluidframework/id-compressor@2.31.0", "@microsoft/api-extractor": "7.50.1", "@types/mocha": "^10.0.10", "@types/node": "^18.19.0", diff --git a/packages/runtime/id-compressor/src/packageVersion.ts b/packages/runtime/id-compressor/src/packageVersion.ts index aadca80da647..5157c88a316e 100644 --- a/packages/runtime/id-compressor/src/packageVersion.ts +++ b/packages/runtime/id-compressor/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/id-compressor"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/runtime/runtime-definitions/package.json b/packages/runtime/runtime-definitions/package.json index 47850be05be2..a27ad46747de 100644 --- a/packages/runtime/runtime-definitions/package.json +++ b/packages/runtime/runtime-definitions/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/runtime-definitions", - "version": "2.31.0", + "version": "2.31.1", "description": "Fluid Runtime definitions", "homepage": "https://fluidframework.com", "repository": { @@ -98,7 +98,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/runtime-definitions-previous": "npm:@fluidframework/runtime-definitions@2.30.0", + "@fluidframework/runtime-definitions-previous": "npm:@fluidframework/runtime-definitions@2.31.0", "@microsoft/api-extractor": "7.50.1", "concurrently": "^8.2.1", "copyfiles": "^2.4.1", diff --git a/packages/runtime/runtime-utils/package.json b/packages/runtime/runtime-utils/package.json index 0db9cd14ef44..83fc320097ff 100644 --- a/packages/runtime/runtime-utils/package.json +++ b/packages/runtime/runtime-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/runtime-utils", - "version": "2.31.0", + "version": "2.31.1", "description": "Collection of utility functions for Fluid Runtime", "homepage": "https://fluidframework.com", "repository": { @@ -133,7 +133,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/runtime-utils-previous": "npm:@fluidframework/runtime-utils@2.30.0", + "@fluidframework/runtime-utils-previous": "npm:@fluidframework/runtime-utils@2.31.0", "@microsoft/api-extractor": "7.50.1", "@types/mocha": "^10.0.10", "@types/node": "^18.19.0", diff --git a/packages/runtime/test-runtime-utils/package.json b/packages/runtime/test-runtime-utils/package.json index 722dde62910a..0593748d8a2a 100644 --- a/packages/runtime/test-runtime-utils/package.json +++ b/packages/runtime/test-runtime-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/test-runtime-utils", - "version": "2.31.0", + "version": "2.31.1", "description": "Fluid runtime test utilities", "homepage": "https://fluidframework.com", "repository": { @@ -136,7 +136,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/test-runtime-utils-previous": "npm:@fluidframework/test-runtime-utils@2.30.0", + "@fluidframework/test-runtime-utils-previous": "npm:@fluidframework/test-runtime-utils@2.31.0", "@microsoft/api-extractor": "7.50.1", "@types/jsrsasign": "^10.5.12", "@types/mocha": "^10.0.10", diff --git a/packages/service-clients/azure-client/package.json b/packages/service-clients/azure-client/package.json index a5cb75166a37..282eb82eba16 100644 --- a/packages/service-clients/azure-client/package.json +++ b/packages/service-clients/azure-client/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/azure-client", - "version": "2.31.0", + "version": "2.31.1", "description": "A tool to enable creation and loading of Fluid containers using the Azure Fluid Relay service", "homepage": "https://fluidframework.com", "repository": { @@ -106,7 +106,7 @@ "@arethetypeswrong/cli": "^0.17.1", "@biomejs/biome": "~1.9.3", "@fluid-tools/build-cli": "^0.54.0", - "@fluidframework/azure-client-previous": "npm:@fluidframework/azure-client@2.30.0", + "@fluidframework/azure-client-previous": "npm:@fluidframework/azure-client@2.31.0", "@fluidframework/azure-local-service": "workspace:~", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", diff --git a/packages/service-clients/end-to-end-tests/azure-client/package.json b/packages/service-clients/end-to-end-tests/azure-client/package.json index 955e5d630d70..af3cdce11a53 100644 --- a/packages/service-clients/end-to-end-tests/azure-client/package.json +++ b/packages/service-clients/end-to-end-tests/azure-client/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/azure-end-to-end-tests", - "version": "2.31.0", + "version": "2.31.1", "description": "Azure client end to end tests", "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/service-clients/end-to-end-tests/odsp-client/package.json b/packages/service-clients/end-to-end-tests/odsp-client/package.json index bb2ce232a13f..b9fe46a89344 100644 --- a/packages/service-clients/end-to-end-tests/odsp-client/package.json +++ b/packages/service-clients/end-to-end-tests/odsp-client/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-experimental/odsp-end-to-end-tests", - "version": "2.31.0", + "version": "2.31.1", "description": "Odsp client end to end tests", "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/service-clients/odsp-client/package.json b/packages/service-clients/odsp-client/package.json index 50090e8816bb..387d4019c7ad 100644 --- a/packages/service-clients/odsp-client/package.json +++ b/packages/service-clients/odsp-client/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/odsp-client", - "version": "2.31.0", + "version": "2.31.1", "description": "A tool to enable creation and loading of Fluid containers using the ODSP service", "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/service-clients/tinylicious-client/package.json b/packages/service-clients/tinylicious-client/package.json index d762a3e38d67..c155d0cf0063 100644 --- a/packages/service-clients/tinylicious-client/package.json +++ b/packages/service-clients/tinylicious-client/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/tinylicious-client", - "version": "2.31.0", + "version": "2.31.1", "description": "A tool to enable creation and loading of Fluid containers using the Tinylicious service", "homepage": "https://fluidframework.com", "repository": { @@ -109,7 +109,7 @@ "@fluidframework/container-runtime-definitions": "workspace:~", "@fluidframework/eslint-config-fluid": "^5.7.3", "@fluidframework/test-utils": "workspace:~", - "@fluidframework/tinylicious-client-previous": "npm:@fluidframework/tinylicious-client@2.30.0", + "@fluidframework/tinylicious-client-previous": "npm:@fluidframework/tinylicious-client@2.31.0", "@microsoft/api-extractor": "7.50.1", "@types/mocha": "^10.0.10", "@types/node": "^18.19.0", diff --git a/packages/test/functional-tests/package.json b/packages/test/functional-tests/package.json index 2d7bca0772c9..1dbd145e227b 100644 --- a/packages/test/functional-tests/package.json +++ b/packages/test/functional-tests/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-internal/functional-tests", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Functional tests", "homepage": "https://fluidframework.com", diff --git a/packages/test/local-server-stress-tests/package.json b/packages/test/local-server-stress-tests/package.json index d3e95d960554..2965ef3a89ba 100644 --- a/packages/test/local-server-stress-tests/package.json +++ b/packages/test/local-server-stress-tests/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-internal/local-server-stress-tests", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Stress tests that can only run against the local server", "homepage": "https://fluidframework.com", diff --git a/packages/test/local-server-tests/package.json b/packages/test/local-server-tests/package.json index 76859183408b..3e108aef9191 100644 --- a/packages/test/local-server-tests/package.json +++ b/packages/test/local-server-tests/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-internal/local-server-tests", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Tests that can only run against the local server", "homepage": "https://fluidframework.com", diff --git a/packages/test/mocha-test-setup/package.json b/packages/test/mocha-test-setup/package.json index 423e5e04472b..84db7a573129 100644 --- a/packages/test/mocha-test-setup/package.json +++ b/packages/test/mocha-test-setup/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-internal/mocha-test-setup", - "version": "2.31.0", + "version": "2.31.1", "description": "Utilities for Fluid tests", "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/test/mocha-test-setup/src/packageVersion.ts b/packages/test/mocha-test-setup/src/packageVersion.ts index 6de63e37b551..cc45edbd63e9 100644 --- a/packages/test/mocha-test-setup/src/packageVersion.ts +++ b/packages/test/mocha-test-setup/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluid-internal/mocha-test-setup"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/test/snapshots/package.json b/packages/test/snapshots/package.json index cb353dec45eb..09f33c818b42 100644 --- a/packages/test/snapshots/package.json +++ b/packages/test/snapshots/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-internal/test-snapshots", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Comprehensive test of snapshot logic.", "homepage": "https://fluidframework.com", diff --git a/packages/test/snapshots/src/packageVersion.ts b/packages/test/snapshots/src/packageVersion.ts index 84eedbd33d28..b538135b6224 100644 --- a/packages/test/snapshots/src/packageVersion.ts +++ b/packages/test/snapshots/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluid-internal/test-snapshots"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/test/stochastic-test-utils/package.json b/packages/test/stochastic-test-utils/package.json index a56af99beb8a..d79eb50210b5 100644 --- a/packages/test/stochastic-test-utils/package.json +++ b/packages/test/stochastic-test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-private/stochastic-test-utils", - "version": "2.31.0", + "version": "2.31.1", "description": "Utilities for stochastic tests", "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/test/test-driver-definitions/package.json b/packages/test/test-driver-definitions/package.json index 1445d5bc63b9..51f4ebf97574 100644 --- a/packages/test/test-driver-definitions/package.json +++ b/packages/test/test-driver-definitions/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-internal/test-driver-definitions", - "version": "2.31.0", + "version": "2.31.1", "description": "A driver abstraction and implementations for testing against server", "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/test/test-drivers/package.json b/packages/test/test-drivers/package.json index 800d4e1346db..d54643b235b5 100644 --- a/packages/test/test-drivers/package.json +++ b/packages/test/test-drivers/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-private/test-drivers", - "version": "2.31.0", + "version": "2.31.1", "description": "A driver abstraction and implementations for testing against server", "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/test/test-drivers/src/packageVersion.ts b/packages/test/test-drivers/src/packageVersion.ts index 8cd0de9b90e6..5a194f61d422 100644 --- a/packages/test/test-drivers/src/packageVersion.ts +++ b/packages/test/test-drivers/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluid-private/test-drivers"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/test/test-end-to-end-tests/package.json b/packages/test/test-end-to-end-tests/package.json index 4a3d0ba599c6..a25de4dcdf98 100644 --- a/packages/test/test-end-to-end-tests/package.json +++ b/packages/test/test-end-to-end-tests/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-private/test-end-to-end-tests", - "version": "2.31.0", + "version": "2.31.1", "description": "End to end tests", "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/test/test-end-to-end-tests/src/packageVersion.ts b/packages/test/test-end-to-end-tests/src/packageVersion.ts index 33cc3dc83bc4..796ff82b9b37 100644 --- a/packages/test/test-end-to-end-tests/src/packageVersion.ts +++ b/packages/test/test-end-to-end-tests/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluid-private/test-end-to-end-tests"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/test/test-pairwise-generator/package.json b/packages/test/test-pairwise-generator/package.json index 0b49d3a218cf..7a8c0a440134 100644 --- a/packages/test/test-pairwise-generator/package.json +++ b/packages/test/test-pairwise-generator/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-private/test-pairwise-generator", - "version": "2.31.0", + "version": "2.31.1", "description": "End to end tests", "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/test/test-service-load/package.json b/packages/test/test-service-load/package.json index cffa4fce2b4e..8c2a278ce61a 100644 --- a/packages/test/test-service-load/package.json +++ b/packages/test/test-service-load/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-internal/test-service-load", - "version": "2.31.0", + "version": "2.31.1", "description": "Service load tests", "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/test/test-service-load/src/packageVersion.ts b/packages/test/test-service-load/src/packageVersion.ts index 105c07e91fef..37b07b5c772c 100644 --- a/packages/test/test-service-load/src/packageVersion.ts +++ b/packages/test/test-service-load/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluid-internal/test-service-load"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/test/test-utils/package.json b/packages/test/test-utils/package.json index 4e35b807516f..a2dfb40d2277 100644 --- a/packages/test/test-utils/package.json +++ b/packages/test/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/test-utils", - "version": "2.31.0", + "version": "2.31.1", "description": "Utilities for Fluid tests", "homepage": "https://fluidframework.com", "repository": { @@ -144,7 +144,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/test-utils-previous": "npm:@fluidframework/test-utils@2.30.0", + "@fluidframework/test-utils-previous": "npm:@fluidframework/test-utils@2.31.0", "@microsoft/api-extractor": "7.50.1", "@types/debug": "^4.1.5", "@types/diff": "^3.5.1", diff --git a/packages/test/test-utils/src/packageVersion.ts b/packages/test/test-utils/src/packageVersion.ts index d9a62f4341d1..c8513daf9b0f 100644 --- a/packages/test/test-utils/src/packageVersion.ts +++ b/packages/test/test-utils/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/test-utils"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/test/test-version-utils/package.json b/packages/test/test-version-utils/package.json index 233451854fe4..4003de913d77 100644 --- a/packages/test/test-version-utils/package.json +++ b/packages/test/test-version-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-private/test-version-utils", - "version": "2.31.0", + "version": "2.31.1", "description": "End to end tests", "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/test/test-version-utils/src/packageVersion.ts b/packages/test/test-version-utils/src/packageVersion.ts index d4ed2c20a632..f2b6130b5cbd 100644 --- a/packages/test/test-version-utils/src/packageVersion.ts +++ b/packages/test/test-version-utils/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluid-private/test-version-utils"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/test/types_jest-environment-puppeteer/package.json b/packages/test/types_jest-environment-puppeteer/package.json index 7eddd5297bd4..b6d2c5fba245 100644 --- a/packages/test/types_jest-environment-puppeteer/package.json +++ b/packages/test/types_jest-environment-puppeteer/package.json @@ -1,6 +1,6 @@ { "name": "@types/jest-environment-puppeteer", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "TypeScript `globals` definitions fix-up for jest-environment-puppeteer", "homepage": "https://fluidframework.com", diff --git a/packages/tools/changelog-generator-wrapper/package.json b/packages/tools/changelog-generator-wrapper/package.json index 651774d55cc1..19f0ef91f4e1 100644 --- a/packages/tools/changelog-generator-wrapper/package.json +++ b/packages/tools/changelog-generator-wrapper/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-private/changelog-generator-wrapper", - "version": "2.31.0", + "version": "2.31.1", "private": true, "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/tools/devtools/devtools-browser-extension/package.json b/packages/tools/devtools/devtools-browser-extension/package.json index 593575334b73..67b2d15c45bc 100644 --- a/packages/tools/devtools/devtools-browser-extension/package.json +++ b/packages/tools/devtools/devtools-browser-extension/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-internal/devtools-browser-extension", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "A browser extension for visualizing Fluid Framework stats and operations", "homepage": "https://fluidframework.com", diff --git a/packages/tools/devtools/devtools-core/package.json b/packages/tools/devtools/devtools-core/package.json index bcdb212eca96..63cd1cfd9efd 100644 --- a/packages/tools/devtools/devtools-core/package.json +++ b/packages/tools/devtools/devtools-core/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/devtools-core", - "version": "2.31.0", + "version": "2.31.1", "description": "Fluid Framework developer tools core functionality", "homepage": "https://fluidframework.com", "repository": { @@ -131,7 +131,7 @@ "@fluid-tools/build-cli": "^0.54.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", - "@fluidframework/devtools-core-previous": "npm:@fluidframework/devtools-core@2.30.0", + "@fluidframework/devtools-core-previous": "npm:@fluidframework/devtools-core@2.31.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@fluidframework/id-compressor": "workspace:~", "@fluidframework/test-runtime-utils": "workspace:~", diff --git a/packages/tools/devtools/devtools-core/src/packageVersion.ts b/packages/tools/devtools/devtools-core/src/packageVersion.ts index 11a2653bd963..ab5597a4ccc9 100644 --- a/packages/tools/devtools/devtools-core/src/packageVersion.ts +++ b/packages/tools/devtools/devtools-core/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/devtools-core"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/tools/devtools/devtools-test-app/package.json b/packages/tools/devtools/devtools-test-app/package.json index a1b74ce99367..e47e6de48ed5 100644 --- a/packages/tools/devtools/devtools-test-app/package.json +++ b/packages/tools/devtools/devtools-test-app/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-private/devtools-test-app", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "An example application demonstrating how Fluid's devtools can be integrated into an application", "homepage": "https://fluidframework.com", diff --git a/packages/tools/devtools/devtools-view/package.json b/packages/tools/devtools/devtools-view/package.json index ee40fac4a500..0ee121dab32c 100644 --- a/packages/tools/devtools/devtools-view/package.json +++ b/packages/tools/devtools/devtools-view/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-internal/devtools-view", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Contains a visualization suite for use alongside the Fluid Devtools", "homepage": "https://fluidframework.com", diff --git a/packages/tools/devtools/devtools/package.json b/packages/tools/devtools/devtools/package.json index 620b41bf5fbf..deaa1b4d1b4c 100644 --- a/packages/tools/devtools/devtools/package.json +++ b/packages/tools/devtools/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/devtools", - "version": "2.31.0", + "version": "2.31.1", "description": "Fluid Framework developer tools", "homepage": "https://fluidframework.com", "repository": { @@ -127,7 +127,7 @@ "@fluid-tools/build-cli": "^0.54.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", - "@fluidframework/devtools-previous": "npm:@fluidframework/devtools@2.30.0", + "@fluidframework/devtools-previous": "npm:@fluidframework/devtools@2.31.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@microsoft/api-extractor": "7.50.1", "@types/chai": "^4.0.0", diff --git a/packages/tools/fetch-tool/package.json b/packages/tools/fetch-tool/package.json index fea7ebca9854..03d6cf9a2025 100644 --- a/packages/tools/fetch-tool/package.json +++ b/packages/tools/fetch-tool/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-tools/fetch-tool", - "version": "2.31.0", + "version": "2.31.1", "description": "Console tool to fetch Fluid data from relay service", "homepage": "https://fluidframework.com", "repository": { @@ -50,7 +50,7 @@ "devDependencies": { "@biomejs/biome": "~1.9.3", "@fluid-tools/build-cli": "^0.54.0", - "@fluid-tools/fetch-tool-previous": "npm:@fluid-tools/fetch-tool@2.30.0", + "@fluid-tools/fetch-tool-previous": "npm:@fluid-tools/fetch-tool@2.31.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@fluidframework/eslint-config-fluid": "^5.7.3", diff --git a/packages/tools/fluid-runner/package.json b/packages/tools/fluid-runner/package.json index 5e092906ba6a..c266e3e3e79c 100644 --- a/packages/tools/fluid-runner/package.json +++ b/packages/tools/fluid-runner/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/fluid-runner", - "version": "2.31.0", + "version": "2.31.1", "description": "Utility for running various functionality inside a Fluid Framework environment", "homepage": "https://fluidframework.com", "repository": { @@ -135,7 +135,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/fluid-runner-previous": "npm:@fluidframework/fluid-runner@2.30.0", + "@fluidframework/fluid-runner-previous": "npm:@fluidframework/fluid-runner@2.31.0", "@microsoft/api-extractor": "7.50.1", "@types/mocha": "^10.0.10", "@types/node": "^18.19.0", diff --git a/packages/tools/replay-tool/package.json b/packages/tools/replay-tool/package.json index efcba57930f6..0c7e263e36c2 100644 --- a/packages/tools/replay-tool/package.json +++ b/packages/tools/replay-tool/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-internal/replay-tool", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "A tool that lets the user to replay ops.", "homepage": "https://fluidframework.com", diff --git a/packages/utils/odsp-doclib-utils/package.json b/packages/utils/odsp-doclib-utils/package.json index e4531d08b819..8dd949e2222b 100644 --- a/packages/utils/odsp-doclib-utils/package.json +++ b/packages/utils/odsp-doclib-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/odsp-doclib-utils", - "version": "2.31.0", + "version": "2.31.1", "description": "ODSP utilities", "homepage": "https://fluidframework.com", "repository": { @@ -132,7 +132,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/odsp-doclib-utils-previous": "npm:@fluidframework/odsp-doclib-utils@2.30.0", + "@fluidframework/odsp-doclib-utils-previous": "npm:@fluidframework/odsp-doclib-utils@2.31.0", "@microsoft/api-extractor": "7.50.1", "@types/mocha": "^10.0.10", "@types/node": "^18.19.0", diff --git a/packages/utils/odsp-doclib-utils/src/packageVersion.ts b/packages/utils/odsp-doclib-utils/src/packageVersion.ts index 2e79869f040a..b39b0baaeba0 100644 --- a/packages/utils/odsp-doclib-utils/src/packageVersion.ts +++ b/packages/utils/odsp-doclib-utils/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/odsp-doclib-utils"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/packages/utils/telemetry-utils/package.json b/packages/utils/telemetry-utils/package.json index 5949671edb69..cfa51aa09ca5 100644 --- a/packages/utils/telemetry-utils/package.json +++ b/packages/utils/telemetry-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/telemetry-utils", - "version": "2.31.0", + "version": "2.31.1", "description": "Collection of telemetry relates utilities for Fluid", "homepage": "https://fluidframework.com", "repository": { @@ -130,7 +130,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/telemetry-utils-previous": "npm:@fluidframework/telemetry-utils@2.30.0", + "@fluidframework/telemetry-utils-previous": "npm:@fluidframework/telemetry-utils@2.31.0", "@microsoft/api-extractor": "7.50.1", "@types/debug": "^4.1.5", "@types/mocha": "^10.0.10", diff --git a/packages/utils/tool-utils/package.json b/packages/utils/tool-utils/package.json index 784dd6270b3f..7b310854850a 100644 --- a/packages/utils/tool-utils/package.json +++ b/packages/utils/tool-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/tool-utils", - "version": "2.31.0", + "version": "2.31.1", "description": "Common utilities for Fluid tools", "homepage": "https://fluidframework.com", "repository": { @@ -114,7 +114,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.54.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/tool-utils-previous": "npm:@fluidframework/tool-utils@2.30.0", + "@fluidframework/tool-utils-previous": "npm:@fluidframework/tool-utils@2.31.0", "@microsoft/api-extractor": "7.50.1", "@types/debug": "^4.1.5", "@types/mocha": "^10.0.10", diff --git a/packages/utils/tool-utils/src/packageVersion.ts b/packages/utils/tool-utils/src/packageVersion.ts index b9b41de0b3e9..cbeb5338ccb8 100644 --- a/packages/utils/tool-utils/src/packageVersion.ts +++ b/packages/utils/tool-utils/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/tool-utils"; -export const pkgVersion = "2.31.0"; +export const pkgVersion = "2.31.1"; diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2645edd84e14..2c407b4de69e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -167,8 +167,8 @@ importers: specifier: ^0.54.0 version: 0.54.0(@types/node@22.10.1)(encoding@0.1.13)(typescript@5.4.5)(webpack-cli@5.1.4) '@fluidframework/azure-service-utils-previous': - specifier: npm:@fluidframework/azure-service-utils@2.30.0 - version: '@fluidframework/azure-service-utils@2.30.0' + specifier: npm:@fluidframework/azure-service-utils@2.31.0 + version: '@fluidframework/azure-service-utils@2.31.0' '@fluidframework/build-common': specifier: ^2.0.3 version: 2.0.3 @@ -6583,8 +6583,8 @@ importers: specifier: ~1.9.3 version: 1.9.4 '@fluid-experimental/attributable-map-previous': - specifier: npm:@fluid-experimental/attributable-map@2.30.0 - version: '@fluid-experimental/attributable-map@2.30.0' + specifier: npm:@fluid-experimental/attributable-map@2.31.0 + version: '@fluid-experimental/attributable-map@2.31.0' '@fluid-internal/mocha-test-setup': specifier: workspace:~ version: link:../../../packages/test/mocha-test-setup @@ -7356,8 +7356,8 @@ importers: specifier: ~1.9.3 version: 1.9.4 '@fluid-internal/client-utils-previous': - specifier: npm:@fluid-internal/client-utils@2.30.0 - version: '@fluid-internal/client-utils@2.30.0' + specifier: npm:@fluid-internal/client-utils@2.31.0 + version: '@fluid-internal/client-utils@2.31.0' '@fluid-internal/mocha-test-setup': specifier: workspace:~ version: link:../../test/mocha-test-setup @@ -7486,8 +7486,8 @@ importers: specifier: ^0.54.0 version: 0.54.0(@types/node@22.10.1) '@fluidframework/container-definitions-previous': - specifier: npm:@fluidframework/container-definitions@2.30.0 - version: '@fluidframework/container-definitions@2.30.0' + specifier: npm:@fluidframework/container-definitions@2.31.0 + version: '@fluidframework/container-definitions@2.31.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -7528,8 +7528,8 @@ importers: specifier: ^0.54.0 version: 0.54.0(@types/node@18.19.67) '@fluidframework/core-interfaces-previous': - specifier: npm:@fluidframework/core-interfaces@2.30.0 - version: '@fluidframework/core-interfaces@2.30.0' + specifier: npm:@fluidframework/core-interfaces@2.31.0 + version: '@fluidframework/core-interfaces@2.31.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -7594,8 +7594,8 @@ importers: specifier: ^0.54.0 version: 0.54.0(@types/node@18.19.67) '@fluidframework/core-utils-previous': - specifier: npm:@fluidframework/core-utils@2.30.0 - version: '@fluidframework/core-utils@2.30.0' + specifier: npm:@fluidframework/core-utils@2.31.0 + version: '@fluidframework/core-utils@2.31.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -7670,8 +7670,8 @@ importers: specifier: ^0.54.0 version: 0.54.0(@types/node@22.10.1) '@fluidframework/driver-definitions-previous': - specifier: npm:@fluidframework/driver-definitions@2.30.0 - version: '@fluidframework/driver-definitions@2.30.0' + specifier: npm:@fluidframework/driver-definitions@2.31.0 + version: '@fluidframework/driver-definitions@2.31.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -7740,8 +7740,8 @@ importers: specifier: ^0.54.0 version: 0.54.0(@types/node@18.19.67) '@fluidframework/cell-previous': - specifier: npm:@fluidframework/cell@2.30.0 - version: '@fluidframework/cell@2.30.0' + specifier: npm:@fluidframework/cell@2.31.0 + version: '@fluidframework/cell@2.31.0' '@fluidframework/container-definitions': specifier: workspace:~ version: link:../../common/container-definitions @@ -7840,8 +7840,8 @@ importers: specifier: workspace:~ version: link:../../common/container-definitions '@fluidframework/counter-previous': - specifier: npm:@fluidframework/counter@2.30.0 - version: '@fluidframework/counter@2.30.0' + specifier: npm:@fluidframework/counter@2.31.0 + version: '@fluidframework/counter@2.31.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -8061,8 +8061,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/map-previous': - specifier: npm:@fluidframework/map@2.30.0 - version: '@fluidframework/map@2.30.0(debug@4.4.0)' + specifier: npm:@fluidframework/map@2.31.0 + version: '@fluidframework/map@2.31.0(debug@4.4.0)' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8191,8 +8191,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/matrix-previous': - specifier: npm:@fluidframework/matrix@2.30.0 - version: '@fluidframework/matrix@2.30.0' + specifier: npm:@fluidframework/matrix@2.31.0 + version: '@fluidframework/matrix@2.31.0' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8318,8 +8318,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/merge-tree-previous': - specifier: npm:@fluidframework/merge-tree@2.30.0 - version: '@fluidframework/merge-tree@2.30.0(debug@4.4.0)' + specifier: npm:@fluidframework/merge-tree@2.31.0 + version: '@fluidframework/merge-tree@2.31.0(debug@4.4.0)' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8430,8 +8430,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/ordered-collection-previous': - specifier: npm:@fluidframework/ordered-collection@2.30.0 - version: '@fluidframework/ordered-collection@2.30.0' + specifier: npm:@fluidframework/ordered-collection@2.31.0 + version: '@fluidframework/ordered-collection@2.31.0' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8630,8 +8630,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/register-collection-previous': - specifier: npm:@fluidframework/register-collection@2.30.0 - version: '@fluidframework/register-collection@2.30.0' + specifier: npm:@fluidframework/register-collection@2.31.0 + version: '@fluidframework/register-collection@2.31.0' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8751,8 +8751,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/sequence-previous': - specifier: npm:@fluidframework/sequence@2.30.0 - version: '@fluidframework/sequence@2.30.0' + specifier: npm:@fluidframework/sequence@2.31.0 + version: '@fluidframework/sequence@2.31.0' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8878,8 +8878,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/shared-object-base-previous': - specifier: npm:@fluidframework/shared-object-base@2.30.0 - version: '@fluidframework/shared-object-base@2.30.0(debug@4.4.0)' + specifier: npm:@fluidframework/shared-object-base@2.31.0 + version: '@fluidframework/shared-object-base@2.31.0(debug@4.4.0)' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8984,8 +8984,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/shared-summary-block-previous': - specifier: npm:@fluidframework/shared-summary-block@2.30.0 - version: '@fluidframework/shared-summary-block@2.30.0' + specifier: npm:@fluidframework/shared-summary-block@2.31.0 + version: '@fluidframework/shared-summary-block@2.31.0' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -9099,8 +9099,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/task-manager-previous': - specifier: npm:@fluidframework/task-manager@2.30.0 - version: '@fluidframework/task-manager@2.30.0' + specifier: npm:@fluidframework/task-manager@2.31.0 + version: '@fluidframework/task-manager@2.31.0' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -9350,8 +9350,8 @@ importers: specifier: workspace:~ version: link:../../test/test-utils '@fluidframework/tree-previous': - specifier: npm:@fluidframework/tree@2.30.0 - version: '@fluidframework/tree@2.30.0' + specifier: npm:@fluidframework/tree@2.31.0 + version: '@fluidframework/tree@2.31.0' '@microsoft/api-extractor': specifier: 7.50.1 version: 7.50.1(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -9453,8 +9453,8 @@ importers: specifier: ^0.54.0 version: 0.54.0(@types/node@18.19.67) '@fluidframework/debugger-previous': - specifier: npm:@fluidframework/debugger@2.30.0 - version: '@fluidframework/debugger@2.30.0' + specifier: npm:@fluidframework/debugger@2.31.0 + version: '@fluidframework/debugger@2.31.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -9520,8 +9520,8 @@ importers: specifier: ^0.54.0 version: 0.54.0(@types/node@18.19.67) '@fluidframework/driver-base-previous': - specifier: npm:@fluidframework/driver-base@2.30.0 - version: '@fluidframework/driver-base@2.30.0(debug@4.4.0)' + specifier: npm:@fluidframework/driver-base@2.31.0 + version: '@fluidframework/driver-base@2.31.0(debug@4.4.0)' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -9602,8 +9602,8 @@ importers: specifier: ^0.54.0 version: 0.54.0(@types/node@18.19.67) '@fluidframework/driver-web-cache-previous': - specifier: npm:@fluidframework/driver-web-cache@2.30.0 - version: '@fluidframework/driver-web-cache@2.30.0' + specifier: npm:@fluidframework/driver-web-cache@2.31.0 + version: '@fluidframework/driver-web-cache@2.31.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -9678,8 +9678,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/file-driver-previous': - specifier: npm:@fluidframework/file-driver@2.30.0 - version: '@fluidframework/file-driver@2.30.0' + specifier: npm:@fluidframework/file-driver@2.31.0 + version: '@fluidframework/file-driver@2.31.0' '@microsoft/api-extractor': specifier: 7.50.1 version: 7.50.1(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -9772,8 +9772,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/local-driver-previous': - specifier: npm:@fluidframework/local-driver@2.30.0 - version: '@fluidframework/local-driver@2.30.0(debug@4.4.0)(encoding@0.1.13)' + specifier: npm:@fluidframework/local-driver@2.31.0 + version: '@fluidframework/local-driver@2.31.0(debug@4.4.0)(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.50.1 version: 7.50.1(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -9881,8 +9881,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/odsp-driver-previous': - specifier: npm:@fluidframework/odsp-driver@2.30.0 - version: '@fluidframework/odsp-driver@2.30.0(debug@4.4.0)(encoding@0.1.13)' + specifier: npm:@fluidframework/odsp-driver@2.31.0 + version: '@fluidframework/odsp-driver@2.31.0(debug@4.4.0)(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.50.1 version: 7.50.1(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -9957,8 +9957,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/odsp-driver-definitions-previous': - specifier: npm:@fluidframework/odsp-driver-definitions@2.30.0 - version: '@fluidframework/odsp-driver-definitions@2.30.0' + specifier: npm:@fluidframework/odsp-driver-definitions@2.31.0 + version: '@fluidframework/odsp-driver-definitions@2.31.0' '@microsoft/api-extractor': specifier: 7.50.1 version: 7.50.1(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@22.10.1) @@ -10024,8 +10024,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/odsp-urlresolver-previous': - specifier: npm:@fluidframework/odsp-urlresolver@2.30.0 - version: '@fluidframework/odsp-urlresolver@2.30.0(encoding@0.1.13)' + specifier: npm:@fluidframework/odsp-urlresolver@2.31.0 + version: '@fluidframework/odsp-urlresolver@2.31.0(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.50.1 version: 7.50.1(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -10103,8 +10103,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/replay-driver-previous': - specifier: npm:@fluidframework/replay-driver@2.30.0 - version: '@fluidframework/replay-driver@2.30.0' + specifier: npm:@fluidframework/replay-driver@2.31.0 + version: '@fluidframework/replay-driver@2.31.0' '@microsoft/api-extractor': specifier: 7.50.1 version: 7.50.1(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -10194,8 +10194,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/routerlicious-driver-previous': - specifier: npm:@fluidframework/routerlicious-driver@2.30.0 - version: '@fluidframework/routerlicious-driver@2.30.0(debug@4.4.0)(encoding@0.1.13)' + specifier: npm:@fluidframework/routerlicious-driver@2.31.0 + version: '@fluidframework/routerlicious-driver@2.31.0(debug@4.4.0)(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.50.1 version: 7.50.1(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -10291,8 +10291,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/routerlicious-urlresolver-previous': - specifier: npm:@fluidframework/routerlicious-urlresolver@2.30.0 - version: '@fluidframework/routerlicious-urlresolver@2.30.0' + specifier: npm:@fluidframework/routerlicious-urlresolver@2.31.0 + version: '@fluidframework/routerlicious-urlresolver@2.31.0' '@microsoft/api-extractor': specifier: 7.50.1 version: 7.50.1(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -10379,8 +10379,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/tinylicious-driver-previous': - specifier: npm:@fluidframework/tinylicious-driver@2.30.0 - version: '@fluidframework/tinylicious-driver@2.30.0(encoding@0.1.13)' + specifier: npm:@fluidframework/tinylicious-driver@2.31.0 + version: '@fluidframework/tinylicious-driver@2.31.0(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.50.1 version: 7.50.1(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -10467,8 +10467,8 @@ importers: specifier: ^0.54.0 version: 0.54.0(@types/node@18.19.67)(encoding@0.1.13)(typescript@5.4.5)(webpack-cli@5.1.4) '@fluidframework/agent-scheduler-previous': - specifier: npm:@fluidframework/agent-scheduler@2.30.0 - version: '@fluidframework/agent-scheduler@2.30.0' + specifier: npm:@fluidframework/agent-scheduler@2.31.0 + version: '@fluidframework/agent-scheduler@2.31.0' '@fluidframework/build-common': specifier: ^2.0.3 version: 2.0.3 @@ -10667,8 +10667,8 @@ importers: specifier: ^0.54.0 version: 0.54.0(@types/node@18.19.67)(encoding@0.1.13)(typescript@5.4.5)(webpack-cli@5.1.4) '@fluidframework/aqueduct-previous': - specifier: npm:@fluidframework/aqueduct@2.30.0 - version: '@fluidframework/aqueduct@2.30.0' + specifier: npm:@fluidframework/aqueduct@2.31.0 + version: '@fluidframework/aqueduct@2.31.0' '@fluidframework/build-common': specifier: ^2.0.3 version: 2.0.3 @@ -10858,8 +10858,8 @@ importers: specifier: ^0.54.0 version: 0.54.0(@types/node@18.19.67)(encoding@0.1.13)(typescript@5.4.5)(webpack-cli@5.1.4) '@fluidframework/app-insights-logger-previous': - specifier: npm:@fluidframework/app-insights-logger@2.30.0 - version: '@fluidframework/app-insights-logger@2.30.0(tslib@1.14.1)' + specifier: npm:@fluidframework/app-insights-logger@2.31.0 + version: '@fluidframework/app-insights-logger@2.31.0(tslib@1.14.1)' '@fluidframework/build-common': specifier: ^2.0.3 version: 2.0.3 @@ -11325,8 +11325,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/fluid-static-previous': - specifier: npm:@fluidframework/fluid-static@2.30.0 - version: '@fluidframework/fluid-static@2.30.0' + specifier: npm:@fluidframework/fluid-static@2.31.0 + version: '@fluidframework/fluid-static@2.31.0' '@fluidframework/map': specifier: workspace:~ version: link:../../dds/map @@ -11592,8 +11592,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/request-handler-previous': - specifier: npm:@fluidframework/request-handler@2.30.0 - version: '@fluidframework/request-handler@2.30.0(debug@4.4.0)' + specifier: npm:@fluidframework/request-handler@2.31.0 + version: '@fluidframework/request-handler@2.31.0(debug@4.4.0)' '@microsoft/api-extractor': specifier: 7.50.1 version: 7.50.1(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -11677,8 +11677,8 @@ importers: specifier: workspace:~ version: link:../../runtime/runtime-utils '@fluidframework/synthesize-previous': - specifier: npm:@fluidframework/synthesize@2.30.0 - version: '@fluidframework/synthesize@2.30.0' + specifier: npm:@fluidframework/synthesize@2.31.0 + version: '@fluidframework/synthesize@2.31.0' '@microsoft/api-extractor': specifier: 7.50.1 version: 7.50.1(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -11762,8 +11762,8 @@ importers: specifier: workspace:~ version: link:../../runtime/test-runtime-utils '@fluidframework/undo-redo-previous': - specifier: npm:@fluidframework/undo-redo@2.30.0 - version: '@fluidframework/undo-redo@2.30.0' + specifier: npm:@fluidframework/undo-redo@2.31.0 + version: '@fluidframework/undo-redo@2.31.0' '@microsoft/api-extractor': specifier: 7.50.1 version: 7.50.1(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -11874,8 +11874,8 @@ importers: specifier: ^0.54.0 version: 0.54.0(@types/node@18.19.67) '@fluidframework/container-loader-previous': - specifier: npm:@fluidframework/container-loader@2.30.0 - version: '@fluidframework/container-loader@2.30.0' + specifier: npm:@fluidframework/container-loader@2.31.0 + version: '@fluidframework/container-loader@2.31.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -11983,8 +11983,8 @@ importers: specifier: ^0.54.0 version: 0.54.0(@types/node@18.19.67) '@fluidframework/driver-utils-previous': - specifier: npm:@fluidframework/driver-utils@2.30.0 - version: '@fluidframework/driver-utils@2.30.0(debug@4.4.0)' + specifier: npm:@fluidframework/driver-utils@2.31.0 + version: '@fluidframework/driver-utils@2.31.0(debug@4.4.0)' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -12168,8 +12168,8 @@ importers: specifier: ^0.54.0 version: 0.54.0(@types/node@18.19.67) '@fluidframework/container-runtime-previous': - specifier: npm:@fluidframework/container-runtime@2.30.0 - version: '@fluidframework/container-runtime@2.30.0(debug@4.4.0)' + specifier: npm:@fluidframework/container-runtime@2.31.0 + version: '@fluidframework/container-runtime@2.31.0(debug@4.4.0)' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -12262,8 +12262,8 @@ importers: specifier: ^0.54.0 version: 0.54.0(@types/node@22.10.1) '@fluidframework/container-runtime-definitions-previous': - specifier: npm:@fluidframework/container-runtime-definitions@2.30.0 - version: '@fluidframework/container-runtime-definitions@2.30.0' + specifier: npm:@fluidframework/container-runtime-definitions@2.31.0 + version: '@fluidframework/container-runtime-definitions@2.31.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -12344,8 +12344,8 @@ importers: specifier: ^0.54.0 version: 0.54.0(@types/node@18.19.67) '@fluidframework/datastore-previous': - specifier: npm:@fluidframework/datastore@2.30.0 - version: '@fluidframework/datastore@2.30.0(debug@4.4.0)' + specifier: npm:@fluidframework/datastore@2.31.0 + version: '@fluidframework/datastore@2.31.0(debug@4.4.0)' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -12438,8 +12438,8 @@ importers: specifier: ^0.54.0 version: 0.54.0(@types/node@22.10.1) '@fluidframework/datastore-definitions-previous': - specifier: npm:@fluidframework/datastore-definitions@2.30.0 - version: '@fluidframework/datastore-definitions@2.30.0' + specifier: npm:@fluidframework/datastore-definitions@2.31.0 + version: '@fluidframework/datastore-definitions@2.31.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -12511,8 +12511,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/id-compressor-previous': - specifier: npm:@fluidframework/id-compressor@2.30.0 - version: '@fluidframework/id-compressor@2.30.0' + specifier: npm:@fluidframework/id-compressor@2.31.0 + version: '@fluidframework/id-compressor@2.31.0' '@microsoft/api-extractor': specifier: 7.50.1 version: 7.50.1(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -12593,8 +12593,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/runtime-definitions-previous': - specifier: npm:@fluidframework/runtime-definitions@2.30.0 - version: '@fluidframework/runtime-definitions@2.30.0' + specifier: npm:@fluidframework/runtime-definitions@2.31.0 + version: '@fluidframework/runtime-definitions@2.31.0' '@microsoft/api-extractor': specifier: 7.50.1 version: 7.50.1(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@22.10.1) @@ -12669,8 +12669,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/runtime-utils-previous': - specifier: npm:@fluidframework/runtime-utils@2.30.0 - version: '@fluidframework/runtime-utils@2.30.0(debug@4.4.0)' + specifier: npm:@fluidframework/runtime-utils@2.31.0 + version: '@fluidframework/runtime-utils@2.31.0(debug@4.4.0)' '@microsoft/api-extractor': specifier: 7.50.1 version: 7.50.1(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -12787,8 +12787,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/test-runtime-utils-previous': - specifier: npm:@fluidframework/test-runtime-utils@2.30.0 - version: '@fluidframework/test-runtime-utils@2.30.0(encoding@0.1.13)' + specifier: npm:@fluidframework/test-runtime-utils@2.31.0 + version: '@fluidframework/test-runtime-utils@2.31.0(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.50.1 version: 7.50.1(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -12875,8 +12875,8 @@ importers: specifier: ^0.54.0 version: 0.54.0(@types/node@18.19.67)(encoding@0.1.13)(typescript@5.4.5)(webpack-cli@5.1.4) '@fluidframework/azure-client-previous': - specifier: npm:@fluidframework/azure-client@2.30.0 - version: '@fluidframework/azure-client@2.30.0(encoding@0.1.13)' + specifier: npm:@fluidframework/azure-client@2.31.0 + version: '@fluidframework/azure-client@2.31.0(encoding@0.1.13)' '@fluidframework/azure-local-service': specifier: workspace:~ version: link:../../../azure/packages/azure-local-service @@ -13368,8 +13368,8 @@ importers: specifier: workspace:~ version: link:../../test/test-utils '@fluidframework/tinylicious-client-previous': - specifier: npm:@fluidframework/tinylicious-client@2.30.0 - version: '@fluidframework/tinylicious-client@2.30.0(encoding@0.1.13)' + specifier: npm:@fluidframework/tinylicious-client@2.31.0 + version: '@fluidframework/tinylicious-client@2.31.0(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.50.1 version: 7.50.1(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -14683,8 +14683,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/test-utils-previous': - specifier: npm:@fluidframework/test-utils@2.30.0 - version: '@fluidframework/test-utils@2.30.0(encoding@0.1.13)' + specifier: npm:@fluidframework/test-utils@2.31.0 + version: '@fluidframework/test-utils@2.31.0(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.50.1 version: 7.50.1(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -14998,8 +14998,8 @@ importers: specifier: ^0.54.0 version: 0.54.0(@types/node@22.10.1) '@fluidframework/devtools-previous': - specifier: npm:@fluidframework/devtools@2.30.0 - version: '@fluidframework/devtools@2.30.0' + specifier: npm:@fluidframework/devtools@2.31.0 + version: '@fluidframework/devtools@2.31.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -15321,8 +15321,8 @@ importers: specifier: ^0.54.0 version: 0.54.0(@types/node@22.10.1) '@fluidframework/devtools-core-previous': - specifier: npm:@fluidframework/devtools-core@2.30.0 - version: '@fluidframework/devtools-core@2.30.0' + specifier: npm:@fluidframework/devtools-core@2.31.0 + version: '@fluidframework/devtools-core@2.31.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -15831,8 +15831,8 @@ importers: specifier: ^0.54.0 version: 0.54.0(@types/node@18.19.67)(encoding@0.1.13)(typescript@5.4.5)(webpack-cli@5.1.4) '@fluid-tools/fetch-tool-previous': - specifier: npm:@fluid-tools/fetch-tool@2.30.0 - version: '@fluid-tools/fetch-tool@2.30.0(encoding@0.1.13)' + specifier: npm:@fluid-tools/fetch-tool@2.31.0 + version: '@fluid-tools/fetch-tool@2.31.0(encoding@0.1.13)' '@fluidframework/build-common': specifier: ^2.0.3 version: 2.0.3 @@ -15913,8 +15913,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/fluid-runner-previous': - specifier: npm:@fluidframework/fluid-runner@2.30.0 - version: '@fluidframework/fluid-runner@2.30.0(encoding@0.1.13)' + specifier: npm:@fluidframework/fluid-runner@2.31.0 + version: '@fluidframework/fluid-runner@2.31.0(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.50.1 version: 7.50.1(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -16128,8 +16128,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/odsp-doclib-utils-previous': - specifier: npm:@fluidframework/odsp-doclib-utils@2.30.0 - version: '@fluidframework/odsp-doclib-utils@2.30.0(debug@4.4.0)(encoding@0.1.13)' + specifier: npm:@fluidframework/odsp-doclib-utils@2.31.0 + version: '@fluidframework/odsp-doclib-utils@2.31.0(debug@4.4.0)(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.50.1 version: 7.50.1(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -16213,8 +16213,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/telemetry-utils-previous': - specifier: npm:@fluidframework/telemetry-utils@2.30.0 - version: '@fluidframework/telemetry-utils@2.30.0' + specifier: npm:@fluidframework/telemetry-utils@2.31.0 + version: '@fluidframework/telemetry-utils@2.31.0' '@microsoft/api-extractor': specifier: 7.50.1 version: 7.50.1(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -16316,8 +16316,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/tool-utils-previous': - specifier: npm:@fluidframework/tool-utils@2.30.0 - version: '@fluidframework/tool-utils@2.30.0(encoding@0.1.13)' + specifier: npm:@fluidframework/tool-utils@2.31.0 + version: '@fluidframework/tool-utils@2.31.0(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.50.1 version: 7.50.1(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -17591,17 +17591,17 @@ packages: '@types/react': '>=16.8.0 <19.0.0' react: '>=16.8.0 <19.0.0' - '@fluid-experimental/attributable-map@2.30.0': - resolution: {integrity: sha512-gmztk/vp2lGlil08G4uwXaeT9Wr8VGGSJMrckY7+9ZAeq0JYoNMgki7TejSwUaxPYptZYl9s6Mj8+TbcoaIwtg==} + '@fluid-experimental/attributable-map@2.31.0': + resolution: {integrity: sha512-gQ5KtKBHh49CBrYCckPIsGaS5fCRlSdgc81z+3F5hBBFSh2r6QGjHcW0gYld1IpBW1hEnPEydqrKAWFJINza/g==} - '@fluid-internal/client-utils@2.30.0': - resolution: {integrity: sha512-FcJNYGeVqP696oHQeOXlu0St9TRUkLHZMQ+tsheRA75jVQPqK7MEQ8qOBgA5AO+6CSQpxJrGn0jWPDyonn0smA==} + '@fluid-internal/client-utils@2.31.0': + resolution: {integrity: sha512-shD6hnypgPnGmgPE5oGRdasX9zmlsl2Xij99AvxCWwFlkatfuapheaeC/yff3twFMouGAgRUaySPRUQCbMWOlg==} '@fluid-internal/eslint-plugin-fluid@0.1.5': resolution: {integrity: sha512-p0nVeMiEfLL2deQJQaRUxid08jgV5wEkh9h9WXNosR1BRq9nFCjD8nZpC1K+YhjwQZEvgGDE+s+28VR2lAg61Q==} - '@fluid-internal/test-driver-definitions@2.30.0': - resolution: {integrity: sha512-QHZq8qOXYYueCO6B9+4sTXMQ139/Z65bfZlYKCseL8uqRjb7I+dX//2jhNOBwCiIv+Eeh/2TR447407/d6fjzg==} + '@fluid-internal/test-driver-definitions@2.31.0': + resolution: {integrity: sha512-Ua8JbuSnbe5uFOz+MIARYut7gTL9PsZEJNiT3ePjPDTOVr3qThI1Z1XLt08f6VYXYMMAArz4mVYWU5+edU5nww==} '@fluid-tools/benchmark@0.50.0': resolution: {integrity: sha512-UGvRHYYGp0aRI90oDA8CFT2d8SdJMZMrDqQAJ9Qbw6VSGR3L9ii9xc43NWU33+qGrt3p1NpAzBppX1sVT55rag==} @@ -17615,8 +17615,8 @@ packages: resolution: {integrity: sha512-b4Qdh1euIdP4zobVL2iF/rkURJpKo7btNhjElo3wEugO/AH+BWHbXo8hoYPK3xlOjprSCH4Yy6mVLam6OADrGQ==} hasBin: true - '@fluid-tools/fetch-tool@2.30.0': - resolution: {integrity: sha512-Oq2XeMvLS9aeJaOQy4qdbpuDd62owrWQKAXW4LAW/ETei90rekemN9LkzLPOYicRlULe57GCHtHknfF4CNGYvQ==} + '@fluid-tools/fetch-tool@2.31.0': + resolution: {integrity: sha512-jdiwkZosZxWyc4cLd/m5yjbtSl3IPu12Djzot9BMzDJ/qLve0q9FJ0JxiIvZgoqXH2D5J+rXR2+MlANWH7Eo1Q==} hasBin: true '@fluid-tools/version-tools@0.54.0': @@ -17624,26 +17624,26 @@ packages: engines: {node: '>=18.17.1'} hasBin: true - '@fluidframework/agent-scheduler@2.30.0': - resolution: {integrity: sha512-t13chlaGhiWMTnEEHA6kAIc5x1u/NZ45db0NBaWKeUFR0IYT7vb4T//5ngUb0CJZd2rB0GuCPb5EfQ84jAqd2w==} + '@fluidframework/agent-scheduler@2.31.0': + resolution: {integrity: sha512-KfVa4zKBt1N7ZlkdFgFPtcy4m7e1RQlXbEaUd2D1LGjH09MFfU85a1aLV/RyU5MJ8YFbhnEu+xpq0jZE1XwoKA==} - '@fluidframework/app-insights-logger@2.30.0': - resolution: {integrity: sha512-dxqb+bDVpOlbccb5krcXEBiOu0ZlNbOCYzzbEcGQJk9ReZo6V+cywYnnsOQ8EbBEp0A9sNOELeBAQ+tLuppqSg==} + '@fluidframework/app-insights-logger@2.31.0': + resolution: {integrity: sha512-NtEeAU7eaqD0kvGffASxTThdPGASL6i1rc19CwaHkZpuY1bIveovINlnkwcH84v53feG3OD8f2vZHoiAwZyaXQ==} '@fluidframework/aqueduct@1.4.0': resolution: {integrity: sha512-b3I3fWGAWuXQbyuEFeeEi3GVVUOYPWJfFaB4httsu5Jn4C0QSkKxftkielDlor9/7rCJYjHc4IEWViaVO+kBbA==} - '@fluidframework/aqueduct@2.30.0': - resolution: {integrity: sha512-KcFc/wSp/TjDls1j/F/Wv3k0DcRL34IYhxb35hFs5HF5O2KV1W3qMP9tNF1asRS/3XGiJno2lxW50ml27diX5g==} + '@fluidframework/aqueduct@2.31.0': + resolution: {integrity: sha512-0ksvzNSEvDVkggb7+YUPSMJ7phZBf93bpp2oeRdDXXD31veDTKxdWffAMqdSEkEHZQ4m39YAWOqt/ecGwer3EQ==} '@fluidframework/azure-client@1.2.0': resolution: {integrity: sha512-jpfYF6I1uwwCqOc8X0fOgZz4Lj91QFzKV4S9lM7jSW84GxytlL3nDanj9+EYC+vLn4liRVaOCA3zRwpkDNXRWg==} - '@fluidframework/azure-client@2.30.0': - resolution: {integrity: sha512-fznlIHJjL0roTO7dI6Upz+thuhYuYfIO8COcVqySBTz4c05OtIrmHanXAl45lEeSYTcYmvXH6ZopGfA5AWGooA==} + '@fluidframework/azure-client@2.31.0': + resolution: {integrity: sha512-1KL8ngL1WyxXKfPilNz2l+hh8TGSZ1gz8mL3TCTq8kotMAsdJalLWu7xxydgbT+QcYWr1uf/i9I7CwHpsm5FJw==} - '@fluidframework/azure-service-utils@2.30.0': - resolution: {integrity: sha512-eIvw+GEgIg1fas0oFmhkxh6QVnxR8E3MtXP1PnJCbj5oGLYTc0gYAWANq2+ULgG3n/6hWIV3VWlpX6/MSMv+Zg==} + '@fluidframework/azure-service-utils@2.31.0': + resolution: {integrity: sha512-rQ3QT3EpGZXVurla1SGjJvAkkWIslvGPtYcnKwPewLH6/bomAaI1yUMvtpmvawM0oaGAE2YPpQ+kL52VpVd+HA==} '@fluidframework/build-common@2.0.3': resolution: {integrity: sha512-1LU/2uyCeMxf63z5rhFOFEBvFyBogZ7ZXwzXLxyBhSgq/fGiq8PLjBW7uX++r0LcVCdaWyopf7w060eJpANYdg==} @@ -17657,8 +17657,8 @@ packages: '@fluidframework/bundle-size-tools@0.54.0': resolution: {integrity: sha512-4QwwcyzwAvZELfR16A0dnxX+BERtsOQlrs2pd7GZONjeNOXGXngnpv1e9i3w9nBbFlMehArxdHlxVS2ecYG3ow==} - '@fluidframework/cell@2.30.0': - resolution: {integrity: sha512-yFRIcmKnR6mcm3JLM989J7Qf4XTZTPzCbni9ZucbuXacjtvMmiUD0jgKpvXGOoibd5RuVB+rJsGrQBwn8adIOA==} + '@fluidframework/cell@2.31.0': + resolution: {integrity: sha512-hgVDGpiWQtrhq+oCinBO3Mh7VCACnwemu0KzWQf2LK5j+mc+Lwk5bHuMXDhM3/tMDzPHDYM+l9xsrwMr6KMCPg==} '@fluidframework/common-definitions@0.20.1': resolution: {integrity: sha512-KaoQ7w2MDH5OeRKVatL5yVOCFg+9wD6bLSLFh1/TV1EZM46l49iBqO7UVjUtPE6BIm0jvvOzJXULGVSpzokX3g==} @@ -17678,26 +17678,26 @@ packages: '@fluidframework/container-definitions@1.4.0': resolution: {integrity: sha512-UwyxdX739ltQhQ9Zr2n7mBKN2eYEVnY7GCsV60ZfLUawb021eeL0rVZZgT0t3BiTCCilBMl4Bw4KQ8XyYu2g/w==} - '@fluidframework/container-definitions@2.30.0': - resolution: {integrity: sha512-DhGQPXsqFVLcydmIQooWbLUR0jGyslEdXCuw5KT/gWRoFV4vHKWf7n9A7gYeix8lL7n97I4Hvppx7fiCfpyTAw==} + '@fluidframework/container-definitions@2.31.0': + resolution: {integrity: sha512-DFwItdjL5V52FfWnZCLofdj/l6ywjOs0yXzvHm/TZ6ZoE1tGztUyeLXTw1lxlNX7mXQVNK36PWMnowWb7WaQ1g==} '@fluidframework/container-loader@1.4.0': resolution: {integrity: sha512-D54tW/W5EXLb2nRUGCNd8bID9t9KVkQJmtnHfnQ/JggpaBWODaQRp2tCDtidwo8y6bkiqIheMGjIdjgP9SqJzw==} - '@fluidframework/container-loader@2.30.0': - resolution: {integrity: sha512-0hIjvdLuulr0batA9Fz2nXUM/Z9XIdayaHTAiDjyzloQ6+2v/ka3Rspxzt2hsJ+Y7uiAaGFT67hybGP0/gVRTg==} + '@fluidframework/container-loader@2.31.0': + resolution: {integrity: sha512-ObrUEL7K+kO7zEGxcw03Ry9iae2sBWpz7+Cq441B7J8TJB11Y0gqpl5CdpluWBnyOpXzbGP60TTn/tv3I4X3ZQ==} '@fluidframework/container-runtime-definitions@1.4.0': resolution: {integrity: sha512-0rlswYsMVQiD1/btlJ5Ebf3rfTyFd06E2/zRJiKWiaMzgmn9QqF7OoVtiJfAIUsyey+dR8hnI0IFlB1IMfIPOg==} - '@fluidframework/container-runtime-definitions@2.30.0': - resolution: {integrity: sha512-4fki/9Rj4KxNWm8N1ypbPPENH7K0ab6AxR/PrpbctsZei9hDO7DlJEvdPIGU/g+ssurdrBJ1RWu8pl4+oJrgHA==} + '@fluidframework/container-runtime-definitions@2.31.0': + resolution: {integrity: sha512-/xZ+DDuiYmB2Zwmo+F2/Pa5c09gmHqwrAnkTXCV+vxfGJE3HLhDyTkvx/OEmYHFVsOuNH/VEYj6qDd4IDvkbdQ==} '@fluidframework/container-runtime@1.4.0': resolution: {integrity: sha512-KENgBxuPD7GdNmdjmsyVJpPKZwfXoRlzAxaMNhGdMSbi6oXDrd1LSekY5tchhsLWBpB5ucZpuvmSgbU+h9z3HQ==} - '@fluidframework/container-runtime@2.30.0': - resolution: {integrity: sha512-21gzE83TbzXsQ3QX9LssIafCQpM5AL1AlhjoMAAjL+6rsAxSVhGnN8BpzLZOayuYJKOpaQWIMd/bsE4tFHl55A==} + '@fluidframework/container-runtime@2.31.0': + resolution: {integrity: sha512-pPk/J9mGt25cxzNL7czJW5oy+GejnzxDPwhhBAcv6ebsI6eK9teWmvlIfFMyP+9ihccfJ7pXa6f6vUUYSdV85g==} '@fluidframework/container-utils@1.4.0': resolution: {integrity: sha512-OKYpvuzz5N62gQn8JELMyuKEwJAlToiLNWJP/dn/PS1HCKux5C/Mg7Twdi19DCgXP/hp5qvzAd+EHPqYWxMUGg==} @@ -17705,72 +17705,72 @@ packages: '@fluidframework/core-interfaces@1.4.0': resolution: {integrity: sha512-PDIglmsa9BgFh7Xhfs32KA3Q34/arTVHF4m3M0IuAByP4z8Oi2lVuNENZnBEk+IJMcrUhUDk5Q9LH8KGfoAw+Q==} - '@fluidframework/core-interfaces@2.30.0': - resolution: {integrity: sha512-9qQH5sesU2kyTvec32QUO8Z0xkbc8WfiuK6yxlYJ1a1md0WQmnjDJpBEHqbp9fbTjOt50mTqQT3C3HDtaGO25Q==} + '@fluidframework/core-interfaces@2.31.0': + resolution: {integrity: sha512-NnGNLsymyRf+s5+q5h5tdUkU8RgLx5HFDoKxoPeTpclixNitAlGKgqwV99dzRrzrBz3FKnsvc+99lWCp5r71Kw==} - '@fluidframework/core-utils@2.30.0': - resolution: {integrity: sha512-H82FhBPjMXmmzBNUPJ3lirKE4yp91lYFcznYzokXyliJFix74fCdP0JbTMP+u2m8f6iKybQ6yrJfdb8V74cTwg==} + '@fluidframework/core-utils@2.31.0': + resolution: {integrity: sha512-kS9OMiVxdsBVpZJinN/1g2FPdjG4tzX3omHQ/aGTSMliBXG0I6BaYxLlxrv9PaThjOuurSsiO/b4C9X4LMmoHw==} - '@fluidframework/counter@2.30.0': - resolution: {integrity: sha512-C7ZxlY4cdMB+F40KIAKbwiAcCniXgmXc0aBHJGO4FaYpdvpbzsskd+ett02o+bNZKlaDpyI5QgW8JSrd0uPi5A==} + '@fluidframework/counter@2.31.0': + resolution: {integrity: sha512-H4SypH8BXbbCn+eCucaop/tycf4dYoSBOZgKrSrO++hVhHeu7LpgPNYq7aAooyS2aUblN/XDd2DRgv1omZMwlg==} '@fluidframework/datastore-definitions@1.4.0': resolution: {integrity: sha512-Xmebp+XFyK2K8EIauQx10UdwOXYskuSyQt8pSZ6ggTMMFpUsnx44tSR8I8KacSFoYkrWzG/G64osRu23SPCcjQ==} - '@fluidframework/datastore-definitions@2.30.0': - resolution: {integrity: sha512-heHIWRKLWskivF2c6rd8V4IgHDgnSJb4PvoRliwcdQyvaiQYBYL0zkmaMoXQ02dzQxsllG9n8dC8duisMRtDsw==} + '@fluidframework/datastore-definitions@2.31.0': + resolution: {integrity: sha512-ZMJrRqZGV6ZzpidbrNYZ0XdxvVp1SXE+lyDylRy6CjgW2R5GvGgnyVbpR/5v/yoZ7cYnnsHKY/8c4PpiURom6A==} '@fluidframework/datastore@1.4.0': resolution: {integrity: sha512-xV8cfmNzGAcpbQMrtEXTe7N6h6IkybrStrguyhZB6zBFzaPw3RNeAsMTiSxEMeVkU4UFcnI/ZU2rMalzVVC3Tg==} - '@fluidframework/datastore@2.30.0': - resolution: {integrity: sha512-UVPuySbMIVRUrmXWgDRib0TMekylsCispdxZjtWb8i6CfCqOdHflvqhoxB42R74Wdn5mzhTQcJEU7LiuIUf80w==} + '@fluidframework/datastore@2.31.0': + resolution: {integrity: sha512-Fr7sQT1FkY+d1j13LpuI88WMVv936eS9J4Lt2rY8Usb1m+iwwoh7TeNOzy/BtrudgHQWMCH6LATUOBs0pNWIKA==} - '@fluidframework/debugger@2.30.0': - resolution: {integrity: sha512-6KixpXhPAGpfsqziO1+/eyYm4uNsvYXWEFu807aCQbcKIknDXX8PmSlB/QvE8fmKJlnfk+TeD+9VJ92lFJQi6Q==} + '@fluidframework/debugger@2.31.0': + resolution: {integrity: sha512-KTPWr8aURez8Uv0IoKIv/BJ0PrKUTxpAHkZTjIHBHMvGnu4XiURfcLbc/+Em/A1on0+FZ3ZBQd/b7cPM9dOzJw==} - '@fluidframework/devtools-core@2.30.0': - resolution: {integrity: sha512-azbxV0410iGZSFtyq6MrvC9ZGVTe+WOTUbbKyTR+C1grGadfJFE/Htjxj5gLAjRCxrXypmtQZq1lPi6VSaQYVA==} + '@fluidframework/devtools-core@2.31.0': + resolution: {integrity: sha512-MoBoYZxgYkwHFtnhQB7UiSZHPxhXzPnPw2Cm6q+pTmjI25kiMnQMLHjnLCJXoc0dhQgTPkk+x6zol5AyTdaUVg==} - '@fluidframework/devtools@2.30.0': - resolution: {integrity: sha512-Yc4I23tgkdWrjjNIYkbXVNpYicgrMXmoCXyHI1MdDqGQJ0HMxYkyS4uhjIXH/WumIlmKY16lCYpRzN/qm4v76g==} + '@fluidframework/devtools@2.31.0': + resolution: {integrity: sha512-KyrYwPV2v5ckxkRAGt6YTbYHZXaqiDrfnEOWy8cMVgmjwAzTEVjq45N75BkM0foNUI1btrg5VAyvLrBW8BjQuQ==} '@fluidframework/driver-base@1.4.0': resolution: {integrity: sha512-w3fYGp1Bkdjp9he3W3dSPQb1vU+zsRIcZZV9wGNfPA1ii7z9rnXzSgscn39IdLbZqvS2704endNwOIYHyBT34g==} - '@fluidframework/driver-base@2.30.0': - resolution: {integrity: sha512-2a42x7GqK92uJ7e3Shu4Md+r/EuEvPsGZGMRFLviqAjTDgqxShzHX6vd6mb++f6y3BEtXo3iKr7HM0D0NH8AZA==} + '@fluidframework/driver-base@2.31.0': + resolution: {integrity: sha512-CiCTkzU3nVxteLrxfMpZz+o0POczj+MGFtipt9Jg26ghy/0iBR+AKDmoehJLXhxvzcsIpFrEfug7u6jR7N9UjQ==} '@fluidframework/driver-definitions@1.4.0': resolution: {integrity: sha512-ay6Wwl8zGS64fjDsdh2iOeKiVVxT57Opeqjp6DqSglnnJi6AkSfYVoOVlMZ5+vJTfYJN3N4ptjrP/i3Mao9zPA==} - '@fluidframework/driver-definitions@2.30.0': - resolution: {integrity: sha512-8TslMIS4f5xfW/dFVcFeykyHkoEcCxkjsLinoYeIyzgXTz5WIuEZH7A7gZfHz2H2SNEaNDmDI/ne67CSWHTYOw==} + '@fluidframework/driver-definitions@2.31.0': + resolution: {integrity: sha512-KIZUqKVLsH4ASQxXDPVflHcIn42c6ZfEARKelA9Qr/BadrDvbT+H4AQ+7hhtAPyzfqnYXZOzJZN2I5DxCo/Aww==} '@fluidframework/driver-utils@1.4.0': resolution: {integrity: sha512-NPTFw54a+EnIzop7iwrHTONdt0UAjW59HhMlYVPMH8/aOBodddHl7oi2Ek96nZLc+6qruHImjJ+0OW+NxNS+Gw==} - '@fluidframework/driver-utils@2.30.0': - resolution: {integrity: sha512-gSmVfi/42dXXVzZK/SsoPSGJsmOLIVGqrisLums3E4z3XLFh6JTu8vIAI/9Vsx3P40H+lTel6QJbrj3LM6IC9w==} + '@fluidframework/driver-utils@2.31.0': + resolution: {integrity: sha512-GKMWKcem3tFEjpQDA/FwFZdOdkq9Smz9GnKETRdpVn0pkIheTati32IOaZaAB5AV22LXVDvhiiyhtcr0zERjXQ==} - '@fluidframework/driver-web-cache@2.30.0': - resolution: {integrity: sha512-zcYhsqAyRxAZR4hk9m3UMN1xgbQ+7BzuEoYdvOg56Jvc6A+IpJGOdvddIJHmMd3dfgMKXsRIMBQoWPClvqdC2Q==} + '@fluidframework/driver-web-cache@2.31.0': + resolution: {integrity: sha512-N+p/AsNoMGnyxXwtY0dltXHcNAzGyPAERyGWTkVIVL8+vlba2+ozuQvQg+Ga1xuVFfNj5kIPnE8gAB9eL/rMEw==} '@fluidframework/eslint-config-fluid@5.7.3': resolution: {integrity: sha512-/+6JDYTM4k4F7wHDMCIxXwmf9oWP9OmUyYJSPtWd0VQhdRomfdClicdajHIHQd9RWbo2SdZSXEsllKRT6s/9+Q==} - '@fluidframework/file-driver@2.30.0': - resolution: {integrity: sha512-BhCQ/x2waDuULeuvmDVoaLf1Q+hzfj3W/qiCAuyxkCxKFx73Q7USsar+CGQC12kGJgvfpNZoqRYihLdVNhNZMQ==} + '@fluidframework/file-driver@2.31.0': + resolution: {integrity: sha512-157/eFJ8zP6ta2YZmGVtAU0IYCYFDEG3mHheQ19GN/i6zwrKiOxrBA5N5Wj94bHKip0z/u4H76NDelsCTL/Nlg==} - '@fluidframework/fluid-runner@2.30.0': - resolution: {integrity: sha512-8RpSgm/OatPB4aMXHOi3BPWnyC0VryGNfcX9ShKVlGlK64HwLv3HdSIb+/rDnb4tphCFZOxVoaUMxw6TS+rSEQ==} + '@fluidframework/fluid-runner@2.31.0': + resolution: {integrity: sha512-ZepQ57kAo7gH+ejLGNsWDApjC29+xgGFT1xkSuDQiOIkTcgaqjphXNZeX874RdZvbQa9dr7UC7q/rSFMY9I9Jw==} hasBin: true '@fluidframework/fluid-static@1.4.0': resolution: {integrity: sha512-YlSX6Ibm3HquB+swxoIJt6QM1Bd6R9rBHp/HYDR9/9JuQwCIqW1xvF2NHmXPN/TGl51DnbhSB0gtm9k6pYd7pg==} - '@fluidframework/fluid-static@2.30.0': - resolution: {integrity: sha512-+oShnzZdy6GSZ42pZ4Qn8sEv7LsUR1qlDxuIlNeQFnMmKsEVPky15z3hX8xx/NuWSNXThrJoCshGrZXQ3slS+Q==} + '@fluidframework/fluid-static@2.31.0': + resolution: {integrity: sha512-Np+qDPtnOkHHlicpYyJdjN7mFsoxRwDlBONFwlCf4h6QllKVOctGlPDzlnrdqchTkP78iYVS7mbsFOc8ZC8UEg==} '@fluidframework/garbage-collector@1.4.0': resolution: {integrity: sha512-bwt1mv3B2PcvVN/JqBkm8MwdRydVboBM7MguQkANDGkmUPD56dRzjBYEdOl3yNZJEO/xJ2v15RPrkf1coI78Bg==} @@ -17781,38 +17781,38 @@ packages: '@fluidframework/gitresources@5.0.0': resolution: {integrity: sha512-nfam1KT+EUqFCENHcxrU9VwUfbhUC83UcLuOsdLpn9I7VuClL+w8KMWosoYauZraO9gDhTo2kCErjgQji5GzGA==} - '@fluidframework/id-compressor@2.30.0': - resolution: {integrity: sha512-IhZheiuhFkJYlEDd3PuJL+wU7qhkFnoxBYJBiSdZw3aN1Zxu6VHMUNIJqBd6gis8GUYoqCS8DyEksfpyIcyh6w==} + '@fluidframework/id-compressor@2.31.0': + resolution: {integrity: sha512-c5jRMtm0bY/4st1wA+7uTJtmhiOlhuQyCqEi6y5MNj1mea9I3BRGIDuer6XRKOEopTh0F4u2BGND7/2fcbH8lg==} - '@fluidframework/local-driver@2.30.0': - resolution: {integrity: sha512-6TtK5IySYBjYJVghNeQsxTpMrITvh4vjHJ3h8bkI10AXHGPXFEUIxJ54SHsYBdaTbDfr8r8zZCreYLSlMt36jg==} + '@fluidframework/local-driver@2.31.0': + resolution: {integrity: sha512-KBzidFqlGUPbVkyusnxig08cO3dMgU7+XkG5tdEs3DA4kk2YQ1hyTx5VYtJUlk5D2usi5bQ6cacjXKu2jJzmZw==} '@fluidframework/map@1.4.0': resolution: {integrity: sha512-KBdHBxCcIvPtsUSqnc5Ztgs2U01FwgnsW8WF3bl+TGt55Xs4esm3+p43WNkET1YU5Q95RVocRVp03dYMN7xelQ==} - '@fluidframework/map@2.30.0': - resolution: {integrity: sha512-Cly5tuLBpW7M5bZ6Q8hmBXOC+8/D3B9ustgUiONJOZLR2wbkFFtIADM3DHWyGIkA7OsWIjUW5dC38k2YeNqbcQ==} + '@fluidframework/map@2.31.0': + resolution: {integrity: sha512-VGshjK3vOYwGIQr0VROPchMk/hSJhTC8OL7GWTSPDNeAbsgg0Ge3k+xxx03F5zU9dD8to8jL7YpfS7iC1AlRUw==} - '@fluidframework/matrix@2.30.0': - resolution: {integrity: sha512-FcFTX4U7Ux8tJiJlC97o5wXLjdfQE2Z4fgHN+dxEHmexQ9uMDOlPv0/t/dmOrQIMCs0iduOfO1StwvTs65HoyQ==} + '@fluidframework/matrix@2.31.0': + resolution: {integrity: sha512-0g1T0aYRQmIR6Ub5n223jw2SHqcDiWnBzcSA88t1/Wk9Q1c3/AemG367WN1Q5IJP0hCk+GG+FHfdN5Ky327T5w==} - '@fluidframework/merge-tree@2.30.0': - resolution: {integrity: sha512-/arDLsWUMp4wjvjRzzmbjYB1UFZXXh5hDaeD9dCzPbTiFuJa2xGPMN3Z2hbbs+OGUqdYWM0GbU2JBcfD9Mor1Q==} + '@fluidframework/merge-tree@2.31.0': + resolution: {integrity: sha512-EpFCTJjgC0TBseH147wUbOAxUHiGPtyq9R1C5mOTdNc5RKSSE0oiy6e0RCuQAneUIM2mcV9TyoMszzW5+qJ+NQ==} - '@fluidframework/odsp-doclib-utils@2.30.0': - resolution: {integrity: sha512-GYxokRnuTMrrkV0uFbic8oxSkAOU0VxNbJgKcwl2WVC4ZTiRgctXdKVc3vDgofHbFG/0D2Ygz/bbw53rruZUbQ==} + '@fluidframework/odsp-doclib-utils@2.31.0': + resolution: {integrity: sha512-BoFo/ET87YntsEOBdU33/rckVL04PF5/weS1DY9/maZMY+PWX11QZSNf6yXc99HnOz0QMbVI2jusdlA0v7Gd4Q==} - '@fluidframework/odsp-driver-definitions@2.30.0': - resolution: {integrity: sha512-exO0mJvcw6Ushb2xjrHmV/xgoCmAl1bqUG97AJXrZx1Mgv6LhyUzQ3tOr+bj0wI1iri3gAFfTTIBKMXES2QUIQ==} + '@fluidframework/odsp-driver-definitions@2.31.0': + resolution: {integrity: sha512-eoSGlbubYvvmE6pqNtyjkvV2a+UhqcAAhNg9tQBMKCQdr7VGqXCnMDrmBoudqMJ6KlINKZ06KPS3MdgQnKC1YA==} - '@fluidframework/odsp-driver@2.30.0': - resolution: {integrity: sha512-SzOWEc/sUngxgsIvyCgxtGtlpB6voaAnOLoAb7M6xk5WfvBKHQCSr2jIj+bjFLEIQEycmU0YDV2eMLYhmJZgjA==} + '@fluidframework/odsp-driver@2.31.0': + resolution: {integrity: sha512-3OuYSk1AeUEkDLjV49ExpsRJmX0GrKvVvnXdd5cQd2LF2a05RmlzJbp1JC7XX0MGhPaKUshhzPVYDbN6ynnyJQ==} - '@fluidframework/odsp-urlresolver@2.30.0': - resolution: {integrity: sha512-j/G7wqbjXxjxwBteTtkySKaXvZ1K4o/MFTpKYnqD85/EcwBulxdfvhyjpsWqwxFcT+cJ/qsTo4qPxZ/yYkShWg==} + '@fluidframework/odsp-urlresolver@2.31.0': + resolution: {integrity: sha512-6vMQuELZoEB3+alcauqT/9mXTS/2cF3bAdpJhvyCympF2lvyn0N2jLOxPP0h1bCuoFhmYdExDkxI09/EhP16cw==} - '@fluidframework/ordered-collection@2.30.0': - resolution: {integrity: sha512-zyrTrmXiN3kdQx2qgL0RmZlHh/piv5n2mZkcHLVC3wS0pTPeikiBxeitu0GPipOJX5qv+Pnowj0kZb2vRFWMLw==} + '@fluidframework/ordered-collection@2.31.0': + resolution: {integrity: sha512-uJj6sMa2Je4pqIVFEJmbVuHnqKFiRkmYNSqJz5JHL0cLGTIC0HmE460SwCzMvBaI5UGd2LBO5HsItnJsZJ8QUg==} '@fluidframework/protocol-base@0.1036.5002': resolution: {integrity: sha512-mlI9okyLeSusGx7qU32NDJ4GJptSzVo3V6tPDhphPIOPtyOVTBuL4EQRFYdceoSLHlxEdVnQprwhyoRiMNw7Kw==} @@ -17829,41 +17829,41 @@ packages: '@fluidframework/protocol-definitions@3.2.0': resolution: {integrity: sha512-xgcyMN4uF6dAp2/XYFSHvGFITIV7JbVt3itA+T0c71/lZjq/HU/a/ClPIxfl9AEN0RbtuR/1n5LP4FXSV9j0hA==} - '@fluidframework/register-collection@2.30.0': - resolution: {integrity: sha512-ug5C9A8/o2v6QDEC2KcyDRNGgLBiwj1vd+2Mm9T+n2Fl+sMyqjwfVuEaKMvVNLp21w10wFsLKZhFifntzxyLCg==} + '@fluidframework/register-collection@2.31.0': + resolution: {integrity: sha512-NB/cH0nYfMzy3W7MU/1pr3IAKRIqZGw2Eq7qIHrNHQC3gO2f08wjN/n3ynR6K/0mdS1H6Vk1LIr0tvvNoIXh2A==} - '@fluidframework/replay-driver@2.30.0': - resolution: {integrity: sha512-nYL/Zzyu4gfFMLckV55toOyU1LhdC+LqC5MszsVxAczHYXixa0eGNTJAlHIDFVPy6zJCm1yZAcueR588FR2Hgw==} + '@fluidframework/replay-driver@2.31.0': + resolution: {integrity: sha512-unNPSv28wfQdNwbdB6A41uBa9ROqSsDHFMeyFgZmWw+hYz4suNGblLrU333KXmmDZ8gyIVFVoJT66Dw3xL+eHw==} '@fluidframework/request-handler@1.4.0': resolution: {integrity: sha512-KDYjQcrdvSuHXBtIG+LkDCcIjiDdw1CKX4iWi/aQrbGOTFVyLzfb2SnEXOBz7sw0YuMhxf+S322KTcX/OWd12w==} - '@fluidframework/request-handler@2.30.0': - resolution: {integrity: sha512-2wWaOgEhB+Ai89I7y3eeHXWphw+6FsFMGKuAofN43fqoO+vIeZpfcpLaNJwy2Brq/U6DCrHyQpLP3cWopIDKvQ==} + '@fluidframework/request-handler@2.31.0': + resolution: {integrity: sha512-SWfJik5ciWH/WL+qJ7pfZxQYbyafbp3C+d4ymcQIdT+Bvry9OEooEwwUvQf+luG8JJ3HYar3MfDcsjBd3krffA==} '@fluidframework/routerlicious-driver@1.4.0': resolution: {integrity: sha512-iyLywWEgo7zWYCiJj0GPzsrn4lmLw65GYJLEod57fBCk9eLRRxhQ2GJuu2k9XGV6nCFadEc1ZEKufDUNIiBPow==} - '@fluidframework/routerlicious-driver@2.30.0': - resolution: {integrity: sha512-ufWGTRuaUUZnYUPnRka8u+addNNjGcQvDASVoJJYn7OnxFokDdq9Y7a1HxFdu2f1S1dXcoD708ruOBg/tqjN1w==} + '@fluidframework/routerlicious-driver@2.31.0': + resolution: {integrity: sha512-aK2XEhMf+aYSWJCts/kBHoSFtJIHJocaOeRMiwhvSj/muts161hHmMvfH1CoMg735NR7ofzUCNomzFgTrgbYfg==} - '@fluidframework/routerlicious-urlresolver@2.30.0': - resolution: {integrity: sha512-OqX5HN5+23bmzd0oEnxJ8vXgdTfuP3giT88SyKvxJSbJzZ9HQ0NTl26brHvQpy5MrWXh8HTEg+6eM0WWk2TWuA==} + '@fluidframework/routerlicious-urlresolver@2.31.0': + resolution: {integrity: sha512-BEJ1rzbf6a0Q+zlPEBhRDiutznUdfThEhruAtEjbtK6cGa4XxeA0mXGiza0hiQFwVkBODXnG/vinQVVZSmwgyQ==} '@fluidframework/runtime-definitions@1.4.0': resolution: {integrity: sha512-GewpwBxbeMutnHHXzVWsFYbGQJHKh8dFNqTiW0covMfaOOhXVSM0qzuf7RY7qX9n8Vn/bK3zF4WRo6gx/32fmg==} - '@fluidframework/runtime-definitions@2.30.0': - resolution: {integrity: sha512-5GjP/mvpMDAq+qwdWIXzVgDDd6fbkwWCYG/RCZO3QqQDMM0meqs0MCdg9nhgB29Lmq8+lOe38qDh7i37k7Am6g==} + '@fluidframework/runtime-definitions@2.31.0': + resolution: {integrity: sha512-3+AfmHKC3N2hkHALY2p/lTUDaCaDdBLH7fMs1NBo67Ll9fw/MPROptR5iv1pld3mIYNHV00w3AiqEIJrPqJKwA==} '@fluidframework/runtime-utils@1.4.0': resolution: {integrity: sha512-0drnuEdUja1m2401FXcsB9l66x5oCGjgW43mLjZgZFKcz5v5jYZml8OKWAtLmwfI/UNLJ9bQkb/nHQSM0Tf3Rw==} - '@fluidframework/runtime-utils@2.30.0': - resolution: {integrity: sha512-LMMg2XntjitCf2kphW1BgRfbK0dmXC5VJRLXgpksQMQGiUegXtVY53t5EwG+8rjJEprh9WYAsZGGQERl+9YT+A==} + '@fluidframework/runtime-utils@2.31.0': + resolution: {integrity: sha512-I+m7v5NGjgb7MyeY++ag3yAbnFoZPsmnWJGbuN85S7N+WqjmmmROClFY0r8cdoqzt60ezq/gMDBF75Qqzu34NA==} - '@fluidframework/sequence@2.30.0': - resolution: {integrity: sha512-Z1x/v7Dc91kHqpi8o+8wnofv7y8ujw+GNO6+Vr4O45daCqfuYFiN79ZZt0ZQ2QmGTkzIUwXfauEnuT+FL8HiIw==} + '@fluidframework/sequence@2.31.0': + resolution: {integrity: sha512-dBV5sKIEkb14pYy+JPYHaAGLF+wSjgaY+gt4zanLDDz20kcbGq/HXaRfxc5cbcfwQUc/OddRagpfL/RfTpVm8A==} '@fluidframework/server-lambdas-driver@5.0.0': resolution: {integrity: sha512-tnMxsxKr2zajQ64Ew7zcTKclK2Rkp7cqK4ghiuYkzhdbt7ZxIMVmkSW3B5/DXDSxVoi4VR6q1BA6cMnGJMcwsw==} @@ -17901,51 +17901,51 @@ packages: '@fluidframework/shared-object-base@1.4.0': resolution: {integrity: sha512-NI94dsIyZL7s76UN/UVawd0JqV106cS84MaW1r9Qv91+QGU8aq/KCS3j8R9ZZ8pWFQ46sX9BT4CKa4hy4xZedw==} - '@fluidframework/shared-object-base@2.30.0': - resolution: {integrity: sha512-w4TRTlJ4Kz0BHn+ofPxBkRIDvHUPeIIB4jddGJRNyRIv83mtpOIkX7v1z5bZlkwSJXzCepgftcOV3OgsV52KNQ==} + '@fluidframework/shared-object-base@2.31.0': + resolution: {integrity: sha512-75BZjAhI740UwI6mnD4KAYIkvqSCslCrDpUgxB02p2UqHPJ22Qhyjw6beA4dQiU0wGddCPvfj7AGivC4Ozyj2Q==} - '@fluidframework/shared-summary-block@2.30.0': - resolution: {integrity: sha512-c6f+74TK2fWoTeNrmRSHUWlj4HAzqAiSPzwBZEfvRJAJXekKaA07nTm/B/NzScpf3/Z29itbh0p2rnaGPq4PWw==} + '@fluidframework/shared-summary-block@2.31.0': + resolution: {integrity: sha512-G0VfgTERZ3Ow4cMRk5oNN66NC/YC8nab4G53R6jMEQ1hX+vVLGDRuCdoCwLwOY6gSBCGg2uyX6zX0ZS7Q6hXgA==} '@fluidframework/synthesize@1.4.0': resolution: {integrity: sha512-0pdq28pZ/cA/OVOp7KiUv8/bDxltwQy2ca7UJQGuyRDF9n1QcXoWC98liu2fB3/imahdfDi5pZ6l2vw/nIiFkA==} - '@fluidframework/synthesize@2.30.0': - resolution: {integrity: sha512-RK4D0yTRlZAJNVccGkN9yLJgRTvzsRY3FRUZkaehsSbxJHZQvFTumUx8h4O5VceJxj9az/IR06Ce9uzFENOscg==} + '@fluidframework/synthesize@2.31.0': + resolution: {integrity: sha512-RhSIpq7cfv+BFPVY4swLBbpEO6pkHJu8wvP2G5Nl+3wBfNE5VMg3O3yBsuReSDkDN0d1jSBbVjOV3iuzrpKLTw==} - '@fluidframework/task-manager@2.30.0': - resolution: {integrity: sha512-cvSYyZd9rDEGPD0CU1BRTIhtJqWqHTbPDbbcIF+URnGLH/VEZn0SYoqRAHCtAy7SnIWhu62T1VqBexAbH7inrw==} + '@fluidframework/task-manager@2.31.0': + resolution: {integrity: sha512-g8bFylYmdo86WOrGV4jBIsTXcmfbivgrIBCxufHa2P4rCNFvCCzD/oamBwgxXJzeaVAy2xiaz0vbEThQp9lR8A==} '@fluidframework/telemetry-utils@1.4.0': resolution: {integrity: sha512-WXG1ThL+WJLGdBtUGlCPPlIrHxqnc+zy+YHrYtqFnlIp+75W3W+YApR5dyP1uCfvapISoBPo0htK3WNIiyj8Rw==} - '@fluidframework/telemetry-utils@2.30.0': - resolution: {integrity: sha512-uf/JjdXlhB4BTfNz0j/0MEX47pEUbLIOp1xNhcxpyMvQnPC1eFip5pmpbBFF/jactvH7dYq66XSm2mr91lU/VQ==} + '@fluidframework/telemetry-utils@2.31.0': + resolution: {integrity: sha512-rxpqS12d/J2NFVMaTEVZS/y363BDIy91uyUFMXa3+hxqO8//VhBdbX9rRGQnPu+sIkPGUYAPJ7iOA5WCStXc2Q==} - '@fluidframework/test-runtime-utils@2.30.0': - resolution: {integrity: sha512-IsHaZDia/jcVYAWVqdmZbBQa/SHZoJvCeBOIX3Y9Lt57JA/yOm7I/gQEWwWTSIUxF98fmFx3o9A3VShjB/23Iw==} + '@fluidframework/test-runtime-utils@2.31.0': + resolution: {integrity: sha512-LhE3G6uRn0UrXNSkW03LcFBpDhHT/f5jUW97sOGKRzQcGjZkhH/2wvrLt+KBRxZwT1W9Urow/hSQn6S7SI3tbQ==} '@fluidframework/test-tools@1.0.195075': resolution: {integrity: sha512-N7FiXKoz6uQhDJhJxSunya5uP/GWNEp0ohYs0Jkb8Mmnow1SKuxl29x3rC9Kf5zORjUk8krCjam50+d8aPFGaw==} hasBin: true - '@fluidframework/test-utils@2.30.0': - resolution: {integrity: sha512-MnJ/A+ELnD7yCMlTfXPcdKNSMSB+Nt62JqsA8m1eSrGcjw1RSIAgNF5oOLIa7D2yTKWzrxoMqU28nnlVWCMF8A==} + '@fluidframework/test-utils@2.31.0': + resolution: {integrity: sha512-N/9OeJnweRLe7I74ym7+ZfCV37YdJeMip8y7fpWmJDHR4TTJKQd43HmVDaI5kuMm0PfCzs1HgXXFIrinu1lzew==} - '@fluidframework/tinylicious-client@2.30.0': - resolution: {integrity: sha512-ZTTioQ8YJ6RphTcWWdswUM/XpDmfHJz9EDfBZDOYarA6kJbQzO1IrV6LrBTMjBTmho0BevrBJrLCuYzbaGQKRQ==} + '@fluidframework/tinylicious-client@2.31.0': + resolution: {integrity: sha512-6WgqaTkKmw7C2FrgNyLxnhuCrS5XeTg2SGvzaYhP8NCh0+vQ37YtGCPTA8xmvd8su+euKPtRVxA4Gr+hBqeF9w==} - '@fluidframework/tinylicious-driver@2.30.0': - resolution: {integrity: sha512-Lsjc0AwWdWIK8Smkv36Eh3LGIJ9PyRZUg/vlcUia9hv141h0XEEmBOenZwVODb288iZ+5Si/4EoMo8NvVWkhfw==} + '@fluidframework/tinylicious-driver@2.31.0': + resolution: {integrity: sha512-GSNjxsNDSSlYQZLlWWTvC51OLH5dHYeC7jtOI0W0o1wU0HYOgMvjgLlnAAi61YW3YZWb8Xi8ck1Qwt6yDoy+cQ==} - '@fluidframework/tool-utils@2.30.0': - resolution: {integrity: sha512-CUkk7R0EYiA1QJR3ClSLqE3YyBaqGz++Bx6z/oXnDa4MKiyVzvKsVtWXL3j8qqd3DfBcX36sS03jp/emhMOwRA==} + '@fluidframework/tool-utils@2.31.0': + resolution: {integrity: sha512-8I0ysGwqb48PsSymm04BNYc7me9tFsrAmusN4RC+6ky1VaFkkXlptjG3GLWEYesukHC/5uBcl4io2+yw2B+PxA==} - '@fluidframework/tree@2.30.0': - resolution: {integrity: sha512-X+9y4ql6uKLGsqSM7MXbfcUV9EeQ0vrX45mINWgL4o3gx19vI4ijwRPDWAIhcIOPyYKYfuulLr7jgq7e4BxlZA==} + '@fluidframework/tree@2.31.0': + resolution: {integrity: sha512-flhzXL97pKMW2cVsWU8TdI4C/ggUoTZwB7i+0u6kI6Oy3wNK+EWp8FH/hw82iFQf4kI0pDiHNMWkUQYpeUogRw==} - '@fluidframework/undo-redo@2.30.0': - resolution: {integrity: sha512-TertQ3flo57iEt8blncsloxZIwaAx+XZjKgVMWsYV0lOsWW8xjHPfzI59e1tgnU6SZN7tvKV5qt4/PkPzKk6pw==} + '@fluidframework/undo-redo@2.31.0': + resolution: {integrity: sha512-Tu0kJx3j3CLa3oUo9I4xHUi5d/Y/BPdtqpLKMEnfu+5HbQ6XSqkZjG70eDdXRRUKjxBUdkBOP1DsQJzE2Ze02A==} '@fluidframework/view-interfaces@1.4.0': resolution: {integrity: sha512-YD0HE6rMpG6h/ELR717flLZ4Th0Ik0UUkECgaouW+Qy+Of+uPbi4KVoKRqTEEKzZqBFSbvSR5x3TlbmcXiEZnw==} @@ -30138,26 +30138,26 @@ snapshots: react: 18.3.1 tslib: 2.8.1 - '@fluid-experimental/attributable-map@2.30.0': - dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/datastore-definitions': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/driver-utils': 2.30.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.30.0 - '@fluidframework/runtime-utils': 2.30.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.30.0(debug@4.4.0) + '@fluid-experimental/attributable-map@2.31.0': + dependencies: + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/datastore-definitions': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/driver-utils': 2.31.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.31.0 + '@fluidframework/runtime-utils': 2.31.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.31.0(debug@4.4.0) path-browserify: 1.0.1 transitivePeerDependencies: - debug - supports-color - '@fluid-internal/client-utils@2.30.0': + '@fluid-internal/client-utils@2.31.0': dependencies: - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 '@types/events_pkg': '@types/events@3.0.3' base64-js: 1.5.1 buffer: 6.0.3 @@ -30174,10 +30174,10 @@ snapshots: - supports-color - typescript - '@fluid-internal/test-driver-definitions@2.30.0': + '@fluid-internal/test-driver-definitions@2.31.0': dependencies: - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 '@fluid-tools/benchmark@0.50.0': dependencies: @@ -30399,24 +30399,24 @@ snapshots: - supports-color - utf-8-validate - '@fluid-tools/fetch-tool@2.30.0(encoding@0.1.13)': + '@fluid-tools/fetch-tool@2.31.0(encoding@0.1.13)': dependencies: '@azure/identity': 4.5.0 '@azure/identity-cache-persistence': 1.1.1 - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/container-runtime': 2.30.0(debug@4.4.0) - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/datastore': 2.30.0(debug@4.4.0) - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/odsp-doclib-utils': 2.30.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/odsp-driver': 2.30.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/odsp-driver-definitions': 2.30.0 - '@fluidframework/odsp-urlresolver': 2.30.0(encoding@0.1.13) - '@fluidframework/routerlicious-driver': 2.30.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/routerlicious-urlresolver': 2.30.0 - '@fluidframework/runtime-definitions': 2.30.0 - '@fluidframework/tool-utils': 2.30.0(encoding@0.1.13) + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/container-runtime': 2.31.0(debug@4.4.0) + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/datastore': 2.31.0(debug@4.4.0) + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/odsp-doclib-utils': 2.31.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/odsp-driver': 2.31.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/odsp-driver-definitions': 2.31.0 + '@fluidframework/odsp-urlresolver': 2.31.0(encoding@0.1.13) + '@fluidframework/routerlicious-driver': 2.31.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/routerlicious-urlresolver': 2.31.0 + '@fluidframework/runtime-definitions': 2.31.0 + '@fluidframework/tool-utils': 2.31.0(encoding@0.1.13) transitivePeerDependencies: - bufferutil - debug @@ -30456,27 +30456,27 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/agent-scheduler@2.30.0': - dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/container-definitions': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/datastore': 2.30.0(debug@4.4.0) - '@fluidframework/datastore-definitions': 2.30.0 - '@fluidframework/map': 2.30.0(debug@4.4.0) - '@fluidframework/register-collection': 2.30.0 - '@fluidframework/runtime-definitions': 2.30.0 - '@fluidframework/runtime-utils': 2.30.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.30.0 + '@fluidframework/agent-scheduler@2.31.0': + dependencies: + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/container-definitions': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/datastore': 2.31.0(debug@4.4.0) + '@fluidframework/datastore-definitions': 2.31.0 + '@fluidframework/map': 2.31.0(debug@4.4.0) + '@fluidframework/register-collection': 2.31.0 + '@fluidframework/runtime-definitions': 2.31.0 + '@fluidframework/runtime-utils': 2.31.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.31.0 uuid: 9.0.1 transitivePeerDependencies: - debug - supports-color - '@fluidframework/app-insights-logger@2.30.0(tslib@1.14.1)': + '@fluidframework/app-insights-logger@2.31.0(tslib@1.14.1)': dependencies: - '@fluidframework/core-interfaces': 2.30.0 + '@fluidframework/core-interfaces': 2.31.0 '@microsoft/applicationinsights-web': 2.8.18(tslib@1.14.1) '@ungap/structured-clone': 1.2.1 transitivePeerDependencies: @@ -30504,22 +30504,24 @@ snapshots: - debug - supports-color - '@fluidframework/aqueduct@2.30.0': - dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/container-definitions': 2.30.0 - '@fluidframework/container-runtime': 2.30.0(debug@4.4.0) - '@fluidframework/container-runtime-definitions': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/datastore': 2.30.0(debug@4.4.0) - '@fluidframework/datastore-definitions': 2.30.0 - '@fluidframework/map': 2.30.0(debug@4.4.0) - '@fluidframework/request-handler': 2.30.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.30.0 - '@fluidframework/runtime-utils': 2.30.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.30.0(debug@4.4.0) - '@fluidframework/synthesize': 2.30.0 + '@fluidframework/aqueduct@2.31.0': + dependencies: + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/container-definitions': 2.31.0 + '@fluidframework/container-runtime': 2.31.0(debug@4.4.0) + '@fluidframework/container-runtime-definitions': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/datastore': 2.31.0(debug@4.4.0) + '@fluidframework/datastore-definitions': 2.31.0 + '@fluidframework/map': 2.31.0(debug@4.4.0) + '@fluidframework/request-handler': 2.31.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.31.0 + '@fluidframework/runtime-utils': 2.31.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.31.0(debug@4.4.0) + '@fluidframework/synthesize': 2.31.0 + '@fluidframework/telemetry-utils': 2.31.0 + '@fluidframework/tree': 2.31.0 transitivePeerDependencies: - debug - supports-color @@ -30548,17 +30550,17 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/azure-client@2.30.0(encoding@0.1.13)': + '@fluidframework/azure-client@2.31.0(encoding@0.1.13)': dependencies: - '@fluidframework/container-definitions': 2.30.0 - '@fluidframework/container-loader': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/driver-utils': 2.30.0(debug@4.4.0) - '@fluidframework/fluid-static': 2.30.0 - '@fluidframework/routerlicious-driver': 2.30.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/telemetry-utils': 2.30.0 + '@fluidframework/container-definitions': 2.31.0 + '@fluidframework/container-loader': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/driver-utils': 2.31.0(debug@4.4.0) + '@fluidframework/fluid-static': 2.31.0 + '@fluidframework/routerlicious-driver': 2.31.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/telemetry-utils': 2.31.0 transitivePeerDependencies: - bufferutil - debug @@ -30566,9 +30568,9 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/azure-service-utils@2.30.0': + '@fluidframework/azure-service-utils@2.31.0': dependencies: - '@fluidframework/driver-definitions': 2.30.0 + '@fluidframework/driver-definitions': 2.31.0 jsrsasign: 11.1.0 uuid: 9.0.1 @@ -30660,15 +30662,15 @@ snapshots: - uglify-js - webpack-cli - '@fluidframework/cell@2.30.0': + '@fluidframework/cell@2.31.0': dependencies: - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/datastore-definitions': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/driver-utils': 2.30.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.30.0 - '@fluidframework/shared-object-base': 2.30.0(debug@4.4.0) + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/datastore-definitions': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/driver-utils': 2.31.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.31.0 + '@fluidframework/shared-object-base': 2.31.0(debug@4.4.0) transitivePeerDependencies: - debug - supports-color @@ -30715,10 +30717,10 @@ snapshots: '@fluidframework/protocol-definitions': 0.1028.2000 events: 3.3.0 - '@fluidframework/container-definitions@2.30.0': + '@fluidframework/container-definitions@2.31.0': dependencies: - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 '@fluidframework/container-loader@1.4.0': dependencies: @@ -30742,15 +30744,15 @@ snapshots: - debug - supports-color - '@fluidframework/container-loader@2.30.0': + '@fluidframework/container-loader@2.31.0': dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/container-definitions': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/driver-utils': 2.30.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.30.0 + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/container-definitions': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/driver-utils': 2.31.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.31.0 '@types/events_pkg': '@types/events@3.0.3' '@ungap/structured-clone': 1.2.1 debug: 4.4.0(supports-color@8.1.1) @@ -30769,12 +30771,12 @@ snapshots: '@fluidframework/protocol-definitions': 0.1028.2000 '@fluidframework/runtime-definitions': 1.4.0 - '@fluidframework/container-runtime-definitions@2.30.0': + '@fluidframework/container-runtime-definitions@2.31.0': dependencies: - '@fluidframework/container-definitions': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/runtime-definitions': 2.30.0 + '@fluidframework/container-definitions': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/runtime-definitions': 2.31.0 transitivePeerDependencies: - supports-color @@ -30802,20 +30804,20 @@ snapshots: - debug - supports-color - '@fluidframework/container-runtime@2.30.0(debug@4.4.0)': - dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/container-definitions': 2.30.0 - '@fluidframework/container-runtime-definitions': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/datastore': 2.30.0(debug@4.4.0) - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/driver-utils': 2.30.0(debug@4.4.0) - '@fluidframework/id-compressor': 2.30.0 - '@fluidframework/runtime-definitions': 2.30.0 - '@fluidframework/runtime-utils': 2.30.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.30.0 + '@fluidframework/container-runtime@2.31.0(debug@4.4.0)': + dependencies: + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/container-definitions': 2.31.0 + '@fluidframework/container-runtime-definitions': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/datastore': 2.31.0(debug@4.4.0) + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/driver-utils': 2.31.0(debug@4.4.0) + '@fluidframework/id-compressor': 2.31.0 + '@fluidframework/runtime-definitions': 2.31.0 + '@fluidframework/runtime-utils': 2.31.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.31.0 '@tylerbu/sorted-btree-es6': 1.8.0 double-ended-queue: 2.1.0-0 lz4js: 0.2.0 @@ -30836,19 +30838,19 @@ snapshots: '@fluidframework/core-interfaces@1.4.0': {} - '@fluidframework/core-interfaces@2.30.0': {} + '@fluidframework/core-interfaces@2.31.0': {} - '@fluidframework/core-utils@2.30.0': {} + '@fluidframework/core-utils@2.31.0': {} - '@fluidframework/counter@2.30.0': + '@fluidframework/counter@2.31.0': dependencies: - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/datastore-definitions': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/driver-utils': 2.30.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.30.0 - '@fluidframework/shared-object-base': 2.30.0(debug@4.4.0) + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/datastore-definitions': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/driver-utils': 2.31.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.31.0 + '@fluidframework/shared-object-base': 2.31.0(debug@4.4.0) transitivePeerDependencies: - debug - supports-color @@ -30862,13 +30864,13 @@ snapshots: '@fluidframework/protocol-definitions': 0.1028.2000 '@fluidframework/runtime-definitions': 1.4.0 - '@fluidframework/datastore-definitions@2.30.0': + '@fluidframework/datastore-definitions@2.31.0': dependencies: - '@fluidframework/container-definitions': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/id-compressor': 2.30.0 - '@fluidframework/runtime-definitions': 2.30.0 + '@fluidframework/container-definitions': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/id-compressor': 2.31.0 + '@fluidframework/runtime-definitions': 2.31.0 transitivePeerDependencies: - supports-color @@ -30894,61 +30896,61 @@ snapshots: - debug - supports-color - '@fluidframework/datastore@2.30.0(debug@4.4.0)': + '@fluidframework/datastore@2.31.0(debug@4.4.0)': dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/container-definitions': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/datastore-definitions': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/driver-utils': 2.30.0(debug@4.4.0) - '@fluidframework/id-compressor': 2.30.0 - '@fluidframework/runtime-definitions': 2.30.0 - '@fluidframework/runtime-utils': 2.30.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.30.0 + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/container-definitions': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/datastore-definitions': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/driver-utils': 2.31.0(debug@4.4.0) + '@fluidframework/id-compressor': 2.31.0 + '@fluidframework/runtime-definitions': 2.31.0 + '@fluidframework/runtime-utils': 2.31.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.31.0 uuid: 9.0.1 transitivePeerDependencies: - debug - supports-color - '@fluidframework/debugger@2.30.0': + '@fluidframework/debugger@2.31.0': dependencies: - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/driver-utils': 2.30.0(debug@4.4.0) - '@fluidframework/replay-driver': 2.30.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/driver-utils': 2.31.0(debug@4.4.0) + '@fluidframework/replay-driver': 2.31.0 jsonschema: 1.4.1 transitivePeerDependencies: - debug - supports-color - '@fluidframework/devtools-core@2.30.0': + '@fluidframework/devtools-core@2.31.0': dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/cell': 2.30.0 - '@fluidframework/container-definitions': 2.30.0 - '@fluidframework/container-loader': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/counter': 2.30.0 - '@fluidframework/datastore-definitions': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/map': 2.30.0(debug@4.4.0) - '@fluidframework/matrix': 2.30.0 - '@fluidframework/sequence': 2.30.0 - '@fluidframework/shared-object-base': 2.30.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.30.0 - '@fluidframework/tree': 2.30.0 + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/cell': 2.31.0 + '@fluidframework/container-definitions': 2.31.0 + '@fluidframework/container-loader': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/counter': 2.31.0 + '@fluidframework/datastore-definitions': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/map': 2.31.0(debug@4.4.0) + '@fluidframework/matrix': 2.31.0 + '@fluidframework/sequence': 2.31.0 + '@fluidframework/shared-object-base': 2.31.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.31.0 + '@fluidframework/tree': 2.31.0 transitivePeerDependencies: - debug - supports-color - '@fluidframework/devtools@2.30.0': + '@fluidframework/devtools@2.31.0': dependencies: - '@fluidframework/container-definitions': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/devtools-core': 2.30.0 - '@fluidframework/fluid-static': 2.30.0 + '@fluidframework/container-definitions': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/devtools-core': 2.31.0 + '@fluidframework/fluid-static': 2.31.0 transitivePeerDependencies: - debug - supports-color @@ -30965,14 +30967,14 @@ snapshots: - debug - supports-color - '@fluidframework/driver-base@2.30.0(debug@4.4.0)': + '@fluidframework/driver-base@2.31.0(debug@4.4.0)': dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/driver-utils': 2.30.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.30.0 + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/driver-utils': 2.31.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.31.0 transitivePeerDependencies: - debug - supports-color @@ -30983,9 +30985,9 @@ snapshots: '@fluidframework/core-interfaces': 1.4.0 '@fluidframework/protocol-definitions': 0.1028.2000 - '@fluidframework/driver-definitions@2.30.0': + '@fluidframework/driver-definitions@2.31.0': dependencies: - '@fluidframework/core-interfaces': 2.30.0 + '@fluidframework/core-interfaces': 2.31.0 '@fluidframework/driver-utils@1.4.0': dependencies: @@ -31003,13 +31005,13 @@ snapshots: - debug - supports-color - '@fluidframework/driver-utils@2.30.0(debug@4.4.0)': + '@fluidframework/driver-utils@2.31.0(debug@4.4.0)': dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/telemetry-utils': 2.30.0 + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/telemetry-utils': 2.31.0 axios: 1.7.9(debug@4.4.0) lz4js: 0.2.0 uuid: 9.0.1 @@ -31017,12 +31019,12 @@ snapshots: - debug - supports-color - '@fluidframework/driver-web-cache@2.30.0': + '@fluidframework/driver-web-cache@2.31.0': dependencies: - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/odsp-driver-definitions': 2.30.0 - '@fluidframework/telemetry-utils': 2.30.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/odsp-driver-definitions': 2.31.0 + '@fluidframework/telemetry-utils': 2.31.0 idb: 6.1.5 transitivePeerDependencies: - supports-color @@ -31038,9 +31040,9 @@ snapshots: '@typescript-eslint/parser': 6.7.5(eslint@8.55.0)(typescript@5.4.5) eslint-config-biome: 1.9.4 eslint-config-prettier: 9.0.0(eslint@8.55.0) - eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint-plugin-i@2.29.1(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint@8.55.0))(eslint@8.55.0) + eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint-plugin-i@2.29.1)(eslint@8.55.0) eslint-plugin-eslint-comments: 3.2.0(eslint@8.55.0) - eslint-plugin-import: eslint-plugin-i@2.29.1(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint-plugin-i@2.29.1(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint@8.55.0))(eslint@8.55.0))(eslint@8.55.0) + eslint-plugin-import: eslint-plugin-i@2.29.1(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint-import-resolver-typescript@3.6.3)(eslint@8.55.0) eslint-plugin-jsdoc: 46.8.2(eslint@8.55.0) eslint-plugin-promise: 6.1.1(eslint@8.55.0) eslint-plugin-react: 7.33.2(eslint@8.55.0) @@ -31056,28 +31058,28 @@ snapshots: - supports-color - typescript - '@fluidframework/file-driver@2.30.0': + '@fluidframework/file-driver@2.31.0': dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/driver-utils': 2.30.0(debug@4.4.0) - '@fluidframework/replay-driver': 2.30.0 + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/driver-utils': 2.31.0(debug@4.4.0) + '@fluidframework/replay-driver': 2.31.0 transitivePeerDependencies: - debug - supports-color - '@fluidframework/fluid-runner@2.30.0(encoding@0.1.13)': + '@fluidframework/fluid-runner@2.31.0(encoding@0.1.13)': dependencies: - '@fluidframework/aqueduct': 2.30.0 - '@fluidframework/container-definitions': 2.30.0 - '@fluidframework/container-loader': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/odsp-driver': 2.30.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/odsp-driver-definitions': 2.30.0 - '@fluidframework/telemetry-utils': 2.30.0 + '@fluidframework/aqueduct': 2.31.0 + '@fluidframework/container-definitions': 2.31.0 + '@fluidframework/container-loader': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/odsp-driver': 2.31.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/odsp-driver-definitions': 2.31.0 + '@fluidframework/telemetry-utils': 2.31.0 '@json2csv/plainjs': 7.0.6 yargs: 17.7.2 transitivePeerDependencies: @@ -31105,22 +31107,22 @@ snapshots: - debug - supports-color - '@fluidframework/fluid-static@2.30.0': + '@fluidframework/fluid-static@2.31.0': dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/aqueduct': 2.30.0 - '@fluidframework/container-definitions': 2.30.0 - '@fluidframework/container-loader': 2.30.0 - '@fluidframework/container-runtime': 2.30.0(debug@4.4.0) - '@fluidframework/container-runtime-definitions': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/datastore-definitions': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/request-handler': 2.30.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.30.0 - '@fluidframework/runtime-utils': 2.30.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.30.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.30.0 + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/aqueduct': 2.31.0 + '@fluidframework/container-definitions': 2.31.0 + '@fluidframework/container-loader': 2.31.0 + '@fluidframework/container-runtime': 2.31.0(debug@4.4.0) + '@fluidframework/container-runtime-definitions': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/datastore-definitions': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/request-handler': 2.31.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.31.0 + '@fluidframework/runtime-utils': 2.31.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.31.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.31.0 transitivePeerDependencies: - debug - supports-color @@ -31135,32 +31137,32 @@ snapshots: '@fluidframework/gitresources@5.0.0': {} - '@fluidframework/id-compressor@2.30.0': + '@fluidframework/id-compressor@2.31.0': dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/telemetry-utils': 2.30.0 + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/telemetry-utils': 2.31.0 '@tylerbu/sorted-btree-es6': 1.8.0 uuid: 9.0.1 transitivePeerDependencies: - supports-color - '@fluidframework/local-driver@2.30.0(debug@4.4.0)(encoding@0.1.13)': + '@fluidframework/local-driver@2.31.0(debug@4.4.0)(encoding@0.1.13)': dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/driver-base': 2.30.0(debug@4.4.0) - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/driver-utils': 2.30.0(debug@4.4.0) + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/driver-base': 2.31.0(debug@4.4.0) + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/driver-utils': 2.31.0(debug@4.4.0) '@fluidframework/protocol-base': 5.0.0 - '@fluidframework/routerlicious-driver': 2.30.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/routerlicious-driver': 2.31.0(debug@4.4.0)(encoding@0.1.13) '@fluidframework/server-local-server': 5.0.0 '@fluidframework/server-services-client': 5.0.0 '@fluidframework/server-services-core': 5.0.0 '@fluidframework/server-test-utils': 5.0.0 - '@fluidframework/telemetry-utils': 2.30.0 + '@fluidframework/telemetry-utils': 2.31.0 jsrsasign: 11.1.0 uuid: 9.0.1 transitivePeerDependencies: @@ -31187,37 +31189,37 @@ snapshots: - debug - supports-color - '@fluidframework/map@2.30.0(debug@4.4.0)': + '@fluidframework/map@2.31.0(debug@4.4.0)': dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/datastore-definitions': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/driver-utils': 2.30.0(debug@4.4.0) - '@fluidframework/merge-tree': 2.30.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.30.0 - '@fluidframework/runtime-utils': 2.30.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.30.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.30.0 + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/datastore-definitions': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/driver-utils': 2.31.0(debug@4.4.0) + '@fluidframework/merge-tree': 2.31.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.31.0 + '@fluidframework/runtime-utils': 2.31.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.31.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.31.0 path-browserify: 1.0.1 transitivePeerDependencies: - debug - supports-color - '@fluidframework/matrix@2.30.0': + '@fluidframework/matrix@2.31.0': dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/datastore-definitions': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/driver-utils': 2.30.0(debug@4.4.0) - '@fluidframework/merge-tree': 2.30.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.30.0 - '@fluidframework/runtime-utils': 2.30.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.30.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.30.0 + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/datastore-definitions': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/driver-utils': 2.31.0(debug@4.4.0) + '@fluidframework/merge-tree': 2.31.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.31.0 + '@fluidframework/runtime-utils': 2.31.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.31.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.31.0 '@tiny-calc/nano': 0.0.0-alpha.5 double-ended-queue: 2.1.0-0 tslib: 1.14.1 @@ -31225,52 +31227,52 @@ snapshots: - debug - supports-color - '@fluidframework/merge-tree@2.30.0(debug@4.4.0)': + '@fluidframework/merge-tree@2.31.0(debug@4.4.0)': dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/container-definitions': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/datastore-definitions': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/runtime-definitions': 2.30.0 - '@fluidframework/runtime-utils': 2.30.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.30.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.30.0 + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/container-definitions': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/datastore-definitions': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/runtime-definitions': 2.31.0 + '@fluidframework/runtime-utils': 2.31.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.31.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.31.0 transitivePeerDependencies: - debug - supports-color - '@fluidframework/odsp-doclib-utils@2.30.0(debug@4.4.0)(encoding@0.1.13)': + '@fluidframework/odsp-doclib-utils@2.31.0(debug@4.4.0)(encoding@0.1.13)': dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/driver-utils': 2.30.0(debug@4.4.0) - '@fluidframework/odsp-driver-definitions': 2.30.0 - '@fluidframework/telemetry-utils': 2.30.0 + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/driver-utils': 2.31.0(debug@4.4.0) + '@fluidframework/odsp-driver-definitions': 2.31.0 + '@fluidframework/telemetry-utils': 2.31.0 isomorphic-fetch: 3.0.0(encoding@0.1.13) transitivePeerDependencies: - debug - encoding - supports-color - '@fluidframework/odsp-driver-definitions@2.30.0': + '@fluidframework/odsp-driver-definitions@2.31.0': dependencies: - '@fluidframework/driver-definitions': 2.30.0 + '@fluidframework/driver-definitions': 2.31.0 - '@fluidframework/odsp-driver@2.30.0(debug@4.4.0)(encoding@0.1.13)': + '@fluidframework/odsp-driver@2.31.0(debug@4.4.0)(encoding@0.1.13)': dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/driver-base': 2.30.0(debug@4.4.0) - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/driver-utils': 2.30.0(debug@4.4.0) - '@fluidframework/odsp-doclib-utils': 2.30.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/odsp-driver-definitions': 2.30.0 - '@fluidframework/telemetry-utils': 2.30.0 + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/driver-base': 2.31.0(debug@4.4.0) + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/driver-utils': 2.31.0(debug@4.4.0) + '@fluidframework/odsp-doclib-utils': 2.31.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/odsp-driver-definitions': 2.31.0 + '@fluidframework/telemetry-utils': 2.31.0 socket.io-client: 4.7.5 uuid: 9.0.1 transitivePeerDependencies: @@ -31280,14 +31282,14 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/odsp-urlresolver@2.30.0(encoding@0.1.13)': + '@fluidframework/odsp-urlresolver@2.31.0(encoding@0.1.13)': dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/odsp-driver': 2.30.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/odsp-driver-definitions': 2.30.0 + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/odsp-driver': 2.31.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/odsp-driver-definitions': 2.31.0 transitivePeerDependencies: - bufferutil - debug @@ -31295,17 +31297,17 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/ordered-collection@2.30.0': - dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/datastore-definitions': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/runtime-definitions': 2.30.0 - '@fluidframework/runtime-utils': 2.30.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.30.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.30.0 + '@fluidframework/ordered-collection@2.31.0': + dependencies: + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/datastore-definitions': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/runtime-definitions': 2.31.0 + '@fluidframework/runtime-utils': 2.31.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.31.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.31.0 uuid: 9.0.1 transitivePeerDependencies: - debug @@ -31335,28 +31337,28 @@ snapshots: '@fluidframework/protocol-definitions@3.2.0': {} - '@fluidframework/register-collection@2.30.0': + '@fluidframework/register-collection@2.31.0': dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/datastore-definitions': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/driver-utils': 2.30.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.30.0 - '@fluidframework/shared-object-base': 2.30.0(debug@4.4.0) + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/datastore-definitions': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/driver-utils': 2.31.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.31.0 + '@fluidframework/shared-object-base': 2.31.0(debug@4.4.0) transitivePeerDependencies: - debug - supports-color - '@fluidframework/replay-driver@2.30.0': + '@fluidframework/replay-driver@2.31.0': dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/driver-utils': 2.30.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.30.0 + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/driver-utils': 2.31.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.31.0 transitivePeerDependencies: - debug - supports-color @@ -31371,13 +31373,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@fluidframework/request-handler@2.30.0(debug@4.4.0)': + '@fluidframework/request-handler@2.31.0(debug@4.4.0)': dependencies: - '@fluidframework/container-runtime-definitions': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/runtime-definitions': 2.30.0 - '@fluidframework/runtime-utils': 2.30.0(debug@4.4.0) + '@fluidframework/container-runtime-definitions': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/runtime-definitions': 2.31.0 + '@fluidframework/runtime-utils': 2.31.0(debug@4.4.0) transitivePeerDependencies: - debug - supports-color @@ -31407,16 +31409,16 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/routerlicious-driver@2.30.0(debug@4.4.0)(encoding@0.1.13)': + '@fluidframework/routerlicious-driver@2.31.0(debug@4.4.0)(encoding@0.1.13)': dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/driver-base': 2.30.0(debug@4.4.0) - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/driver-utils': 2.30.0(debug@4.4.0) + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/driver-base': 2.31.0(debug@4.4.0) + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/driver-utils': 2.31.0(debug@4.4.0) '@fluidframework/server-services-client': 5.0.0 - '@fluidframework/telemetry-utils': 2.30.0 + '@fluidframework/telemetry-utils': 2.31.0 cross-fetch: 3.1.8(encoding@0.1.13) json-stringify-safe: 5.0.1 socket.io-client: 4.7.5 @@ -31428,11 +31430,11 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/routerlicious-urlresolver@2.30.0': + '@fluidframework/routerlicious-urlresolver@2.31.0': dependencies: - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 nconf: 0.12.1 '@fluidframework/runtime-definitions@1.4.0': @@ -31444,13 +31446,13 @@ snapshots: '@fluidframework/driver-definitions': 1.4.0 '@fluidframework/protocol-definitions': 0.1028.2000 - '@fluidframework/runtime-definitions@2.30.0': + '@fluidframework/runtime-definitions@2.31.0': dependencies: - '@fluidframework/container-definitions': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/id-compressor': 2.30.0 - '@fluidframework/telemetry-utils': 2.30.0 + '@fluidframework/container-definitions': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/id-compressor': 2.31.0 + '@fluidframework/telemetry-utils': 2.31.0 transitivePeerDependencies: - supports-color @@ -31470,34 +31472,34 @@ snapshots: transitivePeerDependencies: - supports-color - '@fluidframework/runtime-utils@2.30.0(debug@4.4.0)': + '@fluidframework/runtime-utils@2.31.0(debug@4.4.0)': dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/container-definitions': 2.30.0 - '@fluidframework/container-runtime-definitions': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/datastore-definitions': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/driver-utils': 2.30.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.30.0 - '@fluidframework/telemetry-utils': 2.30.0 + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/container-definitions': 2.31.0 + '@fluidframework/container-runtime-definitions': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/datastore-definitions': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/driver-utils': 2.31.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.31.0 + '@fluidframework/telemetry-utils': 2.31.0 transitivePeerDependencies: - debug - supports-color - '@fluidframework/sequence@2.30.0': + '@fluidframework/sequence@2.31.0': dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/datastore-definitions': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/merge-tree': 2.30.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.30.0 - '@fluidframework/runtime-utils': 2.30.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.30.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.30.0 + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/datastore-definitions': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/merge-tree': 2.31.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.31.0 + '@fluidframework/runtime-utils': 2.31.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.31.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.31.0 double-ended-queue: 2.1.0-0 uuid: 9.0.1 transitivePeerDependencies: @@ -31743,54 +31745,54 @@ snapshots: - debug - supports-color - '@fluidframework/shared-object-base@2.30.0(debug@4.4.0)': + '@fluidframework/shared-object-base@2.31.0(debug@4.4.0)': dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/container-definitions': 2.30.0 - '@fluidframework/container-runtime': 2.30.0(debug@4.4.0) - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/datastore': 2.30.0(debug@4.4.0) - '@fluidframework/datastore-definitions': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/runtime-definitions': 2.30.0 - '@fluidframework/runtime-utils': 2.30.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.30.0 + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/container-definitions': 2.31.0 + '@fluidframework/container-runtime': 2.31.0(debug@4.4.0) + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/datastore': 2.31.0(debug@4.4.0) + '@fluidframework/datastore-definitions': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/runtime-definitions': 2.31.0 + '@fluidframework/runtime-utils': 2.31.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.31.0 uuid: 9.0.1 transitivePeerDependencies: - debug - supports-color - '@fluidframework/shared-summary-block@2.30.0': + '@fluidframework/shared-summary-block@2.31.0': dependencies: - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/datastore-definitions': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/driver-utils': 2.30.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.30.0 - '@fluidframework/shared-object-base': 2.30.0(debug@4.4.0) + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/datastore-definitions': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/driver-utils': 2.31.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.31.0 + '@fluidframework/shared-object-base': 2.31.0(debug@4.4.0) transitivePeerDependencies: - debug - supports-color '@fluidframework/synthesize@1.4.0': {} - '@fluidframework/synthesize@2.30.0': + '@fluidframework/synthesize@2.31.0': dependencies: - '@fluidframework/core-utils': 2.30.0 + '@fluidframework/core-utils': 2.31.0 - '@fluidframework/task-manager@2.30.0': + '@fluidframework/task-manager@2.31.0': dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/container-definitions': 2.30.0 - '@fluidframework/container-runtime-definitions': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/datastore-definitions': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/driver-utils': 2.30.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.30.0 - '@fluidframework/shared-object-base': 2.30.0(debug@4.4.0) + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/container-definitions': 2.31.0 + '@fluidframework/container-runtime-definitions': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/datastore-definitions': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/driver-utils': 2.31.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.31.0 + '@fluidframework/shared-object-base': 2.31.0(debug@4.4.0) transitivePeerDependencies: - debug - supports-color @@ -31805,31 +31807,31 @@ snapshots: transitivePeerDependencies: - supports-color - '@fluidframework/telemetry-utils@2.30.0': + '@fluidframework/telemetry-utils@2.31.0': dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 debug: 4.4.0(supports-color@8.1.1) uuid: 9.0.1 transitivePeerDependencies: - supports-color - '@fluidframework/test-runtime-utils@2.30.0(encoding@0.1.13)': + '@fluidframework/test-runtime-utils@2.31.0(encoding@0.1.13)': dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/container-definitions': 2.30.0 - '@fluidframework/container-runtime-definitions': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/datastore-definitions': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/id-compressor': 2.30.0 - '@fluidframework/routerlicious-driver': 2.30.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/runtime-definitions': 2.30.0 - '@fluidframework/runtime-utils': 2.30.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.30.0 + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/container-definitions': 2.31.0 + '@fluidframework/container-runtime-definitions': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/datastore-definitions': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/id-compressor': 2.31.0 + '@fluidframework/routerlicious-driver': 2.31.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/runtime-definitions': 2.31.0 + '@fluidframework/runtime-utils': 2.31.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.31.0 jsrsasign: 11.1.0 uuid: 9.0.1 transitivePeerDependencies: @@ -31841,27 +31843,27 @@ snapshots: '@fluidframework/test-tools@1.0.195075': {} - '@fluidframework/test-utils@2.30.0(encoding@0.1.13)': - dependencies: - '@fluid-internal/test-driver-definitions': 2.30.0 - '@fluidframework/container-definitions': 2.30.0 - '@fluidframework/container-loader': 2.30.0 - '@fluidframework/container-runtime': 2.30.0(debug@4.4.0) - '@fluidframework/container-runtime-definitions': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/datastore': 2.30.0(debug@4.4.0) - '@fluidframework/datastore-definitions': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/driver-utils': 2.30.0(debug@4.4.0) - '@fluidframework/local-driver': 2.30.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/map': 2.30.0(debug@4.4.0) - '@fluidframework/odsp-driver': 2.30.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/request-handler': 2.30.0(debug@4.4.0) - '@fluidframework/routerlicious-driver': 2.30.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/runtime-definitions': 2.30.0 - '@fluidframework/runtime-utils': 2.30.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.30.0 + '@fluidframework/test-utils@2.31.0(encoding@0.1.13)': + dependencies: + '@fluid-internal/test-driver-definitions': 2.31.0 + '@fluidframework/container-definitions': 2.31.0 + '@fluidframework/container-loader': 2.31.0 + '@fluidframework/container-runtime': 2.31.0(debug@4.4.0) + '@fluidframework/container-runtime-definitions': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/datastore': 2.31.0(debug@4.4.0) + '@fluidframework/datastore-definitions': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/driver-utils': 2.31.0(debug@4.4.0) + '@fluidframework/local-driver': 2.31.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/map': 2.31.0(debug@4.4.0) + '@fluidframework/odsp-driver': 2.31.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/request-handler': 2.31.0(debug@4.4.0) + '@fluidframework/routerlicious-driver': 2.31.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/runtime-definitions': 2.31.0 + '@fluidframework/runtime-utils': 2.31.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.31.0 best-random: 1.0.3 debug: 4.4.0(supports-color@8.1.1) mocha: 10.8.2 @@ -31872,20 +31874,20 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/tinylicious-client@2.30.0(encoding@0.1.13)': - dependencies: - '@fluidframework/container-definitions': 2.30.0 - '@fluidframework/container-loader': 2.30.0 - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/driver-utils': 2.30.0(debug@4.4.0) - '@fluidframework/fluid-static': 2.30.0 - '@fluidframework/map': 2.30.0(debug@4.4.0) - '@fluidframework/routerlicious-driver': 2.30.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/runtime-utils': 2.30.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.30.0 - '@fluidframework/tinylicious-driver': 2.30.0(encoding@0.1.13) + '@fluidframework/tinylicious-client@2.31.0(encoding@0.1.13)': + dependencies: + '@fluidframework/container-definitions': 2.31.0 + '@fluidframework/container-loader': 2.31.0 + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/driver-utils': 2.31.0(debug@4.4.0) + '@fluidframework/fluid-static': 2.31.0 + '@fluidframework/map': 2.31.0(debug@4.4.0) + '@fluidframework/routerlicious-driver': 2.31.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/runtime-utils': 2.31.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.31.0 + '@fluidframework/tinylicious-driver': 2.31.0(encoding@0.1.13) transitivePeerDependencies: - bufferutil - debug @@ -31893,12 +31895,12 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/tinylicious-driver@2.30.0(encoding@0.1.13)': + '@fluidframework/tinylicious-driver@2.31.0(encoding@0.1.13)': dependencies: - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/driver-utils': 2.30.0(debug@4.4.0) - '@fluidframework/routerlicious-driver': 2.30.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/driver-utils': 2.31.0(debug@4.4.0) + '@fluidframework/routerlicious-driver': 2.31.0(debug@4.4.0)(encoding@0.1.13) jsrsasign: 11.1.0 uuid: 9.0.1 transitivePeerDependencies: @@ -31908,12 +31910,12 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/tool-utils@2.30.0(encoding@0.1.13)': + '@fluidframework/tool-utils@2.31.0(encoding@0.1.13)': dependencies: - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/driver-utils': 2.30.0(debug@4.4.0) - '@fluidframework/odsp-doclib-utils': 2.30.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/driver-utils': 2.31.0(debug@4.4.0) + '@fluidframework/odsp-doclib-utils': 2.31.0(debug@4.4.0)(encoding@0.1.13) async-mutex: 0.3.2 debug: 4.4.0(supports-color@8.1.1) jwt-decode: 4.0.0 @@ -31922,19 +31924,19 @@ snapshots: - encoding - supports-color - '@fluidframework/tree@2.30.0': + '@fluidframework/tree@2.31.0': dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/container-runtime': 2.30.0(debug@4.4.0) - '@fluidframework/core-interfaces': 2.30.0 - '@fluidframework/core-utils': 2.30.0 - '@fluidframework/datastore-definitions': 2.30.0 - '@fluidframework/driver-definitions': 2.30.0 - '@fluidframework/id-compressor': 2.30.0 - '@fluidframework/runtime-definitions': 2.30.0 - '@fluidframework/runtime-utils': 2.30.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.30.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.30.0 + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/container-runtime': 2.31.0(debug@4.4.0) + '@fluidframework/core-interfaces': 2.31.0 + '@fluidframework/core-utils': 2.31.0 + '@fluidframework/datastore-definitions': 2.31.0 + '@fluidframework/driver-definitions': 2.31.0 + '@fluidframework/id-compressor': 2.31.0 + '@fluidframework/runtime-definitions': 2.31.0 + '@fluidframework/runtime-utils': 2.31.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.31.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.31.0 '@sinclair/typebox': 0.34.13 '@tylerbu/sorted-btree-es6': 1.8.0 '@types/ungap__structured-clone': 1.2.0 @@ -31944,13 +31946,13 @@ snapshots: - debug - supports-color - '@fluidframework/undo-redo@2.30.0': + '@fluidframework/undo-redo@2.31.0': dependencies: - '@fluid-internal/client-utils': 2.30.0 - '@fluidframework/map': 2.30.0(debug@4.4.0) - '@fluidframework/matrix': 2.30.0 - '@fluidframework/merge-tree': 2.30.0(debug@4.4.0) - '@fluidframework/sequence': 2.30.0 + '@fluid-internal/client-utils': 2.31.0 + '@fluidframework/map': 2.31.0(debug@4.4.0) + '@fluidframework/matrix': 2.31.0 + '@fluidframework/merge-tree': 2.31.0(debug@4.4.0) + '@fluidframework/sequence': 2.31.0 transitivePeerDependencies: - debug - supports-color @@ -37169,33 +37171,33 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint-plugin-i@2.29.1(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint@8.55.0))(eslint@8.55.0): + eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint-plugin-i@2.29.1)(eslint@8.55.0): dependencies: '@nolyfill/is-core-module': 1.0.39 debug: 4.4.0(supports-color@8.1.1) enhanced-resolve: 5.17.1 eslint: 8.55.0 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint-plugin-i@2.29.1(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint@8.55.0))(eslint@8.55.0))(eslint@8.55.0) + eslint-module-utils: 2.12.0(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@8.55.0) fast-glob: 3.3.2 get-tsconfig: 4.8.1 is-bun-module: 1.3.0 is-glob: 4.0.3 optionalDependencies: - eslint-plugin-import: eslint-plugin-i@2.29.1(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint-plugin-i@2.29.1(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint@8.55.0))(eslint@8.55.0))(eslint@8.55.0) + eslint-plugin-import: eslint-plugin-i@2.29.1(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint-import-resolver-typescript@3.6.3)(eslint@8.55.0) transitivePeerDependencies: - '@typescript-eslint/parser' - eslint-import-resolver-node - eslint-import-resolver-webpack - supports-color - eslint-module-utils@2.12.0(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint-plugin-i@2.29.1(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint@8.55.0))(eslint@8.55.0))(eslint@8.55.0): + eslint-module-utils@2.12.0(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@8.55.0): dependencies: debug: 3.2.7 optionalDependencies: '@typescript-eslint/parser': 6.7.5(eslint@8.55.0)(typescript@5.4.5) eslint: 8.55.0 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint-plugin-i@2.29.1(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint@8.55.0))(eslint@8.55.0) + eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint-plugin-i@2.29.1)(eslint@8.55.0) transitivePeerDependencies: - supports-color @@ -37209,13 +37211,13 @@ snapshots: eslint: 8.55.0 ignore: 5.3.2 - eslint-plugin-i@2.29.1(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint-plugin-i@2.29.1(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint@8.55.0))(eslint@8.55.0))(eslint@8.55.0): + eslint-plugin-i@2.29.1(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint-import-resolver-typescript@3.6.3)(eslint@8.55.0): dependencies: debug: 4.4.0(supports-color@8.1.1) doctrine: 3.0.0 eslint: 8.55.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint-plugin-i@2.29.1(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint@8.55.0))(eslint@8.55.0))(eslint@8.55.0) + eslint-module-utils: 2.12.0(@typescript-eslint/parser@6.7.5(eslint@8.55.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@8.55.0) get-tsconfig: 4.10.0 is-glob: 4.0.3 minimatch: 3.1.2 diff --git a/tools/markdown-magic/package.json b/tools/markdown-magic/package.json index b6341a5450f5..81543beaef69 100644 --- a/tools/markdown-magic/package.json +++ b/tools/markdown-magic/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-tools/markdown-magic", - "version": "2.31.0", + "version": "2.31.1", "private": true, "description": "Contains shared utilities for Markdown content generation and embedding using markdown-magic.", "homepage": "https://fluidframework.com",