diff --git a/azure/packages/azure-local-service/package.json b/azure/packages/azure-local-service/package.json index 7d3081b45e06..8994e3662959 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.42.0", + "version": "2.42.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 f62ea6cb375b..ff91263f61ab 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.42.0", + "version": "2.42.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.55.0", - "@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@2.41.0", + "@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@2.42.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.4", diff --git a/examples/apps/ai-collab/package.json b/examples/apps/ai-collab/package.json index 9ca9d946d82f..3e271b27b40e 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.42.0", + "version": "2.42.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 78b42b5733e7..e3f778282670 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.42.0", + "version": "2.42.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 eb0b5fd8ab4d..57ca1863f6f5 100644 --- a/examples/apps/blobs/package.json +++ b/examples/apps/blobs/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/blobs", - "version": "2.42.0", + "version": "2.42.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 fef3533f5eb0..fa6c36127227 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.42.0", + "version": "2.42.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 34ebc3f47425..d045334be647 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.42.0", + "version": "2.42.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 3c4e37f91676..12df55e39fea 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.42.0", + "version": "2.42.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 8c22d2248db7..6a88b834d9a1 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.42.0", + "version": "2.42.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 1996741eb0fc..2c0489435f63 100644 --- a/examples/apps/staging/package.json +++ b/examples/apps/staging/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/staging", - "version": "2.42.0", + "version": "2.42.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 06347563fab5..e33dd5ea2774 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.42.0", + "version": "2.42.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 a9cccaf00e3b..30d9f021f85f 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.42.0", + "version": "2.42.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 10328cced105..2a781f6408b3 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.42.0", + "version": "2.42.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 df9c94e6af7d..203b1f6c71cc 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.42.0", + "version": "2.42.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 2544b81e760a..bf72c09b3894 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.42.0", + "version": "2.42.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 42f62e690741..cbac660b39f3 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.42.0", + "version": "2.42.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 5361fee92319..d430201e0025 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.42.0", + "version": "2.42.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 fe028908b25c..bfb290cd2949 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.42.0", + "version": "2.42.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 9edec08a71bc..b3bbe060db7b 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.42.0", + "version": "2.42.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 baec7a0d84db..a372f7e4077e 100644 --- a/examples/benchmarks/tablebench/package.json +++ b/examples/benchmarks/tablebench/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-internal/tablebench", - "version": "2.42.0", + "version": "2.42.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 f4273fd7ccc9..ffaa8ecea128 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.42.0", + "version": "2.42.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 a6c296c0b295..aa0021f68481 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.42.0", + "version": "2.42.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 0ee22fe125e7..b2aafd46c02f 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.42.0", + "version": "2.42.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 57f96252ae4b..19936ab737da 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.42.0", + "version": "2.42.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 4638236e864a..6d31aba926df 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.42.0", + "version": "2.42.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 9d1a9c00f8a6..684609eeb64f 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.42.0", + "version": "2.42.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 bb9eda7af730..9a022dab2ed4 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.42.0", + "version": "2.42.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 f960546cea96..c0df608c3424 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.42.0", + "version": "2.42.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 26bee41e49ca..3b1e317fc2e8 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.42.0", + "version": "2.42.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 662b5f248666..4d8131384313 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.42.0", + "version": "2.42.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 ea0c3adf4913..e7abe754ebd3 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.42.0", + "version": "2.42.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 889888bb43e3..b2028e49914d 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.42.0", + "version": "2.42.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 f88afa0f9ade..df50697ddfd4 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.42.0", + "version": "2.42.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 336ddb8fa57e..01364d833104 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.42.0", + "version": "2.42.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 28e7f9b9c946..35b562b5541d 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.42.0", + "version": "2.42.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 5bc127c72fc6..507aec7eb10c 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.42.0", + "version": "2.42.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 54c5f670f0cf..0d4323037b16 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.42.0", + "version": "2.42.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 3862465d82b8..8a9ad169ad32 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.42.0", + "version": "2.42.1", "description": "Chaincode component containing a table's data", "homepage": "https://fluidframework.com", "repository": { diff --git a/examples/data-objects/table-tree/package.json b/examples/data-objects/table-tree/package.json index c582aea1e7e4..9ca3f81ea7fe 100644 --- a/examples/data-objects/table-tree/package.json +++ b/examples/data-objects/table-tree/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/table-tree", - "version": "2.42.0", + "version": "2.42.1", "private": true, "description": "Simple table example app.", "homepage": "https://fluidframework.com", diff --git a/examples/data-objects/todo/package.json b/examples/data-objects/todo/package.json index da8a7a8ee4d7..ed7832893031 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.42.0", + "version": "2.42.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 e48a8701c1fe..b0b542a3e43d 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.42.0", + "version": "2.42.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 86a78477e6c4..61992bf5c118 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.42.0", + "version": "2.42.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 11c15999871b..97f48aada84b 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.42.0", + "version": "2.42.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 9fb1bcd2197a..9e35b8775c3d 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.42.0", + "version": "2.42.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 070e6485bad3..e4ccef549254 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.42.0", + "version": "2.42.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 10d4a5e3f135..8c4f0ff48e5e 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.42.0", + "version": "2.42.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 5f7a56f4d23a..d9b1963b957c 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.42.0", + "version": "2.42.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 89ae3d504664..09fe96de0d79 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.42.0", + "version": "2.42.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 49dd164d5ab3..f9a769b6a300 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.42.0", + "version": "2.42.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 435e7acc1ef1..af1395dc2ab5 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.42.0", + "version": "2.42.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 b529c2ec29f4..3d91d068545a 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.42.0", + "version": "2.42.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 edd01d6c55b9..21abd07b3d61 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.42.0", + "version": "2.42.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 5b5ee2374830..bd2a8959b265 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.42.0", + "version": "2.42.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 8fd4ea6b5760..4223aa5edf3f 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.42.0", + "version": "2.42.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 711a3090b494..3627d83deaf5 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.42.0", + "version": "2.42.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 c513e642523a..df40da3b17c7 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.42.0", + "version": "2.42.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 0cfda5215a30..72d057348ace 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.42.0", + "version": "2.42.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 826b5e590cd0..66d5cb8ca10a 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.42.0", + "version": "2.42.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 d29072b2a0e2..4d0fd7a23989 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.42.0", + "version": "2.42.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 1eba72bcd4f2..76fef8e7f5af 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.42.0", + "version": "2.42.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 0a87048ad2c0..79d5aa71ee66 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.42.0", + "version": "2.42.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 786f7b236ad8..0d33c9b2d737 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.42.0", + "version": "2.42.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.41.0", + "@fluid-experimental/attributable-map-previous": "npm:@fluid-experimental/attributable-map@2.42.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 cc026541abe9..f3ddfb72f678 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/experimental/dds/ot/ot/package.json b/experimental/dds/ot/ot/package.json index 0955abd4b22d..5aca71e7de55 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.42.0", + "version": "2.42.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 cea6e2ee3056..c090c3a6564e 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/experimental/dds/ot/sharejs/json1/package.json b/experimental/dds/ot/sharejs/json1/package.json index 5ba97ec2f562..312245061a78 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.42.0", + "version": "2.42.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 36d4e9a21a08..fd550186fbd8 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/experimental/dds/sequence-deprecated/package.json b/experimental/dds/sequence-deprecated/package.json index 2da13e26d370..1226ddcdc322 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.42.0", + "version": "2.42.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 00bc1f50da24..3d8b474bc946 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/experimental/dds/tree/package.json b/experimental/dds/tree/package.json index 4ec1ec7b1b97..aef27c355217 100644 --- a/experimental/dds/tree/package.json +++ b/experimental/dds/tree/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-experimental/tree", - "version": "2.42.0", + "version": "2.42.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 5e05e051025e..bff57c027b0a 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.42.0", + "version": "2.42.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 04a5f5d59f1c..179956392b21 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.42.0", + "version": "2.42.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 3c6253391697..f34143d4ec48 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.42.0", + "version": "2.42.1", "description": "Experimental SharedTree API for React integration.", "homepage": "https://fluidframework.com", "repository": { diff --git a/package.json b/package.json index 45f6b35ad054..0966012e1704 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "client-release-group-root", - "version": "2.42.0", + "version": "2.42.1", "private": true, "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/common/client-utils/package.json b/packages/common/client-utils/package.json index b6abc611965b..63e42e25f57d 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.42.0", + "version": "2.42.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.41.0", + "@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.42.0", "@fluid-internal/mocha-test-setup": "workspace:~", "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", diff --git a/packages/common/container-definitions/package.json b/packages/common/container-definitions/package.json index dd406b1dbbf2..628c7ce7e70f 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.42.0", + "version": "2.42.1", "description": "Fluid container definitions", "homepage": "https://fluidframework.com", "repository": { @@ -100,7 +100,7 @@ "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.41.0", + "@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.42.0", "@fluidframework/eslint-config-fluid": "^5.7.4", "@microsoft/api-extractor": "7.52.8", "concurrently": "^8.2.1", diff --git a/packages/common/core-interfaces/package.json b/packages/common/core-interfaces/package.json index ad2619582d5c..d8533d5da789 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.42.0", + "version": "2.42.1", "description": "Fluid object interfaces", "homepage": "https://fluidframework.com", "repository": { @@ -125,7 +125,7 @@ "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.41.0", + "@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.42.0", "@fluidframework/eslint-config-fluid": "^5.7.4", "@microsoft/api-extractor": "7.52.8", "@types/mocha": "^10.0.10", diff --git a/packages/common/core-utils/package.json b/packages/common/core-utils/package.json index 87ea98db2a75..0b52fdaf9124 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.42.0", + "version": "2.42.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.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/core-utils-previous": "npm:@fluidframework/core-utils@2.41.0", + "@fluidframework/core-utils-previous": "npm:@fluidframework/core-utils@2.42.0", "@fluidframework/eslint-config-fluid": "^5.7.4", "@microsoft/api-extractor": "7.52.8", "@types/mocha": "^10.0.10", diff --git a/packages/common/driver-definitions/package.json b/packages/common/driver-definitions/package.json index ed0f59157a8a..c6b4488f6571 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.42.0", + "version": "2.42.1", "description": "Fluid driver definitions", "homepage": "https://fluidframework.com", "repository": { @@ -95,7 +95,7 @@ "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/driver-definitions-previous": "npm:@fluidframework/driver-definitions@2.41.0", + "@fluidframework/driver-definitions-previous": "npm:@fluidframework/driver-definitions@2.42.0", "@fluidframework/eslint-config-fluid": "^5.7.4", "@microsoft/api-extractor": "7.52.8", "concurrently": "^8.2.1", diff --git a/packages/dds/cell/package.json b/packages/dds/cell/package.json index d8fe7127a71d..a669e5366310 100644 --- a/packages/dds/cell/package.json +++ b/packages/dds/cell/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/cell", - "version": "2.42.0", + "version": "2.42.1", "description": "Distributed data structure for a single value", "homepage": "https://fluidframework.com", "repository": { @@ -113,7 +113,7 @@ "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/cell-previous": "npm:@fluidframework/cell@2.41.0", + "@fluidframework/cell-previous": "npm:@fluidframework/cell@2.42.0", "@fluidframework/container-definitions": "workspace:~", "@fluidframework/eslint-config-fluid": "^5.7.4", "@fluidframework/test-runtime-utils": "workspace:~", diff --git a/packages/dds/cell/src/packageVersion.ts b/packages/dds/cell/src/packageVersion.ts index 77841413f1be..a62bf671a5eb 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/dds/counter/package.json b/packages/dds/counter/package.json index 650b1a77fee2..d968fa1cb205 100644 --- a/packages/dds/counter/package.json +++ b/packages/dds/counter/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/counter", - "version": "2.42.0", + "version": "2.42.1", "description": "Counter DDS", "homepage": "https://fluidframework.com", "repository": { @@ -131,7 +131,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/container-definitions": "workspace:~", - "@fluidframework/counter-previous": "npm:@fluidframework/counter@2.41.0", + "@fluidframework/counter-previous": "npm:@fluidframework/counter@2.42.0", "@fluidframework/eslint-config-fluid": "^5.7.4", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.8", diff --git a/packages/dds/counter/src/packageVersion.ts b/packages/dds/counter/src/packageVersion.ts index 9e4e0eb48e14..e43160366b92 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/dds/ink/package.json b/packages/dds/ink/package.json index 5eba82b9e70f..665c28cf6193 100644 --- a/packages/dds/ink/package.json +++ b/packages/dds/ink/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-experimental/ink", - "version": "2.42.0", + "version": "2.42.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 bb7087cad9ba..c202dd03dadd 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/dds/legacy-dds/package.json b/packages/dds/legacy-dds/package.json index d27bac3ab90d..bdc780a8fbdb 100644 --- a/packages/dds/legacy-dds/package.json +++ b/packages/dds/legacy-dds/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-private/legacy-dds", - "version": "2.42.0", + "version": "2.42.1", "private": true, "description": "Legacy DDSs for the Fluid Framework. These are not intended for use in new code.", "homepage": "https://fluidframework.com", diff --git a/packages/dds/legacy-dds/src/packageVersion.ts b/packages/dds/legacy-dds/src/packageVersion.ts index c42270db0c96..30e6fefc41b6 100644 --- a/packages/dds/legacy-dds/src/packageVersion.ts +++ b/packages/dds/legacy-dds/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluid-private/legacy-dds"; -export const pkgVersion = "2.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/dds/map/package.json b/packages/dds/map/package.json index ba4864f03f5c..22b180d6652d 100644 --- a/packages/dds/map/package.json +++ b/packages/dds/map/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/map", - "version": "2.42.0", + "version": "2.42.1", "description": "Distributed map", "homepage": "https://fluidframework.com", "repository": { @@ -157,7 +157,7 @@ "@fluidframework/build-tools": "^0.55.0", "@fluidframework/container-definitions": "workspace:~", "@fluidframework/eslint-config-fluid": "^5.7.4", - "@fluidframework/map-previous": "npm:@fluidframework/map@2.41.0", + "@fluidframework/map-previous": "npm:@fluidframework/map@2.42.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.8", "@types/mocha": "^10.0.10", diff --git a/packages/dds/map/src/packageVersion.ts b/packages/dds/map/src/packageVersion.ts index 2f6ff6618cde..d7aa667346bc 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/dds/matrix/package.json b/packages/dds/matrix/package.json index 5f90113b2355..96861fd69f6a 100644 --- a/packages/dds/matrix/package.json +++ b/packages/dds/matrix/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/matrix", - "version": "2.42.0", + "version": "2.42.1", "description": "Distributed matrix", "homepage": "https://fluidframework.com", "repository": { @@ -161,7 +161,7 @@ "@fluidframework/build-tools": "^0.55.0", "@fluidframework/container-definitions": "workspace:~", "@fluidframework/eslint-config-fluid": "^5.7.4", - "@fluidframework/matrix-previous": "npm:@fluidframework/matrix@2.41.0", + "@fluidframework/matrix-previous": "npm:@fluidframework/matrix@2.42.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.8", "@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 bdab9d6c03ef..0981a0e65ef9 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/dds/merge-tree/package.json b/packages/dds/merge-tree/package.json index 5b4ead83187c..ca0e4776e9bc 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.42.0", + "version": "2.42.1", "description": "Merge tree", "homepage": "https://fluidframework.com", "repository": { @@ -154,7 +154,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.4", - "@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.41.0", + "@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.42.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.8", "@types/diff": "^3.5.1", diff --git a/packages/dds/ordered-collection/package.json b/packages/dds/ordered-collection/package.json index fd18c33ce908..558682efdb14 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.42.0", + "version": "2.42.1", "description": "Consensus Collection", "homepage": "https://fluidframework.com", "repository": { @@ -135,7 +135,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.4", - "@fluidframework/ordered-collection-previous": "npm:@fluidframework/ordered-collection@2.41.0", + "@fluidframework/ordered-collection-previous": "npm:@fluidframework/ordered-collection@2.42.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.8", "@types/mocha": "^10.0.10", diff --git a/packages/dds/ordered-collection/src/packageVersion.ts b/packages/dds/ordered-collection/src/packageVersion.ts index 0f5e6b0fbd64..7c338b1e2f56 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/dds/pact-map/package.json b/packages/dds/pact-map/package.json index 580b307e1dca..301c86b49541 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.42.0", + "version": "2.42.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 bceb74ee9873..8f3b6217edc8 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/dds/register-collection/package.json b/packages/dds/register-collection/package.json index 2fb59b6c2ecc..40c237480fea 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.42.0", + "version": "2.42.1", "description": "Consensus Register", "homepage": "https://fluidframework.com", "repository": { @@ -133,7 +133,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.4", - "@fluidframework/register-collection-previous": "npm:@fluidframework/register-collection@2.41.0", + "@fluidframework/register-collection-previous": "npm:@fluidframework/register-collection@2.42.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.8", "@types/mocha": "^10.0.10", diff --git a/packages/dds/register-collection/src/packageVersion.ts b/packages/dds/register-collection/src/packageVersion.ts index dada947018a9..60de368bf8e5 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/dds/sequence/package.json b/packages/dds/sequence/package.json index 44334adf19b1..5740f4494693 100644 --- a/packages/dds/sequence/package.json +++ b/packages/dds/sequence/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/sequence", - "version": "2.42.0", + "version": "2.42.1", "description": "Distributed sequence", "homepage": "https://fluidframework.com", "repository": { @@ -170,7 +170,7 @@ "@fluidframework/build-tools": "^0.55.0", "@fluidframework/container-definitions": "workspace:~", "@fluidframework/eslint-config-fluid": "^5.7.4", - "@fluidframework/sequence-previous": "npm:@fluidframework/sequence@2.41.0", + "@fluidframework/sequence-previous": "npm:@fluidframework/sequence@2.42.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.8", "@types/diff": "^3.5.1", diff --git a/packages/dds/sequence/src/packageVersion.ts b/packages/dds/sequence/src/packageVersion.ts index fa33e01b20e3..d40cb8dab161 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/dds/shared-object-base/package.json b/packages/dds/shared-object-base/package.json index a25d3637e055..1e3a3906b7e3 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.42.0", + "version": "2.42.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.55.0", "@fluidframework/eslint-config-fluid": "^5.7.4", - "@fluidframework/shared-object-base-previous": "npm:@fluidframework/shared-object-base@2.41.0", + "@fluidframework/shared-object-base-previous": "npm:@fluidframework/shared-object-base@2.42.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.8", "@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 a62edb6607d7..ea18e7e1429f 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/dds/shared-summary-block/package.json b/packages/dds/shared-summary-block/package.json index 88451e30c33e..d04865195207 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.42.0", + "version": "2.42.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.55.0", "@fluidframework/container-definitions": "workspace:~", "@fluidframework/eslint-config-fluid": "^5.7.4", - "@fluidframework/shared-summary-block-previous": "npm:@fluidframework/shared-summary-block@2.41.0", + "@fluidframework/shared-summary-block-previous": "npm:@fluidframework/shared-summary-block@2.42.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.8", "@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 6b1083086c9b..22ef2060e6ff 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/dds/task-manager/package.json b/packages/dds/task-manager/package.json index 5685d8e33679..67b45fa194c6 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.42.0", + "version": "2.42.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.55.0", "@fluidframework/eslint-config-fluid": "^5.7.4", - "@fluidframework/task-manager-previous": "npm:@fluidframework/task-manager@2.41.0", + "@fluidframework/task-manager-previous": "npm:@fluidframework/task-manager@2.42.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.8", "@types/mocha": "^10.0.10", diff --git a/packages/dds/task-manager/src/packageVersion.ts b/packages/dds/task-manager/src/packageVersion.ts index f4b9e66cc77d..fbdc7b66f76f 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/dds/test-dds-utils/package.json b/packages/dds/test-dds-utils/package.json index 43aff140605f..2eed12f16321 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.42.0", + "version": "2.42.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 a2c2c82ea30d..f3c2bfe015be 100644 --- a/packages/dds/tree/package.json +++ b/packages/dds/tree/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/tree", - "version": "2.42.0", + "version": "2.42.1", "description": "Distributed tree", "homepage": "https://fluidframework.com", "repository": { @@ -184,7 +184,7 @@ "@fluidframework/eslint-config-fluid": "^5.7.4", "@fluidframework/test-runtime-utils": "workspace:~", "@fluidframework/test-utils": "workspace:~", - "@fluidframework/tree-previous": "npm:@fluidframework/tree@2.41.0", + "@fluidframework/tree-previous": "npm:@fluidframework/tree@2.42.0", "@microsoft/api-extractor": "7.52.8", "@types/diff": "^3.5.1", "@types/easy-table": "^0.0.32", diff --git a/packages/dds/tree/src/packageVersion.ts b/packages/dds/tree/src/packageVersion.ts index e49709164fa2..a2dc6b33eace 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/drivers/debugger/package.json b/packages/drivers/debugger/package.json index 6362e9d3546a..822c3d9dedb3 100644 --- a/packages/drivers/debugger/package.json +++ b/packages/drivers/debugger/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/debugger", - "version": "2.42.0", + "version": "2.42.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.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/debugger-previous": "npm:@fluidframework/debugger@2.41.0", + "@fluidframework/debugger-previous": "npm:@fluidframework/debugger@2.42.0", "@fluidframework/eslint-config-fluid": "^5.7.4", "@microsoft/api-extractor": "7.52.8", "@types/node": "^18.19.0", diff --git a/packages/drivers/driver-base/package.json b/packages/drivers/driver-base/package.json index d888363c4cc4..aa8dab996957 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.42.0", + "version": "2.42.1", "description": "Shared driver code for Fluid driver implementations", "homepage": "https://fluidframework.com", "repository": { @@ -111,7 +111,7 @@ "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/driver-base-previous": "npm:@fluidframework/driver-base@2.41.0", + "@fluidframework/driver-base-previous": "npm:@fluidframework/driver-base@2.42.0", "@fluidframework/eslint-config-fluid": "^5.7.4", "@microsoft/api-extractor": "7.52.8", "@types/mocha": "^10.0.10", diff --git a/packages/drivers/driver-base/src/packageVersion.ts b/packages/drivers/driver-base/src/packageVersion.ts index 9c9a694e7a7a..148d1edfaef0 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/drivers/driver-web-cache/package.json b/packages/drivers/driver-web-cache/package.json index 65949dbe7c32..dcb7e88aac74 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.42.0", + "version": "2.42.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.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/driver-web-cache-previous": "npm:@fluidframework/driver-web-cache@2.41.0", + "@fluidframework/driver-web-cache-previous": "npm:@fluidframework/driver-web-cache@2.42.0", "@fluidframework/eslint-config-fluid": "^5.7.4", "@microsoft/api-extractor": "7.52.8", "@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 931b8ff5bff4..5beef54ddf85 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/drivers/file-driver/package.json b/packages/drivers/file-driver/package.json index 38b996425bd4..cb78d6d58966 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.42.0", + "version": "2.42.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.55.0", "@fluidframework/eslint-config-fluid": "^5.7.4", - "@fluidframework/file-driver-previous": "npm:@fluidframework/file-driver@2.41.0", + "@fluidframework/file-driver-previous": "npm:@fluidframework/file-driver@2.42.0", "@microsoft/api-extractor": "7.52.8", "@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 3f073277ce54..f01dcfe72a5d 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.42.0", + "version": "2.42.1", "description": "Fluid local driver", "homepage": "https://fluidframework.com", "repository": { @@ -140,7 +140,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.4", - "@fluidframework/local-driver-previous": "npm:@fluidframework/local-driver@2.41.0", + "@fluidframework/local-driver-previous": "npm:@fluidframework/local-driver@2.42.0", "@microsoft/api-extractor": "7.52.8", "@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 8ca3a350d4f6..4d0f354705f8 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.42.0", + "version": "2.42.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.55.0", "@fluidframework/eslint-config-fluid": "^5.7.4", - "@fluidframework/odsp-driver-definitions-previous": "npm:@fluidframework/odsp-driver-definitions@2.41.0", + "@fluidframework/odsp-driver-definitions-previous": "npm:@fluidframework/odsp-driver-definitions@2.42.0", "@microsoft/api-extractor": "7.52.8", "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 a78fd11ab873..f2538683483d 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.42.0", + "version": "2.42.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.55.0", "@fluidframework/eslint-config-fluid": "^5.7.4", - "@fluidframework/odsp-driver-previous": "npm:@fluidframework/odsp-driver@2.41.0", + "@fluidframework/odsp-driver-previous": "npm:@fluidframework/odsp-driver@2.42.0", "@microsoft/api-extractor": "7.52.8", "@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 72fb87da3656..459bc134fa30 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/drivers/odsp-urlResolver/package.json b/packages/drivers/odsp-urlResolver/package.json index 83b59c7eb18a..5ba3c002c008 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.42.0", + "version": "2.42.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.55.0", "@fluidframework/eslint-config-fluid": "^5.7.4", - "@fluidframework/odsp-urlresolver-previous": "npm:@fluidframework/odsp-urlresolver@2.41.0", + "@fluidframework/odsp-urlresolver-previous": "npm:@fluidframework/odsp-urlresolver@2.42.0", "@microsoft/api-extractor": "7.52.8", "@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 9f9859cc6812..db59e30ad736 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.42.0", + "version": "2.42.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.55.0", "@fluidframework/eslint-config-fluid": "^5.7.4", - "@fluidframework/replay-driver-previous": "npm:@fluidframework/replay-driver@2.41.0", + "@fluidframework/replay-driver-previous": "npm:@fluidframework/replay-driver@2.42.0", "@microsoft/api-extractor": "7.52.8", "@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 8b5bc29a7982..075c927fd842 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.42.0", + "version": "2.42.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.55.0", "@fluidframework/eslint-config-fluid": "^5.7.4", - "@fluidframework/routerlicious-driver-previous": "npm:@fluidframework/routerlicious-driver@2.41.0", + "@fluidframework/routerlicious-driver-previous": "npm:@fluidframework/routerlicious-driver@2.42.0", "@microsoft/api-extractor": "7.52.8", "@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 91a1f6a2a8cb..3ba13c6dac5c 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/drivers/routerlicious-urlResolver/package.json b/packages/drivers/routerlicious-urlResolver/package.json index d2fe475f78d0..6712d5cb8b9d 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.42.0", + "version": "2.42.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.55.0", "@fluidframework/eslint-config-fluid": "^5.7.4", - "@fluidframework/routerlicious-urlresolver-previous": "npm:@fluidframework/routerlicious-urlresolver@2.41.0", + "@fluidframework/routerlicious-urlresolver-previous": "npm:@fluidframework/routerlicious-urlresolver@2.42.0", "@microsoft/api-extractor": "7.52.8", "@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 ec3fcb9b76ea..8b6729383ee0 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.42.0", + "version": "2.42.1", "description": "Driver for tinylicious", "homepage": "https://fluidframework.com", "repository": { @@ -99,7 +99,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.4", - "@fluidframework/tinylicious-driver-previous": "npm:@fluidframework/tinylicious-driver@2.41.0", + "@fluidframework/tinylicious-driver-previous": "npm:@fluidframework/tinylicious-driver@2.42.0", "@microsoft/api-extractor": "7.52.8", "@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 4ec86f0a2960..6ccb4ef88f33 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.42.0", + "version": "2.42.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.55.0", - "@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@2.41.0", + "@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@2.42.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.4", diff --git a/packages/framework/ai-collab/package.json b/packages/framework/ai-collab/package.json index 0608c01d83c0..7027064a1619 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.42.0", + "version": "2.42.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 a66b0c436f76..21b5818bbaa5 100644 --- a/packages/framework/aqueduct/package.json +++ b/packages/framework/aqueduct/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/aqueduct", - "version": "2.42.0", + "version": "2.42.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.55.0", - "@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.41.0", + "@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.42.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.4", diff --git a/packages/framework/attributor/package.json b/packages/framework/attributor/package.json index 354cdb09703e..af88afadbf4b 100644 --- a/packages/framework/attributor/package.json +++ b/packages/framework/attributor/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-experimental/attributor", - "version": "2.42.0", + "version": "2.42.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 4654ef095ddb..b85199b82a4c 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.42.0", + "version": "2.42.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.55.0", - "@fluidframework/app-insights-logger-previous": "npm:@fluidframework/app-insights-logger@2.41.0", + "@fluidframework/app-insights-logger-previous": "npm:@fluidframework/app-insights-logger@2.42.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@microsoft/api-extractor": "7.52.8", diff --git a/packages/framework/client-logger/fluid-telemetry/package.json b/packages/framework/client-logger/fluid-telemetry/package.json index c5ac4a1012fe..36ca445f7ba6 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.42.0", + "version": "2.42.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 a97caf381f62..44b644a71aed 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.42.0", + "version": "2.42.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 bcd494cb4cbb..61e1b55ae3b1 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.42.0", + "version": "2.42.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 abdd0ada0acf..a3f53d651ac8 100644 --- a/packages/framework/fluid-framework/package.json +++ b/packages/framework/fluid-framework/package.json @@ -1,6 +1,6 @@ { "name": "fluid-framework", - "version": "2.42.0", + "version": "2.42.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 e5a415bf551a..510679f5e12b 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.42.0", + "version": "2.42.1", "description": "A tool to enable consumption of Fluid Data Objects without requiring custom container code.", "homepage": "https://fluidframework.com", "repository": { @@ -120,7 +120,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.4", - "@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.41.0", + "@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.42.0", "@fluidframework/map": "workspace:~", "@fluidframework/sequence": "workspace:~", "@microsoft/api-extractor": "7.52.8", diff --git a/packages/framework/oldest-client-observer/package.json b/packages/framework/oldest-client-observer/package.json index 77fe0fa73089..176cc4a480e3 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.42.0", + "version": "2.42.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 666fbf85d066..eccd837a13dc 100644 --- a/packages/framework/presence/package.json +++ b/packages/framework/presence/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/presence", - "version": "2.42.0", + "version": "2.42.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 78f5d7912169..c06125321ec5 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.42.0", + "version": "2.42.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.55.0", "@fluidframework/eslint-config-fluid": "^5.7.4", - "@fluidframework/request-handler-previous": "npm:@fluidframework/request-handler@2.41.0", + "@fluidframework/request-handler-previous": "npm:@fluidframework/request-handler@2.42.0", "@microsoft/api-extractor": "7.52.8", "@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 d8cc36308c51..deafc0d00030 100644 --- a/packages/framework/synthesize/package.json +++ b/packages/framework/synthesize/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/synthesize", - "version": "2.42.0", + "version": "2.42.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.4", "@fluidframework/runtime-utils": "workspace:~", - "@fluidframework/synthesize-previous": "npm:@fluidframework/synthesize@2.41.0", + "@fluidframework/synthesize-previous": "npm:@fluidframework/synthesize@2.42.0", "@microsoft/api-extractor": "7.52.8", "@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 6cf7376554d4..1caa371e4d75 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.42.0", + "version": "2.42.1", "description": "Undo Redo", "homepage": "https://fluidframework.com", "repository": { @@ -111,7 +111,7 @@ "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.4", "@fluidframework/test-runtime-utils": "workspace:~", - "@fluidframework/undo-redo-previous": "npm:@fluidframework/undo-redo@2.41.0", + "@fluidframework/undo-redo-previous": "npm:@fluidframework/undo-redo@2.42.0", "@microsoft/api-extractor": "7.52.8", "@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 b6f6251f6375..51ff9c67f84e 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.42.0", + "version": "2.42.1", "description": "Fluid container loader", "homepage": "https://fluidframework.com", "repository": { @@ -190,7 +190,7 @@ "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/container-loader-previous": "npm:@fluidframework/container-loader@2.41.0", + "@fluidframework/container-loader-previous": "npm:@fluidframework/container-loader@2.42.0", "@fluidframework/eslint-config-fluid": "^5.7.4", "@microsoft/api-extractor": "7.52.8", "@types/debug": "^4.1.5", diff --git a/packages/loader/container-loader/src/packageVersion.ts b/packages/loader/container-loader/src/packageVersion.ts index 3c149ea87ab6..f08c9a3b0e61 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/loader/driver-utils/package.json b/packages/loader/driver-utils/package.json index 9506a8888602..4afb3f9c352b 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.42.0", + "version": "2.42.1", "description": "Collection of utility functions for Fluid drivers", "homepage": "https://fluidframework.com", "repository": { @@ -131,7 +131,7 @@ "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/driver-utils-previous": "npm:@fluidframework/driver-utils@2.41.0", + "@fluidframework/driver-utils-previous": "npm:@fluidframework/driver-utils@2.42.0", "@fluidframework/eslint-config-fluid": "^5.7.4", "@microsoft/api-extractor": "7.52.8", "@types/mocha": "^10.0.10", diff --git a/packages/loader/driver-utils/src/packageVersion.ts b/packages/loader/driver-utils/src/packageVersion.ts index 987b0d09fb81..523923d7069b 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/loader/test-loader-utils/package.json b/packages/loader/test-loader-utils/package.json index 86a33399e6ab..2d9cc11a8713 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.42.0", + "version": "2.42.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 dc3e1963c89a..842192c31659 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.42.0", + "version": "2.42.1", "description": "Fluid Runtime definitions", "homepage": "https://fluidframework.com", "repository": { @@ -91,7 +91,7 @@ "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/container-runtime-definitions-previous": "npm:@fluidframework/container-runtime-definitions@2.41.0", + "@fluidframework/container-runtime-definitions-previous": "npm:@fluidframework/container-runtime-definitions@2.42.0", "@fluidframework/eslint-config-fluid": "^5.7.4", "@microsoft/api-extractor": "7.52.8", "concurrently": "^8.2.1", diff --git a/packages/runtime/container-runtime/package.json b/packages/runtime/container-runtime/package.json index dd5529f04cf3..fc0c190d9e0b 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.42.0", + "version": "2.42.1", "description": "Fluid container runtime", "homepage": "https://fluidframework.com", "repository": { @@ -197,7 +197,7 @@ "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/container-runtime-previous": "npm:@fluidframework/container-runtime@2.41.0", + "@fluidframework/container-runtime-previous": "npm:@fluidframework/container-runtime@2.42.0", "@fluidframework/eslint-config-fluid": "^5.7.4", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.8", diff --git a/packages/runtime/container-runtime/src/packageVersion.ts b/packages/runtime/container-runtime/src/packageVersion.ts index fc2fce8e6992..4e8502abf703 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/runtime/datastore-definitions/package.json b/packages/runtime/datastore-definitions/package.json index 38869ffbaa56..557c1a87e4de 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.42.0", + "version": "2.42.1", "description": "Fluid data store definitions", "homepage": "https://fluidframework.com", "repository": { @@ -91,7 +91,7 @@ "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.41.0", + "@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.42.0", "@fluidframework/eslint-config-fluid": "^5.7.4", "@microsoft/api-extractor": "7.52.8", "concurrently": "^8.2.1", diff --git a/packages/runtime/datastore/package.json b/packages/runtime/datastore/package.json index 78016e64e8f8..53d9f38c1bc8 100644 --- a/packages/runtime/datastore/package.json +++ b/packages/runtime/datastore/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/datastore", - "version": "2.42.0", + "version": "2.42.1", "description": "Fluid data store implementation", "homepage": "https://fluidframework.com", "repository": { @@ -137,7 +137,7 @@ "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/datastore-previous": "npm:@fluidframework/datastore@2.41.0", + "@fluidframework/datastore-previous": "npm:@fluidframework/datastore@2.42.0", "@fluidframework/eslint-config-fluid": "^5.7.4", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.8", diff --git a/packages/runtime/datastore/src/packageVersion.ts b/packages/runtime/datastore/src/packageVersion.ts index ba1950d2af9c..2296ff2ecff2 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/runtime/id-compressor/package.json b/packages/runtime/id-compressor/package.json index facc0cf859cb..c04ab28fddc3 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.42.0", + "version": "2.42.1", "description": "ID compressor", "homepage": "https://fluidframework.com", "repository": { @@ -145,7 +145,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.4", - "@fluidframework/id-compressor-previous": "npm:@fluidframework/id-compressor@2.41.0", + "@fluidframework/id-compressor-previous": "npm:@fluidframework/id-compressor@2.42.0", "@microsoft/api-extractor": "7.52.8", "@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 befc256629d8..6f19b32a7962 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/runtime/runtime-definitions/package.json b/packages/runtime/runtime-definitions/package.json index 24ba41e0f82a..2c1a6915f2a2 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.42.0", + "version": "2.42.1", "description": "Fluid Runtime definitions", "homepage": "https://fluidframework.com", "repository": { @@ -98,7 +98,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.4", - "@fluidframework/runtime-definitions-previous": "npm:@fluidframework/runtime-definitions@2.41.0", + "@fluidframework/runtime-definitions-previous": "npm:@fluidframework/runtime-definitions@2.42.0", "@microsoft/api-extractor": "7.52.8", "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 1cbce267053e..17970ea04704 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.42.0", + "version": "2.42.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.55.0", "@fluidframework/eslint-config-fluid": "^5.7.4", - "@fluidframework/runtime-utils-previous": "npm:@fluidframework/runtime-utils@2.41.0", + "@fluidframework/runtime-utils-previous": "npm:@fluidframework/runtime-utils@2.42.0", "@microsoft/api-extractor": "7.52.8", "@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 10d93653592d..fdd1f4bb6255 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.42.0", + "version": "2.42.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.55.0", "@fluidframework/eslint-config-fluid": "^5.7.4", - "@fluidframework/test-runtime-utils-previous": "npm:@fluidframework/test-runtime-utils@2.41.0", + "@fluidframework/test-runtime-utils-previous": "npm:@fluidframework/test-runtime-utils@2.42.0", "@microsoft/api-extractor": "7.52.8", "@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 e7b777cb493a..cb320549e1dd 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.42.0", + "version": "2.42.1", "description": "A tool to enable creation and loading of Fluid containers using the Azure Fluid Relay service", "homepage": "https://fluidframework.com", "repository": { @@ -105,7 +105,7 @@ "@arethetypeswrong/cli": "^0.17.1", "@biomejs/biome": "~1.9.3", "@fluid-tools/build-cli": "^0.55.0", - "@fluidframework/azure-client-previous": "npm:@fluidframework/azure-client@2.41.0", + "@fluidframework/azure-client-previous": "npm:@fluidframework/azure-client@2.42.0", "@fluidframework/azure-local-service": "workspace:~", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.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 3792267e0882..af4c5ca4b260 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.42.0", + "version": "2.42.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 1183df73a25d..12cf1eadaddb 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.42.0", + "version": "2.42.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 11a638dbfd47..e6041951687f 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.42.0", + "version": "2.42.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 e8c607b3bc43..189d2767dddf 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.42.0", + "version": "2.42.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.4", "@fluidframework/test-utils": "workspace:~", - "@fluidframework/tinylicious-client-previous": "npm:@fluidframework/tinylicious-client@2.41.0", + "@fluidframework/tinylicious-client-previous": "npm:@fluidframework/tinylicious-client@2.42.0", "@microsoft/api-extractor": "7.52.8", "@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 4c3f4568e01e..6f5a1d964603 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.42.0", + "version": "2.42.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 51548884a0bc..84f8c3426305 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.42.0", + "version": "2.42.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 643815121215..a21f21b8cb9a 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.42.0", + "version": "2.42.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 0a658860493f..6dd02e5381f7 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.42.0", + "version": "2.42.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 61d82412def8..04f2310692cc 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/test/snapshots/package.json b/packages/test/snapshots/package.json index 6da2572ee254..443520762ff9 100644 --- a/packages/test/snapshots/package.json +++ b/packages/test/snapshots/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-internal/test-snapshots", - "version": "2.42.0", + "version": "2.42.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 bc7a08fe2e17..81899b6e3423 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/test/stochastic-test-utils/package.json b/packages/test/stochastic-test-utils/package.json index 646c1f8381eb..edc0b2169607 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.42.0", + "version": "2.42.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 493555bd2b98..dd15fafd047e 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.42.0", + "version": "2.42.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 780a1380a33a..153bd2b8cd69 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.42.0", + "version": "2.42.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 43020b376559..2b50ed37ef54 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/test/test-end-to-end-tests/package.json b/packages/test/test-end-to-end-tests/package.json index 8217e2e451a8..b0dd4692fdfd 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.42.0", + "version": "2.42.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 b5d43a3794be..db87f03d70f2 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/test/test-pairwise-generator/package.json b/packages/test/test-pairwise-generator/package.json index 229d9c9eeffe..d96ba557dd5e 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.42.0", + "version": "2.42.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 d9db318000bf..2edffb28dc7d 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.42.0", + "version": "2.42.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 40e162cd3631..e9b82620048b 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/test/test-utils/package.json b/packages/test/test-utils/package.json index f74fb10834ce..027d5ca7ecab 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.42.0", + "version": "2.42.1", "description": "Utilities for Fluid tests", "homepage": "https://fluidframework.com", "repository": { @@ -145,7 +145,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.4", - "@fluidframework/test-utils-previous": "npm:@fluidframework/test-utils@2.41.0", + "@fluidframework/test-utils-previous": "npm:@fluidframework/test-utils@2.42.0", "@microsoft/api-extractor": "7.52.8", "@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 5536b7175698..2445ca9469bc 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/test/test-version-utils/package.json b/packages/test/test-version-utils/package.json index 6d2a85774653..88040ab3f62d 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.42.0", + "version": "2.42.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 e01d197ac0b9..7f73a6b01c3e 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/test/types_jest-environment-puppeteer/package.json b/packages/test/types_jest-environment-puppeteer/package.json index ce2f9d09d23b..679b0cb26e2c 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.42.0", + "version": "2.42.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 36af469a1a2e..31383e11520a 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.42.0", + "version": "2.42.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 00818a8bfebe..c1fc943ce982 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.42.0", + "version": "2.42.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 895f1baca15b..7d72b044127f 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.42.0", + "version": "2.42.1", "description": "Fluid Framework developer tools core functionality", "homepage": "https://fluidframework.com", "repository": { @@ -135,7 +135,7 @@ "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/devtools-core-previous": "npm:@fluidframework/devtools-core@2.41.0", + "@fluidframework/devtools-core-previous": "npm:@fluidframework/devtools-core@2.42.0", "@fluidframework/eslint-config-fluid": "^5.7.4", "@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 9a790332dacc..b69b4134e78f 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/tools/devtools/devtools-test-app/package.json b/packages/tools/devtools/devtools-test-app/package.json index ef30b1194eda..841285d30dd5 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.42.0", + "version": "2.42.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 2c7008f96342..268f4ad28095 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.42.0", + "version": "2.42.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 87a837ea3a97..5e863b2c9960 100644 --- a/packages/tools/devtools/devtools/package.json +++ b/packages/tools/devtools/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/devtools", - "version": "2.42.0", + "version": "2.42.1", "description": "Fluid Framework developer tools", "homepage": "https://fluidframework.com", "repository": { @@ -127,7 +127,7 @@ "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/devtools-previous": "npm:@fluidframework/devtools@2.41.0", + "@fluidframework/devtools-previous": "npm:@fluidframework/devtools@2.42.0", "@fluidframework/eslint-config-fluid": "^5.7.4", "@microsoft/api-extractor": "7.52.8", "@types/chai": "^4.0.0", diff --git a/packages/tools/fetch-tool/package.json b/packages/tools/fetch-tool/package.json index c80e51116498..69c0ade19873 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.42.0", + "version": "2.42.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.55.0", - "@fluid-tools/fetch-tool-previous": "npm:@fluid-tools/fetch-tool@2.41.0", + "@fluid-tools/fetch-tool-previous": "npm:@fluid-tools/fetch-tool@2.42.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.4", diff --git a/packages/tools/fluid-runner/package.json b/packages/tools/fluid-runner/package.json index 44e423320a44..5bc2a019425b 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.42.0", + "version": "2.42.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.55.0", "@fluidframework/eslint-config-fluid": "^5.7.4", - "@fluidframework/fluid-runner-previous": "npm:@fluidframework/fluid-runner@2.41.0", + "@fluidframework/fluid-runner-previous": "npm:@fluidframework/fluid-runner@2.42.0", "@microsoft/api-extractor": "7.52.8", "@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 26f5a26c58eb..b1175fbd419b 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.42.0", + "version": "2.42.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 2e6abe93cd3d..ac791b669ad6 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.42.0", + "version": "2.42.1", "description": "ODSP utilities", "homepage": "https://fluidframework.com", "repository": { @@ -132,7 +132,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.4", - "@fluidframework/odsp-doclib-utils-previous": "npm:@fluidframework/odsp-doclib-utils@2.41.0", + "@fluidframework/odsp-doclib-utils-previous": "npm:@fluidframework/odsp-doclib-utils@2.42.0", "@microsoft/api-extractor": "7.52.8", "@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 5aeaca73df5b..e7b9852099a4 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/packages/utils/telemetry-utils/package.json b/packages/utils/telemetry-utils/package.json index 9363c33f0592..b3303e251110 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.42.0", + "version": "2.42.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.55.0", "@fluidframework/eslint-config-fluid": "^5.7.4", - "@fluidframework/telemetry-utils-previous": "npm:@fluidframework/telemetry-utils@2.41.0", + "@fluidframework/telemetry-utils-previous": "npm:@fluidframework/telemetry-utils@2.42.0", "@microsoft/api-extractor": "7.52.8", "@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 fac613f185b6..8497ceef4d72 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.42.0", + "version": "2.42.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.55.0", "@fluidframework/eslint-config-fluid": "^5.7.4", - "@fluidframework/tool-utils-previous": "npm:@fluidframework/tool-utils@2.41.0", + "@fluidframework/tool-utils-previous": "npm:@fluidframework/tool-utils@2.42.0", "@microsoft/api-extractor": "7.52.8", "@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 7810edb06d84..f227d4910c43 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.42.0"; +export const pkgVersion = "2.42.1"; diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 769b2d74a9f4..8ad41466e3c6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -172,8 +172,8 @@ importers: specifier: ^0.55.0 version: 0.55.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.41.0 - version: '@fluidframework/azure-service-utils@2.41.0' + specifier: npm:@fluidframework/azure-service-utils@2.42.0 + version: '@fluidframework/azure-service-utils@2.42.0' '@fluidframework/build-common': specifier: ^2.0.3 version: 2.0.3 @@ -6700,8 +6700,8 @@ importers: specifier: ~1.9.3 version: 1.9.4 '@fluid-experimental/attributable-map-previous': - specifier: npm:@fluid-experimental/attributable-map@2.41.0 - version: '@fluid-experimental/attributable-map@2.41.0' + specifier: npm:@fluid-experimental/attributable-map@2.42.0 + version: '@fluid-experimental/attributable-map@2.42.0' '@fluid-internal/mocha-test-setup': specifier: workspace:~ version: link:../../../packages/test/mocha-test-setup @@ -7455,8 +7455,8 @@ importers: specifier: ~1.9.3 version: 1.9.4 '@fluid-internal/client-utils-previous': - specifier: npm:@fluid-internal/client-utils@2.41.0 - version: '@fluid-internal/client-utils@2.41.0' + specifier: npm:@fluid-internal/client-utils@2.42.0 + version: '@fluid-internal/client-utils@2.42.0' '@fluid-internal/mocha-test-setup': specifier: workspace:~ version: link:../../test/mocha-test-setup @@ -7582,8 +7582,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@22.10.1) '@fluidframework/container-definitions-previous': - specifier: npm:@fluidframework/container-definitions@2.41.0 - version: '@fluidframework/container-definitions@2.41.0' + specifier: npm:@fluidframework/container-definitions@2.42.0 + version: '@fluidframework/container-definitions@2.42.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) @@ -7624,8 +7624,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@18.19.67) '@fluidframework/core-interfaces-previous': - specifier: npm:@fluidframework/core-interfaces@2.41.0 - version: '@fluidframework/core-interfaces@2.41.0' + specifier: npm:@fluidframework/core-interfaces@2.42.0 + version: '@fluidframework/core-interfaces@2.42.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) @@ -7690,8 +7690,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@18.19.67) '@fluidframework/core-utils-previous': - specifier: npm:@fluidframework/core-utils@2.41.0 - version: '@fluidframework/core-utils@2.41.0' + specifier: npm:@fluidframework/core-utils@2.42.0 + version: '@fluidframework/core-utils@2.42.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) @@ -7763,8 +7763,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@22.10.1) '@fluidframework/driver-definitions-previous': - specifier: npm:@fluidframework/driver-definitions@2.41.0 - version: '@fluidframework/driver-definitions@2.41.0' + specifier: npm:@fluidframework/driver-definitions@2.42.0 + version: '@fluidframework/driver-definitions@2.42.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) @@ -7833,8 +7833,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@18.19.67) '@fluidframework/cell-previous': - specifier: npm:@fluidframework/cell@2.41.0 - version: '@fluidframework/cell@2.41.0' + specifier: npm:@fluidframework/cell@2.42.0 + version: '@fluidframework/cell@2.42.0' '@fluidframework/container-definitions': specifier: workspace:~ version: link:../../common/container-definitions @@ -7927,8 +7927,8 @@ importers: specifier: workspace:~ version: link:../../common/container-definitions '@fluidframework/counter-previous': - specifier: npm:@fluidframework/counter@2.41.0 - version: '@fluidframework/counter@2.41.0' + specifier: npm:@fluidframework/counter@2.42.0 + version: '@fluidframework/counter@2.42.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) @@ -8236,8 +8236,8 @@ importers: specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/map-previous': - specifier: npm:@fluidframework/map@2.41.0 - version: '@fluidframework/map@2.41.0(debug@4.4.0)' + specifier: npm:@fluidframework/map@2.42.0 + version: '@fluidframework/map@2.42.0(debug@4.4.0)' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8360,8 +8360,8 @@ importers: specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/matrix-previous': - specifier: npm:@fluidframework/matrix@2.41.0 - version: '@fluidframework/matrix@2.41.0' + specifier: npm:@fluidframework/matrix@2.42.0 + version: '@fluidframework/matrix@2.42.0' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8481,8 +8481,8 @@ importers: specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/merge-tree-previous': - specifier: npm:@fluidframework/merge-tree@2.41.0 - version: '@fluidframework/merge-tree@2.41.0(debug@4.4.0)' + specifier: npm:@fluidframework/merge-tree@2.42.0 + version: '@fluidframework/merge-tree@2.42.0(debug@4.4.0)' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8587,8 +8587,8 @@ importers: specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/ordered-collection-previous': - specifier: npm:@fluidframework/ordered-collection@2.41.0 - version: '@fluidframework/ordered-collection@2.41.0' + specifier: npm:@fluidframework/ordered-collection@2.42.0 + version: '@fluidframework/ordered-collection@2.42.0' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8775,8 +8775,8 @@ importers: specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/register-collection-previous': - specifier: npm:@fluidframework/register-collection@2.41.0 - version: '@fluidframework/register-collection@2.41.0' + specifier: npm:@fluidframework/register-collection@2.42.0 + version: '@fluidframework/register-collection@2.42.0' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8890,8 +8890,8 @@ importers: specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/sequence-previous': - specifier: npm:@fluidframework/sequence@2.41.0 - version: '@fluidframework/sequence@2.41.0' + specifier: npm:@fluidframework/sequence@2.42.0 + version: '@fluidframework/sequence@2.42.0' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -9011,8 +9011,8 @@ importers: specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/shared-object-base-previous': - specifier: npm:@fluidframework/shared-object-base@2.41.0 - version: '@fluidframework/shared-object-base@2.41.0(debug@4.4.0)' + specifier: npm:@fluidframework/shared-object-base@2.42.0 + version: '@fluidframework/shared-object-base@2.42.0(debug@4.4.0)' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -9117,8 +9117,8 @@ importers: specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/shared-summary-block-previous': - specifier: npm:@fluidframework/shared-summary-block@2.41.0 - version: '@fluidframework/shared-summary-block@2.41.0' + specifier: npm:@fluidframework/shared-summary-block@2.42.0 + version: '@fluidframework/shared-summary-block@2.42.0' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -9226,8 +9226,8 @@ importers: specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/task-manager-previous': - specifier: npm:@fluidframework/task-manager@2.41.0 - version: '@fluidframework/task-manager@2.41.0' + specifier: npm:@fluidframework/task-manager@2.42.0 + version: '@fluidframework/task-manager@2.42.0' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -9468,8 +9468,8 @@ importers: specifier: workspace:~ version: link:../../test/test-utils '@fluidframework/tree-previous': - specifier: npm:@fluidframework/tree@2.41.0 - version: '@fluidframework/tree@2.41.0' + specifier: npm:@fluidframework/tree@2.42.0 + version: '@fluidframework/tree@2.42.0' '@microsoft/api-extractor': specifier: 7.52.8 version: 7.52.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -9568,8 +9568,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@18.19.67) '@fluidframework/debugger-previous': - specifier: npm:@fluidframework/debugger@2.41.0 - version: '@fluidframework/debugger@2.41.0' + specifier: npm:@fluidframework/debugger@2.42.0 + version: '@fluidframework/debugger@2.42.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) @@ -9635,8 +9635,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@18.19.67) '@fluidframework/driver-base-previous': - specifier: npm:@fluidframework/driver-base@2.41.0 - version: '@fluidframework/driver-base@2.41.0(debug@4.4.0)' + specifier: npm:@fluidframework/driver-base@2.42.0 + version: '@fluidframework/driver-base@2.42.0(debug@4.4.0)' '@fluidframework/eslint-config-fluid': specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) @@ -9714,8 +9714,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@18.19.67) '@fluidframework/driver-web-cache-previous': - specifier: npm:@fluidframework/driver-web-cache@2.41.0 - version: '@fluidframework/driver-web-cache@2.41.0' + specifier: npm:@fluidframework/driver-web-cache@2.42.0 + version: '@fluidframework/driver-web-cache@2.42.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) @@ -9790,8 +9790,8 @@ importers: specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/file-driver-previous': - specifier: npm:@fluidframework/file-driver@2.41.0 - version: '@fluidframework/file-driver@2.41.0' + specifier: npm:@fluidframework/file-driver@2.42.0 + version: '@fluidframework/file-driver@2.42.0' '@microsoft/api-extractor': specifier: 7.52.8 version: 7.52.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -9884,8 +9884,8 @@ importers: specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/local-driver-previous': - specifier: npm:@fluidframework/local-driver@2.41.0 - version: '@fluidframework/local-driver@2.41.0(debug@4.4.0)(encoding@0.1.13)' + specifier: npm:@fluidframework/local-driver@2.42.0 + version: '@fluidframework/local-driver@2.42.0(debug@4.4.0)(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.8 version: 7.52.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -9990,8 +9990,8 @@ importers: specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/odsp-driver-previous': - specifier: npm:@fluidframework/odsp-driver@2.41.0 - version: '@fluidframework/odsp-driver@2.41.0(debug@4.4.0)(encoding@0.1.13)' + specifier: npm:@fluidframework/odsp-driver@2.42.0 + version: '@fluidframework/odsp-driver@2.42.0(debug@4.4.0)(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.8 version: 7.52.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -10063,8 +10063,8 @@ importers: specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/odsp-driver-definitions-previous': - specifier: npm:@fluidframework/odsp-driver-definitions@2.41.0 - version: '@fluidframework/odsp-driver-definitions@2.41.0' + specifier: npm:@fluidframework/odsp-driver-definitions@2.42.0 + version: '@fluidframework/odsp-driver-definitions@2.42.0' '@microsoft/api-extractor': specifier: 7.52.8 version: 7.52.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@22.10.1) @@ -10130,8 +10130,8 @@ importers: specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/odsp-urlresolver-previous': - specifier: npm:@fluidframework/odsp-urlresolver@2.41.0 - version: '@fluidframework/odsp-urlresolver@2.41.0(encoding@0.1.13)' + specifier: npm:@fluidframework/odsp-urlresolver@2.42.0 + version: '@fluidframework/odsp-urlresolver@2.42.0(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.8 version: 7.52.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -10206,8 +10206,8 @@ importers: specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/replay-driver-previous': - specifier: npm:@fluidframework/replay-driver@2.41.0 - version: '@fluidframework/replay-driver@2.41.0' + specifier: npm:@fluidframework/replay-driver@2.42.0 + version: '@fluidframework/replay-driver@2.42.0' '@microsoft/api-extractor': specifier: 7.52.8 version: 7.52.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -10297,8 +10297,8 @@ importers: specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/routerlicious-driver-previous': - specifier: npm:@fluidframework/routerlicious-driver@2.41.0 - version: '@fluidframework/routerlicious-driver@2.41.0(debug@4.4.0)(encoding@0.1.13)' + specifier: npm:@fluidframework/routerlicious-driver@2.42.0 + version: '@fluidframework/routerlicious-driver@2.42.0(debug@4.4.0)(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.8 version: 7.52.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -10391,8 +10391,8 @@ importers: specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/routerlicious-urlresolver-previous': - specifier: npm:@fluidframework/routerlicious-urlresolver@2.41.0 - version: '@fluidframework/routerlicious-urlresolver@2.41.0' + specifier: npm:@fluidframework/routerlicious-urlresolver@2.42.0 + version: '@fluidframework/routerlicious-urlresolver@2.42.0' '@microsoft/api-extractor': specifier: 7.52.8 version: 7.52.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -10476,8 +10476,8 @@ importers: specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/tinylicious-driver-previous': - specifier: npm:@fluidframework/tinylicious-driver@2.41.0 - version: '@fluidframework/tinylicious-driver@2.41.0(encoding@0.1.13)' + specifier: npm:@fluidframework/tinylicious-driver@2.42.0 + version: '@fluidframework/tinylicious-driver@2.42.0(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.8 version: 7.52.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -10564,8 +10564,8 @@ importers: specifier: ^0.55.0 version: 0.55.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.41.0 - version: '@fluidframework/agent-scheduler@2.41.0' + specifier: npm:@fluidframework/agent-scheduler@2.42.0 + version: '@fluidframework/agent-scheduler@2.42.0' '@fluidframework/build-common': specifier: ^2.0.3 version: 2.0.3 @@ -10764,8 +10764,8 @@ importers: specifier: ^0.55.0 version: 0.55.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.41.0 - version: '@fluidframework/aqueduct@2.41.0' + specifier: npm:@fluidframework/aqueduct@2.42.0 + version: '@fluidframework/aqueduct@2.42.0' '@fluidframework/build-common': specifier: ^2.0.3 version: 2.0.3 @@ -10949,8 +10949,8 @@ importers: specifier: ^0.55.0 version: 0.55.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.41.0 - version: '@fluidframework/app-insights-logger@2.41.0(tslib@1.14.1)' + specifier: npm:@fluidframework/app-insights-logger@2.42.0 + version: '@fluidframework/app-insights-logger@2.42.0(tslib@1.14.1)' '@fluidframework/build-common': specifier: ^2.0.3 version: 2.0.3 @@ -11416,8 +11416,8 @@ importers: specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/fluid-static-previous': - specifier: npm:@fluidframework/fluid-static@2.41.0 - version: '@fluidframework/fluid-static@2.41.0' + specifier: npm:@fluidframework/fluid-static@2.42.0 + version: '@fluidframework/fluid-static@2.42.0' '@fluidframework/map': specifier: workspace:~ version: link:../../dds/map @@ -11677,8 +11677,8 @@ importers: specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/request-handler-previous': - specifier: npm:@fluidframework/request-handler@2.41.0 - version: '@fluidframework/request-handler@2.41.0(debug@4.4.0)' + specifier: npm:@fluidframework/request-handler@2.42.0 + version: '@fluidframework/request-handler@2.42.0(debug@4.4.0)' '@microsoft/api-extractor': specifier: 7.52.8 version: 7.52.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -11759,8 +11759,8 @@ importers: specifier: workspace:~ version: link:../../runtime/runtime-utils '@fluidframework/synthesize-previous': - specifier: npm:@fluidframework/synthesize@2.41.0 - version: '@fluidframework/synthesize@2.41.0' + specifier: npm:@fluidframework/synthesize@2.42.0 + version: '@fluidframework/synthesize@2.42.0' '@microsoft/api-extractor': specifier: 7.52.8 version: 7.52.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -11841,8 +11841,8 @@ importers: specifier: workspace:~ version: link:../../runtime/test-runtime-utils '@fluidframework/undo-redo-previous': - specifier: npm:@fluidframework/undo-redo@2.41.0 - version: '@fluidframework/undo-redo@2.41.0' + specifier: npm:@fluidframework/undo-redo@2.42.0 + version: '@fluidframework/undo-redo@2.42.0' '@microsoft/api-extractor': specifier: 7.52.8 version: 7.52.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -11950,8 +11950,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@18.19.67) '@fluidframework/container-loader-previous': - specifier: npm:@fluidframework/container-loader@2.41.0 - version: '@fluidframework/container-loader@2.41.0' + specifier: npm:@fluidframework/container-loader@2.42.0 + version: '@fluidframework/container-loader@2.42.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) @@ -12056,8 +12056,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@18.19.67) '@fluidframework/driver-utils-previous': - specifier: npm:@fluidframework/driver-utils@2.41.0 - version: '@fluidframework/driver-utils@2.41.0(debug@4.4.0)' + specifier: npm:@fluidframework/driver-utils@2.42.0 + version: '@fluidframework/driver-utils@2.42.0(debug@4.4.0)' '@fluidframework/eslint-config-fluid': specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) @@ -12241,8 +12241,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@18.19.67) '@fluidframework/container-runtime-previous': - specifier: npm:@fluidframework/container-runtime@2.41.0 - version: '@fluidframework/container-runtime@2.41.0(debug@4.4.0)' + specifier: npm:@fluidframework/container-runtime@2.42.0 + version: '@fluidframework/container-runtime@2.42.0(debug@4.4.0)' '@fluidframework/eslint-config-fluid': specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) @@ -12335,8 +12335,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@22.10.1) '@fluidframework/container-runtime-definitions-previous': - specifier: npm:@fluidframework/container-runtime-definitions@2.41.0 - version: '@fluidframework/container-runtime-definitions@2.41.0' + specifier: npm:@fluidframework/container-runtime-definitions@2.42.0 + version: '@fluidframework/container-runtime-definitions@2.42.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) @@ -12417,8 +12417,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@18.19.67) '@fluidframework/datastore-previous': - specifier: npm:@fluidframework/datastore@2.41.0 - version: '@fluidframework/datastore@2.41.0(debug@4.4.0)' + specifier: npm:@fluidframework/datastore@2.42.0 + version: '@fluidframework/datastore@2.42.0(debug@4.4.0)' '@fluidframework/eslint-config-fluid': specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) @@ -12508,8 +12508,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@22.10.1) '@fluidframework/datastore-definitions-previous': - specifier: npm:@fluidframework/datastore-definitions@2.41.0 - version: '@fluidframework/datastore-definitions@2.41.0' + specifier: npm:@fluidframework/datastore-definitions@2.42.0 + version: '@fluidframework/datastore-definitions@2.42.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) @@ -12581,8 +12581,8 @@ importers: specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/id-compressor-previous': - specifier: npm:@fluidframework/id-compressor@2.41.0 - version: '@fluidframework/id-compressor@2.41.0' + specifier: npm:@fluidframework/id-compressor@2.42.0 + version: '@fluidframework/id-compressor@2.42.0' '@microsoft/api-extractor': specifier: 7.52.8 version: 7.52.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -12660,8 +12660,8 @@ importers: specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/runtime-definitions-previous': - specifier: npm:@fluidframework/runtime-definitions@2.41.0 - version: '@fluidframework/runtime-definitions@2.41.0' + specifier: npm:@fluidframework/runtime-definitions@2.42.0 + version: '@fluidframework/runtime-definitions@2.42.0' '@microsoft/api-extractor': specifier: 7.52.8 version: 7.52.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@22.10.1) @@ -12736,8 +12736,8 @@ importers: specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/runtime-utils-previous': - specifier: npm:@fluidframework/runtime-utils@2.41.0 - version: '@fluidframework/runtime-utils@2.41.0(debug@4.4.0)' + specifier: npm:@fluidframework/runtime-utils@2.42.0 + version: '@fluidframework/runtime-utils@2.42.0(debug@4.4.0)' '@microsoft/api-extractor': specifier: 7.52.8 version: 7.52.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -12851,8 +12851,8 @@ importers: specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/test-runtime-utils-previous': - specifier: npm:@fluidframework/test-runtime-utils@2.41.0 - version: '@fluidframework/test-runtime-utils@2.41.0(encoding@0.1.13)' + specifier: npm:@fluidframework/test-runtime-utils@2.42.0 + version: '@fluidframework/test-runtime-utils@2.42.0(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.8 version: 7.52.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -12933,8 +12933,8 @@ importers: specifier: ^0.55.0 version: 0.55.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.41.0 - version: '@fluidframework/azure-client@2.41.0(encoding@0.1.13)' + specifier: npm:@fluidframework/azure-client@2.42.0 + version: '@fluidframework/azure-client@2.42.0(encoding@0.1.13)' '@fluidframework/azure-local-service': specifier: workspace:~ version: link:../../../azure/packages/azure-local-service @@ -13423,8 +13423,8 @@ importers: specifier: workspace:~ version: link:../../test/test-utils '@fluidframework/tinylicious-client-previous': - specifier: npm:@fluidframework/tinylicious-client@2.41.0 - version: '@fluidframework/tinylicious-client@2.41.0(encoding@0.1.13)' + specifier: npm:@fluidframework/tinylicious-client@2.42.0 + version: '@fluidframework/tinylicious-client@2.42.0(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.8 version: 7.52.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -14744,8 +14744,8 @@ importers: specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/test-utils-previous': - specifier: npm:@fluidframework/test-utils@2.41.0 - version: '@fluidframework/test-utils@2.41.0(encoding@0.1.13)' + specifier: npm:@fluidframework/test-utils@2.42.0 + version: '@fluidframework/test-utils@2.42.0(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.8 version: 7.52.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -15053,8 +15053,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@22.10.1) '@fluidframework/devtools-previous': - specifier: npm:@fluidframework/devtools@2.41.0 - version: '@fluidframework/devtools@2.41.0' + specifier: npm:@fluidframework/devtools@2.42.0 + version: '@fluidframework/devtools@2.42.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) @@ -15376,8 +15376,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@22.10.1) '@fluidframework/devtools-core-previous': - specifier: npm:@fluidframework/devtools-core@2.41.0 - version: '@fluidframework/devtools-core@2.41.0' + specifier: npm:@fluidframework/devtools-core@2.42.0 + version: '@fluidframework/devtools-core@2.42.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) @@ -15874,8 +15874,8 @@ importers: specifier: ^0.55.0 version: 0.55.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.41.0 - version: '@fluid-tools/fetch-tool@2.41.0(encoding@0.1.13)' + specifier: npm:@fluid-tools/fetch-tool@2.42.0 + version: '@fluid-tools/fetch-tool@2.42.0(encoding@0.1.13)' '@fluidframework/build-common': specifier: ^2.0.3 version: 2.0.3 @@ -15956,8 +15956,8 @@ importers: specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/fluid-runner-previous': - specifier: npm:@fluidframework/fluid-runner@2.41.0 - version: '@fluidframework/fluid-runner@2.41.0(encoding@0.1.13)' + specifier: npm:@fluidframework/fluid-runner@2.42.0 + version: '@fluidframework/fluid-runner@2.42.0(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.8 version: 7.52.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -16168,8 +16168,8 @@ importers: specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/odsp-doclib-utils-previous': - specifier: npm:@fluidframework/odsp-doclib-utils@2.41.0 - version: '@fluidframework/odsp-doclib-utils@2.41.0(debug@4.4.0)(encoding@0.1.13)' + specifier: npm:@fluidframework/odsp-doclib-utils@2.42.0 + version: '@fluidframework/odsp-doclib-utils@2.42.0(debug@4.4.0)(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.8 version: 7.52.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -16250,8 +16250,8 @@ importers: specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/telemetry-utils-previous': - specifier: npm:@fluidframework/telemetry-utils@2.41.0 - version: '@fluidframework/telemetry-utils@2.41.0' + specifier: npm:@fluidframework/telemetry-utils@2.42.0 + version: '@fluidframework/telemetry-utils@2.42.0' '@microsoft/api-extractor': specifier: 7.52.8 version: 7.52.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -16350,8 +16350,8 @@ importers: specifier: ^5.7.4 version: 5.7.4(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/tool-utils-previous': - specifier: npm:@fluidframework/tool-utils@2.41.0 - version: '@fluidframework/tool-utils@2.41.0(encoding@0.1.13)' + specifier: npm:@fluidframework/tool-utils@2.42.0 + version: '@fluidframework/tool-utils@2.42.0(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.8 version: 7.52.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -17470,17 +17470,17 @@ packages: '@types/react': '>=16.8.0 <19.0.0' react: '>=16.8.0 <19.0.0' - '@fluid-experimental/attributable-map@2.41.0': - resolution: {integrity: sha512-i0VY9l7T0bz7bJEewIn4Kp67EbOyJYpbEaHhaqnQwXrxCbBeZPk8zZf1Bgw578iIz7ZqujBVOuxjhYzWaAE+mA==} + '@fluid-experimental/attributable-map@2.42.0': + resolution: {integrity: sha512-gWYn9QY1hZwhzeezdX0ptcybQlPkbwtn4zp2vfWb7rQQ2x1wtX2JuUZadknq/9eRnb9u3so3u0vmKO35czn7VQ==} - '@fluid-internal/client-utils@2.41.0': - resolution: {integrity: sha512-t9G6rdiElTKg1J88IIvF3yeTzMFv2DH7RT3QZQcXtREy+NiDsApcasgdJRBuX7VtRvx/T7knMOlxyptIfUL9pw==} + '@fluid-internal/client-utils@2.42.0': + resolution: {integrity: sha512-bFzmCoyDvgtnRHUZElJcITZyNJp6WxbgJH6qJvFTgXGwgAZv3058RKRPNT6fl148Tq9ZJ54wLQIOnMzaM9TSfw==} '@fluid-internal/eslint-plugin-fluid@0.1.5': resolution: {integrity: sha512-p0nVeMiEfLL2deQJQaRUxid08jgV5wEkh9h9WXNosR1BRq9nFCjD8nZpC1K+YhjwQZEvgGDE+s+28VR2lAg61Q==} - '@fluid-internal/test-driver-definitions@2.41.0': - resolution: {integrity: sha512-P60xMVK8ySXXEaf+hNdBShYj7CItISKhWdroRhNSK3wSJHrGYlJLiv0I7j0hojgVtNLyJERh5D3yBwePKx5CEw==} + '@fluid-internal/test-driver-definitions@2.42.0': + resolution: {integrity: sha512-m3ZiDrZ/kttRKnN5YG7bVKHvZ81pJvgU1q2y8FNAlCL0rrB5ZZeutDL4TpCahrlUPMHP+CKX/VS5qK6o+x92sg==} '@fluid-tools/benchmark@0.51.0': resolution: {integrity: sha512-Hych9VQu9RrBlYwBHvb2J20GHIs8abpzx1TgypHHIsYDxqK7IVrQ/NRYTE+e8XvXwVHbiuBWQrtpK9oB9bGm2Q==} @@ -17494,8 +17494,8 @@ packages: resolution: {integrity: sha512-uctF9nN8yQqpizqj4ZEjT7Qet2YFMHzpdDFXrS8Dl4turfLPoiMhD+1sFGhE2tsvdx25QcBYe45u7IAsefCFiA==} hasBin: true - '@fluid-tools/fetch-tool@2.41.0': - resolution: {integrity: sha512-dkdXRSuJUuOlrWQvYRHzrbXURagwCzPglsgptn6IMIG/UPa0s81ki18SUysiogWFqJgR08wtxLbMT9g3S/XtnA==} + '@fluid-tools/fetch-tool@2.42.0': + resolution: {integrity: sha512-qQgaFPP3Z1aPUuiVcMHBd+iJbTN+hUanMPFK2q+ORagLQGpNL9Ls/6DpnPD8Bb0XQP6psjl/tXSYT9ocBAsgCg==} hasBin: true '@fluid-tools/version-tools@0.55.0': @@ -17503,26 +17503,26 @@ packages: engines: {node: '>=20.15.1'} hasBin: true - '@fluidframework/agent-scheduler@2.41.0': - resolution: {integrity: sha512-WXPv2yD32xftibneFzVIo1/mJbscyPJjnKTEOsczZmL2jezHyjt84aeeH2GfnbUVIafnIs8T919LVQnRLUF3qA==} + '@fluidframework/agent-scheduler@2.42.0': + resolution: {integrity: sha512-PNtz2mxTtjK5D842UheR00p4omILbLdrd/idDOcUj74hEJ34iG5hpkL3vQrpoZiKBRxC91KXWe+lvB3gyT6P1g==} - '@fluidframework/app-insights-logger@2.41.0': - resolution: {integrity: sha512-LJnTZt5jvKtdlss+zIcMYvOdlg81T0EhI5hL5wVoardQ+cY4/J5rC6KA6jAvhYYkfFnFtmIF+dTFPaVQW4OaWA==} + '@fluidframework/app-insights-logger@2.42.0': + resolution: {integrity: sha512-xT+JTb8tdknVu6U9oVr6RD5BQaPhpL0Yn3BUdw1OIjT3PXd6I0a5eI8FzZtOcoF9IZvlJGEOlQhnanocTwPYuw==} '@fluidframework/aqueduct@1.4.0': resolution: {integrity: sha512-b3I3fWGAWuXQbyuEFeeEi3GVVUOYPWJfFaB4httsu5Jn4C0QSkKxftkielDlor9/7rCJYjHc4IEWViaVO+kBbA==} - '@fluidframework/aqueduct@2.41.0': - resolution: {integrity: sha512-TK1SeTiPiV5HRQjQpeR2fAjI9m0dAyGQoJXDu/bZ4sAd7bYASf2cBttLMpH/rwEKEq63iLiBGx/XvhALdMm8Fg==} + '@fluidframework/aqueduct@2.42.0': + resolution: {integrity: sha512-KpMC7W3e5faHP3Ac2FTD91qMkXEDwvESnxku88GNzLtMFkljfijmG6d8oLxXryjgIA2qO81SH9GTdC8EJFr3jQ==} '@fluidframework/azure-client@1.2.0': resolution: {integrity: sha512-jpfYF6I1uwwCqOc8X0fOgZz4Lj91QFzKV4S9lM7jSW84GxytlL3nDanj9+EYC+vLn4liRVaOCA3zRwpkDNXRWg==} - '@fluidframework/azure-client@2.41.0': - resolution: {integrity: sha512-GDCzaigLu015piNhrGOHO7AKRmC6aflKrvXcLaz9R0VXjCIj4R3gidwHXFQyjjvfnQFpmmw+qIiFHAGF+nm62g==} + '@fluidframework/azure-client@2.42.0': + resolution: {integrity: sha512-EqLmncLYVdbr96AOBmv/zB00GUokC8oKQsO53zoE6r45P/CZ9ZNtBVwCzcutd++4wCwZA1WhpzsH4m8Kc3nG1g==} - '@fluidframework/azure-service-utils@2.41.0': - resolution: {integrity: sha512-9++RxkTOgnR3Pq6OsjT2B3GSXvO0fRew/YPjToYeEz+PqhrwdPKHRGZFrlTvya26G7PViOYwD/96ixQpf1Mwug==} + '@fluidframework/azure-service-utils@2.42.0': + resolution: {integrity: sha512-7WaZTWklNfRKLULYmO4hQ4WvmTzgDeGeypTszYA3+MZbaQCf5qyqgy/BV0JB3x0h7H66W5Jo5CXYBm8AfrNHng==} '@fluidframework/build-common@2.0.3': resolution: {integrity: sha512-1LU/2uyCeMxf63z5rhFOFEBvFyBogZ7ZXwzXLxyBhSgq/fGiq8PLjBW7uX++r0LcVCdaWyopf7w060eJpANYdg==} @@ -17536,8 +17536,8 @@ packages: '@fluidframework/bundle-size-tools@0.55.0': resolution: {integrity: sha512-1j2p1VDFjgRYFNkJRVQI82xTtyA3G3Q6JEp7ohraQknq116TB0FAfIKCADEcvaFawd9oeXcTsnFif9S3gChU1Q==} - '@fluidframework/cell@2.41.0': - resolution: {integrity: sha512-wD8YQKFaHAQTLvh6yPbF7ecSc9D6LDPw2goUh/2sofcUebmZHk/y0/7V82Fuch9dUx2Op6N6Hxoy1bXpElQotQ==} + '@fluidframework/cell@2.42.0': + resolution: {integrity: sha512-LrE3elvlvPe7ygyl6wWDzCB01VIj7FHjrGu7oHz8sf5nIRLSe19nxxusTJMMg40wFnMKlIxBASuONiz3TzLIIg==} '@fluidframework/common-definitions@0.20.1': resolution: {integrity: sha512-KaoQ7w2MDH5OeRKVatL5yVOCFg+9wD6bLSLFh1/TV1EZM46l49iBqO7UVjUtPE6BIm0jvvOzJXULGVSpzokX3g==} @@ -17557,26 +17557,26 @@ packages: '@fluidframework/container-definitions@1.4.0': resolution: {integrity: sha512-UwyxdX739ltQhQ9Zr2n7mBKN2eYEVnY7GCsV60ZfLUawb021eeL0rVZZgT0t3BiTCCilBMl4Bw4KQ8XyYu2g/w==} - '@fluidframework/container-definitions@2.41.0': - resolution: {integrity: sha512-kyfInxrGm6Aor6g/+Nw3t+EeJyxjmYCtNq4Kl+KfNQ0wvbtfcHM8BRSd6tEJYPzElBhwQk7UpzfVQDPD2h+Hkg==} + '@fluidframework/container-definitions@2.42.0': + resolution: {integrity: sha512-HNRZ6Xi4JSEd0vIOhOSj+0oeEsgSsYx/TILM0POo3CE0fDfEW6LEHEoknacrM07dJbo2iIlok5VDLpjpycs43w==} '@fluidframework/container-loader@1.4.0': resolution: {integrity: sha512-D54tW/W5EXLb2nRUGCNd8bID9t9KVkQJmtnHfnQ/JggpaBWODaQRp2tCDtidwo8y6bkiqIheMGjIdjgP9SqJzw==} - '@fluidframework/container-loader@2.41.0': - resolution: {integrity: sha512-hjA3SPdWF4TjtJvXejCOSq223syfSptrUlrhXzcZZ+nOPvfVG8/21m6eBzRpqiHiMW2gk/UHi86REY0Ympaijg==} + '@fluidframework/container-loader@2.42.0': + resolution: {integrity: sha512-73G3cAztVA7/Rx08tlC8qFkUvvrl2E/AXtfi8KwJFgGNEPNC11rmg23uSXK1889s96LvZvq+ndVTPVFBVzLRWg==} '@fluidframework/container-runtime-definitions@1.4.0': resolution: {integrity: sha512-0rlswYsMVQiD1/btlJ5Ebf3rfTyFd06E2/zRJiKWiaMzgmn9QqF7OoVtiJfAIUsyey+dR8hnI0IFlB1IMfIPOg==} - '@fluidframework/container-runtime-definitions@2.41.0': - resolution: {integrity: sha512-EohcK3kgwMoWqBPf9PEjbh7U866lWR2Q+hdzYhdKyOCcmrJQFndqkNlZy0dgXLASbX46mwsWiVQSpY2T+qvPZg==} + '@fluidframework/container-runtime-definitions@2.42.0': + resolution: {integrity: sha512-ar+FBKGGp0CZBnETamr0qm7ZzbM4ILzJDkvrJmg/qRYNKNsqati2cXRW2wN/nVvqRooXabJU9Il+gE9DWr6Z8g==} '@fluidframework/container-runtime@1.4.0': resolution: {integrity: sha512-KENgBxuPD7GdNmdjmsyVJpPKZwfXoRlzAxaMNhGdMSbi6oXDrd1LSekY5tchhsLWBpB5ucZpuvmSgbU+h9z3HQ==} - '@fluidframework/container-runtime@2.41.0': - resolution: {integrity: sha512-U+vQbkll59M+rU1JCBAo90JF9yHnIymbRq5M50lqasMmBoePJPPvcEVNV1ONJE/g9N6ose8GhkumlQDHHZHnuA==} + '@fluidframework/container-runtime@2.42.0': + resolution: {integrity: sha512-l5Wg9dmLX/AWv6UB0dL3A/Ez3yZFk97pt1bHsE2YGrXJxdG6q2JtdIo7c9qU7Pat3s9Q9XFe50DpZK8jzX4Ocw==} '@fluidframework/container-utils@1.4.0': resolution: {integrity: sha512-OKYpvuzz5N62gQn8JELMyuKEwJAlToiLNWJP/dn/PS1HCKux5C/Mg7Twdi19DCgXP/hp5qvzAd+EHPqYWxMUGg==} @@ -17584,72 +17584,72 @@ packages: '@fluidframework/core-interfaces@1.4.0': resolution: {integrity: sha512-PDIglmsa9BgFh7Xhfs32KA3Q34/arTVHF4m3M0IuAByP4z8Oi2lVuNENZnBEk+IJMcrUhUDk5Q9LH8KGfoAw+Q==} - '@fluidframework/core-interfaces@2.41.0': - resolution: {integrity: sha512-DHX+aUJ0wraPZ6N4eTbPAQ7OrfaJFb0zBLnDAJpp+o8kZugS8iCVVp/rNlylE5A1g0usFMCjT6FafMhOoL9yzw==} + '@fluidframework/core-interfaces@2.42.0': + resolution: {integrity: sha512-VD2CISocDm52E4HGFZiKr1v7iaaz2dgxLzeJjBgH152ye0G9oCRei9wwxgmH3PBzPm62Xfm/c87hVyHuleVZbQ==} - '@fluidframework/core-utils@2.41.0': - resolution: {integrity: sha512-olPPOcmMdYClQAYIyeeTUmoUPreryR138JNCRrl8poQ69RhL3PkKJgOavxlLykS1oofvG4y43jrbttKhjJgbIg==} + '@fluidframework/core-utils@2.42.0': + resolution: {integrity: sha512-80llo0gsUfAvt9qBtJsGuhJc2OBB+2EeGQwaq8mEQBIFa7An8NvXLRwKNYsoZjhuG48Xqyxe1n5edW4UcU1WhA==} - '@fluidframework/counter@2.41.0': - resolution: {integrity: sha512-PE8VlK5NEYS5moEIsbQ3Fr4ANps3SuSQfZNbRu18+vsZe4ebpAhbagde/Sp4VbOx15x6gvGbuvEmAXi8PN18rw==} + '@fluidframework/counter@2.42.0': + resolution: {integrity: sha512-rRa0EkVLG2fWOmjI8di6FymjUM7oMPMgQJzuz45ocCH7wUU0Cw/nNGHC9ec6QHuia9HOXLxdttfKcR+wzF6BjQ==} '@fluidframework/datastore-definitions@1.4.0': resolution: {integrity: sha512-Xmebp+XFyK2K8EIauQx10UdwOXYskuSyQt8pSZ6ggTMMFpUsnx44tSR8I8KacSFoYkrWzG/G64osRu23SPCcjQ==} - '@fluidframework/datastore-definitions@2.41.0': - resolution: {integrity: sha512-hI2ciL71Ff2KD3oAvF0zldJppdfuj3uxTtlKGgVY5w+XeAklnuAhGRbJzgImmwe4dn1QqhL8VBUrm0xhSJHuKA==} + '@fluidframework/datastore-definitions@2.42.0': + resolution: {integrity: sha512-kovQgBR1DEKjLbVa+LdlX5FSZjfxyISg5c3iXWDWBvnzKQ6UzH7UYNgW4dAcWqMNbwKgTj2kAYZSIv1NIG8HGg==} '@fluidframework/datastore@1.4.0': resolution: {integrity: sha512-xV8cfmNzGAcpbQMrtEXTe7N6h6IkybrStrguyhZB6zBFzaPw3RNeAsMTiSxEMeVkU4UFcnI/ZU2rMalzVVC3Tg==} - '@fluidframework/datastore@2.41.0': - resolution: {integrity: sha512-0P+QeuZGZZWlJxBAPrecB4C4yzeZjXpzUKL1iM0U2GEueOBV6EUowHxQnZEPiL8vIT5LUz7oEWuJqoVl8BIMBA==} + '@fluidframework/datastore@2.42.0': + resolution: {integrity: sha512-JK8/Fl8HCy+Ya2rsiZSj5umEjDMOwNp5H1Dp5Blk2der+zUwK1tv+X7eQNBBEpvty9JuCxPXWSvrG2m+XeiggA==} - '@fluidframework/debugger@2.41.0': - resolution: {integrity: sha512-zhqaTwgH0dIXJnVGw/BlziqgNHy4D/uHgH0EyW1I46f4YQXgL2pAy+sDqzkR1OLZzmdpefg7fF7ZGpXUhAPaDg==} + '@fluidframework/debugger@2.42.0': + resolution: {integrity: sha512-A7vSu452/LgovODflXT9W6Ph3iVCBg7GeXFwM0VKi8br+0zkCT39ccSCBNOIvpf7s4nzFWMP1G1UU+nLVXUZEA==} - '@fluidframework/devtools-core@2.41.0': - resolution: {integrity: sha512-E52VKRGhqRquSO+j3SpLf54TwhP1ikwNnCXPN1DgLsADtcmhJelGF7p+kycu+r1ZR8EmjJYFiHOvhs0DszdksQ==} + '@fluidframework/devtools-core@2.42.0': + resolution: {integrity: sha512-AEBiOE2VLBYLxxCCJGrceW5zuf0pIBrPMY0YZwkwJKYDDYIBHaA2A5j83CSNFjDLMyyvid9TPVv1jg1XIdrOCg==} - '@fluidframework/devtools@2.41.0': - resolution: {integrity: sha512-0BNeSA8NPQPwk1LCTbnDu8HkNRGYsHMZ2gPKsYYZw/jwvyLuifHBfmxSQ1iXzo2NXiVpObsG5QfH3MtS0HQq4g==} + '@fluidframework/devtools@2.42.0': + resolution: {integrity: sha512-i9p79YHWL8pp2WlUYf1iAkkuL6Mn9mE/yEcPy7vHOotH+ob//mD/FMonBkcB6k7FnrUpliNCFa2tr6nue1L+Bw==} '@fluidframework/driver-base@1.4.0': resolution: {integrity: sha512-w3fYGp1Bkdjp9he3W3dSPQb1vU+zsRIcZZV9wGNfPA1ii7z9rnXzSgscn39IdLbZqvS2704endNwOIYHyBT34g==} - '@fluidframework/driver-base@2.41.0': - resolution: {integrity: sha512-rnkytRzS9xs+zniXjtdDxW0nsMB+FwypyadEbW6rrX1m8zx8SK+l+S7Mzvyen+5WcS4frv25tpar9jUhu2z5cw==} + '@fluidframework/driver-base@2.42.0': + resolution: {integrity: sha512-8+C11OAn0k/i5lDzhT/Kb9KBitee+RBaQQ/flzbV9OzNp3wRp/BaCnaYbNvpeC3qhEWIsYTKk0gooW+RNlVXOg==} '@fluidframework/driver-definitions@1.4.0': resolution: {integrity: sha512-ay6Wwl8zGS64fjDsdh2iOeKiVVxT57Opeqjp6DqSglnnJi6AkSfYVoOVlMZ5+vJTfYJN3N4ptjrP/i3Mao9zPA==} - '@fluidframework/driver-definitions@2.41.0': - resolution: {integrity: sha512-+DvwFRLDrtnDivPLWn1V+mAQyLWtnY0dEklI8USan8TtYtdma9cZ/Vp3yBFWxJ3FvRRgzuNmWraueNL3kkQ50g==} + '@fluidframework/driver-definitions@2.42.0': + resolution: {integrity: sha512-8eeA/5u5s09tsinv1PaMZL/CdrT7Pb+vZBJ4rVQjLe9+dxcfh5ty6P5K6UqU6jMnEH/tGU4JmTyoPV6qJqv1bA==} '@fluidframework/driver-utils@1.4.0': resolution: {integrity: sha512-NPTFw54a+EnIzop7iwrHTONdt0UAjW59HhMlYVPMH8/aOBodddHl7oi2Ek96nZLc+6qruHImjJ+0OW+NxNS+Gw==} - '@fluidframework/driver-utils@2.41.0': - resolution: {integrity: sha512-cfLY09fNIVWbeAmPyGNZrLIR2EFGuLT64sLFnOEt8GBeZoGAvHqMvOuenrpiuKIjmqdqdbg0BYZrkdgESnYX8w==} + '@fluidframework/driver-utils@2.42.0': + resolution: {integrity: sha512-9sRkBpT7dWHeVatD0Q/5FpAFsinxeVWxCkDj7sKyGD3Nb2uvkf8iBYA4kpH3KwdtyVngKV2hUBXJls1fAsnODQ==} - '@fluidframework/driver-web-cache@2.41.0': - resolution: {integrity: sha512-93v7dEaUmisV/z7EpI8ia0Yp/QVyAloxYkj+Hp5svrFwetJ1Z4cYDfTLzjHLPW0eJSAQASykEOpirbNlUMp5Iw==} + '@fluidframework/driver-web-cache@2.42.0': + resolution: {integrity: sha512-93mjji6eqFc2lct/9r6VWRPNfB8HYFRHnnRrIOqnRF0QiCdQTbLXAoyrte7Lkxkiy4TB4rhZZo4vARptncY/ng==} '@fluidframework/eslint-config-fluid@5.7.4': resolution: {integrity: sha512-2JD0fKhR0wk8kWkUmjNY6FcavLxs0/oQ413z0gFHUSzd8UTkwTYumFQWpDBEoAvXqQw4nUOTAbicNIqHY25EyQ==} - '@fluidframework/file-driver@2.41.0': - resolution: {integrity: sha512-YpoyED2N/+EDhIO+7L1PSA4DUsMSuUMNJRGQxyp1J3pL9pRbMpyaMBpRTR1HpiYv2rQbgqydbZJNf0XBgj3vzw==} + '@fluidframework/file-driver@2.42.0': + resolution: {integrity: sha512-5IYckZfQaNwrZziFOBMlXtPhrmZysDyMg9Qgt/he2FS41/agYtzTJ+K4Pbhe8jdmvK0zBaNvEJyADFysMX778g==} - '@fluidframework/fluid-runner@2.41.0': - resolution: {integrity: sha512-s46UuDDWxrJbyG687rXqJVrSagM7KHSYQNvJp/ZdwD2w5GpSyP7eB5fPWS1gOFxzA/0knBPFFGOIe/zAz+6Dsg==} + '@fluidframework/fluid-runner@2.42.0': + resolution: {integrity: sha512-oFHW9Azztvk52rn7/ccjgSLKQLQqvGki4KXtbOdfSsNoulLqU+CnK/cTZ39r/YaxACN77ZEQnt7U1x8NJu6HnQ==} hasBin: true '@fluidframework/fluid-static@1.4.0': resolution: {integrity: sha512-YlSX6Ibm3HquB+swxoIJt6QM1Bd6R9rBHp/HYDR9/9JuQwCIqW1xvF2NHmXPN/TGl51DnbhSB0gtm9k6pYd7pg==} - '@fluidframework/fluid-static@2.41.0': - resolution: {integrity: sha512-RbjrHzsnmqUL87n3ogOJXZTEWMn78DIAJWMi8sy8ueWcCFy/bHeKtm43D01R1aMXHElC69pGEWuNyM0GpSHQTg==} + '@fluidframework/fluid-static@2.42.0': + resolution: {integrity: sha512-l2gC68n0Z7ARht3C136qhFsIY/qGe6ty+hrF/gD6Ye9S68aIyevCks0c1/3WN6x4GmtQJn5y/LHZzwV1f6RW9g==} '@fluidframework/garbage-collector@1.4.0': resolution: {integrity: sha512-bwt1mv3B2PcvVN/JqBkm8MwdRydVboBM7MguQkANDGkmUPD56dRzjBYEdOl3yNZJEO/xJ2v15RPrkf1coI78Bg==} @@ -17660,38 +17660,38 @@ packages: '@fluidframework/gitresources@5.0.0': resolution: {integrity: sha512-nfam1KT+EUqFCENHcxrU9VwUfbhUC83UcLuOsdLpn9I7VuClL+w8KMWosoYauZraO9gDhTo2kCErjgQji5GzGA==} - '@fluidframework/id-compressor@2.41.0': - resolution: {integrity: sha512-31MgNoRPe8Flf5+5uM28MKjVIYKqcVIlVnSGVY54sVby3ePAWEDcUZkzAKAg55frMSSvHC52ZYBsLBu/wk1UIw==} + '@fluidframework/id-compressor@2.42.0': + resolution: {integrity: sha512-IyjZp7ocCdjFvdLC1HmAGd2mliPoSazBGkrwbMijHaIp+dDJ6GEIafIddswla6N4z3Pf06KqxD0YPTmCpk8N+A==} - '@fluidframework/local-driver@2.41.0': - resolution: {integrity: sha512-uUSFkjAeIM8v5naEFAgBR5sl0YJBf+rn9OFdQVAhDIfn9YxSYWhFlr7g0h97rvMjrfZbKhireCLOd030GBT4iQ==} + '@fluidframework/local-driver@2.42.0': + resolution: {integrity: sha512-QPWJlJm95QBEvKK/8gqq71ZNNaKS5CjHVlXwvdJwZHhb3ohK7yHy6QabQiYxSxLzFJQ91c3SCcli+NSQ+lLziA==} '@fluidframework/map@1.4.0': resolution: {integrity: sha512-KBdHBxCcIvPtsUSqnc5Ztgs2U01FwgnsW8WF3bl+TGt55Xs4esm3+p43WNkET1YU5Q95RVocRVp03dYMN7xelQ==} - '@fluidframework/map@2.41.0': - resolution: {integrity: sha512-Pk3jVt/QcblgFaE7EL3eZFfK5tRIipc3j3wN9ssFfR+r4t5WXrhhgo1Dj1km5Isuugevme/2JF3OgMR/lhlAcg==} + '@fluidframework/map@2.42.0': + resolution: {integrity: sha512-RCzZCORNoPbVSlQTp7x0CuKEGLt8PbDfZoOHMTEojRjG+3NuyKt9oyZtV6gp9p4tFE2hRFaMTPxHdTNVvVPAdw==} - '@fluidframework/matrix@2.41.0': - resolution: {integrity: sha512-nxW404/I+Re1KEY7kWGJoKfrtQkuteubHlbjjpZe+4JsxCb3aPvbaZmH5XedZj8vdCvixge9idtuWmjUwfgj0Q==} + '@fluidframework/matrix@2.42.0': + resolution: {integrity: sha512-8Fcl9Y6y/LK5TmLlToU5XlKiUIcLMYgJbCc/k5CclkzjNNuYZbyACavCQFIGG/GFhSCjsrUj7NyTESO8NLnsKA==} - '@fluidframework/merge-tree@2.41.0': - resolution: {integrity: sha512-ydsMoN6aYawaetB8xxokaVOedpeBI9QJmnOpDQ7+pMMECAQzyCobwlO1X2Y82zVJhXzqZdbx8Fd0YTg1Dw/WUg==} + '@fluidframework/merge-tree@2.42.0': + resolution: {integrity: sha512-5Ta6R8Re7HIJCfwHNfrkP9uZmvmH3QRlctQTi6/Bn7lYaOSBd32Ue9uxsXwg5smbF18dXXCzJxr87+WYDoXLJg==} - '@fluidframework/odsp-doclib-utils@2.41.0': - resolution: {integrity: sha512-beFOFTkvR51sozmze0Ui0YJY/JNjnN/uVeUPu4W9U+bnZaCaxG8HSx1xrjTRER2xmnNI7K+FTecV3chqK2Y87w==} + '@fluidframework/odsp-doclib-utils@2.42.0': + resolution: {integrity: sha512-5BpTd7M46v4WHwjmCxj2zjoC5/JN7/sc7ouolXgoVmTE4h/VKASeXWPk47QvZrCX0uX5Djjx4qGPj68KCi1xqQ==} - '@fluidframework/odsp-driver-definitions@2.41.0': - resolution: {integrity: sha512-7ErmRiZ8oXmWVtnru8pN/MIUAoLbhJtxeI7KAuTjFINkCjHNGoKzs46GckLZrEX782bXosGI6pyzSeOL/lZkHA==} + '@fluidframework/odsp-driver-definitions@2.42.0': + resolution: {integrity: sha512-6MutzA3I/QQi9nF8l9W4nAvdZmzK43Mmzf5o1WMIfqWExmrR3WLhl41KpMsHAIaH9WUCWjM3U5nARgDIMPWTrA==} - '@fluidframework/odsp-driver@2.41.0': - resolution: {integrity: sha512-/d+DS+6IXMXJik3eX+hFXsqEUH1GumMfDly1rvbVVSls7lbtgEace6j1HwAAuZnpuAeYFkWSG98uVMmuXkMFpQ==} + '@fluidframework/odsp-driver@2.42.0': + resolution: {integrity: sha512-qjm7OklzM8TCjXFy76RxrXv2vWAxI9lKfdwHUnP3fkIKRDKURqbF3DPLfLhcov+DWKSV0JUl4TNtbA5Msjsmdw==} - '@fluidframework/odsp-urlresolver@2.41.0': - resolution: {integrity: sha512-kq/li0x8y9SWRGNZp0apoYf8qt96oLw9wU8aQ5sNzsouypBY3VlExeFMthEjUq/2XGDrCR3zc2CESehqdTvYJg==} + '@fluidframework/odsp-urlresolver@2.42.0': + resolution: {integrity: sha512-JbDqRFLml6nimOqRGniBLiu2iL/kzhVfx+s4rDiw4DOywWr4Q5BZpEamn5q5qDMgmYXzZ+pbVqwfof6Kgn8LRw==} - '@fluidframework/ordered-collection@2.41.0': - resolution: {integrity: sha512-cU1Y/YOrBrL+dY+fujzbChVI2t+eiS91N8ognPKdZ+F1yIV7h4i+LS3C9gv4bsBcB1yy6+Tt8siVXKLVqxQWYQ==} + '@fluidframework/ordered-collection@2.42.0': + resolution: {integrity: sha512-DN5P86QShANMsoRO328zHmVJuwiHREIQgVR0ywP3YSqcJf0T2PJN4xurUg6VY3qVG3Ab1KuxfM7w6aLUzaRGzw==} '@fluidframework/protocol-base@0.1036.5002': resolution: {integrity: sha512-mlI9okyLeSusGx7qU32NDJ4GJptSzVo3V6tPDhphPIOPtyOVTBuL4EQRFYdceoSLHlxEdVnQprwhyoRiMNw7Kw==} @@ -17708,41 +17708,41 @@ packages: '@fluidframework/protocol-definitions@3.2.0': resolution: {integrity: sha512-xgcyMN4uF6dAp2/XYFSHvGFITIV7JbVt3itA+T0c71/lZjq/HU/a/ClPIxfl9AEN0RbtuR/1n5LP4FXSV9j0hA==} - '@fluidframework/register-collection@2.41.0': - resolution: {integrity: sha512-6szlbsjp0Y7f7M3eldoyDag0aUmI9sSF03mVKjcbhmTUfzFRAe0HleLWdW6Mws4IAgZbj85xwOVydo5D0/HOfw==} + '@fluidframework/register-collection@2.42.0': + resolution: {integrity: sha512-6DcNePo8otXnFx/stHjTiaewczEjZb97ARvTKyFKYv2lqntlpPjPTmoLr4HTucTo/QUSejMXAqywUtkVDEjNOA==} - '@fluidframework/replay-driver@2.41.0': - resolution: {integrity: sha512-9KRvc3cIgAo7Cw5uiRObkz8OnoTzg2KhEh54HaV+OqBqagj3bLsLYr/0CyMB5M7Qcjymt5tzG+SbIIuJGWXAMw==} + '@fluidframework/replay-driver@2.42.0': + resolution: {integrity: sha512-g2H7HBU9Nbyo1BXFKgR2Gf95pbVmeZi+u/UVsTmpHFdROUIDbyUAPoiMgim0MQewlm9KkpJus+jVMs8Dah8Jdg==} '@fluidframework/request-handler@1.4.0': resolution: {integrity: sha512-KDYjQcrdvSuHXBtIG+LkDCcIjiDdw1CKX4iWi/aQrbGOTFVyLzfb2SnEXOBz7sw0YuMhxf+S322KTcX/OWd12w==} - '@fluidframework/request-handler@2.41.0': - resolution: {integrity: sha512-dx0b5y+1wCpkIJjYOV2ZxUhUspaqtzMMQeMEp4hkrNcxFJgVuP/EjZUVthJC2Eqadm8XG3RTOUmkKwMVDA7ICw==} + '@fluidframework/request-handler@2.42.0': + resolution: {integrity: sha512-EoqHL6hr1KbmjIrz4AB8ORGdSge7vxAuGNGE7JyDL24YB/ApLi3f31OgomRMWSi6msUuEGVqcNH3QwKxzxNQpQ==} '@fluidframework/routerlicious-driver@1.4.0': resolution: {integrity: sha512-iyLywWEgo7zWYCiJj0GPzsrn4lmLw65GYJLEod57fBCk9eLRRxhQ2GJuu2k9XGV6nCFadEc1ZEKufDUNIiBPow==} - '@fluidframework/routerlicious-driver@2.41.0': - resolution: {integrity: sha512-6BU+Q9NtvQJARkux7WmSjWXufPmK873Jm+SdwlAOSE5A/mjgd9R4GISSj+/Vosnq5HHqVJjNOM5Bq2K1k1kH6A==} + '@fluidframework/routerlicious-driver@2.42.0': + resolution: {integrity: sha512-wYoUuO5hyoKEK9GeyWHJVzlAjw4PyxZZ1zpI/skcR45UnkWO10GVx2nKSIQNPl5TjjCFn2vsNqSuJ2PAEWgoBw==} - '@fluidframework/routerlicious-urlresolver@2.41.0': - resolution: {integrity: sha512-1oT4GKrEn7pgHxSL0K94EMjzV1zgdsDX6bhtoIoiVS5agn3UooffEWA9RlcfSGrgDjSt/hiApjWbXvJzBogQgA==} + '@fluidframework/routerlicious-urlresolver@2.42.0': + resolution: {integrity: sha512-wHnJ9lvzfalY1YrswM9TV21WeB1nTT5Ull1keAsKA2/fQEUGeY544iEQIVEirKO/Bgzf6sBiDyfqvgvgKjxuLA==} '@fluidframework/runtime-definitions@1.4.0': resolution: {integrity: sha512-GewpwBxbeMutnHHXzVWsFYbGQJHKh8dFNqTiW0covMfaOOhXVSM0qzuf7RY7qX9n8Vn/bK3zF4WRo6gx/32fmg==} - '@fluidframework/runtime-definitions@2.41.0': - resolution: {integrity: sha512-+XQSF6gRnYNOSiNsuZk0mlj0EYcTSyH5HNFHzMt1LxTlYy6P4mK5pe6fzrVfEoYRRbL/skASrm/aciRqMin1kw==} + '@fluidframework/runtime-definitions@2.42.0': + resolution: {integrity: sha512-1eCdf3mX0dPMu9Bxv2k9HNDCtpVLMbqEA2nVpaL7SRz+ogKkYv9GbWLWEyFZ9EsMOcNrZsIDCahM7TCm3JhmxA==} '@fluidframework/runtime-utils@1.4.0': resolution: {integrity: sha512-0drnuEdUja1m2401FXcsB9l66x5oCGjgW43mLjZgZFKcz5v5jYZml8OKWAtLmwfI/UNLJ9bQkb/nHQSM0Tf3Rw==} - '@fluidframework/runtime-utils@2.41.0': - resolution: {integrity: sha512-QyNch3BE2Ewg3gRpwYMC4ZTEplIJIEFNZqUMWBve26bE+mxPZDqgHpNE5f7mquXtmi7Noc/gXOTEKAUarzaRiA==} + '@fluidframework/runtime-utils@2.42.0': + resolution: {integrity: sha512-RUlltVnkmdBN7qIOGIv1oVMSKDDRkkGfAv2CY3lyqSV4eDmR8eBW3tsTpqnl3Tm6xczkrhur5J1dBYmzJP2yxQ==} - '@fluidframework/sequence@2.41.0': - resolution: {integrity: sha512-DFuFDnkAjsSQ4VF9344RbvfcVObg3w5PXFkeQPqcOzdnO8zxTVaIrUu9w43/nT6VOiQVYtU0iM9G65zTTN0ZRg==} + '@fluidframework/sequence@2.42.0': + resolution: {integrity: sha512-zIMNI48HT2nl76124Z10PRFIZLUucceGmrKhrejSsPVW2uI+7CRCnuXkk/oo8i69uSPX1MGaFgAF8oh4w5D0YQ==} '@fluidframework/server-lambdas-driver@5.0.0': resolution: {integrity: sha512-tnMxsxKr2zajQ64Ew7zcTKclK2Rkp7cqK4ghiuYkzhdbt7ZxIMVmkSW3B5/DXDSxVoi4VR6q1BA6cMnGJMcwsw==} @@ -17780,51 +17780,51 @@ packages: '@fluidframework/shared-object-base@1.4.0': resolution: {integrity: sha512-NI94dsIyZL7s76UN/UVawd0JqV106cS84MaW1r9Qv91+QGU8aq/KCS3j8R9ZZ8pWFQ46sX9BT4CKa4hy4xZedw==} - '@fluidframework/shared-object-base@2.41.0': - resolution: {integrity: sha512-4fknvISYkBdm8iONfdveOZoX5NrcXAWlReTdmlHiY2ovOmPuYMNZslOYBZ5XdfcdJQEBCjE6loX9OEiNJrm+Xg==} + '@fluidframework/shared-object-base@2.42.0': + resolution: {integrity: sha512-nd1+TvQSJpz9yNUh8CYVBBPtA/kX3r5++4VhxLm8yuNxgxumGOXbTeO23zw1U79Tbcnm0dEzY/rPMKTp7LjL4Q==} - '@fluidframework/shared-summary-block@2.41.0': - resolution: {integrity: sha512-aqRHSDzvdE+17n7uN9nwBaT4yVOBN24wY/KoUHZYBsxyOSM1w7CUiD8AIi7naVqxr1hHI3Vv/3JpKzAytb7Nsg==} + '@fluidframework/shared-summary-block@2.42.0': + resolution: {integrity: sha512-CRiw4KJroZ76CG8vUFkASPo3meZ0o9SERRzsX6wJRI6TKC4MdGGBq1KsonYYxUPl6ep8i9jiEAhOcrdUPA38hw==} '@fluidframework/synthesize@1.4.0': resolution: {integrity: sha512-0pdq28pZ/cA/OVOp7KiUv8/bDxltwQy2ca7UJQGuyRDF9n1QcXoWC98liu2fB3/imahdfDi5pZ6l2vw/nIiFkA==} - '@fluidframework/synthesize@2.41.0': - resolution: {integrity: sha512-L+ndTSG3vW2e7IBY5QSkYChr0JO/484iZjq24dC9aer5kIlhMtHSxNORYkzgPH0cLJXj9Y/xUIHvpKE6TR+v0w==} + '@fluidframework/synthesize@2.42.0': + resolution: {integrity: sha512-+EzHjg3vbWJH7iiNLTeW85jWs4y3AlWgvkZooxH1h9fXgTCqejLfPDzBM+3P5gMlKMs/CXym79BzpJBfcNHhzA==} - '@fluidframework/task-manager@2.41.0': - resolution: {integrity: sha512-WLlj5qYKYEIxXV5ScDgsvePqAVNGhq/KaRemvkB7aIHOFQsI2iuqtJhZSawBPayV1sGM2FQ66KcNTNhUSoLRqQ==} + '@fluidframework/task-manager@2.42.0': + resolution: {integrity: sha512-jgPwSsJcSZshS7va48jrFEf5723JuZvq7epqLSR96UGP9uzOWPAJT0hXAMsTrS8WQPNmcD7G3eAtOm4/9h+5FA==} '@fluidframework/telemetry-utils@1.4.0': resolution: {integrity: sha512-WXG1ThL+WJLGdBtUGlCPPlIrHxqnc+zy+YHrYtqFnlIp+75W3W+YApR5dyP1uCfvapISoBPo0htK3WNIiyj8Rw==} - '@fluidframework/telemetry-utils@2.41.0': - resolution: {integrity: sha512-k+XYr2EI3zeBt/N3GqrYpqxCG5x48BEpN/K4s11HHeJ5xtEdZjwT82dBOdZzJ15/q1eADeQI1kpe4aPRR2jMNQ==} + '@fluidframework/telemetry-utils@2.42.0': + resolution: {integrity: sha512-uQnX3o3aXIIzjzvF1Ej5EIUUZ87Q/fIWzzXE+5fUybuxglfXOBB6Vo37Nps4Afe0R7wLkQwijJ5wop96UYTETw==} - '@fluidframework/test-runtime-utils@2.41.0': - resolution: {integrity: sha512-AjkumOP/FhJyLgmQCiUwVn6tEi6trfeKIIedoWo2DP4VczyRADkaSLQaWBAg1f0kZ3NYm/pkXBqrCYvVHHrBUg==} + '@fluidframework/test-runtime-utils@2.42.0': + resolution: {integrity: sha512-P0HtauTLw0pPzPAjolr3+vsbd2aUkLi36euGkLz9OQq1A3/aJxaEgEiAkDr2TOuQUrZITENRkr5vanpoh0dnrg==} '@fluidframework/test-tools@1.0.195075': resolution: {integrity: sha512-N7FiXKoz6uQhDJhJxSunya5uP/GWNEp0ohYs0Jkb8Mmnow1SKuxl29x3rC9Kf5zORjUk8krCjam50+d8aPFGaw==} hasBin: true - '@fluidframework/test-utils@2.41.0': - resolution: {integrity: sha512-2e5WodCJTZNuxLUzamRqcmIR7PX0SlJf7SwrEprYYJRIWO3kdLGVuCcyo8rN38Bg+uwOURPR578J09Z1lM7wSA==} + '@fluidframework/test-utils@2.42.0': + resolution: {integrity: sha512-kfjy7X6269k0E58RfJgHQYW027l4vM7lmHhg4eZ0ZW432d5xF6p9pKLbwKjmIfKbJ8kwP4xPszBLys3tp9IuyQ==} - '@fluidframework/tinylicious-client@2.41.0': - resolution: {integrity: sha512-olW5XF+8/5XGDYZ683QFLMDM0UDVNaVX+TUZ15lZiJQyPbQXITG247NFiKo7DeTqBBL+vdzjWtF2pitIPXiy5A==} + '@fluidframework/tinylicious-client@2.42.0': + resolution: {integrity: sha512-HvoOMZ7tbJ/SYeUImn5a3Y/6Cn6utmllzBTh8SfBf48SbA/z21XoTwxM+WRgUG4LcAy3KxKenqjAJvM1z0185g==} - '@fluidframework/tinylicious-driver@2.41.0': - resolution: {integrity: sha512-gM26uU52TTh8Zuv79SD9J+Q/foDbKNCABk+t3/pCv3ZYVHPXXxZcXK/LAM91athEhVa2eVpMDkoBv5Mv0oZ8Ng==} + '@fluidframework/tinylicious-driver@2.42.0': + resolution: {integrity: sha512-uIkEQTltGYSaD89s9SRZh0Ab/CEW2OKe767FOU0cu4Us/kmPXBUGnYQE0OBIPcOpz2hZMcC/mr+qONHQL9ej9Q==} - '@fluidframework/tool-utils@2.41.0': - resolution: {integrity: sha512-hG/gABp8Emm/Kvqe8dpRmcua580sid9DUFIsW5eUBE1q2esSR8Do9Zkf5vDdbkTm4mqrExqpU3XUhCyOGHV4sw==} + '@fluidframework/tool-utils@2.42.0': + resolution: {integrity: sha512-G+h4tDl67ykBn1xuPUHm1+XoRO/UgXMdElJkc0yo3oADfNXU8VOYG6hYM5XLeHBkZYPEWr6kWT3d29HfON30Iw==} - '@fluidframework/tree@2.41.0': - resolution: {integrity: sha512-qR3qC8OVahBD2cJg9ftNXyauJz5/jilSQjdeyMCHVZPRKduJhstIx3aektyEr8HChA/wYr+K3J8OBvdrCKKwLw==} + '@fluidframework/tree@2.42.0': + resolution: {integrity: sha512-A4scYdxnL9pOlaGTtffO77T3pBaVLLmnKOUtUcRy7OSoZinIPJDQq0RaUDhT3c6VSnVZq2E+ZRYGLd9okwdCnA==} - '@fluidframework/undo-redo@2.41.0': - resolution: {integrity: sha512-VYkwA3ZUZ0LwQ6wvxYrFjhRavr32WkVIWpzO/v6AJXeRzzy0dnyTOG9RpuDocWeVk14aoi1/DT+osA7WA9+HxQ==} + '@fluidframework/undo-redo@2.42.0': + resolution: {integrity: sha512-C89VEAd8K2Yqvz6RjUvDNtRQkW/H8NnkOTL+SdOUW325I8FrRuKixUM8xL2wpRXmacJpklkDb/yT22egxUCAsQ==} '@fluidframework/view-interfaces@1.4.0': resolution: {integrity: sha512-YD0HE6rMpG6h/ELR717flLZ4Th0Ik0UUkECgaouW+Qy+Of+uPbi4KVoKRqTEEKzZqBFSbvSR5x3TlbmcXiEZnw==} @@ -29548,26 +29548,26 @@ snapshots: react: 18.3.1 tslib: 2.8.1 - '@fluid-experimental/attributable-map@2.41.0': - dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/datastore-definitions': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/driver-utils': 2.41.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.41.0 - '@fluidframework/runtime-utils': 2.41.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.41.0(debug@4.4.0) + '@fluid-experimental/attributable-map@2.42.0': + dependencies: + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/datastore-definitions': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/driver-utils': 2.42.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.42.0 + '@fluidframework/runtime-utils': 2.42.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.42.0(debug@4.4.0) path-browserify: 1.0.1 transitivePeerDependencies: - debug - supports-color - '@fluid-internal/client-utils@2.41.0': + '@fluid-internal/client-utils@2.42.0': dependencies: - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 '@types/events_pkg': '@types/events@3.0.3' base64-js: 1.5.1 buffer: 6.0.3 @@ -29584,10 +29584,10 @@ snapshots: - supports-color - typescript - '@fluid-internal/test-driver-definitions@2.41.0': + '@fluid-internal/test-driver-definitions@2.42.0': dependencies: - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 '@fluid-tools/benchmark@0.51.0': dependencies: @@ -29808,24 +29808,24 @@ snapshots: - supports-color - utf-8-validate - '@fluid-tools/fetch-tool@2.41.0(encoding@0.1.13)': + '@fluid-tools/fetch-tool@2.42.0(encoding@0.1.13)': dependencies: '@azure/identity': 4.5.0 '@azure/identity-cache-persistence': 1.1.1 - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/container-runtime': 2.41.0(debug@4.4.0) - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/datastore': 2.41.0(debug@4.4.0) - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/odsp-doclib-utils': 2.41.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/odsp-driver': 2.41.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/odsp-driver-definitions': 2.41.0 - '@fluidframework/odsp-urlresolver': 2.41.0(encoding@0.1.13) - '@fluidframework/routerlicious-driver': 2.41.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/routerlicious-urlresolver': 2.41.0 - '@fluidframework/runtime-definitions': 2.41.0 - '@fluidframework/tool-utils': 2.41.0(encoding@0.1.13) + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/container-runtime': 2.42.0(debug@4.4.0) + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/datastore': 2.42.0(debug@4.4.0) + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/odsp-doclib-utils': 2.42.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/odsp-driver': 2.42.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/odsp-driver-definitions': 2.42.0 + '@fluidframework/odsp-urlresolver': 2.42.0(encoding@0.1.13) + '@fluidframework/routerlicious-driver': 2.42.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/routerlicious-urlresolver': 2.42.0 + '@fluidframework/runtime-definitions': 2.42.0 + '@fluidframework/tool-utils': 2.42.0(encoding@0.1.13) transitivePeerDependencies: - bufferutil - debug @@ -29865,27 +29865,27 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/agent-scheduler@2.41.0': - dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/container-definitions': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/datastore': 2.41.0(debug@4.4.0) - '@fluidframework/datastore-definitions': 2.41.0 - '@fluidframework/map': 2.41.0(debug@4.4.0) - '@fluidframework/register-collection': 2.41.0 - '@fluidframework/runtime-definitions': 2.41.0 - '@fluidframework/runtime-utils': 2.41.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.41.0 + '@fluidframework/agent-scheduler@2.42.0': + dependencies: + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/container-definitions': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/datastore': 2.42.0(debug@4.4.0) + '@fluidframework/datastore-definitions': 2.42.0 + '@fluidframework/map': 2.42.0(debug@4.4.0) + '@fluidframework/register-collection': 2.42.0 + '@fluidframework/runtime-definitions': 2.42.0 + '@fluidframework/runtime-utils': 2.42.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.42.0 uuid: 9.0.1 transitivePeerDependencies: - debug - supports-color - '@fluidframework/app-insights-logger@2.41.0(tslib@1.14.1)': + '@fluidframework/app-insights-logger@2.42.0(tslib@1.14.1)': dependencies: - '@fluidframework/core-interfaces': 2.41.0 + '@fluidframework/core-interfaces': 2.42.0 '@microsoft/applicationinsights-web': 2.8.18(tslib@1.14.1) '@ungap/structured-clone': 1.2.1 transitivePeerDependencies: @@ -29913,24 +29913,24 @@ snapshots: - debug - supports-color - '@fluidframework/aqueduct@2.41.0': - dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/container-definitions': 2.41.0 - '@fluidframework/container-runtime': 2.41.0(debug@4.4.0) - '@fluidframework/container-runtime-definitions': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/datastore': 2.41.0(debug@4.4.0) - '@fluidframework/datastore-definitions': 2.41.0 - '@fluidframework/map': 2.41.0(debug@4.4.0) - '@fluidframework/request-handler': 2.41.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.41.0 - '@fluidframework/runtime-utils': 2.41.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.41.0(debug@4.4.0) - '@fluidframework/synthesize': 2.41.0 - '@fluidframework/telemetry-utils': 2.41.0 - '@fluidframework/tree': 2.41.0 + '@fluidframework/aqueduct@2.42.0': + dependencies: + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/container-definitions': 2.42.0 + '@fluidframework/container-runtime': 2.42.0(debug@4.4.0) + '@fluidframework/container-runtime-definitions': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/datastore': 2.42.0(debug@4.4.0) + '@fluidframework/datastore-definitions': 2.42.0 + '@fluidframework/map': 2.42.0(debug@4.4.0) + '@fluidframework/request-handler': 2.42.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.42.0 + '@fluidframework/runtime-utils': 2.42.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.42.0(debug@4.4.0) + '@fluidframework/synthesize': 2.42.0 + '@fluidframework/telemetry-utils': 2.42.0 + '@fluidframework/tree': 2.42.0 transitivePeerDependencies: - debug - supports-color @@ -29959,16 +29959,16 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/azure-client@2.41.0(encoding@0.1.13)': + '@fluidframework/azure-client@2.42.0(encoding@0.1.13)': dependencies: - '@fluidframework/container-definitions': 2.41.0 - '@fluidframework/container-loader': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/driver-utils': 2.41.0(debug@4.4.0) - '@fluidframework/fluid-static': 2.41.0 - '@fluidframework/routerlicious-driver': 2.41.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/telemetry-utils': 2.41.0 + '@fluidframework/container-definitions': 2.42.0 + '@fluidframework/container-loader': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/driver-utils': 2.42.0(debug@4.4.0) + '@fluidframework/fluid-static': 2.42.0 + '@fluidframework/routerlicious-driver': 2.42.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/telemetry-utils': 2.42.0 transitivePeerDependencies: - bufferutil - debug @@ -29976,9 +29976,9 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/azure-service-utils@2.41.0': + '@fluidframework/azure-service-utils@2.42.0': dependencies: - '@fluidframework/driver-definitions': 2.41.0 + '@fluidframework/driver-definitions': 2.42.0 jsrsasign: 11.1.0 uuid: 9.0.1 @@ -30070,15 +30070,15 @@ snapshots: - uglify-js - webpack-cli - '@fluidframework/cell@2.41.0': + '@fluidframework/cell@2.42.0': dependencies: - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/datastore-definitions': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/driver-utils': 2.41.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.41.0 - '@fluidframework/shared-object-base': 2.41.0(debug@4.4.0) + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/datastore-definitions': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/driver-utils': 2.42.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.42.0 + '@fluidframework/shared-object-base': 2.42.0(debug@4.4.0) transitivePeerDependencies: - debug - supports-color @@ -30125,10 +30125,10 @@ snapshots: '@fluidframework/protocol-definitions': 0.1028.2000 events: 3.3.0 - '@fluidframework/container-definitions@2.41.0': + '@fluidframework/container-definitions@2.42.0': dependencies: - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 '@fluidframework/container-loader@1.4.0': dependencies: @@ -30152,15 +30152,15 @@ snapshots: - debug - supports-color - '@fluidframework/container-loader@2.41.0': + '@fluidframework/container-loader@2.42.0': dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/container-definitions': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/driver-utils': 2.41.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.41.0 + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/container-definitions': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/driver-utils': 2.42.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.42.0 '@types/events_pkg': '@types/events@3.0.3' '@ungap/structured-clone': 1.2.1 debug: 4.4.0(supports-color@8.1.1) @@ -30179,12 +30179,13 @@ snapshots: '@fluidframework/protocol-definitions': 0.1028.2000 '@fluidframework/runtime-definitions': 1.4.0 - '@fluidframework/container-runtime-definitions@2.41.0': + '@fluidframework/container-runtime-definitions@2.42.0': dependencies: - '@fluidframework/container-definitions': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/runtime-definitions': 2.41.0 + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/container-definitions': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/runtime-definitions': 2.42.0 transitivePeerDependencies: - supports-color @@ -30212,20 +30213,20 @@ snapshots: - debug - supports-color - '@fluidframework/container-runtime@2.41.0(debug@4.4.0)': - dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/container-definitions': 2.41.0 - '@fluidframework/container-runtime-definitions': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/datastore': 2.41.0(debug@4.4.0) - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/driver-utils': 2.41.0(debug@4.4.0) - '@fluidframework/id-compressor': 2.41.0 - '@fluidframework/runtime-definitions': 2.41.0 - '@fluidframework/runtime-utils': 2.41.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.41.0 + '@fluidframework/container-runtime@2.42.0(debug@4.4.0)': + dependencies: + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/container-definitions': 2.42.0 + '@fluidframework/container-runtime-definitions': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/datastore': 2.42.0(debug@4.4.0) + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/driver-utils': 2.42.0(debug@4.4.0) + '@fluidframework/id-compressor': 2.42.0 + '@fluidframework/runtime-definitions': 2.42.0 + '@fluidframework/runtime-utils': 2.42.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.42.0 '@tylerbu/sorted-btree-es6': 1.8.0 double-ended-queue: 2.1.0-0 lz4js: 0.2.0 @@ -30247,19 +30248,19 @@ snapshots: '@fluidframework/core-interfaces@1.4.0': {} - '@fluidframework/core-interfaces@2.41.0': {} + '@fluidframework/core-interfaces@2.42.0': {} - '@fluidframework/core-utils@2.41.0': {} + '@fluidframework/core-utils@2.42.0': {} - '@fluidframework/counter@2.41.0': + '@fluidframework/counter@2.42.0': dependencies: - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/datastore-definitions': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/driver-utils': 2.41.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.41.0 - '@fluidframework/shared-object-base': 2.41.0(debug@4.4.0) + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/datastore-definitions': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/driver-utils': 2.42.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.42.0 + '@fluidframework/shared-object-base': 2.42.0(debug@4.4.0) transitivePeerDependencies: - debug - supports-color @@ -30273,13 +30274,13 @@ snapshots: '@fluidframework/protocol-definitions': 0.1028.2000 '@fluidframework/runtime-definitions': 1.4.0 - '@fluidframework/datastore-definitions@2.41.0': + '@fluidframework/datastore-definitions@2.42.0': dependencies: - '@fluidframework/container-definitions': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/id-compressor': 2.41.0 - '@fluidframework/runtime-definitions': 2.41.0 + '@fluidframework/container-definitions': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/id-compressor': 2.42.0 + '@fluidframework/runtime-definitions': 2.42.0 transitivePeerDependencies: - supports-color @@ -30305,62 +30306,62 @@ snapshots: - debug - supports-color - '@fluidframework/datastore@2.41.0(debug@4.4.0)': + '@fluidframework/datastore@2.42.0(debug@4.4.0)': dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/container-definitions': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/datastore-definitions': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/driver-utils': 2.41.0(debug@4.4.0) - '@fluidframework/id-compressor': 2.41.0 - '@fluidframework/runtime-definitions': 2.41.0 - '@fluidframework/runtime-utils': 2.41.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.41.0 + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/container-definitions': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/datastore-definitions': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/driver-utils': 2.42.0(debug@4.4.0) + '@fluidframework/id-compressor': 2.42.0 + '@fluidframework/runtime-definitions': 2.42.0 + '@fluidframework/runtime-utils': 2.42.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.42.0 uuid: 9.0.1 transitivePeerDependencies: - debug - supports-color - '@fluidframework/debugger@2.41.0': + '@fluidframework/debugger@2.42.0': dependencies: - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/driver-utils': 2.41.0(debug@4.4.0) - '@fluidframework/replay-driver': 2.41.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/driver-utils': 2.42.0(debug@4.4.0) + '@fluidframework/replay-driver': 2.42.0 jsonschema: 1.4.1 transitivePeerDependencies: - debug - supports-color - '@fluidframework/devtools-core@2.41.0': - dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/aqueduct': 2.41.0 - '@fluidframework/cell': 2.41.0 - '@fluidframework/container-definitions': 2.41.0 - '@fluidframework/container-loader': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/counter': 2.41.0 - '@fluidframework/datastore-definitions': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/map': 2.41.0(debug@4.4.0) - '@fluidframework/matrix': 2.41.0 - '@fluidframework/sequence': 2.41.0 - '@fluidframework/shared-object-base': 2.41.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.41.0 - '@fluidframework/tree': 2.41.0 + '@fluidframework/devtools-core@2.42.0': + dependencies: + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/aqueduct': 2.42.0 + '@fluidframework/cell': 2.42.0 + '@fluidframework/container-definitions': 2.42.0 + '@fluidframework/container-loader': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/counter': 2.42.0 + '@fluidframework/datastore-definitions': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/map': 2.42.0(debug@4.4.0) + '@fluidframework/matrix': 2.42.0 + '@fluidframework/sequence': 2.42.0 + '@fluidframework/shared-object-base': 2.42.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.42.0 + '@fluidframework/tree': 2.42.0 transitivePeerDependencies: - debug - supports-color - '@fluidframework/devtools@2.41.0': + '@fluidframework/devtools@2.42.0': dependencies: - '@fluidframework/container-definitions': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/devtools-core': 2.41.0 - '@fluidframework/fluid-static': 2.41.0 + '@fluidframework/container-definitions': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/devtools-core': 2.42.0 + '@fluidframework/fluid-static': 2.42.0 transitivePeerDependencies: - debug - supports-color @@ -30377,14 +30378,14 @@ snapshots: - debug - supports-color - '@fluidframework/driver-base@2.41.0(debug@4.4.0)': + '@fluidframework/driver-base@2.42.0(debug@4.4.0)': dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/driver-utils': 2.41.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.41.0 + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/driver-utils': 2.42.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.42.0 transitivePeerDependencies: - debug - supports-color @@ -30395,9 +30396,9 @@ snapshots: '@fluidframework/core-interfaces': 1.4.0 '@fluidframework/protocol-definitions': 0.1028.2000 - '@fluidframework/driver-definitions@2.41.0': + '@fluidframework/driver-definitions@2.42.0': dependencies: - '@fluidframework/core-interfaces': 2.41.0 + '@fluidframework/core-interfaces': 2.42.0 '@fluidframework/driver-utils@1.4.0': dependencies: @@ -30415,13 +30416,13 @@ snapshots: - debug - supports-color - '@fluidframework/driver-utils@2.41.0(debug@4.4.0)': + '@fluidframework/driver-utils@2.42.0(debug@4.4.0)': dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/telemetry-utils': 2.41.0 + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/telemetry-utils': 2.42.0 axios: 1.8.4(debug@4.4.0) lz4js: 0.2.0 uuid: 9.0.1 @@ -30429,12 +30430,12 @@ snapshots: - debug - supports-color - '@fluidframework/driver-web-cache@2.41.0': + '@fluidframework/driver-web-cache@2.42.0': dependencies: - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/odsp-driver-definitions': 2.41.0 - '@fluidframework/telemetry-utils': 2.41.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/odsp-driver-definitions': 2.42.0 + '@fluidframework/telemetry-utils': 2.42.0 idb: 6.1.5 transitivePeerDependencies: - supports-color @@ -30468,28 +30469,28 @@ snapshots: - supports-color - typescript - '@fluidframework/file-driver@2.41.0': + '@fluidframework/file-driver@2.42.0': dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/driver-utils': 2.41.0(debug@4.4.0) - '@fluidframework/replay-driver': 2.41.0 + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/driver-utils': 2.42.0(debug@4.4.0) + '@fluidframework/replay-driver': 2.42.0 transitivePeerDependencies: - debug - supports-color - '@fluidframework/fluid-runner@2.41.0(encoding@0.1.13)': + '@fluidframework/fluid-runner@2.42.0(encoding@0.1.13)': dependencies: - '@fluidframework/aqueduct': 2.41.0 - '@fluidframework/container-definitions': 2.41.0 - '@fluidframework/container-loader': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/odsp-driver': 2.41.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/odsp-driver-definitions': 2.41.0 - '@fluidframework/telemetry-utils': 2.41.0 + '@fluidframework/aqueduct': 2.42.0 + '@fluidframework/container-definitions': 2.42.0 + '@fluidframework/container-loader': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/odsp-driver': 2.42.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/odsp-driver-definitions': 2.42.0 + '@fluidframework/telemetry-utils': 2.42.0 '@json2csv/plainjs': 7.0.6 yargs: 17.7.2 transitivePeerDependencies: @@ -30517,23 +30518,23 @@ snapshots: - debug - supports-color - '@fluidframework/fluid-static@2.41.0': - dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/aqueduct': 2.41.0 - '@fluidframework/container-definitions': 2.41.0 - '@fluidframework/container-loader': 2.41.0 - '@fluidframework/container-runtime': 2.41.0(debug@4.4.0) - '@fluidframework/container-runtime-definitions': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/datastore-definitions': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/request-handler': 2.41.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.41.0 - '@fluidframework/runtime-utils': 2.41.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.41.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.41.0 + '@fluidframework/fluid-static@2.42.0': + dependencies: + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/aqueduct': 2.42.0 + '@fluidframework/container-definitions': 2.42.0 + '@fluidframework/container-loader': 2.42.0 + '@fluidframework/container-runtime': 2.42.0(debug@4.4.0) + '@fluidframework/container-runtime-definitions': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/datastore-definitions': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/request-handler': 2.42.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.42.0 + '@fluidframework/runtime-utils': 2.42.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.42.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.42.0 transitivePeerDependencies: - debug - supports-color @@ -30548,32 +30549,32 @@ snapshots: '@fluidframework/gitresources@5.0.0': {} - '@fluidframework/id-compressor@2.41.0': + '@fluidframework/id-compressor@2.42.0': dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/telemetry-utils': 2.41.0 + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/telemetry-utils': 2.42.0 '@tylerbu/sorted-btree-es6': 1.8.0 uuid: 9.0.1 transitivePeerDependencies: - supports-color - '@fluidframework/local-driver@2.41.0(debug@4.4.0)(encoding@0.1.13)': + '@fluidframework/local-driver@2.42.0(debug@4.4.0)(encoding@0.1.13)': dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/driver-base': 2.41.0(debug@4.4.0) - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/driver-utils': 2.41.0(debug@4.4.0) + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/driver-base': 2.42.0(debug@4.4.0) + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/driver-utils': 2.42.0(debug@4.4.0) '@fluidframework/protocol-base': 5.0.0 - '@fluidframework/routerlicious-driver': 2.41.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/routerlicious-driver': 2.42.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.41.0 + '@fluidframework/telemetry-utils': 2.42.0 jsrsasign: 11.1.0 uuid: 9.0.1 transitivePeerDependencies: @@ -30600,37 +30601,37 @@ snapshots: - debug - supports-color - '@fluidframework/map@2.41.0(debug@4.4.0)': + '@fluidframework/map@2.42.0(debug@4.4.0)': dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/datastore-definitions': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/driver-utils': 2.41.0(debug@4.4.0) - '@fluidframework/merge-tree': 2.41.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.41.0 - '@fluidframework/runtime-utils': 2.41.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.41.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.41.0 + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/datastore-definitions': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/driver-utils': 2.42.0(debug@4.4.0) + '@fluidframework/merge-tree': 2.42.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.42.0 + '@fluidframework/runtime-utils': 2.42.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.42.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.42.0 path-browserify: 1.0.1 transitivePeerDependencies: - debug - supports-color - '@fluidframework/matrix@2.41.0': + '@fluidframework/matrix@2.42.0': dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/datastore-definitions': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/driver-utils': 2.41.0(debug@4.4.0) - '@fluidframework/merge-tree': 2.41.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.41.0 - '@fluidframework/runtime-utils': 2.41.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.41.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.41.0 + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/datastore-definitions': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/driver-utils': 2.42.0(debug@4.4.0) + '@fluidframework/merge-tree': 2.42.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.42.0 + '@fluidframework/runtime-utils': 2.42.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.42.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.42.0 '@tiny-calc/nano': 0.0.0-alpha.5 double-ended-queue: 2.1.0-0 tslib: 1.14.1 @@ -30638,52 +30639,52 @@ snapshots: - debug - supports-color - '@fluidframework/merge-tree@2.41.0(debug@4.4.0)': + '@fluidframework/merge-tree@2.42.0(debug@4.4.0)': dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/container-definitions': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/datastore-definitions': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/runtime-definitions': 2.41.0 - '@fluidframework/runtime-utils': 2.41.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.41.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.41.0 + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/container-definitions': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/datastore-definitions': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/runtime-definitions': 2.42.0 + '@fluidframework/runtime-utils': 2.42.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.42.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.42.0 transitivePeerDependencies: - debug - supports-color - '@fluidframework/odsp-doclib-utils@2.41.0(debug@4.4.0)(encoding@0.1.13)': + '@fluidframework/odsp-doclib-utils@2.42.0(debug@4.4.0)(encoding@0.1.13)': dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/driver-utils': 2.41.0(debug@4.4.0) - '@fluidframework/odsp-driver-definitions': 2.41.0 - '@fluidframework/telemetry-utils': 2.41.0 + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/driver-utils': 2.42.0(debug@4.4.0) + '@fluidframework/odsp-driver-definitions': 2.42.0 + '@fluidframework/telemetry-utils': 2.42.0 isomorphic-fetch: 3.0.0(encoding@0.1.13) transitivePeerDependencies: - debug - encoding - supports-color - '@fluidframework/odsp-driver-definitions@2.41.0': + '@fluidframework/odsp-driver-definitions@2.42.0': dependencies: - '@fluidframework/driver-definitions': 2.41.0 + '@fluidframework/driver-definitions': 2.42.0 - '@fluidframework/odsp-driver@2.41.0(debug@4.4.0)(encoding@0.1.13)': + '@fluidframework/odsp-driver@2.42.0(debug@4.4.0)(encoding@0.1.13)': dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/driver-base': 2.41.0(debug@4.4.0) - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/driver-utils': 2.41.0(debug@4.4.0) - '@fluidframework/odsp-doclib-utils': 2.41.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/odsp-driver-definitions': 2.41.0 - '@fluidframework/telemetry-utils': 2.41.0 + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/driver-base': 2.42.0(debug@4.4.0) + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/driver-utils': 2.42.0(debug@4.4.0) + '@fluidframework/odsp-doclib-utils': 2.42.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/odsp-driver-definitions': 2.42.0 + '@fluidframework/telemetry-utils': 2.42.0 socket.io-client: 4.7.5 uuid: 9.0.1 transitivePeerDependencies: @@ -30693,14 +30694,14 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/odsp-urlresolver@2.41.0(encoding@0.1.13)': + '@fluidframework/odsp-urlresolver@2.42.0(encoding@0.1.13)': dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/odsp-driver': 2.41.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/odsp-driver-definitions': 2.41.0 + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/odsp-driver': 2.42.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/odsp-driver-definitions': 2.42.0 transitivePeerDependencies: - bufferutil - debug @@ -30708,17 +30709,17 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/ordered-collection@2.41.0': - dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/datastore-definitions': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/runtime-definitions': 2.41.0 - '@fluidframework/runtime-utils': 2.41.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.41.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.41.0 + '@fluidframework/ordered-collection@2.42.0': + dependencies: + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/datastore-definitions': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/runtime-definitions': 2.42.0 + '@fluidframework/runtime-utils': 2.42.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.42.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.42.0 uuid: 9.0.1 transitivePeerDependencies: - debug @@ -30748,28 +30749,28 @@ snapshots: '@fluidframework/protocol-definitions@3.2.0': {} - '@fluidframework/register-collection@2.41.0': + '@fluidframework/register-collection@2.42.0': dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/datastore-definitions': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/driver-utils': 2.41.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.41.0 - '@fluidframework/shared-object-base': 2.41.0(debug@4.4.0) + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/datastore-definitions': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/driver-utils': 2.42.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.42.0 + '@fluidframework/shared-object-base': 2.42.0(debug@4.4.0) transitivePeerDependencies: - debug - supports-color - '@fluidframework/replay-driver@2.41.0': + '@fluidframework/replay-driver@2.42.0': dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/driver-utils': 2.41.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.41.0 + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/driver-utils': 2.42.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.42.0 transitivePeerDependencies: - debug - supports-color @@ -30784,13 +30785,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@fluidframework/request-handler@2.41.0(debug@4.4.0)': + '@fluidframework/request-handler@2.42.0(debug@4.4.0)': dependencies: - '@fluidframework/container-runtime-definitions': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/runtime-definitions': 2.41.0 - '@fluidframework/runtime-utils': 2.41.0(debug@4.4.0) + '@fluidframework/container-runtime-definitions': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/runtime-definitions': 2.42.0 + '@fluidframework/runtime-utils': 2.42.0(debug@4.4.0) transitivePeerDependencies: - debug - supports-color @@ -30820,16 +30821,16 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/routerlicious-driver@2.41.0(debug@4.4.0)(encoding@0.1.13)': + '@fluidframework/routerlicious-driver@2.42.0(debug@4.4.0)(encoding@0.1.13)': dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/driver-base': 2.41.0(debug@4.4.0) - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/driver-utils': 2.41.0(debug@4.4.0) + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/driver-base': 2.42.0(debug@4.4.0) + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/driver-utils': 2.42.0(debug@4.4.0) '@fluidframework/server-services-client': 5.0.0 - '@fluidframework/telemetry-utils': 2.41.0 + '@fluidframework/telemetry-utils': 2.42.0 cross-fetch: 3.1.8(encoding@0.1.13) json-stringify-safe: 5.0.1 socket.io-client: 4.7.5 @@ -30841,11 +30842,11 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/routerlicious-urlresolver@2.41.0': + '@fluidframework/routerlicious-urlresolver@2.42.0': dependencies: - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 nconf: 0.12.1 '@fluidframework/runtime-definitions@1.4.0': @@ -30857,13 +30858,13 @@ snapshots: '@fluidframework/driver-definitions': 1.4.0 '@fluidframework/protocol-definitions': 0.1028.2000 - '@fluidframework/runtime-definitions@2.41.0': + '@fluidframework/runtime-definitions@2.42.0': dependencies: - '@fluidframework/container-definitions': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/id-compressor': 2.41.0 - '@fluidframework/telemetry-utils': 2.41.0 + '@fluidframework/container-definitions': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/id-compressor': 2.42.0 + '@fluidframework/telemetry-utils': 2.42.0 transitivePeerDependencies: - supports-color @@ -30883,34 +30884,34 @@ snapshots: transitivePeerDependencies: - supports-color - '@fluidframework/runtime-utils@2.41.0(debug@4.4.0)': + '@fluidframework/runtime-utils@2.42.0(debug@4.4.0)': dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/container-definitions': 2.41.0 - '@fluidframework/container-runtime-definitions': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/datastore-definitions': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/driver-utils': 2.41.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.41.0 - '@fluidframework/telemetry-utils': 2.41.0 + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/container-definitions': 2.42.0 + '@fluidframework/container-runtime-definitions': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/datastore-definitions': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/driver-utils': 2.42.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.42.0 + '@fluidframework/telemetry-utils': 2.42.0 transitivePeerDependencies: - debug - supports-color - '@fluidframework/sequence@2.41.0': + '@fluidframework/sequence@2.42.0': dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/datastore-definitions': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/merge-tree': 2.41.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.41.0 - '@fluidframework/runtime-utils': 2.41.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.41.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.41.0 + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/datastore-definitions': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/merge-tree': 2.42.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.42.0 + '@fluidframework/runtime-utils': 2.42.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.42.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.42.0 double-ended-queue: 2.1.0-0 uuid: 9.0.1 transitivePeerDependencies: @@ -31156,54 +31157,54 @@ snapshots: - debug - supports-color - '@fluidframework/shared-object-base@2.41.0(debug@4.4.0)': + '@fluidframework/shared-object-base@2.42.0(debug@4.4.0)': dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/container-definitions': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/datastore': 2.41.0(debug@4.4.0) - '@fluidframework/datastore-definitions': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/id-compressor': 2.41.0 - '@fluidframework/runtime-definitions': 2.41.0 - '@fluidframework/runtime-utils': 2.41.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.41.0 + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/container-definitions': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/datastore': 2.42.0(debug@4.4.0) + '@fluidframework/datastore-definitions': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/id-compressor': 2.42.0 + '@fluidframework/runtime-definitions': 2.42.0 + '@fluidframework/runtime-utils': 2.42.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.42.0 uuid: 9.0.1 transitivePeerDependencies: - debug - supports-color - '@fluidframework/shared-summary-block@2.41.0': + '@fluidframework/shared-summary-block@2.42.0': dependencies: - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/datastore-definitions': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/driver-utils': 2.41.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.41.0 - '@fluidframework/shared-object-base': 2.41.0(debug@4.4.0) + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/datastore-definitions': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/driver-utils': 2.42.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.42.0 + '@fluidframework/shared-object-base': 2.42.0(debug@4.4.0) transitivePeerDependencies: - debug - supports-color '@fluidframework/synthesize@1.4.0': {} - '@fluidframework/synthesize@2.41.0': + '@fluidframework/synthesize@2.42.0': dependencies: - '@fluidframework/core-utils': 2.41.0 + '@fluidframework/core-utils': 2.42.0 - '@fluidframework/task-manager@2.41.0': + '@fluidframework/task-manager@2.42.0': dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/container-definitions': 2.41.0 - '@fluidframework/container-runtime-definitions': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/datastore-definitions': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/driver-utils': 2.41.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.41.0 - '@fluidframework/shared-object-base': 2.41.0(debug@4.4.0) + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/container-definitions': 2.42.0 + '@fluidframework/container-runtime-definitions': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/datastore-definitions': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/driver-utils': 2.42.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.42.0 + '@fluidframework/shared-object-base': 2.42.0(debug@4.4.0) transitivePeerDependencies: - debug - supports-color @@ -31218,31 +31219,31 @@ snapshots: transitivePeerDependencies: - supports-color - '@fluidframework/telemetry-utils@2.41.0': + '@fluidframework/telemetry-utils@2.42.0': dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 debug: 4.4.0(supports-color@8.1.1) uuid: 9.0.1 transitivePeerDependencies: - supports-color - '@fluidframework/test-runtime-utils@2.41.0(encoding@0.1.13)': + '@fluidframework/test-runtime-utils@2.42.0(encoding@0.1.13)': dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/container-definitions': 2.41.0 - '@fluidframework/container-runtime-definitions': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/datastore-definitions': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/id-compressor': 2.41.0 - '@fluidframework/routerlicious-driver': 2.41.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/runtime-definitions': 2.41.0 - '@fluidframework/runtime-utils': 2.41.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.41.0 + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/container-definitions': 2.42.0 + '@fluidframework/container-runtime-definitions': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/datastore-definitions': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/id-compressor': 2.42.0 + '@fluidframework/routerlicious-driver': 2.42.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/runtime-definitions': 2.42.0 + '@fluidframework/runtime-utils': 2.42.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.42.0 jsrsasign: 11.1.0 uuid: 9.0.1 transitivePeerDependencies: @@ -31254,28 +31255,28 @@ snapshots: '@fluidframework/test-tools@1.0.195075': {} - '@fluidframework/test-utils@2.41.0(encoding@0.1.13)': - dependencies: - '@fluid-internal/test-driver-definitions': 2.41.0 - '@fluidframework/container-definitions': 2.41.0 - '@fluidframework/container-loader': 2.41.0 - '@fluidframework/container-runtime': 2.41.0(debug@4.4.0) - '@fluidframework/container-runtime-definitions': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/datastore': 2.41.0(debug@4.4.0) - '@fluidframework/datastore-definitions': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/driver-utils': 2.41.0(debug@4.4.0) - '@fluidframework/local-driver': 2.41.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/map': 2.41.0(debug@4.4.0) - '@fluidframework/odsp-driver': 2.41.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/request-handler': 2.41.0(debug@4.4.0) - '@fluidframework/routerlicious-driver': 2.41.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/runtime-definitions': 2.41.0 - '@fluidframework/runtime-utils': 2.41.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.41.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.41.0 + '@fluidframework/test-utils@2.42.0(encoding@0.1.13)': + dependencies: + '@fluid-internal/test-driver-definitions': 2.42.0 + '@fluidframework/container-definitions': 2.42.0 + '@fluidframework/container-loader': 2.42.0 + '@fluidframework/container-runtime': 2.42.0(debug@4.4.0) + '@fluidframework/container-runtime-definitions': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/datastore': 2.42.0(debug@4.4.0) + '@fluidframework/datastore-definitions': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/driver-utils': 2.42.0(debug@4.4.0) + '@fluidframework/local-driver': 2.42.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/map': 2.42.0(debug@4.4.0) + '@fluidframework/odsp-driver': 2.42.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/request-handler': 2.42.0(debug@4.4.0) + '@fluidframework/routerlicious-driver': 2.42.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/runtime-definitions': 2.42.0 + '@fluidframework/runtime-utils': 2.42.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.42.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.42.0 best-random: 1.0.3 debug: 4.4.0(supports-color@8.1.1) mocha: 10.8.2 @@ -31286,20 +31287,20 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/tinylicious-client@2.41.0(encoding@0.1.13)': - dependencies: - '@fluidframework/container-definitions': 2.41.0 - '@fluidframework/container-loader': 2.41.0 - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/driver-utils': 2.41.0(debug@4.4.0) - '@fluidframework/fluid-static': 2.41.0 - '@fluidframework/map': 2.41.0(debug@4.4.0) - '@fluidframework/routerlicious-driver': 2.41.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/runtime-utils': 2.41.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.41.0 - '@fluidframework/tinylicious-driver': 2.41.0(encoding@0.1.13) + '@fluidframework/tinylicious-client@2.42.0(encoding@0.1.13)': + dependencies: + '@fluidframework/container-definitions': 2.42.0 + '@fluidframework/container-loader': 2.42.0 + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/driver-utils': 2.42.0(debug@4.4.0) + '@fluidframework/fluid-static': 2.42.0 + '@fluidframework/map': 2.42.0(debug@4.4.0) + '@fluidframework/routerlicious-driver': 2.42.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/runtime-utils': 2.42.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.42.0 + '@fluidframework/tinylicious-driver': 2.42.0(encoding@0.1.13) transitivePeerDependencies: - bufferutil - debug @@ -31307,12 +31308,12 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/tinylicious-driver@2.41.0(encoding@0.1.13)': + '@fluidframework/tinylicious-driver@2.42.0(encoding@0.1.13)': dependencies: - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/driver-utils': 2.41.0(debug@4.4.0) - '@fluidframework/routerlicious-driver': 2.41.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/driver-utils': 2.42.0(debug@4.4.0) + '@fluidframework/routerlicious-driver': 2.42.0(debug@4.4.0)(encoding@0.1.13) jsrsasign: 11.1.0 uuid: 9.0.1 transitivePeerDependencies: @@ -31322,12 +31323,12 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/tool-utils@2.41.0(encoding@0.1.13)': + '@fluidframework/tool-utils@2.42.0(encoding@0.1.13)': dependencies: - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/driver-utils': 2.41.0(debug@4.4.0) - '@fluidframework/odsp-doclib-utils': 2.41.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/driver-utils': 2.42.0(debug@4.4.0) + '@fluidframework/odsp-doclib-utils': 2.42.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 @@ -31336,19 +31337,19 @@ snapshots: - encoding - supports-color - '@fluidframework/tree@2.41.0': + '@fluidframework/tree@2.42.0': dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/container-runtime': 2.41.0(debug@4.4.0) - '@fluidframework/core-interfaces': 2.41.0 - '@fluidframework/core-utils': 2.41.0 - '@fluidframework/datastore-definitions': 2.41.0 - '@fluidframework/driver-definitions': 2.41.0 - '@fluidframework/id-compressor': 2.41.0 - '@fluidframework/runtime-definitions': 2.41.0 - '@fluidframework/runtime-utils': 2.41.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.41.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.41.0 + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/container-runtime': 2.42.0(debug@4.4.0) + '@fluidframework/core-interfaces': 2.42.0 + '@fluidframework/core-utils': 2.42.0 + '@fluidframework/datastore-definitions': 2.42.0 + '@fluidframework/driver-definitions': 2.42.0 + '@fluidframework/id-compressor': 2.42.0 + '@fluidframework/runtime-definitions': 2.42.0 + '@fluidframework/runtime-utils': 2.42.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.42.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.42.0 '@sinclair/typebox': 0.34.13 '@tylerbu/sorted-btree-es6': 1.8.0 '@types/ungap__structured-clone': 1.2.0 @@ -31358,13 +31359,13 @@ snapshots: - debug - supports-color - '@fluidframework/undo-redo@2.41.0': + '@fluidframework/undo-redo@2.42.0': dependencies: - '@fluid-internal/client-utils': 2.41.0 - '@fluidframework/map': 2.41.0(debug@4.4.0) - '@fluidframework/matrix': 2.41.0 - '@fluidframework/merge-tree': 2.41.0(debug@4.4.0) - '@fluidframework/sequence': 2.41.0 + '@fluid-internal/client-utils': 2.42.0 + '@fluidframework/map': 2.42.0(debug@4.4.0) + '@fluidframework/matrix': 2.42.0 + '@fluidframework/merge-tree': 2.42.0(debug@4.4.0) + '@fluidframework/sequence': 2.42.0 transitivePeerDependencies: - debug - supports-color diff --git a/tools/markdown-magic/package.json b/tools/markdown-magic/package.json index 588f3e6c832a..91356a451d97 100644 --- a/tools/markdown-magic/package.json +++ b/tools/markdown-magic/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-tools/markdown-magic", - "version": "2.42.0", + "version": "2.42.1", "private": true, "description": "Contains shared utilities for Markdown content generation and embedding using markdown-magic.", "homepage": "https://fluidframework.com",