diff --git a/azure/packages/azure-local-service/package.json b/azure/packages/azure-local-service/package.json index 7131dc42e9cd..83ecbce08ada 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.73.0", + "version": "2.73.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 207269c82cfb..e3322bd638c2 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.73.0", + "version": "2.73.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.60.0", - "@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@2.71.0", + "@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@2.73.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", "@fluidframework/eslint-config-fluid": "workspace:~", diff --git a/azure/packages/azure-service-utils/src/test/types/validateAzureServiceUtilsPrevious.generated.ts b/azure/packages/azure-service-utils/src/test/types/validateAzureServiceUtilsPrevious.generated.ts index 86d9c383716f..65e66847ee40 100644 --- a/azure/packages/azure-service-utils/src/test/types/validateAzureServiceUtilsPrevious.generated.ts +++ b/azure/packages/azure-service-utils/src/test/types/validateAzureServiceUtilsPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type * as old from "@fluidframework/azure-service-utils-previous/internal"; diff --git a/common/build/eslint-config-fluid/package.json b/common/build/eslint-config-fluid/package.json index 3930299e35e2..bb7163b5a41f 100644 --- a/common/build/eslint-config-fluid/package.json +++ b/common/build/eslint-config-fluid/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/eslint-config-fluid", - "version": "2.73.0", + "version": "2.73.1", "private": true, "description": "Shareable ESLint config for the Fluid Framework", "homepage": "https://fluidframework.com", @@ -81,5 +81,8 @@ "onlyBuiltDependencies": [ "unrs-resolver" ] + }, + "typeValidation": { + "disabled": true } } diff --git a/examples/apps/ai-collab/package.json b/examples/apps/ai-collab/package.json index a00bcdabff8f..a7e8cfba9286 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.73.0", + "version": "2.73.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/blobs/package.json b/examples/apps/blobs/package.json index 8e7a39713b3e..47a699c77eee 100644 --- a/examples/apps/blobs/package.json +++ b/examples/apps/blobs/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/blobs", - "version": "2.73.0", + "version": "2.73.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 0aa283c1a9a9..5d113cc2aff6 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.73.0", + "version": "2.73.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 c801f7348e68..6b265ebc571d 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.73.0", + "version": "2.73.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 3c8b1d95b985..a8bcb25cf013 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.73.0", + "version": "2.73.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 af36c782afb3..c8a3dab06526 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.73.0", + "version": "2.73.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 aa43d7c16126..b4eea4b2c7b4 100644 --- a/examples/apps/staging/package.json +++ b/examples/apps/staging/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/staging", - "version": "2.73.0", + "version": "2.73.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 8dd0eb56f0ba..c6806ced5522 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.73.0", + "version": "2.73.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 9c168c6fd287..9ffb04115899 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.73.0", + "version": "2.73.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 80d3837765c3..f6aa447bc566 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.73.0", + "version": "2.73.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 ed184cebbb3b..a29c7e62a2b6 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.73.0", + "version": "2.73.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 71b83c4246ba..d6eb9f11a9b9 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.73.0", + "version": "2.73.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 8a4d5037b4ae..78166543a7dc 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.73.0", + "version": "2.73.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 5300811923a8..80d366e0942d 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.73.0", + "version": "2.73.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 b3eb3e0c091e..7a0927f087cd 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.73.0", + "version": "2.73.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 0ad886ae8cdc..103160096593 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.73.0", + "version": "2.73.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 4cfc3bd02a7b..7c1238fa74ca 100644 --- a/examples/benchmarks/tablebench/package.json +++ b/examples/benchmarks/tablebench/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-internal/tablebench", - "version": "2.73.0", + "version": "2.73.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 c3e154508adb..d911254c9620 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.73.0", + "version": "2.73.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 5b087c833575..c33d2db0be3d 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.73.0", + "version": "2.73.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 db89e3d79acb..fcc3c46bb3fb 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.73.0", + "version": "2.73.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 9954c9802f33..9152b237596f 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.73.0", + "version": "2.73.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 98c9e34c66dc..24c86f508584 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.73.0", + "version": "2.73.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 0daa98f7e3d1..e9695e3552b2 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.73.0", + "version": "2.73.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 5abdcb34fd9b..81dcba420cd8 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.73.0", + "version": "2.73.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 e5442bcc6415..16e213d83ee3 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.73.0", + "version": "2.73.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 617fd6e499cb..1167eb21f2be 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.73.0", + "version": "2.73.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 d271c0aa0ced..15f138569736 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.73.0", + "version": "2.73.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 a4d5ddb08a38..e18ead587311 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.73.0", + "version": "2.73.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 c903fa05bfd4..b3bbc5c1529e 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.73.0", + "version": "2.73.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 c3ef4d297627..75234874f2c3 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.73.0", + "version": "2.73.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 63194858c890..6bff60c33fba 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.73.0", + "version": "2.73.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 ad2511dbe523..cb86b03d62c6 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.73.0", + "version": "2.73.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 b63a35006d29..9e117603dad2 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.73.0", + "version": "2.73.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 6cc0055a593e..255e19c36018 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.73.0", + "version": "2.73.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 7eba9ebfb7dd..de1fa914d988 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.73.0", + "version": "2.73.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 e24d01fdcb5f..035097c91083 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.73.0", + "version": "2.73.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 3dfd1f25a5ed..bf5a96a3b65e 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.73.0", + "version": "2.73.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 e96c64a34c99..8d60c29c8b26 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.73.0", + "version": "2.73.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 3cd7182791c9..ae61cf1d79ef 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.73.0", + "version": "2.73.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 cde0dd0c6e0b..32507871cb3c 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.73.0", + "version": "2.73.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/azure-client/todo-list/package.json b/examples/service-clients/azure-client/todo-list/package.json index 98b6592628fd..6101e9245bdc 100644 --- a/examples/service-clients/azure-client/todo-list/package.json +++ b/examples/service-clients/azure-client/todo-list/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/azure-client-todo-list", - "version": "2.73.0", + "version": "2.73.1", "private": true, "description": "Minimal Fluid Container sample demonstrating the use of SharedTree and nested DDSs via a simple to-do list application.", "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 71f61266bc02..080ed8b5ac76 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.73.0", + "version": "2.73.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 75dac24a9476..a83629796fd5 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.73.0", + "version": "2.73.1", "private": true, "description": "A package for understanding the bundle size of Fluid Framework", "homepage": "https://fluidframework.com", diff --git a/examples/utils/example-driver/package.json b/examples/utils/example-driver/package.json index febe9879a214..ee5a814c05da 100644 --- a/examples/utils/example-driver/package.json +++ b/examples/utils/example-driver/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/example-driver", - "version": "2.73.0", + "version": "2.73.1", "private": true, "description": "Simplified drivers used by examples in the FluidFramework repo.", "homepage": "https://fluidframework.com", diff --git a/examples/utils/example-utils/package.json b/examples/utils/example-utils/package.json index 48a4410656c7..0f2980dbc94d 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.73.0", + "version": "2.73.1", "private": true, "description": "Shared utilities used by examples.", "homepage": "https://fluidframework.com", diff --git a/examples/utils/example-webpack-integration/package.json b/examples/utils/example-webpack-integration/package.json index b547f3c82cb3..f92f5d1f6647 100644 --- a/examples/utils/example-webpack-integration/package.json +++ b/examples/utils/example-webpack-integration/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/example-webpack-integration", - "version": "2.73.0", + "version": "2.73.1", "private": true, "description": "Webpack configuration used by examples in the FluidFramework repo.", "homepage": "https://fluidframework.com", diff --git a/examples/utils/import-testing/package.json b/examples/utils/import-testing/package.json index ab5a845bee7b..bc5f6ae25cb9 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.73.0", + "version": "2.73.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 60ba61abf074..59c3f8daed89 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.73.0", + "version": "2.73.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 743bba4ff9a8..5a05f034fb4a 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.73.0", + "version": "2.73.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 3b7a39aabaa8..ad6995242693 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.73.0", + "version": "2.73.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 d512100d8a58..bc2937e5e28a 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.73.0", + "version": "2.73.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 dd97b6a9f271..207a47fb6847 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.73.0", + "version": "2.73.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 26abee6e0b1a..e909322a802e 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.73.0", + "version": "2.73.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 f93f0d156204..1746e91e6cef 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.73.0", + "version": "2.73.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 693383431402..102b1f07a0d4 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.73.0", + "version": "2.73.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 efa7494d9df2..7288e0f51641 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.73.0", + "version": "2.73.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 9ac97e685569..57b727eade37 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.73.0", + "version": "2.73.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 9aa4bba87fb7..bc5b7e17a1de 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.73.0", + "version": "2.73.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 68c3b8f1abf3..e1420c538541 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.73.0", + "version": "2.73.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 a0a91f9a3b71..891ca4917670 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.73.0", + "version": "2.73.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 7007c709c744..e5d6790de19e 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.73.0", + "version": "2.73.1", "description": "definitions of properties", "homepage": "https://fluidframework.com", "repository": { diff --git a/experimental/dds/ot/ot/package.json b/experimental/dds/ot/ot/package.json index b1481081a209..bcb9da66e0b3 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.73.0", + "version": "2.73.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 845c2f6fafba..2f89153daaac 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/experimental/dds/ot/sharejs/json1/package.json b/experimental/dds/ot/sharejs/json1/package.json index b34d8a91772a..1a98e98fe74c 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.73.0", + "version": "2.73.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 ea0b4b28bb2c..b0588a5c48d1 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/experimental/dds/sequence-deprecated/package.json b/experimental/dds/sequence-deprecated/package.json index c2f020468f6c..1a06d8d0c4d4 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.73.0", + "version": "2.73.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 7468311e0d46..206b6ba4a841 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/experimental/dds/tree/package.json b/experimental/dds/tree/package.json index 23f2af7412ab..1fd0187a6b83 100644 --- a/experimental/dds/tree/package.json +++ b/experimental/dds/tree/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-experimental/tree", - "version": "2.73.0", + "version": "2.73.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 bb2616c5da7f..588c14d041f4 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.73.0", + "version": "2.73.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 9fb760c087b4..8571988e395d 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.73.0", + "version": "2.73.1", "description": "Tracks the last edited information in the Container.", "homepage": "https://fluidframework.com", "repository": { diff --git a/package.json b/package.json index dba0525d2913..3898c209b0a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "client-release-group-root", - "version": "2.73.0", + "version": "2.73.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 f53039a474a9..0a66d832705f 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.73.0", + "version": "2.73.1", "description": "Not intended for use outside the Fluid Framework.", "homepage": "https://fluidframework.com", "repository": { @@ -144,7 +144,7 @@ "devDependencies": { "@arethetypeswrong/cli": "^0.17.1", "@biomejs/biome": "~1.9.3", - "@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.71.0", + "@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.73.0", "@fluid-internal/mocha-test-setup": "workspace:~", "@fluid-tools/build-cli": "^0.60.0", "@fluidframework/build-common": "^2.0.3", diff --git a/packages/common/client-utils/src/test/types/validateClientUtilsPrevious.generated.ts b/packages/common/client-utils/src/test/types/validateClientUtilsPrevious.generated.ts index ce828c16dbce..fb5e8f485843 100644 --- a/packages/common/client-utils/src/test/types/validateClientUtilsPrevious.generated.ts +++ b/packages/common/client-utils/src/test/types/validateClientUtilsPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type * as old from "@fluid-internal/client-utils-previous"; diff --git a/packages/common/container-definitions/package.json b/packages/common/container-definitions/package.json index 991f65fdde02..c4d72446ee7f 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.73.0", + "version": "2.73.1", "description": "Fluid container definitions", "homepage": "https://fluidframework.com", "repository": { @@ -100,7 +100,7 @@ "@fluid-tools/build-cli": "^0.60.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", - "@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.71.0", + "@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.73.0", "@fluidframework/eslint-config-fluid": "workspace:~", "@microsoft/api-extractor": "7.52.11", "concurrently": "^8.2.1", diff --git a/packages/common/container-definitions/src/test/types/validateContainerDefinitionsPrevious.generated.ts b/packages/common/container-definitions/src/test/types/validateContainerDefinitionsPrevious.generated.ts index ebffc7fc84d0..5ba2be63007d 100644 --- a/packages/common/container-definitions/src/test/types/validateContainerDefinitionsPrevious.generated.ts +++ b/packages/common/container-definitions/src/test/types/validateContainerDefinitionsPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/common/core-interfaces/package.json b/packages/common/core-interfaces/package.json index c8bf7bb94c73..ec2f34c0118e 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.73.0", + "version": "2.73.1", "description": "Fluid object interfaces", "homepage": "https://fluidframework.com", "repository": { @@ -137,7 +137,7 @@ "@fluid-tools/build-cli": "^0.60.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", - "@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.71.0", + "@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.73.0", "@fluidframework/eslint-config-fluid": "workspace:~", "@microsoft/api-extractor": "7.52.11", "@types/mocha": "^10.0.10", diff --git a/packages/common/core-interfaces/src/test/types/validateCoreInterfacesPrevious.generated.ts b/packages/common/core-interfaces/src/test/types/validateCoreInterfacesPrevious.generated.ts index f003607b47ef..3bcc4b2ce472 100644 --- a/packages/common/core-interfaces/src/test/types/validateCoreInterfacesPrevious.generated.ts +++ b/packages/common/core-interfaces/src/test/types/validateCoreInterfacesPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/common/core-utils/package.json b/packages/common/core-utils/package.json index 64a76f6ac820..bdb584cc405e 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.73.0", + "version": "2.73.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.60.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", - "@fluidframework/core-utils-previous": "npm:@fluidframework/core-utils@2.71.0", + "@fluidframework/core-utils-previous": "npm:@fluidframework/core-utils@2.73.0", "@fluidframework/eslint-config-fluid": "workspace:~", "@microsoft/api-extractor": "7.52.11", "@types/mocha": "^10.0.10", diff --git a/packages/common/core-utils/src/test/types/validateCoreUtilsPrevious.generated.ts b/packages/common/core-utils/src/test/types/validateCoreUtilsPrevious.generated.ts index 3d2f126697a1..36dbe4ad7e0c 100644 --- a/packages/common/core-utils/src/test/types/validateCoreUtilsPrevious.generated.ts +++ b/packages/common/core-utils/src/test/types/validateCoreUtilsPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/common/driver-definitions/package.json b/packages/common/driver-definitions/package.json index 9a21362d5c72..0d3133563491 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.73.0", + "version": "2.73.1", "description": "Fluid driver definitions", "homepage": "https://fluidframework.com", "repository": { @@ -95,7 +95,7 @@ "@fluid-tools/build-cli": "^0.60.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", - "@fluidframework/driver-definitions-previous": "npm:@fluidframework/driver-definitions@2.71.0", + "@fluidframework/driver-definitions-previous": "npm:@fluidframework/driver-definitions@2.73.0", "@fluidframework/eslint-config-fluid": "workspace:~", "@microsoft/api-extractor": "7.52.11", "concurrently": "^8.2.1", diff --git a/packages/common/driver-definitions/src/test/types/validateDriverDefinitionsPrevious.generated.ts b/packages/common/driver-definitions/src/test/types/validateDriverDefinitionsPrevious.generated.ts index eaab3db6404e..953a82289dc9 100644 --- a/packages/common/driver-definitions/src/test/types/validateDriverDefinitionsPrevious.generated.ts +++ b/packages/common/driver-definitions/src/test/types/validateDriverDefinitionsPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/dds/cell/package.json b/packages/dds/cell/package.json index 216aba00bc9c..0aec840df43f 100644 --- a/packages/dds/cell/package.json +++ b/packages/dds/cell/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/cell", - "version": "2.73.0", + "version": "2.73.1", "description": "Distributed data structure for a single value", "homepage": "https://fluidframework.com", "repository": { @@ -113,7 +113,7 @@ "@fluid-tools/build-cli": "^0.60.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", - "@fluidframework/cell-previous": "npm:@fluidframework/cell@2.71.0", + "@fluidframework/cell-previous": "npm:@fluidframework/cell@2.73.0", "@fluidframework/container-definitions": "workspace:~", "@fluidframework/eslint-config-fluid": "workspace:~", "@fluidframework/test-runtime-utils": "workspace:~", diff --git a/packages/dds/cell/src/packageVersion.ts b/packages/dds/cell/src/packageVersion.ts index 60a888a2cb27..5a0c7c5ed9b8 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/dds/cell/src/test/types/validateCellPrevious.generated.ts b/packages/dds/cell/src/test/types/validateCellPrevious.generated.ts index 0a66ff2e5f09..0e44ae5758e9 100644 --- a/packages/dds/cell/src/test/types/validateCellPrevious.generated.ts +++ b/packages/dds/cell/src/test/types/validateCellPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/dds/counter/package.json b/packages/dds/counter/package.json index 4b0fd879b6fd..d8da0bf9bb4e 100644 --- a/packages/dds/counter/package.json +++ b/packages/dds/counter/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/counter", - "version": "2.73.0", + "version": "2.73.1", "description": "Counter DDS", "homepage": "https://fluidframework.com", "repository": { @@ -145,7 +145,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", "@fluidframework/container-definitions": "workspace:~", - "@fluidframework/counter-previous": "npm:@fluidframework/counter@2.71.0", + "@fluidframework/counter-previous": "npm:@fluidframework/counter@2.73.0", "@fluidframework/eslint-config-fluid": "workspace:~", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.11", diff --git a/packages/dds/counter/src/packageVersion.ts b/packages/dds/counter/src/packageVersion.ts index fba197625647..64ca9409c151 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/dds/counter/src/test/types/validateCounterPrevious.generated.ts b/packages/dds/counter/src/test/types/validateCounterPrevious.generated.ts index 57fa5c209367..9900155b7dcb 100644 --- a/packages/dds/counter/src/test/types/validateCounterPrevious.generated.ts +++ b/packages/dds/counter/src/test/types/validateCounterPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/dds/ink/package.json b/packages/dds/ink/package.json index 402195939cf4..0393f6e80542 100644 --- a/packages/dds/ink/package.json +++ b/packages/dds/ink/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-experimental/ink", - "version": "2.73.0", + "version": "2.73.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 f14ceb38bd22..f51090b88acd 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/dds/legacy-dds/package.json b/packages/dds/legacy-dds/package.json index 19ceffb1c8b0..a138a419753a 100644 --- a/packages/dds/legacy-dds/package.json +++ b/packages/dds/legacy-dds/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/legacy-dds", - "version": "2.73.0", + "version": "2.73.1", "description": "Legacy DDSs for the Fluid Framework. These are not intended for use in new code.", "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/dds/legacy-dds/src/packageVersion.ts b/packages/dds/legacy-dds/src/packageVersion.ts index a691c126bd5e..992023336a38 100644 --- a/packages/dds/legacy-dds/src/packageVersion.ts +++ b/packages/dds/legacy-dds/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/legacy-dds"; -export const pkgVersion = "2.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/dds/map/package.json b/packages/dds/map/package.json index 003d114eb09b..b050ba1b1375 100644 --- a/packages/dds/map/package.json +++ b/packages/dds/map/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/map", - "version": "2.73.0", + "version": "2.73.1", "description": "Distributed map", "homepage": "https://fluidframework.com", "repository": { @@ -156,7 +156,7 @@ "@fluidframework/build-tools": "^0.60.0", "@fluidframework/container-definitions": "workspace:~", "@fluidframework/eslint-config-fluid": "workspace:~", - "@fluidframework/map-previous": "npm:@fluidframework/map@2.71.0", + "@fluidframework/map-previous": "npm:@fluidframework/map@2.73.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.11", "@types/mocha": "^10.0.10", diff --git a/packages/dds/map/src/packageVersion.ts b/packages/dds/map/src/packageVersion.ts index b1e2ffb7bae6..c25b2291c66e 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/dds/map/src/test/types/validateMapPrevious.generated.ts b/packages/dds/map/src/test/types/validateMapPrevious.generated.ts index ca442d91b6e5..056ef9d0f807 100644 --- a/packages/dds/map/src/test/types/validateMapPrevious.generated.ts +++ b/packages/dds/map/src/test/types/validateMapPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/dds/matrix/package.json b/packages/dds/matrix/package.json index cab6401234d6..c009084f5872 100644 --- a/packages/dds/matrix/package.json +++ b/packages/dds/matrix/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/matrix", - "version": "2.73.0", + "version": "2.73.1", "description": "Distributed matrix", "homepage": "https://fluidframework.com", "repository": { @@ -161,7 +161,7 @@ "@fluidframework/build-tools": "^0.60.0", "@fluidframework/container-definitions": "workspace:~", "@fluidframework/eslint-config-fluid": "workspace:~", - "@fluidframework/matrix-previous": "npm:@fluidframework/matrix@2.71.0", + "@fluidframework/matrix-previous": "npm:@fluidframework/matrix@2.73.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.11", "@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 4683cbd8a7c5..d48462ac7b52 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/dds/matrix/src/test/types/validateMatrixPrevious.generated.ts b/packages/dds/matrix/src/test/types/validateMatrixPrevious.generated.ts index d73bfc97d556..6995e73fd46a 100644 --- a/packages/dds/matrix/src/test/types/validateMatrixPrevious.generated.ts +++ b/packages/dds/matrix/src/test/types/validateMatrixPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/dds/merge-tree/package.json b/packages/dds/merge-tree/package.json index 972a50ac14cd..87fefa48aa1f 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.73.0", + "version": "2.73.1", "description": "Merge tree", "homepage": "https://fluidframework.com", "repository": { @@ -154,7 +154,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", "@fluidframework/eslint-config-fluid": "workspace:~", - "@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.71.0", + "@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.73.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.11", "@types/diff": "^3.5.1", diff --git a/packages/dds/merge-tree/src/test/types/validateMergeTreePrevious.generated.ts b/packages/dds/merge-tree/src/test/types/validateMergeTreePrevious.generated.ts index c23e1b850776..81f780e4f64f 100644 --- a/packages/dds/merge-tree/src/test/types/validateMergeTreePrevious.generated.ts +++ b/packages/dds/merge-tree/src/test/types/validateMergeTreePrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/dds/ordered-collection/package.json b/packages/dds/ordered-collection/package.json index ba726988d38e..0b8c6fdf71a7 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.73.0", + "version": "2.73.1", "description": "Consensus Collection", "homepage": "https://fluidframework.com", "repository": { @@ -148,7 +148,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", "@fluidframework/eslint-config-fluid": "workspace:~", - "@fluidframework/ordered-collection-previous": "npm:@fluidframework/ordered-collection@2.71.0", + "@fluidframework/ordered-collection-previous": "npm:@fluidframework/ordered-collection@2.73.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.11", "@types/mocha": "^10.0.10", diff --git a/packages/dds/ordered-collection/src/packageVersion.ts b/packages/dds/ordered-collection/src/packageVersion.ts index b6e2b3a2928e..ebf36aa5722f 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/dds/ordered-collection/src/test/types/validateOrderedCollectionPrevious.generated.ts b/packages/dds/ordered-collection/src/test/types/validateOrderedCollectionPrevious.generated.ts index 733401474d3a..6437ff011801 100644 --- a/packages/dds/ordered-collection/src/test/types/validateOrderedCollectionPrevious.generated.ts +++ b/packages/dds/ordered-collection/src/test/types/validateOrderedCollectionPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/dds/pact-map/package.json b/packages/dds/pact-map/package.json index 2928e84df04d..81dea86fd804 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.73.0", + "version": "2.73.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 1bc769167eea..377932ea186e 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/dds/register-collection/package.json b/packages/dds/register-collection/package.json index 2c8a17415e8d..c30b6f64389a 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.73.0", + "version": "2.73.1", "description": "Consensus Register", "homepage": "https://fluidframework.com", "repository": { @@ -146,7 +146,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", "@fluidframework/eslint-config-fluid": "workspace:~", - "@fluidframework/register-collection-previous": "npm:@fluidframework/register-collection@2.71.0", + "@fluidframework/register-collection-previous": "npm:@fluidframework/register-collection@2.73.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.11", "@types/mocha": "^10.0.10", diff --git a/packages/dds/register-collection/src/packageVersion.ts b/packages/dds/register-collection/src/packageVersion.ts index 2b590953e4b2..8b5396bc494a 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/dds/register-collection/src/test/types/validateRegisterCollectionPrevious.generated.ts b/packages/dds/register-collection/src/test/types/validateRegisterCollectionPrevious.generated.ts index b1d6aad88a45..51265e828de8 100644 --- a/packages/dds/register-collection/src/test/types/validateRegisterCollectionPrevious.generated.ts +++ b/packages/dds/register-collection/src/test/types/validateRegisterCollectionPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/dds/sequence/package.json b/packages/dds/sequence/package.json index 270e41acf3e7..ab63cf4d1302 100644 --- a/packages/dds/sequence/package.json +++ b/packages/dds/sequence/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/sequence", - "version": "2.73.0", + "version": "2.73.1", "description": "Distributed sequence", "homepage": "https://fluidframework.com", "repository": { @@ -170,7 +170,7 @@ "@fluidframework/build-tools": "^0.60.0", "@fluidframework/container-definitions": "workspace:~", "@fluidframework/eslint-config-fluid": "workspace:~", - "@fluidframework/sequence-previous": "npm:@fluidframework/sequence@2.71.0", + "@fluidframework/sequence-previous": "npm:@fluidframework/sequence@2.73.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.11", "@types/diff": "^3.5.1", diff --git a/packages/dds/sequence/src/packageVersion.ts b/packages/dds/sequence/src/packageVersion.ts index dd192730e1fc..f1f05afd3032 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/dds/sequence/src/test/types/validateSequencePrevious.generated.ts b/packages/dds/sequence/src/test/types/validateSequencePrevious.generated.ts index ad620bb0ad90..19eabd6c9547 100644 --- a/packages/dds/sequence/src/test/types/validateSequencePrevious.generated.ts +++ b/packages/dds/sequence/src/test/types/validateSequencePrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/dds/shared-object-base/package.json b/packages/dds/shared-object-base/package.json index 84a99d0ae959..61d51e1ea67d 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.73.0", + "version": "2.73.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.60.0", "@fluidframework/eslint-config-fluid": "workspace:~", - "@fluidframework/shared-object-base-previous": "npm:@fluidframework/shared-object-base@2.71.0", + "@fluidframework/shared-object-base-previous": "npm:@fluidframework/shared-object-base@2.73.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.11", "@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 7c702ce40d5f..886da88e77c3 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/dds/shared-object-base/src/test/types/validateSharedObjectBasePrevious.generated.ts b/packages/dds/shared-object-base/src/test/types/validateSharedObjectBasePrevious.generated.ts index 6633f6a8502e..d4a8d3583a2b 100644 --- a/packages/dds/shared-object-base/src/test/types/validateSharedObjectBasePrevious.generated.ts +++ b/packages/dds/shared-object-base/src/test/types/validateSharedObjectBasePrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/dds/shared-summary-block/package.json b/packages/dds/shared-summary-block/package.json index 7d127d87105a..a19600f9bd53 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.73.0", + "version": "2.73.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.60.0", "@fluidframework/container-definitions": "workspace:~", "@fluidframework/eslint-config-fluid": "workspace:~", - "@fluidframework/shared-summary-block-previous": "npm:@fluidframework/shared-summary-block@2.71.0", + "@fluidframework/shared-summary-block-previous": "npm:@fluidframework/shared-summary-block@2.73.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.11", "@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 bd5300fa6bca..61bddad6be04 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/dds/shared-summary-block/src/test/types/validateSharedSummaryBlockPrevious.generated.ts b/packages/dds/shared-summary-block/src/test/types/validateSharedSummaryBlockPrevious.generated.ts index 5e6958166915..4cc6a2172742 100644 --- a/packages/dds/shared-summary-block/src/test/types/validateSharedSummaryBlockPrevious.generated.ts +++ b/packages/dds/shared-summary-block/src/test/types/validateSharedSummaryBlockPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/dds/task-manager/package.json b/packages/dds/task-manager/package.json index b7354da27811..ac7395d2b5cc 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.73.0", + "version": "2.73.1", "description": "Distributed data structure for queueing exclusive tasks", "homepage": "https://fluidframework.com", "repository": { @@ -148,7 +148,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", "@fluidframework/eslint-config-fluid": "workspace:~", - "@fluidframework/task-manager-previous": "npm:@fluidframework/task-manager@2.71.0", + "@fluidframework/task-manager-previous": "npm:@fluidframework/task-manager@2.73.0", "@fluidframework/test-runtime-utils": "workspace:~", "@fluidframework/test-utils": "workspace:~", "@microsoft/api-extractor": "7.52.11", diff --git a/packages/dds/task-manager/src/packageVersion.ts b/packages/dds/task-manager/src/packageVersion.ts index e31b8a87986c..8604ecac399d 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/dds/task-manager/src/test/types/validateTaskManagerPrevious.generated.ts b/packages/dds/task-manager/src/test/types/validateTaskManagerPrevious.generated.ts index eace66b9c67a..c5706b44ee21 100644 --- a/packages/dds/task-manager/src/test/types/validateTaskManagerPrevious.generated.ts +++ b/packages/dds/task-manager/src/test/types/validateTaskManagerPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/dds/test-dds-utils/package.json b/packages/dds/test-dds-utils/package.json index a60a536906c8..31687af0ea26 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.73.0", + "version": "2.73.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 cc0c52ad8e40..1dad569b3ff2 100644 --- a/packages/dds/tree/package.json +++ b/packages/dds/tree/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/tree", - "version": "2.73.0", + "version": "2.73.1", "description": "Distributed tree", "homepage": "https://fluidframework.com", "repository": { @@ -199,7 +199,7 @@ "@fluidframework/eslint-config-fluid": "workspace:~", "@fluidframework/test-runtime-utils": "workspace:~", "@fluidframework/test-utils": "workspace:~", - "@fluidframework/tree-previous": "npm:@fluidframework/tree@2.71.0", + "@fluidframework/tree-previous": "npm:@fluidframework/tree@2.73.0", "@microsoft/api-extractor": "7.52.11", "@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 269952408f9b..cef77c7e032c 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/dds/tree/src/test/types/validateTreePrevious.generated.ts b/packages/dds/tree/src/test/types/validateTreePrevious.generated.ts index 0589b4f1b39e..6c89c24b210f 100644 --- a/packages/dds/tree/src/test/types/validateTreePrevious.generated.ts +++ b/packages/dds/tree/src/test/types/validateTreePrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/drivers/debugger/package.json b/packages/drivers/debugger/package.json index a83e87d6d19a..441d873b5715 100644 --- a/packages/drivers/debugger/package.json +++ b/packages/drivers/debugger/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/debugger", - "version": "2.73.0", + "version": "2.73.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.60.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", - "@fluidframework/debugger-previous": "npm:@fluidframework/debugger@2.71.0", + "@fluidframework/debugger-previous": "npm:@fluidframework/debugger@2.73.0", "@fluidframework/eslint-config-fluid": "workspace:~", "@microsoft/api-extractor": "7.52.11", "@types/node": "^18.19.0", diff --git a/packages/drivers/debugger/src/test/types/validateDebuggerPrevious.generated.ts b/packages/drivers/debugger/src/test/types/validateDebuggerPrevious.generated.ts index f3828f8b278a..ebf0c0d2c4a9 100644 --- a/packages/drivers/debugger/src/test/types/validateDebuggerPrevious.generated.ts +++ b/packages/drivers/debugger/src/test/types/validateDebuggerPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/drivers/driver-base/package.json b/packages/drivers/driver-base/package.json index 883d2e07cc3a..40a63322e20f 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.73.0", + "version": "2.73.1", "description": "Shared driver code for Fluid driver implementations", "homepage": "https://fluidframework.com", "repository": { @@ -111,7 +111,7 @@ "@fluid-tools/build-cli": "^0.60.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", - "@fluidframework/driver-base-previous": "npm:@fluidframework/driver-base@2.71.0", + "@fluidframework/driver-base-previous": "npm:@fluidframework/driver-base@2.73.0", "@fluidframework/eslint-config-fluid": "workspace:~", "@microsoft/api-extractor": "7.52.11", "@types/mocha": "^10.0.10", diff --git a/packages/drivers/driver-base/src/packageVersion.ts b/packages/drivers/driver-base/src/packageVersion.ts index 348dd40483fd..270264cf19ef 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/drivers/driver-base/src/test/types/validateDriverBasePrevious.generated.ts b/packages/drivers/driver-base/src/test/types/validateDriverBasePrevious.generated.ts index b617a1a75e85..0a6ea095dd16 100644 --- a/packages/drivers/driver-base/src/test/types/validateDriverBasePrevious.generated.ts +++ b/packages/drivers/driver-base/src/test/types/validateDriverBasePrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/drivers/driver-web-cache/package.json b/packages/drivers/driver-web-cache/package.json index 2565f7335d14..4f637780a0aa 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.73.0", + "version": "2.73.1", "description": "Implementation of the driver caching API for a web browser", "homepage": "https://fluidframework.com", "repository": { @@ -102,7 +102,7 @@ "@fluid-tools/build-cli": "^0.60.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", - "@fluidframework/driver-web-cache-previous": "npm:@fluidframework/driver-web-cache@2.71.0", + "@fluidframework/driver-web-cache-previous": "npm:@fluidframework/driver-web-cache@2.73.0", "@fluidframework/eslint-config-fluid": "workspace:~", "@microsoft/api-extractor": "7.52.11", "@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 a43296770ba6..16001ce34558 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/drivers/driver-web-cache/src/test/types/validateDriverWebCachePrevious.generated.ts b/packages/drivers/driver-web-cache/src/test/types/validateDriverWebCachePrevious.generated.ts index 28cfb8ee7883..a7d75ab76ce3 100644 --- a/packages/drivers/driver-web-cache/src/test/types/validateDriverWebCachePrevious.generated.ts +++ b/packages/drivers/driver-web-cache/src/test/types/validateDriverWebCachePrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/drivers/file-driver/package.json b/packages/drivers/file-driver/package.json index a0f8eedd2ee3..ddb28475daeb 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.73.0", + "version": "2.73.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.60.0", "@fluidframework/eslint-config-fluid": "workspace:~", - "@fluidframework/file-driver-previous": "npm:@fluidframework/file-driver@2.71.0", + "@fluidframework/file-driver-previous": "npm:@fluidframework/file-driver@2.73.0", "@microsoft/api-extractor": "7.52.11", "@types/node": "^18.19.0", "concurrently": "^8.2.1", diff --git a/packages/drivers/file-driver/src/test/types/validateFileDriverPrevious.generated.ts b/packages/drivers/file-driver/src/test/types/validateFileDriverPrevious.generated.ts index cd1f04030641..362cea0a41bd 100644 --- a/packages/drivers/file-driver/src/test/types/validateFileDriverPrevious.generated.ts +++ b/packages/drivers/file-driver/src/test/types/validateFileDriverPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/drivers/local-driver/package.json b/packages/drivers/local-driver/package.json index 18ab8b5099ac..29218089fe7c 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.73.0", + "version": "2.73.1", "description": "Fluid local driver", "homepage": "https://fluidframework.com", "repository": { @@ -141,7 +141,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", "@fluidframework/eslint-config-fluid": "workspace:~", - "@fluidframework/local-driver-previous": "npm:@fluidframework/local-driver@2.71.0", + "@fluidframework/local-driver-previous": "npm:@fluidframework/local-driver@2.73.0", "@microsoft/api-extractor": "7.52.11", "@types/jsrsasign": "^10.5.12", "@types/mocha": "^10.0.10", diff --git a/packages/drivers/local-driver/src/packageVersion.ts b/packages/drivers/local-driver/src/packageVersion.ts index ac4982f7aa88..9d3be89f7fc7 100644 --- a/packages/drivers/local-driver/src/packageVersion.ts +++ b/packages/drivers/local-driver/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/local-driver"; -export const pkgVersion = "2.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/drivers/local-driver/src/test/types/validateLocalDriverPrevious.generated.ts b/packages/drivers/local-driver/src/test/types/validateLocalDriverPrevious.generated.ts index 0375053a8a82..7712b7e6ea2d 100644 --- a/packages/drivers/local-driver/src/test/types/validateLocalDriverPrevious.generated.ts +++ b/packages/drivers/local-driver/src/test/types/validateLocalDriverPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/drivers/odsp-driver-definitions/package.json b/packages/drivers/odsp-driver-definitions/package.json index 8fda73d7fc79..12f92fc7642b 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.73.0", + "version": "2.73.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.60.0", "@fluidframework/eslint-config-fluid": "workspace:~", - "@fluidframework/odsp-driver-definitions-previous": "npm:@fluidframework/odsp-driver-definitions@2.71.0", + "@fluidframework/odsp-driver-definitions-previous": "npm:@fluidframework/odsp-driver-definitions@2.73.0", "@microsoft/api-extractor": "7.52.11", "concurrently": "^8.2.1", "copyfiles": "^2.4.1", diff --git a/packages/drivers/odsp-driver-definitions/src/test/types/validateOdspDriverDefinitionsPrevious.generated.ts b/packages/drivers/odsp-driver-definitions/src/test/types/validateOdspDriverDefinitionsPrevious.generated.ts index f8aca4a7dea9..533cd8a1e3cd 100644 --- a/packages/drivers/odsp-driver-definitions/src/test/types/validateOdspDriverDefinitionsPrevious.generated.ts +++ b/packages/drivers/odsp-driver-definitions/src/test/types/validateOdspDriverDefinitionsPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/drivers/odsp-driver/package.json b/packages/drivers/odsp-driver/package.json index b8f647336596..43bcff4a63db 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.73.0", + "version": "2.73.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.60.0", "@fluidframework/eslint-config-fluid": "workspace:~", - "@fluidframework/odsp-driver-previous": "npm:@fluidframework/odsp-driver@2.71.0", + "@fluidframework/odsp-driver-previous": "npm:@fluidframework/odsp-driver@2.73.0", "@microsoft/api-extractor": "7.52.11", "@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 c2c78f7f6355..f23fa6388135 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/drivers/odsp-driver/src/test/types/validateOdspDriverPrevious.generated.ts b/packages/drivers/odsp-driver/src/test/types/validateOdspDriverPrevious.generated.ts index 700324373d42..8f21bbad65e9 100644 --- a/packages/drivers/odsp-driver/src/test/types/validateOdspDriverPrevious.generated.ts +++ b/packages/drivers/odsp-driver/src/test/types/validateOdspDriverPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/drivers/odsp-urlResolver/package.json b/packages/drivers/odsp-urlResolver/package.json index 628e2da9dbdd..d8afa39a0afa 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.73.0", + "version": "2.73.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.60.0", "@fluidframework/eslint-config-fluid": "workspace:~", - "@fluidframework/odsp-urlresolver-previous": "npm:@fluidframework/odsp-urlresolver@2.71.0", + "@fluidframework/odsp-urlresolver-previous": "npm:@fluidframework/odsp-urlresolver@2.73.0", "@microsoft/api-extractor": "7.52.11", "@types/mocha": "^10.0.10", "@types/node": "^18.19.0", diff --git a/packages/drivers/odsp-urlResolver/src/test/types/validateOdspUrlresolverPrevious.generated.ts b/packages/drivers/odsp-urlResolver/src/test/types/validateOdspUrlresolverPrevious.generated.ts index 5ba39fb6b175..bed751088259 100644 --- a/packages/drivers/odsp-urlResolver/src/test/types/validateOdspUrlresolverPrevious.generated.ts +++ b/packages/drivers/odsp-urlResolver/src/test/types/validateOdspUrlresolverPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/drivers/replay-driver/package.json b/packages/drivers/replay-driver/package.json index 27a27f70ccc2..2afa21a7d31d 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.73.0", + "version": "2.73.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.60.0", "@fluidframework/eslint-config-fluid": "workspace:~", - "@fluidframework/replay-driver-previous": "npm:@fluidframework/replay-driver@2.71.0", + "@fluidframework/replay-driver-previous": "npm:@fluidframework/replay-driver@2.73.0", "@microsoft/api-extractor": "7.52.11", "@types/nock": "^9.3.0", "@types/node": "^18.19.0", diff --git a/packages/drivers/replay-driver/src/test/types/validateReplayDriverPrevious.generated.ts b/packages/drivers/replay-driver/src/test/types/validateReplayDriverPrevious.generated.ts index 62603422a495..521221ee38e5 100644 --- a/packages/drivers/replay-driver/src/test/types/validateReplayDriverPrevious.generated.ts +++ b/packages/drivers/replay-driver/src/test/types/validateReplayDriverPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/drivers/routerlicious-driver/package.json b/packages/drivers/routerlicious-driver/package.json index 2ad98172bf7a..22b4f3811b68 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.73.0", + "version": "2.73.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.60.0", "@fluidframework/eslint-config-fluid": "workspace:~", - "@fluidframework/routerlicious-driver-previous": "npm:@fluidframework/routerlicious-driver@2.71.0", + "@fluidframework/routerlicious-driver-previous": "npm:@fluidframework/routerlicious-driver@2.73.0", "@microsoft/api-extractor": "7.52.11", "@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 b34bd03a59fb..9a4c0ceecb5e 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/drivers/routerlicious-driver/src/test/types/validateRouterliciousDriverPrevious.generated.ts b/packages/drivers/routerlicious-driver/src/test/types/validateRouterliciousDriverPrevious.generated.ts index 99bce8690a88..9dd391be49c7 100644 --- a/packages/drivers/routerlicious-driver/src/test/types/validateRouterliciousDriverPrevious.generated.ts +++ b/packages/drivers/routerlicious-driver/src/test/types/validateRouterliciousDriverPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/drivers/routerlicious-urlResolver/package.json b/packages/drivers/routerlicious-urlResolver/package.json index f31dad9bdcc4..64e9e5dfd7be 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.73.0", + "version": "2.73.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.60.0", "@fluidframework/eslint-config-fluid": "workspace:~", - "@fluidframework/routerlicious-urlresolver-previous": "npm:@fluidframework/routerlicious-urlresolver@2.71.0", + "@fluidframework/routerlicious-urlresolver-previous": "npm:@fluidframework/routerlicious-urlresolver@2.73.0", "@microsoft/api-extractor": "7.52.11", "@types/mocha": "^10.0.10", "@types/nconf": "^0.10.0", diff --git a/packages/drivers/routerlicious-urlResolver/src/test/types/validateRouterliciousUrlresolverPrevious.generated.ts b/packages/drivers/routerlicious-urlResolver/src/test/types/validateRouterliciousUrlresolverPrevious.generated.ts index affcdaf7e471..293026f8d475 100644 --- a/packages/drivers/routerlicious-urlResolver/src/test/types/validateRouterliciousUrlresolverPrevious.generated.ts +++ b/packages/drivers/routerlicious-urlResolver/src/test/types/validateRouterliciousUrlresolverPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/drivers/tinylicious-driver/package.json b/packages/drivers/tinylicious-driver/package.json index 62cef340a4ec..bd66252716c5 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.73.0", + "version": "2.73.1", "description": "Driver for tinylicious", "homepage": "https://fluidframework.com", "repository": { @@ -99,7 +99,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", "@fluidframework/eslint-config-fluid": "workspace:~", - "@fluidframework/tinylicious-driver-previous": "npm:@fluidframework/tinylicious-driver@2.71.0", + "@fluidframework/tinylicious-driver-previous": "npm:@fluidframework/tinylicious-driver@2.73.0", "@microsoft/api-extractor": "7.52.11", "@types/jsrsasign": "^10.5.12", "@types/mocha": "^10.0.10", diff --git a/packages/drivers/tinylicious-driver/src/test/types/validateTinyliciousDriverPrevious.generated.ts b/packages/drivers/tinylicious-driver/src/test/types/validateTinyliciousDriverPrevious.generated.ts index 4a61c25449a3..a201d54a3877 100644 --- a/packages/drivers/tinylicious-driver/src/test/types/validateTinyliciousDriverPrevious.generated.ts +++ b/packages/drivers/tinylicious-driver/src/test/types/validateTinyliciousDriverPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/framework/agent-scheduler/package.json b/packages/framework/agent-scheduler/package.json index 318b2bee9084..866e2d41edc1 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.73.0", + "version": "2.73.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.60.0", - "@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@2.71.0", + "@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@2.73.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", "@fluidframework/eslint-config-fluid": "workspace:~", diff --git a/packages/framework/agent-scheduler/src/test/types/validateAgentSchedulerPrevious.generated.ts b/packages/framework/agent-scheduler/src/test/types/validateAgentSchedulerPrevious.generated.ts index 930dddaa6c01..f020367b24a7 100644 --- a/packages/framework/agent-scheduler/src/test/types/validateAgentSchedulerPrevious.generated.ts +++ b/packages/framework/agent-scheduler/src/test/types/validateAgentSchedulerPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type * as old from "@fluidframework/agent-scheduler-previous/internal"; diff --git a/packages/framework/ai-collab/package.json b/packages/framework/ai-collab/package.json index 4d2f63feb133..071f1be3cb87 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.73.0", + "version": "2.73.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 9913b1b78a98..c66c3c9d5afd 100644 --- a/packages/framework/aqueduct/package.json +++ b/packages/framework/aqueduct/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/aqueduct", - "version": "2.73.0", + "version": "2.73.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.60.0", - "@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.71.0", + "@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.73.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", "@fluidframework/eslint-config-fluid": "workspace:~", @@ -154,11 +154,7 @@ "typescript": "~5.4.5" }, "typeValidation": { - "broken": { - "Interface_DataObjectFactoryProps": { - "forwardCompat": false - } - }, + "broken": {}, "entrypoint": "legacy" } } diff --git a/packages/framework/aqueduct/src/test/types/validateAqueductPrevious.generated.ts b/packages/framework/aqueduct/src/test/types/validateAqueductPrevious.generated.ts index e052e9617ecb..114d53b9987d 100644 --- a/packages/framework/aqueduct/src/test/types/validateAqueductPrevious.generated.ts +++ b/packages/framework/aqueduct/src/test/types/validateAqueductPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type * as old from "@fluidframework/aqueduct-previous/internal"; @@ -243,15 +243,6 @@ declare type current_as_old_for_ClassStatics_TreeDataObjectFactory = requireAssi */ declare type old_as_current_for_Interface_BaseContainerRuntimeFactoryProps = requireAssignableTo, TypeOnly> -/* - * Validate backward compatibility by using the current type in place of the old type. - * If this test starts failing, it indicates a change that is not backward compatible. - * To acknowledge the breaking change, add the following to package.json under - * typeValidation.broken: - * "Interface_BaseContainerRuntimeFactoryProps": {"backCompat": false} - */ -declare type current_as_old_for_Interface_BaseContainerRuntimeFactoryProps = requireAssignableTo, TypeOnly> - /* * Validate forward compatibility by using the old type in place of the current type. * If this test starts failing, it indicates a change that is not forward compatible. @@ -277,7 +268,6 @@ declare type current_as_old_for_Interface_ContainerRuntimeFactoryWithDefaultData * typeValidation.broken: * "Interface_DataObjectFactoryProps": {"forwardCompat": false} */ -// @ts-expect-error compatibility expected to be broken declare type old_as_current_for_Interface_DataObjectFactoryProps = requireAssignableTo>, TypeOnly>> /* diff --git a/packages/framework/attributor/package.json b/packages/framework/attributor/package.json index 8f8972b16e9a..c25f2b9729a2 100644 --- a/packages/framework/attributor/package.json +++ b/packages/framework/attributor/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-experimental/attributor", - "version": "2.73.0", + "version": "2.73.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 780c06030a12..8e3fb7f5d867 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.73.0", + "version": "2.73.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.60.0", - "@fluidframework/app-insights-logger-previous": "npm:@fluidframework/app-insights-logger@2.71.0", + "@fluidframework/app-insights-logger-previous": "npm:@fluidframework/app-insights-logger@2.73.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", "@microsoft/api-extractor": "7.52.11", diff --git a/packages/framework/client-logger/app-insights-logger/src/test/types/validateAppInsightsLoggerPrevious.generated.ts b/packages/framework/client-logger/app-insights-logger/src/test/types/validateAppInsightsLoggerPrevious.generated.ts index 44841fc282a2..4c792405697f 100644 --- a/packages/framework/client-logger/app-insights-logger/src/test/types/validateAppInsightsLoggerPrevious.generated.ts +++ b/packages/framework/client-logger/app-insights-logger/src/test/types/validateAppInsightsLoggerPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type * as old from "@fluidframework/app-insights-logger-previous/internal"; diff --git a/packages/framework/client-logger/fluid-telemetry/package.json b/packages/framework/client-logger/fluid-telemetry/package.json index b4bc36268277..aa834df6fea4 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.73.0", + "version": "2.73.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 bd80b7b1b822..10e765412231 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.73.0", + "version": "2.73.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 af167192cf9b..d3e345cf3664 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.73.0", + "version": "2.73.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 50f4c8b8d315..13e9eeb33fcc 100644 --- a/packages/framework/fluid-framework/package.json +++ b/packages/framework/fluid-framework/package.json @@ -1,6 +1,6 @@ { "name": "fluid-framework", - "version": "2.73.0", + "version": "2.73.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 50e5cabad3f3..8e162dd7fa9c 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.73.0", + "version": "2.73.1", "description": "A tool to enable consumption of Fluid Data Objects without requiring custom container code.", "homepage": "https://fluidframework.com", "repository": { @@ -139,7 +139,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", "@fluidframework/eslint-config-fluid": "workspace:~", - "@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.71.0", + "@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.73.0", "@fluidframework/map": "workspace:~", "@fluidframework/sequence": "workspace:~", "@microsoft/api-extractor": "7.52.11", diff --git a/packages/framework/fluid-static/src/test/types/validateFluidStaticPrevious.generated.ts b/packages/framework/fluid-static/src/test/types/validateFluidStaticPrevious.generated.ts index cb6dc35c0c45..37f17e2206df 100644 --- a/packages/framework/fluid-static/src/test/types/validateFluidStaticPrevious.generated.ts +++ b/packages/framework/fluid-static/src/test/types/validateFluidStaticPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/framework/oldest-client-observer/package.json b/packages/framework/oldest-client-observer/package.json index 572894a25974..518722ddd371 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.73.0", + "version": "2.73.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 3458d1bc6f73..86acb8ff1c35 100644 --- a/packages/framework/presence/package.json +++ b/packages/framework/presence/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/presence", - "version": "2.73.0", + "version": "2.73.1", "description": "A component for lightweight data sharing within a single session", "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/framework/presence/src/packageVersion.ts b/packages/framework/presence/src/packageVersion.ts index 52bebe136fab..ba5f2244b6cc 100644 --- a/packages/framework/presence/src/packageVersion.ts +++ b/packages/framework/presence/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/presence"; -export const pkgVersion = "2.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/framework/react/package.json b/packages/framework/react/package.json index eb38339d20f4..90e0db8414ab 100644 --- a/packages/framework/react/package.json +++ b/packages/framework/react/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/react", - "version": "2.73.0", + "version": "2.73.1", "description": "Utilities for integrating content powered by the Fluid Framework into React applications", "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/framework/request-handler/package.json b/packages/framework/request-handler/package.json index bd616247571c..3ff9f9acf9ba 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.73.0", + "version": "2.73.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.60.0", "@fluidframework/eslint-config-fluid": "workspace:~", - "@fluidframework/request-handler-previous": "npm:@fluidframework/request-handler@2.71.0", + "@fluidframework/request-handler-previous": "npm:@fluidframework/request-handler@2.73.0", "@microsoft/api-extractor": "7.52.11", "@types/diff": "^3.5.1", "@types/mocha": "^10.0.10", diff --git a/packages/framework/request-handler/src/test/types/validateRequestHandlerPrevious.generated.ts b/packages/framework/request-handler/src/test/types/validateRequestHandlerPrevious.generated.ts index bad68763e557..e79e494037eb 100644 --- a/packages/framework/request-handler/src/test/types/validateRequestHandlerPrevious.generated.ts +++ b/packages/framework/request-handler/src/test/types/validateRequestHandlerPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/framework/synthesize/package.json b/packages/framework/synthesize/package.json index f9353057b5b7..aaa10e178076 100644 --- a/packages/framework/synthesize/package.json +++ b/packages/framework/synthesize/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/synthesize", - "version": "2.73.0", + "version": "2.73.1", "description": "A library for synthesizing scope objects.", "homepage": "https://fluidframework.com", "repository": { @@ -127,7 +127,7 @@ "@fluidframework/datastore": "workspace:~", "@fluidframework/eslint-config-fluid": "workspace:~", "@fluidframework/runtime-utils": "workspace:~", - "@fluidframework/synthesize-previous": "npm:@fluidframework/synthesize@2.71.0", + "@fluidframework/synthesize-previous": "npm:@fluidframework/synthesize@2.73.0", "@microsoft/api-extractor": "7.52.11", "@types/mocha": "^10.0.10", "@types/node": "^18.19.0", diff --git a/packages/framework/synthesize/src/test/types/validateSynthesizePrevious.generated.ts b/packages/framework/synthesize/src/test/types/validateSynthesizePrevious.generated.ts index c8ce11c056b3..2d9ca881cf82 100644 --- a/packages/framework/synthesize/src/test/types/validateSynthesizePrevious.generated.ts +++ b/packages/framework/synthesize/src/test/types/validateSynthesizePrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/framework/tree-agent-langchain/package.json b/packages/framework/tree-agent-langchain/package.json index 59af1e2ba806..bf2d8410ee01 100644 --- a/packages/framework/tree-agent-langchain/package.json +++ b/packages/framework/tree-agent-langchain/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/tree-agent-langchain", - "version": "2.73.0", + "version": "2.73.1", "description": "LangChain integration helpers for @fluidframework/tree-agent", "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/framework/tree-agent-ses/package.json b/packages/framework/tree-agent-ses/package.json index db297d9a1cb6..8798c9ca30e4 100644 --- a/packages/framework/tree-agent-ses/package.json +++ b/packages/framework/tree-agent-ses/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/tree-agent-ses", - "version": "2.73.0", + "version": "2.73.1", "description": "SES integration helpers for @fluidframework/tree-agent", "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/framework/tree-agent/package.json b/packages/framework/tree-agent/package.json index e024c7b6a31d..b82c9c31fe18 100644 --- a/packages/framework/tree-agent/package.json +++ b/packages/framework/tree-agent/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/tree-agent", - "version": "2.73.0", + "version": "2.73.1", "description": "Experimental package to simplify integrating AI into Fluid-based applications", "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/framework/undo-redo/package.json b/packages/framework/undo-redo/package.json index 64deeb42828b..3baeb7243477 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.73.0", + "version": "2.73.1", "description": "Undo Redo", "homepage": "https://fluidframework.com", "repository": { @@ -111,7 +111,7 @@ "@fluidframework/build-tools": "^0.60.0", "@fluidframework/eslint-config-fluid": "workspace:~", "@fluidframework/test-runtime-utils": "workspace:~", - "@fluidframework/undo-redo-previous": "npm:@fluidframework/undo-redo@2.71.0", + "@fluidframework/undo-redo-previous": "npm:@fluidframework/undo-redo@2.73.0", "@microsoft/api-extractor": "7.52.11", "@types/diff": "^3.5.1", "@types/mocha": "^10.0.10", diff --git a/packages/framework/undo-redo/src/test/types/validateUndoRedoPrevious.generated.ts b/packages/framework/undo-redo/src/test/types/validateUndoRedoPrevious.generated.ts index bf693ac977c9..f612de9a97b0 100644 --- a/packages/framework/undo-redo/src/test/types/validateUndoRedoPrevious.generated.ts +++ b/packages/framework/undo-redo/src/test/types/validateUndoRedoPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/loader/container-loader/package.json b/packages/loader/container-loader/package.json index e2d76e9df01d..4a40d9bb4950 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.73.0", + "version": "2.73.1", "description": "Fluid container loader", "homepage": "https://fluidframework.com", "repository": { @@ -202,7 +202,7 @@ "@fluid-tools/build-cli": "^0.60.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", - "@fluidframework/container-loader-previous": "npm:@fluidframework/container-loader@2.71.0", + "@fluidframework/container-loader-previous": "npm:@fluidframework/container-loader@2.73.0", "@fluidframework/eslint-config-fluid": "workspace:~", "@microsoft/api-extractor": "7.52.11", "@types/debug": "^4.1.5", diff --git a/packages/loader/container-loader/src/packageVersion.ts b/packages/loader/container-loader/src/packageVersion.ts index ee685912c6be..d60bec622c8e 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/loader/container-loader/src/test/types/validateContainerLoaderPrevious.generated.ts b/packages/loader/container-loader/src/test/types/validateContainerLoaderPrevious.generated.ts index 1ffecb5534fb..d9d29a712391 100644 --- a/packages/loader/container-loader/src/test/types/validateContainerLoaderPrevious.generated.ts +++ b/packages/loader/container-loader/src/test/types/validateContainerLoaderPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/loader/driver-utils/package.json b/packages/loader/driver-utils/package.json index 922e84458095..0a0aa39ee34c 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.73.0", + "version": "2.73.1", "description": "Collection of utility functions for Fluid drivers", "homepage": "https://fluidframework.com", "repository": { @@ -131,7 +131,7 @@ "@fluid-tools/build-cli": "^0.60.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", - "@fluidframework/driver-utils-previous": "npm:@fluidframework/driver-utils@2.71.0", + "@fluidframework/driver-utils-previous": "npm:@fluidframework/driver-utils@2.73.0", "@fluidframework/eslint-config-fluid": "workspace:~", "@microsoft/api-extractor": "7.52.11", "@types/mocha": "^10.0.10", diff --git a/packages/loader/driver-utils/src/packageVersion.ts b/packages/loader/driver-utils/src/packageVersion.ts index 329c2151f0f2..044847f876ee 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/loader/driver-utils/src/test/types/validateDriverUtilsPrevious.generated.ts b/packages/loader/driver-utils/src/test/types/validateDriverUtilsPrevious.generated.ts index 9ca640711ead..df125924e2bf 100644 --- a/packages/loader/driver-utils/src/test/types/validateDriverUtilsPrevious.generated.ts +++ b/packages/loader/driver-utils/src/test/types/validateDriverUtilsPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/loader/test-loader-utils/package.json b/packages/loader/test-loader-utils/package.json index bbb7fb9bba73..dc11b7eafdb7 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.73.0", + "version": "2.73.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 d78c8008aadf..74ad02588616 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.73.0", + "version": "2.73.1", "description": "Fluid Runtime definitions", "homepage": "https://fluidframework.com", "repository": { @@ -91,7 +91,7 @@ "@fluid-tools/build-cli": "^0.60.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", - "@fluidframework/container-runtime-definitions-previous": "npm:@fluidframework/container-runtime-definitions@2.71.0", + "@fluidframework/container-runtime-definitions-previous": "npm:@fluidframework/container-runtime-definitions@2.73.0", "@fluidframework/eslint-config-fluid": "workspace:~", "@microsoft/api-extractor": "7.52.11", "concurrently": "^8.2.1", diff --git a/packages/runtime/container-runtime-definitions/src/test/types/validateContainerRuntimeDefinitionsPrevious.generated.ts b/packages/runtime/container-runtime-definitions/src/test/types/validateContainerRuntimeDefinitionsPrevious.generated.ts index ad047b556d7c..9356fd37aed0 100644 --- a/packages/runtime/container-runtime-definitions/src/test/types/validateContainerRuntimeDefinitionsPrevious.generated.ts +++ b/packages/runtime/container-runtime-definitions/src/test/types/validateContainerRuntimeDefinitionsPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/runtime/container-runtime/package.json b/packages/runtime/container-runtime/package.json index 962690ad4d58..55be498a5045 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.73.0", + "version": "2.73.1", "description": "Fluid container runtime", "homepage": "https://fluidframework.com", "repository": { @@ -197,7 +197,7 @@ "@fluid-tools/build-cli": "^0.60.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", - "@fluidframework/container-runtime-previous": "npm:@fluidframework/container-runtime@2.71.0", + "@fluidframework/container-runtime-previous": "npm:@fluidframework/container-runtime@2.73.0", "@fluidframework/eslint-config-fluid": "workspace:~", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.11", diff --git a/packages/runtime/container-runtime/src/packageVersion.ts b/packages/runtime/container-runtime/src/packageVersion.ts index 63aee6892021..72b97893a84d 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/runtime/container-runtime/src/test/types/validateContainerRuntimePrevious.generated.ts b/packages/runtime/container-runtime/src/test/types/validateContainerRuntimePrevious.generated.ts index 78232ef99c40..13a43172b14e 100644 --- a/packages/runtime/container-runtime/src/test/types/validateContainerRuntimePrevious.generated.ts +++ b/packages/runtime/container-runtime/src/test/types/validateContainerRuntimePrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/runtime/datastore-definitions/package.json b/packages/runtime/datastore-definitions/package.json index a61501271d76..bbe554fd5b3c 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.73.0", + "version": "2.73.1", "description": "Fluid data store definitions", "homepage": "https://fluidframework.com", "repository": { @@ -101,7 +101,7 @@ "@fluid-tools/build-cli": "^0.60.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", - "@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.71.0", + "@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.73.0", "@fluidframework/eslint-config-fluid": "workspace:~", "@microsoft/api-extractor": "7.52.11", "concurrently": "^8.2.1", diff --git a/packages/runtime/datastore-definitions/src/test/types/validateDatastoreDefinitionsPrevious.generated.ts b/packages/runtime/datastore-definitions/src/test/types/validateDatastoreDefinitionsPrevious.generated.ts index 3f47fdf74108..61b217633a7d 100644 --- a/packages/runtime/datastore-definitions/src/test/types/validateDatastoreDefinitionsPrevious.generated.ts +++ b/packages/runtime/datastore-definitions/src/test/types/validateDatastoreDefinitionsPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/runtime/datastore/package.json b/packages/runtime/datastore/package.json index 3356d9a6ccb5..9754617f095f 100644 --- a/packages/runtime/datastore/package.json +++ b/packages/runtime/datastore/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/datastore", - "version": "2.73.0", + "version": "2.73.1", "description": "Fluid data store implementation", "homepage": "https://fluidframework.com", "repository": { @@ -137,7 +137,7 @@ "@fluid-tools/build-cli": "^0.60.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", - "@fluidframework/datastore-previous": "npm:@fluidframework/datastore@2.71.0", + "@fluidframework/datastore-previous": "npm:@fluidframework/datastore@2.73.0", "@fluidframework/eslint-config-fluid": "workspace:~", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.11", @@ -157,11 +157,7 @@ "typescript": "~5.4.5" }, "typeValidation": { - "broken": { - "Class_FluidDataStoreRuntime": { - "forwardCompat": false - } - }, + "broken": {}, "entrypoint": "legacy" } } diff --git a/packages/runtime/datastore/src/packageVersion.ts b/packages/runtime/datastore/src/packageVersion.ts index 8c7645a21c31..29e47f82a39f 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/runtime/datastore/src/test/types/validateDatastorePrevious.generated.ts b/packages/runtime/datastore/src/test/types/validateDatastorePrevious.generated.ts index 24afb50d0fdd..cc2c7a6fb1ef 100644 --- a/packages/runtime/datastore/src/test/types/validateDatastorePrevious.generated.ts +++ b/packages/runtime/datastore/src/test/types/validateDatastorePrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; @@ -25,7 +25,6 @@ declare type MakeUnusedImportErrorsGoAway = TypeOnly | MinimalType | Fu * typeValidation.broken: * "Class_FluidDataStoreRuntime": {"forwardCompat": false} */ -// @ts-expect-error compatibility expected to be broken declare type old_as_current_for_Class_FluidDataStoreRuntime = requireAssignableTo, TypeOnly> /* diff --git a/packages/runtime/id-compressor/package.json b/packages/runtime/id-compressor/package.json index d98867c04110..9dc6b26114b0 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.73.0", + "version": "2.73.1", "description": "ID compressor", "homepage": "https://fluidframework.com", "repository": { @@ -145,7 +145,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", "@fluidframework/eslint-config-fluid": "workspace:~", - "@fluidframework/id-compressor-previous": "npm:@fluidframework/id-compressor@2.71.0", + "@fluidframework/id-compressor-previous": "npm:@fluidframework/id-compressor@2.73.0", "@microsoft/api-extractor": "7.52.11", "@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 cee0a45dbeb7..638c87ccc471 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/runtime/runtime-definitions/package.json b/packages/runtime/runtime-definitions/package.json index 04b660d92235..dd432d4bd459 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.73.0", + "version": "2.73.1", "description": "Fluid Runtime definitions", "homepage": "https://fluidframework.com", "repository": { @@ -111,7 +111,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", "@fluidframework/eslint-config-fluid": "workspace:~", - "@fluidframework/runtime-definitions-previous": "npm:@fluidframework/runtime-definitions@2.71.0", + "@fluidframework/runtime-definitions-previous": "npm:@fluidframework/runtime-definitions@2.73.0", "@microsoft/api-extractor": "7.52.11", "concurrently": "^8.2.1", "copyfiles": "^2.4.1", diff --git a/packages/runtime/runtime-definitions/src/test/types/validateRuntimeDefinitionsPrevious.generated.ts b/packages/runtime/runtime-definitions/src/test/types/validateRuntimeDefinitionsPrevious.generated.ts index bde810614a38..1174c5a951fe 100644 --- a/packages/runtime/runtime-definitions/src/test/types/validateRuntimeDefinitionsPrevious.generated.ts +++ b/packages/runtime/runtime-definitions/src/test/types/validateRuntimeDefinitionsPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; @@ -765,15 +765,6 @@ declare type current_as_old_for_TypeAlias_ISequencedMessageEnvelope = requireAss */ declare type old_as_current_for_TypeAlias_MinimumVersionForCollab = requireAssignableTo, TypeOnly> -/* - * Validate backward compatibility by using the current type in place of the old type. - * If this test starts failing, it indicates a change that is not backward compatible. - * To acknowledge the breaking change, add the following to package.json under - * typeValidation.broken: - * "TypeAlias_MinimumVersionForCollab": {"backCompat": false} - */ -declare type current_as_old_for_TypeAlias_MinimumVersionForCollab = requireAssignableTo, TypeOnly> - /* * Validate forward compatibility by using the old type in place of the current type. * If this test starts failing, it indicates a change that is not forward compatible. diff --git a/packages/runtime/runtime-utils/package.json b/packages/runtime/runtime-utils/package.json index 564018993a5b..8776df333b36 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.73.0", + "version": "2.73.1", "description": "Collection of utility functions for Fluid Runtime", "homepage": "https://fluidframework.com", "repository": { @@ -147,7 +147,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", "@fluidframework/eslint-config-fluid": "workspace:~", - "@fluidframework/runtime-utils-previous": "npm:@fluidframework/runtime-utils@2.71.0", + "@fluidframework/runtime-utils-previous": "npm:@fluidframework/runtime-utils@2.73.0", "@microsoft/api-extractor": "7.52.11", "@types/mocha": "^10.0.10", "@types/node": "^18.19.0", diff --git a/packages/runtime/runtime-utils/src/packageVersion.ts b/packages/runtime/runtime-utils/src/packageVersion.ts index 4f8b1dbbb9e0..2a5b688a695c 100644 --- a/packages/runtime/runtime-utils/src/packageVersion.ts +++ b/packages/runtime/runtime-utils/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/runtime-utils"; -export const pkgVersion = "2.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/runtime/runtime-utils/src/test/types/validateRuntimeUtilsPrevious.generated.ts b/packages/runtime/runtime-utils/src/test/types/validateRuntimeUtilsPrevious.generated.ts index 206b2b4ff913..d8b657fe08dd 100644 --- a/packages/runtime/runtime-utils/src/test/types/validateRuntimeUtilsPrevious.generated.ts +++ b/packages/runtime/runtime-utils/src/test/types/validateRuntimeUtilsPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/runtime/test-runtime-utils/package.json b/packages/runtime/test-runtime-utils/package.json index 7e931a3a3296..902fff7dcb72 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.73.0", + "version": "2.73.1", "description": "Fluid runtime test utilities", "homepage": "https://fluidframework.com", "repository": { @@ -137,7 +137,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", "@fluidframework/eslint-config-fluid": "workspace:~", - "@fluidframework/test-runtime-utils-previous": "npm:@fluidframework/test-runtime-utils@2.71.0", + "@fluidframework/test-runtime-utils-previous": "npm:@fluidframework/test-runtime-utils@2.73.0", "@microsoft/api-extractor": "7.52.11", "@types/jsrsasign": "^10.5.12", "@types/mocha": "^10.0.10", diff --git a/packages/runtime/test-runtime-utils/src/test/types/validateTestRuntimeUtilsPrevious.generated.ts b/packages/runtime/test-runtime-utils/src/test/types/validateTestRuntimeUtilsPrevious.generated.ts index 3d1b22a58c14..864cac203c4d 100644 --- a/packages/runtime/test-runtime-utils/src/test/types/validateTestRuntimeUtilsPrevious.generated.ts +++ b/packages/runtime/test-runtime-utils/src/test/types/validateTestRuntimeUtilsPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/service-clients/azure-client/package.json b/packages/service-clients/azure-client/package.json index d6680c51f467..41a4774a0854 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.73.0", + "version": "2.73.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.60.0", - "@fluidframework/azure-client-previous": "npm:@fluidframework/azure-client@2.71.0", + "@fluidframework/azure-client-previous": "npm:@fluidframework/azure-client@2.73.0", "@fluidframework/azure-local-service": "workspace:~", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", diff --git a/packages/service-clients/azure-client/src/test/types/validateAzureClientPrevious.generated.ts b/packages/service-clients/azure-client/src/test/types/validateAzureClientPrevious.generated.ts index 9ea043bf4d44..b79794fe1fdf 100644 --- a/packages/service-clients/azure-client/src/test/types/validateAzureClientPrevious.generated.ts +++ b/packages/service-clients/azure-client/src/test/types/validateAzureClientPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type * as old from "@fluidframework/azure-client-previous/internal"; 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 000d06dec841..678d4afa6b17 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.73.0", + "version": "2.73.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 dc82cebdf7c3..6675c7ed1c21 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.73.0", + "version": "2.73.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 2d57fe8f748e..ee17dba120ba 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.73.0", + "version": "2.73.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 2ce31b8cb1ce..924b215a2b48 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.73.0", + "version": "2.73.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": "workspace:~", "@fluidframework/test-utils": "workspace:~", - "@fluidframework/tinylicious-client-previous": "npm:@fluidframework/tinylicious-client@2.71.0", + "@fluidframework/tinylicious-client-previous": "npm:@fluidframework/tinylicious-client@2.73.0", "@microsoft/api-extractor": "7.52.11", "@types/mocha": "^10.0.10", "@types/node": "^18.19.0", diff --git a/packages/service-clients/tinylicious-client/src/test/types/validateTinyliciousClientPrevious.generated.ts b/packages/service-clients/tinylicious-client/src/test/types/validateTinyliciousClientPrevious.generated.ts index e3f7df777dfa..a1a8880c570a 100644 --- a/packages/service-clients/tinylicious-client/src/test/types/validateTinyliciousClientPrevious.generated.ts +++ b/packages/service-clients/tinylicious-client/src/test/types/validateTinyliciousClientPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/test/functional-tests/package.json b/packages/test/functional-tests/package.json index bc1cf86edf71..518c7fa7eb0f 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.73.0", + "version": "2.73.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 a0c2c1ac808a..4952b684ebb5 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.73.0", + "version": "2.73.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 5fdb3d5c2c06..a5b5762074ff 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.73.0", + "version": "2.73.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 14741bb1ccc4..35fceb37a013 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.73.0", + "version": "2.73.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 ddeaf1f5e9b2..c0b78270fe06 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/test/snapshots/package.json b/packages/test/snapshots/package.json index 5a88d82e5920..d117a793620d 100644 --- a/packages/test/snapshots/package.json +++ b/packages/test/snapshots/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-internal/test-snapshots", - "version": "2.73.0", + "version": "2.73.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 f06abc93d110..3d7a6b342151 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/test/stochastic-test-utils/package.json b/packages/test/stochastic-test-utils/package.json index f144c85b6075..ffe33d5d31fd 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.73.0", + "version": "2.73.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 c33319ad7f6e..c065c6bf40f4 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.73.0", + "version": "2.73.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 995b0eec478e..a44137f471c1 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.73.0", + "version": "2.73.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 f3299377206c..97b3692fa412 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/test/test-end-to-end-tests/package.json b/packages/test/test-end-to-end-tests/package.json index 0062b486cccc..3d0c7c09fd6d 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.73.0", + "version": "2.73.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 36ec8de97165..0bebfa67db37 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/test/test-pairwise-generator/package.json b/packages/test/test-pairwise-generator/package.json index 907aa963ccee..14118155e231 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.73.0", + "version": "2.73.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 a58e2a2fb029..026aadef743f 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.73.0", + "version": "2.73.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 17d5db8d9961..34d6ce54b04c 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/test/test-utils/package.json b/packages/test/test-utils/package.json index 2f2fb91ee063..49976b4d9923 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.73.0", + "version": "2.73.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.60.0", "@fluidframework/eslint-config-fluid": "workspace:~", - "@fluidframework/test-utils-previous": "npm:@fluidframework/test-utils@2.71.0", + "@fluidframework/test-utils-previous": "npm:@fluidframework/test-utils@2.73.0", "@microsoft/api-extractor": "7.52.11", "@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 905bf0cc5f24..a425336520e0 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/test/test-utils/src/test/types/validateTestUtilsPrevious.generated.ts b/packages/test/test-utils/src/test/types/validateTestUtilsPrevious.generated.ts index ae06ddeb5ff2..84b295175e3c 100644 --- a/packages/test/test-utils/src/test/types/validateTestUtilsPrevious.generated.ts +++ b/packages/test/test-utils/src/test/types/validateTestUtilsPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/test/test-version-utils/package.json b/packages/test/test-version-utils/package.json index 653d313d846f..3caff37884f3 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.73.0", + "version": "2.73.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 89775c3dafe8..d7022c65ea0a 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/test/types_jest-environment-puppeteer/package.json b/packages/test/types_jest-environment-puppeteer/package.json index 74f1f1132109..a41d9de5c723 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.73.0", + "version": "2.73.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 cdd32eb15068..4cafbe86ca86 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.73.0", + "version": "2.73.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 728220bb253f..37fadaee0bc4 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.73.0", + "version": "2.73.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 5d4ec3b67d1d..f27b6dec1c9e 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.73.0", + "version": "2.73.1", "description": "Fluid Framework developer tools core functionality", "homepage": "https://fluidframework.com", "repository": { @@ -151,7 +151,7 @@ "@fluid-tools/build-cli": "^0.60.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", - "@fluidframework/devtools-core-previous": "npm:@fluidframework/devtools-core@2.71.0", + "@fluidframework/devtools-core-previous": "npm:@fluidframework/devtools-core@2.73.0", "@fluidframework/eslint-config-fluid": "workspace:~", "@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 02d65b2f37b3..05d8bc687d29 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/tools/devtools/devtools-core/src/test/types/validateDevtoolsCorePrevious.generated.ts b/packages/tools/devtools/devtools-core/src/test/types/validateDevtoolsCorePrevious.generated.ts index d555dc76e7dc..a65dc491a1f3 100644 --- a/packages/tools/devtools/devtools-core/src/test/types/validateDevtoolsCorePrevious.generated.ts +++ b/packages/tools/devtools/devtools-core/src/test/types/validateDevtoolsCorePrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/tools/devtools/devtools-test-app/package.json b/packages/tools/devtools/devtools-test-app/package.json index a50a3c2b92a3..87963e40ee1e 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.73.0", + "version": "2.73.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 973e43b50f06..d68a77b7af23 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.73.0", + "version": "2.73.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 386f2281a65c..e7589b2d1cd3 100644 --- a/packages/tools/devtools/devtools/package.json +++ b/packages/tools/devtools/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/devtools", - "version": "2.73.0", + "version": "2.73.1", "description": "Fluid Framework developer tools", "homepage": "https://fluidframework.com", "repository": { @@ -127,7 +127,7 @@ "@fluid-tools/build-cli": "^0.60.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", - "@fluidframework/devtools-previous": "npm:@fluidframework/devtools@2.71.0", + "@fluidframework/devtools-previous": "npm:@fluidframework/devtools@2.73.0", "@fluidframework/eslint-config-fluid": "workspace:~", "@microsoft/api-extractor": "7.52.11", "@types/mocha": "^10.0.10", diff --git a/packages/tools/devtools/devtools/src/test/types/validateDevtoolsPrevious.generated.ts b/packages/tools/devtools/devtools/src/test/types/validateDevtoolsPrevious.generated.ts index 8621a924a349..6aea6065f7ed 100644 --- a/packages/tools/devtools/devtools/src/test/types/validateDevtoolsPrevious.generated.ts +++ b/packages/tools/devtools/devtools/src/test/types/validateDevtoolsPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/tools/fetch-tool/package.json b/packages/tools/fetch-tool/package.json index 498e17fc789d..1d3d774deeed 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.73.0", + "version": "2.73.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.60.0", - "@fluid-tools/fetch-tool-previous": "npm:@fluid-tools/fetch-tool@2.71.0", + "@fluid-tools/fetch-tool-previous": "npm:@fluid-tools/fetch-tool@2.73.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", "@fluidframework/eslint-config-fluid": "workspace:~", diff --git a/packages/tools/fluid-runner/package.json b/packages/tools/fluid-runner/package.json index 695f8859d7d2..8964b01abfc1 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.73.0", + "version": "2.73.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.60.0", "@fluidframework/eslint-config-fluid": "workspace:~", - "@fluidframework/fluid-runner-previous": "npm:@fluidframework/fluid-runner@2.71.0", + "@fluidframework/fluid-runner-previous": "npm:@fluidframework/fluid-runner@2.73.0", "@microsoft/api-extractor": "7.52.11", "@types/mocha": "^10.0.10", "@types/node": "^18.19.0", diff --git a/packages/tools/fluid-runner/src/test/types/validateFluidRunnerPrevious.generated.ts b/packages/tools/fluid-runner/src/test/types/validateFluidRunnerPrevious.generated.ts index 459775ba4369..db5829307dd3 100644 --- a/packages/tools/fluid-runner/src/test/types/validateFluidRunnerPrevious.generated.ts +++ b/packages/tools/fluid-runner/src/test/types/validateFluidRunnerPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/tools/replay-tool/package.json b/packages/tools/replay-tool/package.json index 071a038b3587..aee477635cf2 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.73.0", + "version": "2.73.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 c61febbf3dfd..ec91f6750f2d 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.73.0", + "version": "2.73.1", "description": "ODSP utilities", "homepage": "https://fluidframework.com", "repository": { @@ -132,7 +132,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", "@fluidframework/eslint-config-fluid": "workspace:~", - "@fluidframework/odsp-doclib-utils-previous": "npm:@fluidframework/odsp-doclib-utils@2.71.0", + "@fluidframework/odsp-doclib-utils-previous": "npm:@fluidframework/odsp-doclib-utils@2.73.0", "@microsoft/api-extractor": "7.52.11", "@types/isomorphic-fetch": "^0.0.39", "@types/mocha": "^10.0.10", diff --git a/packages/utils/odsp-doclib-utils/src/packageVersion.ts b/packages/utils/odsp-doclib-utils/src/packageVersion.ts index 8aed84ce7e0f..98e5afc95ff4 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/utils/odsp-doclib-utils/src/test/types/validateOdspDoclibUtilsPrevious.generated.ts b/packages/utils/odsp-doclib-utils/src/test/types/validateOdspDoclibUtilsPrevious.generated.ts index 93afe862a695..64fe9610c7e5 100644 --- a/packages/utils/odsp-doclib-utils/src/test/types/validateOdspDoclibUtilsPrevious.generated.ts +++ b/packages/utils/odsp-doclib-utils/src/test/types/validateOdspDoclibUtilsPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/utils/telemetry-utils/package.json b/packages/utils/telemetry-utils/package.json index caf597c85660..bb8a101a2642 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.73.0", + "version": "2.73.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.60.0", "@fluidframework/eslint-config-fluid": "workspace:~", - "@fluidframework/telemetry-utils-previous": "npm:@fluidframework/telemetry-utils@2.71.0", + "@fluidframework/telemetry-utils-previous": "npm:@fluidframework/telemetry-utils@2.73.0", "@microsoft/api-extractor": "7.52.11", "@types/debug": "^4.1.5", "@types/mocha": "^10.0.10", diff --git a/packages/utils/telemetry-utils/src/test/types/validateTelemetryUtilsPrevious.generated.ts b/packages/utils/telemetry-utils/src/test/types/validateTelemetryUtilsPrevious.generated.ts index 724b67270e64..a14563752c39 100644 --- a/packages/utils/telemetry-utils/src/test/types/validateTelemetryUtilsPrevious.generated.ts +++ b/packages/utils/telemetry-utils/src/test/types/validateTelemetryUtilsPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/packages/utils/tool-utils/package.json b/packages/utils/tool-utils/package.json index 864b178799bd..234194c5d115 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.73.0", + "version": "2.73.1", "description": "Common utilities for Fluid tools", "homepage": "https://fluidframework.com", "repository": { @@ -113,7 +113,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.60.0", "@fluidframework/eslint-config-fluid": "workspace:~", - "@fluidframework/tool-utils-previous": "npm:@fluidframework/tool-utils@2.71.0", + "@fluidframework/tool-utils-previous": "npm:@fluidframework/tool-utils@2.73.0", "@microsoft/api-extractor": "7.52.11", "@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 56cce16d8755..d4b8a340a55d 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.73.0"; +export const pkgVersion = "2.73.1"; diff --git a/packages/utils/tool-utils/src/test/types/validateToolUtilsPrevious.generated.ts b/packages/utils/tool-utils/src/test/types/validateToolUtilsPrevious.generated.ts index 79d99c2a34df..c64729bdd931 100644 --- a/packages/utils/tool-utils/src/test/types/validateToolUtilsPrevious.generated.ts +++ b/packages/utils/tool-utils/src/test/types/validateToolUtilsPrevious.generated.ts @@ -7,8 +7,8 @@ * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by flub generate:typetests in @fluid-tools/build-cli. * - * Baseline (previous) version: 2.71.0 - * Current version: 2.73.0 + * Baseline (previous) version: 2.73.0 + * Current version: 2.73.1 */ import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools"; diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dcbd32ec8cfa..913d341706b8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -159,8 +159,8 @@ importers: specifier: ^0.60.0 version: 0.60.0(@types/node@18.19.86)(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.71.0 - version: '@fluidframework/azure-service-utils@2.71.0' + specifier: npm:@fluidframework/azure-service-utils@2.73.0 + version: '@fluidframework/azure-service-utils@2.73.0' '@fluidframework/build-common': specifier: ^2.0.3 version: 2.0.3 @@ -7491,8 +7491,8 @@ importers: specifier: ~1.9.3 version: 1.9.4 '@fluid-internal/client-utils-previous': - specifier: npm:@fluid-internal/client-utils@2.71.0 - version: '@fluid-internal/client-utils@2.71.0' + specifier: npm:@fluid-internal/client-utils@2.73.0 + version: '@fluid-internal/client-utils@2.73.0' '@fluid-internal/mocha-test-setup': specifier: workspace:~ version: link:../../test/mocha-test-setup @@ -7618,8 +7618,8 @@ importers: specifier: ^0.60.0 version: 0.60.0(@types/node@18.19.86) '@fluidframework/container-definitions-previous': - specifier: npm:@fluidframework/container-definitions@2.71.0 - version: '@fluidframework/container-definitions@2.71.0' + specifier: npm:@fluidframework/container-definitions@2.73.0 + version: '@fluidframework/container-definitions@2.73.0' '@fluidframework/eslint-config-fluid': specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid @@ -7660,8 +7660,8 @@ importers: specifier: ^0.60.0 version: 0.60.0(@types/node@18.19.86) '@fluidframework/core-interfaces-previous': - specifier: npm:@fluidframework/core-interfaces@2.71.0 - version: '@fluidframework/core-interfaces@2.71.0' + specifier: npm:@fluidframework/core-interfaces@2.73.0 + version: '@fluidframework/core-interfaces@2.73.0' '@fluidframework/eslint-config-fluid': specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid @@ -7726,8 +7726,8 @@ importers: specifier: ^0.60.0 version: 0.60.0(@types/node@18.19.86) '@fluidframework/core-utils-previous': - specifier: npm:@fluidframework/core-utils@2.71.0 - version: '@fluidframework/core-utils@2.71.0' + specifier: npm:@fluidframework/core-utils@2.73.0 + version: '@fluidframework/core-utils@2.73.0' '@fluidframework/eslint-config-fluid': specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid @@ -7799,8 +7799,8 @@ importers: specifier: ^0.60.0 version: 0.60.0(@types/node@18.19.86) '@fluidframework/driver-definitions-previous': - specifier: npm:@fluidframework/driver-definitions@2.71.0 - version: '@fluidframework/driver-definitions@2.71.0' + specifier: npm:@fluidframework/driver-definitions@2.73.0 + version: '@fluidframework/driver-definitions@2.73.0' '@fluidframework/eslint-config-fluid': specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid @@ -7869,8 +7869,8 @@ importers: specifier: ^0.60.0 version: 0.60.0(@types/node@18.19.86) '@fluidframework/cell-previous': - specifier: npm:@fluidframework/cell@2.71.0 - version: '@fluidframework/cell@2.71.0' + specifier: npm:@fluidframework/cell@2.73.0 + version: '@fluidframework/cell@2.73.0' '@fluidframework/container-definitions': specifier: workspace:~ version: link:../../common/container-definitions @@ -7969,8 +7969,8 @@ importers: specifier: workspace:~ version: link:../../common/container-definitions '@fluidframework/counter-previous': - specifier: npm:@fluidframework/counter@2.71.0 - version: '@fluidframework/counter@2.71.0' + specifier: npm:@fluidframework/counter@2.73.0 + version: '@fluidframework/counter@2.73.0' '@fluidframework/eslint-config-fluid': specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid @@ -8278,8 +8278,8 @@ importers: specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid '@fluidframework/map-previous': - specifier: npm:@fluidframework/map@2.71.0 - version: '@fluidframework/map@2.71.0(debug@4.4.3)' + specifier: npm:@fluidframework/map@2.73.0 + version: '@fluidframework/map@2.73.0(debug@4.4.3)' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8402,8 +8402,8 @@ importers: specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid '@fluidframework/matrix-previous': - specifier: npm:@fluidframework/matrix@2.71.0 - version: '@fluidframework/matrix@2.71.0' + specifier: npm:@fluidframework/matrix@2.73.0 + version: '@fluidframework/matrix@2.73.0' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8523,8 +8523,8 @@ importers: specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid '@fluidframework/merge-tree-previous': - specifier: npm:@fluidframework/merge-tree@2.71.0 - version: '@fluidframework/merge-tree@2.71.0' + specifier: npm:@fluidframework/merge-tree@2.73.0 + version: '@fluidframework/merge-tree@2.73.0' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8632,8 +8632,8 @@ importers: specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid '@fluidframework/ordered-collection-previous': - specifier: npm:@fluidframework/ordered-collection@2.71.0 - version: '@fluidframework/ordered-collection@2.71.0' + specifier: npm:@fluidframework/ordered-collection@2.73.0 + version: '@fluidframework/ordered-collection@2.73.0' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8820,8 +8820,8 @@ importers: specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid '@fluidframework/register-collection-previous': - specifier: npm:@fluidframework/register-collection@2.71.0 - version: '@fluidframework/register-collection@2.71.0' + specifier: npm:@fluidframework/register-collection@2.73.0 + version: '@fluidframework/register-collection@2.73.0' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8935,8 +8935,8 @@ importers: specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid '@fluidframework/sequence-previous': - specifier: npm:@fluidframework/sequence@2.71.0 - version: '@fluidframework/sequence@2.71.0' + specifier: npm:@fluidframework/sequence@2.73.0 + version: '@fluidframework/sequence@2.73.0' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -9053,8 +9053,8 @@ importers: specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid '@fluidframework/shared-object-base-previous': - specifier: npm:@fluidframework/shared-object-base@2.71.0 - version: '@fluidframework/shared-object-base@2.71.0(debug@4.4.3)' + specifier: npm:@fluidframework/shared-object-base@2.73.0 + version: '@fluidframework/shared-object-base@2.73.0(debug@4.4.3)' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -9156,8 +9156,8 @@ importers: specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid '@fluidframework/shared-summary-block-previous': - specifier: npm:@fluidframework/shared-summary-block@2.71.0 - version: '@fluidframework/shared-summary-block@2.71.0' + specifier: npm:@fluidframework/shared-summary-block@2.73.0 + version: '@fluidframework/shared-summary-block@2.73.0' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -9265,8 +9265,8 @@ importers: specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid '@fluidframework/task-manager-previous': - specifier: npm:@fluidframework/task-manager@2.71.0 - version: '@fluidframework/task-manager@2.71.0' + specifier: npm:@fluidframework/task-manager@2.73.0 + version: '@fluidframework/task-manager@2.73.0' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -9510,8 +9510,8 @@ importers: specifier: workspace:~ version: link:../../test/test-utils '@fluidframework/tree-previous': - specifier: npm:@fluidframework/tree@2.71.0 - version: '@fluidframework/tree@2.71.0' + specifier: npm:@fluidframework/tree@2.73.0 + version: '@fluidframework/tree@2.73.0' '@microsoft/api-extractor': specifier: 7.52.11 version: 7.52.11(patch_hash=c85b3a060bd0e2928f5892cfe09e062ab940a339dbd9de3a7cafbd309b724069)(@types/node@18.19.86) @@ -9607,8 +9607,8 @@ importers: specifier: ^0.60.0 version: 0.60.0(@types/node@18.19.86) '@fluidframework/debugger-previous': - specifier: npm:@fluidframework/debugger@2.71.0 - version: '@fluidframework/debugger@2.71.0' + specifier: npm:@fluidframework/debugger@2.73.0 + version: '@fluidframework/debugger@2.73.0' '@fluidframework/eslint-config-fluid': specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid @@ -9674,8 +9674,8 @@ importers: specifier: ^0.60.0 version: 0.60.0(@types/node@18.19.86) '@fluidframework/driver-base-previous': - specifier: npm:@fluidframework/driver-base@2.71.0 - version: '@fluidframework/driver-base@2.71.0(debug@4.4.3)' + specifier: npm:@fluidframework/driver-base@2.73.0 + version: '@fluidframework/driver-base@2.73.0(debug@4.4.3)' '@fluidframework/eslint-config-fluid': specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid @@ -9756,8 +9756,8 @@ importers: specifier: ^0.60.0 version: 0.60.0(@types/node@18.19.86) '@fluidframework/driver-web-cache-previous': - specifier: npm:@fluidframework/driver-web-cache@2.71.0 - version: '@fluidframework/driver-web-cache@2.71.0' + specifier: npm:@fluidframework/driver-web-cache@2.73.0 + version: '@fluidframework/driver-web-cache@2.73.0' '@fluidframework/eslint-config-fluid': specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid @@ -9832,8 +9832,8 @@ importers: specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid '@fluidframework/file-driver-previous': - specifier: npm:@fluidframework/file-driver@2.71.0 - version: '@fluidframework/file-driver@2.71.0' + specifier: npm:@fluidframework/file-driver@2.73.0 + version: '@fluidframework/file-driver@2.73.0' '@microsoft/api-extractor': specifier: 7.52.11 version: 7.52.11(patch_hash=c85b3a060bd0e2928f5892cfe09e062ab940a339dbd9de3a7cafbd309b724069)(@types/node@18.19.86) @@ -9926,8 +9926,8 @@ importers: specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid '@fluidframework/local-driver-previous': - specifier: npm:@fluidframework/local-driver@2.71.0 - version: '@fluidframework/local-driver@2.71.0(debug@4.4.3)(encoding@0.1.13)' + specifier: npm:@fluidframework/local-driver@2.73.0 + version: '@fluidframework/local-driver@2.73.0(debug@4.4.3)(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.11 version: 7.52.11(patch_hash=c85b3a060bd0e2928f5892cfe09e062ab940a339dbd9de3a7cafbd309b724069)(@types/node@18.19.86) @@ -10029,8 +10029,8 @@ importers: specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid '@fluidframework/odsp-driver-previous': - specifier: npm:@fluidframework/odsp-driver@2.71.0 - version: '@fluidframework/odsp-driver@2.71.0(debug@4.4.3)(encoding@0.1.13)' + specifier: npm:@fluidframework/odsp-driver@2.73.0 + version: '@fluidframework/odsp-driver@2.73.0(debug@4.4.3)(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.11 version: 7.52.11(patch_hash=c85b3a060bd0e2928f5892cfe09e062ab940a339dbd9de3a7cafbd309b724069)(@types/node@18.19.86) @@ -10099,8 +10099,8 @@ importers: specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid '@fluidframework/odsp-driver-definitions-previous': - specifier: npm:@fluidframework/odsp-driver-definitions@2.71.0 - version: '@fluidframework/odsp-driver-definitions@2.71.0' + specifier: npm:@fluidframework/odsp-driver-definitions@2.73.0 + version: '@fluidframework/odsp-driver-definitions@2.73.0' '@microsoft/api-extractor': specifier: 7.52.11 version: 7.52.11(patch_hash=c85b3a060bd0e2928f5892cfe09e062ab940a339dbd9de3a7cafbd309b724069)(@types/node@18.19.86) @@ -10166,8 +10166,8 @@ importers: specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid '@fluidframework/odsp-urlresolver-previous': - specifier: npm:@fluidframework/odsp-urlresolver@2.71.0 - version: '@fluidframework/odsp-urlresolver@2.71.0(encoding@0.1.13)' + specifier: npm:@fluidframework/odsp-urlresolver@2.73.0 + version: '@fluidframework/odsp-urlresolver@2.73.0(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.11 version: 7.52.11(patch_hash=c85b3a060bd0e2928f5892cfe09e062ab940a339dbd9de3a7cafbd309b724069)(@types/node@18.19.86) @@ -10242,8 +10242,8 @@ importers: specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid '@fluidframework/replay-driver-previous': - specifier: npm:@fluidframework/replay-driver@2.71.0 - version: '@fluidframework/replay-driver@2.71.0' + specifier: npm:@fluidframework/replay-driver@2.73.0 + version: '@fluidframework/replay-driver@2.73.0' '@microsoft/api-extractor': specifier: 7.52.11 version: 7.52.11(patch_hash=c85b3a060bd0e2928f5892cfe09e062ab940a339dbd9de3a7cafbd309b724069)(@types/node@18.19.86) @@ -10333,8 +10333,8 @@ importers: specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid '@fluidframework/routerlicious-driver-previous': - specifier: npm:@fluidframework/routerlicious-driver@2.71.0 - version: '@fluidframework/routerlicious-driver@2.71.0(debug@4.4.3)(encoding@0.1.13)' + specifier: npm:@fluidframework/routerlicious-driver@2.73.0 + version: '@fluidframework/routerlicious-driver@2.73.0(debug@4.4.3)(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.11 version: 7.52.11(patch_hash=c85b3a060bd0e2928f5892cfe09e062ab940a339dbd9de3a7cafbd309b724069)(@types/node@18.19.86) @@ -10424,8 +10424,8 @@ importers: specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid '@fluidframework/routerlicious-urlresolver-previous': - specifier: npm:@fluidframework/routerlicious-urlresolver@2.71.0 - version: '@fluidframework/routerlicious-urlresolver@2.71.0' + specifier: npm:@fluidframework/routerlicious-urlresolver@2.73.0 + version: '@fluidframework/routerlicious-urlresolver@2.73.0' '@microsoft/api-extractor': specifier: 7.52.11 version: 7.52.11(patch_hash=c85b3a060bd0e2928f5892cfe09e062ab940a339dbd9de3a7cafbd309b724069)(@types/node@18.19.86) @@ -10509,8 +10509,8 @@ importers: specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid '@fluidframework/tinylicious-driver-previous': - specifier: npm:@fluidframework/tinylicious-driver@2.71.0 - version: '@fluidframework/tinylicious-driver@2.71.0(encoding@0.1.13)' + specifier: npm:@fluidframework/tinylicious-driver@2.73.0 + version: '@fluidframework/tinylicious-driver@2.73.0(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.11 version: 7.52.11(patch_hash=c85b3a060bd0e2928f5892cfe09e062ab940a339dbd9de3a7cafbd309b724069)(@types/node@18.19.86) @@ -10594,8 +10594,8 @@ importers: specifier: ^0.60.0 version: 0.60.0(@types/node@18.19.86)(encoding@0.1.13)(typescript@5.4.5)(webpack-cli@5.1.4) '@fluidframework/agent-scheduler-previous': - specifier: npm:@fluidframework/agent-scheduler@2.71.0 - version: '@fluidframework/agent-scheduler@2.71.0' + specifier: npm:@fluidframework/agent-scheduler@2.73.0 + version: '@fluidframework/agent-scheduler@2.73.0' '@fluidframework/build-common': specifier: ^2.0.3 version: 2.0.3 @@ -10788,8 +10788,8 @@ importers: specifier: ^0.60.0 version: 0.60.0(@types/node@18.19.86)(encoding@0.1.13)(typescript@5.4.5)(webpack-cli@5.1.4) '@fluidframework/aqueduct-previous': - specifier: npm:@fluidframework/aqueduct@2.71.0 - version: '@fluidframework/aqueduct@2.71.0' + specifier: npm:@fluidframework/aqueduct@2.73.0 + version: '@fluidframework/aqueduct@2.73.0' '@fluidframework/build-common': specifier: ^2.0.3 version: 2.0.3 @@ -10973,8 +10973,8 @@ importers: specifier: ^0.60.0 version: 0.60.0(@types/node@18.19.86)(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.71.0 - version: '@fluidframework/app-insights-logger@2.71.0(tslib@1.14.1)' + specifier: npm:@fluidframework/app-insights-logger@2.73.0 + version: '@fluidframework/app-insights-logger@2.73.0(tslib@1.14.1)' '@fluidframework/build-common': specifier: ^2.0.3 version: 2.0.3 @@ -11440,8 +11440,8 @@ importers: specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid '@fluidframework/fluid-static-previous': - specifier: npm:@fluidframework/fluid-static@2.71.0 - version: '@fluidframework/fluid-static@2.71.0' + specifier: npm:@fluidframework/fluid-static@2.73.0 + version: '@fluidframework/fluid-static@2.73.0' '@fluidframework/map': specifier: workspace:~ version: link:../../dds/map @@ -11804,8 +11804,8 @@ importers: specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid '@fluidframework/request-handler-previous': - specifier: npm:@fluidframework/request-handler@2.71.0 - version: '@fluidframework/request-handler@2.71.0(debug@4.4.3)' + specifier: npm:@fluidframework/request-handler@2.73.0 + version: '@fluidframework/request-handler@2.73.0(debug@4.4.3)' '@microsoft/api-extractor': specifier: 7.52.11 version: 7.52.11(patch_hash=c85b3a060bd0e2928f5892cfe09e062ab940a339dbd9de3a7cafbd309b724069)(@types/node@18.19.86) @@ -11886,8 +11886,8 @@ importers: specifier: workspace:~ version: link:../../runtime/runtime-utils '@fluidframework/synthesize-previous': - specifier: npm:@fluidframework/synthesize@2.71.0 - version: '@fluidframework/synthesize@2.71.0' + specifier: npm:@fluidframework/synthesize@2.73.0 + version: '@fluidframework/synthesize@2.73.0' '@microsoft/api-extractor': specifier: 7.52.11 version: 7.52.11(patch_hash=c85b3a060bd0e2928f5892cfe09e062ab940a339dbd9de3a7cafbd309b724069)(@types/node@18.19.86) @@ -12253,8 +12253,8 @@ importers: specifier: workspace:~ version: link:../../runtime/test-runtime-utils '@fluidframework/undo-redo-previous': - specifier: npm:@fluidframework/undo-redo@2.71.0 - version: '@fluidframework/undo-redo@2.71.0' + specifier: npm:@fluidframework/undo-redo@2.73.0 + version: '@fluidframework/undo-redo@2.73.0' '@microsoft/api-extractor': specifier: 7.52.11 version: 7.52.11(patch_hash=c85b3a060bd0e2928f5892cfe09e062ab940a339dbd9de3a7cafbd309b724069)(@types/node@18.19.86) @@ -12362,8 +12362,8 @@ importers: specifier: ^0.60.0 version: 0.60.0(@types/node@18.19.86) '@fluidframework/container-loader-previous': - specifier: npm:@fluidframework/container-loader@2.71.0 - version: '@fluidframework/container-loader@2.71.0' + specifier: npm:@fluidframework/container-loader@2.73.0 + version: '@fluidframework/container-loader@2.73.0' '@fluidframework/eslint-config-fluid': specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid @@ -12465,8 +12465,8 @@ importers: specifier: ^0.60.0 version: 0.60.0(@types/node@18.19.86) '@fluidframework/driver-utils-previous': - specifier: npm:@fluidframework/driver-utils@2.71.0 - version: '@fluidframework/driver-utils@2.71.0(debug@4.4.3)' + specifier: npm:@fluidframework/driver-utils@2.73.0 + version: '@fluidframework/driver-utils@2.73.0(debug@4.4.3)' '@fluidframework/eslint-config-fluid': specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid @@ -12647,8 +12647,8 @@ importers: specifier: ^0.60.0 version: 0.60.0(@types/node@18.19.86) '@fluidframework/container-runtime-previous': - specifier: npm:@fluidframework/container-runtime@2.71.0 - version: '@fluidframework/container-runtime@2.71.0(debug@4.4.3)' + specifier: npm:@fluidframework/container-runtime@2.73.0 + version: '@fluidframework/container-runtime@2.73.0(debug@4.4.3)' '@fluidframework/eslint-config-fluid': specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid @@ -12738,8 +12738,8 @@ importers: specifier: ^0.60.0 version: 0.60.0(@types/node@18.19.86) '@fluidframework/container-runtime-definitions-previous': - specifier: npm:@fluidframework/container-runtime-definitions@2.71.0 - version: '@fluidframework/container-runtime-definitions@2.71.0' + specifier: npm:@fluidframework/container-runtime-definitions@2.73.0 + version: '@fluidframework/container-runtime-definitions@2.73.0' '@fluidframework/eslint-config-fluid': specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid @@ -12820,8 +12820,8 @@ importers: specifier: ^0.60.0 version: 0.60.0(@types/node@18.19.86) '@fluidframework/datastore-previous': - specifier: npm:@fluidframework/datastore@2.71.0 - version: '@fluidframework/datastore@2.71.0(debug@4.4.3)' + specifier: npm:@fluidframework/datastore@2.73.0 + version: '@fluidframework/datastore@2.73.0(debug@4.4.3)' '@fluidframework/eslint-config-fluid': specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid @@ -12908,8 +12908,8 @@ importers: specifier: ^0.60.0 version: 0.60.0(@types/node@18.19.86) '@fluidframework/datastore-definitions-previous': - specifier: npm:@fluidframework/datastore-definitions@2.71.0 - version: '@fluidframework/datastore-definitions@2.71.0' + specifier: npm:@fluidframework/datastore-definitions@2.73.0 + version: '@fluidframework/datastore-definitions@2.73.0' '@fluidframework/eslint-config-fluid': specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid @@ -12981,8 +12981,8 @@ importers: specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid '@fluidframework/id-compressor-previous': - specifier: npm:@fluidframework/id-compressor@2.71.0 - version: '@fluidframework/id-compressor@2.71.0' + specifier: npm:@fluidframework/id-compressor@2.73.0 + version: '@fluidframework/id-compressor@2.73.0' '@microsoft/api-extractor': specifier: 7.52.11 version: 7.52.11(patch_hash=c85b3a060bd0e2928f5892cfe09e062ab940a339dbd9de3a7cafbd309b724069)(@types/node@18.19.86) @@ -13060,8 +13060,8 @@ importers: specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid '@fluidframework/runtime-definitions-previous': - specifier: npm:@fluidframework/runtime-definitions@2.71.0 - version: '@fluidframework/runtime-definitions@2.71.0' + specifier: npm:@fluidframework/runtime-definitions@2.73.0 + version: '@fluidframework/runtime-definitions@2.73.0' '@microsoft/api-extractor': specifier: 7.52.11 version: 7.52.11(patch_hash=c85b3a060bd0e2928f5892cfe09e062ab940a339dbd9de3a7cafbd309b724069)(@types/node@18.19.86) @@ -13139,8 +13139,8 @@ importers: specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid '@fluidframework/runtime-utils-previous': - specifier: npm:@fluidframework/runtime-utils@2.71.0 - version: '@fluidframework/runtime-utils@2.71.0(debug@4.4.3)' + specifier: npm:@fluidframework/runtime-utils@2.73.0 + version: '@fluidframework/runtime-utils@2.73.0(debug@4.4.3)' '@microsoft/api-extractor': specifier: 7.52.11 version: 7.52.11(patch_hash=c85b3a060bd0e2928f5892cfe09e062ab940a339dbd9de3a7cafbd309b724069)(@types/node@18.19.86) @@ -13257,8 +13257,8 @@ importers: specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid '@fluidframework/test-runtime-utils-previous': - specifier: npm:@fluidframework/test-runtime-utils@2.71.0 - version: '@fluidframework/test-runtime-utils@2.71.0(encoding@0.1.13)' + specifier: npm:@fluidframework/test-runtime-utils@2.73.0 + version: '@fluidframework/test-runtime-utils@2.73.0(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.11 version: 7.52.11(patch_hash=c85b3a060bd0e2928f5892cfe09e062ab940a339dbd9de3a7cafbd309b724069)(@types/node@18.19.86) @@ -13336,8 +13336,8 @@ importers: specifier: ^0.60.0 version: 0.60.0(@types/node@18.19.86)(encoding@0.1.13)(typescript@5.4.5)(webpack-cli@5.1.4) '@fluidframework/azure-client-previous': - specifier: npm:@fluidframework/azure-client@2.71.0 - version: '@fluidframework/azure-client@2.71.0(encoding@0.1.13)' + specifier: npm:@fluidframework/azure-client@2.73.0 + version: '@fluidframework/azure-client@2.73.0(encoding@0.1.13)' '@fluidframework/azure-local-service': specifier: workspace:~ version: link:../../../azure/packages/azure-local-service @@ -13814,8 +13814,8 @@ importers: specifier: workspace:~ version: link:../../test/test-utils '@fluidframework/tinylicious-client-previous': - specifier: npm:@fluidframework/tinylicious-client@2.71.0 - version: '@fluidframework/tinylicious-client@2.71.0(encoding@0.1.13)' + specifier: npm:@fluidframework/tinylicious-client@2.73.0 + version: '@fluidframework/tinylicious-client@2.73.0(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.11 version: 7.52.11(patch_hash=c85b3a060bd0e2928f5892cfe09e062ab940a339dbd9de3a7cafbd309b724069)(@types/node@18.19.86) @@ -15153,8 +15153,8 @@ importers: specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid '@fluidframework/test-utils-previous': - specifier: npm:@fluidframework/test-utils@2.71.0 - version: '@fluidframework/test-utils@2.71.0(encoding@0.1.13)' + specifier: npm:@fluidframework/test-utils@2.73.0 + version: '@fluidframework/test-utils@2.73.0(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.11 version: 7.52.11(patch_hash=c85b3a060bd0e2928f5892cfe09e062ab940a339dbd9de3a7cafbd309b724069)(@types/node@18.19.86) @@ -15456,8 +15456,8 @@ importers: specifier: ^0.60.0 version: 0.60.0(@types/node@18.19.86) '@fluidframework/devtools-previous': - specifier: npm:@fluidframework/devtools@2.71.0 - version: '@fluidframework/devtools@2.71.0' + specifier: npm:@fluidframework/devtools@2.73.0 + version: '@fluidframework/devtools@2.73.0' '@fluidframework/eslint-config-fluid': specifier: workspace:~ version: link:../../../../common/build/eslint-config-fluid @@ -15779,8 +15779,8 @@ importers: specifier: ^0.60.0 version: 0.60.0(@types/node@18.19.86) '@fluidframework/devtools-core-previous': - specifier: npm:@fluidframework/devtools-core@2.71.0 - version: '@fluidframework/devtools-core@2.71.0' + specifier: npm:@fluidframework/devtools-core@2.73.0 + version: '@fluidframework/devtools-core@2.73.0' '@fluidframework/eslint-config-fluid': specifier: workspace:~ version: link:../../../../common/build/eslint-config-fluid @@ -16268,8 +16268,8 @@ importers: specifier: ^0.60.0 version: 0.60.0(@types/node@18.19.86)(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.71.0 - version: '@fluid-tools/fetch-tool@2.71.0(encoding@0.1.13)' + specifier: npm:@fluid-tools/fetch-tool@2.73.0 + version: '@fluid-tools/fetch-tool@2.73.0(encoding@0.1.13)' '@fluidframework/build-common': specifier: ^2.0.3 version: 2.0.3 @@ -16350,8 +16350,8 @@ importers: specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid '@fluidframework/fluid-runner-previous': - specifier: npm:@fluidframework/fluid-runner@2.71.0 - version: '@fluidframework/fluid-runner@2.71.0(encoding@0.1.13)' + specifier: npm:@fluidframework/fluid-runner@2.73.0 + version: '@fluidframework/fluid-runner@2.73.0(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.11 version: 7.52.11(patch_hash=c85b3a060bd0e2928f5892cfe09e062ab940a339dbd9de3a7cafbd309b724069)(@types/node@18.19.86) @@ -16562,8 +16562,8 @@ importers: specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid '@fluidframework/odsp-doclib-utils-previous': - specifier: npm:@fluidframework/odsp-doclib-utils@2.71.0 - version: '@fluidframework/odsp-doclib-utils@2.71.0(debug@4.4.3)(encoding@0.1.13)' + specifier: npm:@fluidframework/odsp-doclib-utils@2.73.0 + version: '@fluidframework/odsp-doclib-utils@2.73.0(debug@4.4.3)(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.11 version: 7.52.11(patch_hash=c85b3a060bd0e2928f5892cfe09e062ab940a339dbd9de3a7cafbd309b724069)(@types/node@18.19.86) @@ -16647,8 +16647,8 @@ importers: specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid '@fluidframework/telemetry-utils-previous': - specifier: npm:@fluidframework/telemetry-utils@2.71.0 - version: '@fluidframework/telemetry-utils@2.71.0' + specifier: npm:@fluidframework/telemetry-utils@2.73.0 + version: '@fluidframework/telemetry-utils@2.73.0' '@microsoft/api-extractor': specifier: 7.52.11 version: 7.52.11(patch_hash=c85b3a060bd0e2928f5892cfe09e062ab940a339dbd9de3a7cafbd309b724069)(@types/node@18.19.86) @@ -16741,8 +16741,8 @@ importers: specifier: workspace:~ version: link:../../../common/build/eslint-config-fluid '@fluidframework/tool-utils-previous': - specifier: npm:@fluidframework/tool-utils@2.71.0 - version: '@fluidframework/tool-utils@2.71.0(encoding@0.1.13)' + specifier: npm:@fluidframework/tool-utils@2.73.0 + version: '@fluidframework/tool-utils@2.73.0(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.11 version: 7.52.11(patch_hash=c85b3a060bd0e2928f5892cfe09e062ab940a339dbd9de3a7cafbd309b724069)(@types/node@18.19.86) @@ -18056,16 +18056,16 @@ packages: '@types/react': '>=16.8.0 <19.0.0' react: '>=16.8.0 <19.0.0' - '@fluid-internal/client-utils@2.71.0': - resolution: {integrity: sha512-0hiJx2P7IUtUmAK96iIOerkolU+iT9nMgHA4sF+Lu5GgBih74CTXMZpmP7687QOR5RhSx4ceSmuhFOceEI8uUQ==} + '@fluid-internal/client-utils@2.73.0': + resolution: {integrity: sha512-M+vH9pa0i54m2EqFUB/C4pDsKMK36IIKgUSJiqQhwsCZ8vN3SDkdBvCmCJsR8GoiQcIxH0GBy3PJ8oremO9grQ==} '@fluid-internal/eslint-plugin-fluid@0.4.0': resolution: {integrity: sha512-eynZFyJ1YbTUJmf4WtvF6AqmB7cnRhJv2Q/L7XdHVIjgwyoZWbmZhCP1FZ+hHIpkrLmmewFI0Kh+JhTKM/9m0w==} peerDependencies: eslint: ^8.57.0 || ^9.37.0 - '@fluid-internal/test-driver-definitions@2.71.0': - resolution: {integrity: sha512-2gsDlapTWZ2MgZd18A3YRgHDtQJpplS8Tvat4mGeJMXJ0AOu5a4XBqzrfPndNn4OHxstLMk1G79UPR0VTsNWjg==} + '@fluid-internal/test-driver-definitions@2.73.0': + resolution: {integrity: sha512-MKVBsw25CkoN4ug6UbF3vzLii2avCoAD9VLIIQrzg/xPaMZKSBES36JNUYhHg87iA1uVPxUENO8BmtLa3H1l9A==} '@fluid-tools/benchmark@0.51.0': resolution: {integrity: sha512-Hych9VQu9RrBlYwBHvb2J20GHIs8abpzx1TgypHHIsYDxqK7IVrQ/NRYTE+e8XvXwVHbiuBWQrtpK9oB9bGm2Q==} @@ -18079,8 +18079,8 @@ packages: resolution: {integrity: sha512-+nA7wjjMujm9UXk/hnYpxPXUeef4GLB/0mC3I+/WBZD4B7MGedb8IqTT5+3hoz7G+kqcnxbvMxICsUHtH1qUOg==} hasBin: true - '@fluid-tools/fetch-tool@2.71.0': - resolution: {integrity: sha512-LA1mh1L1/lPKnJte/N1iP21cXH2ZtlpxlUcLLGnc7i4PcDVp1zoQWAEZlzmvjc7ouSvCcHLTyYGnBpETdcfbJQ==} + '@fluid-tools/fetch-tool@2.73.0': + resolution: {integrity: sha512-ZM2524njUoHNBIX26ftqqFtPjZmnK/6MWfQW8t/In7CuTlxt9ip9FMArR9fgfKCULhPY3mEdwdFm3vaz/t8z2A==} hasBin: true '@fluid-tools/version-tools@0.60.0': @@ -18088,26 +18088,26 @@ packages: engines: {node: '>=20.15.1'} hasBin: true - '@fluidframework/agent-scheduler@2.71.0': - resolution: {integrity: sha512-YKbpDmQRqCGKmz7RIoXX+LVWTj4+59xluovAXn+FP1TdWczWPy/N6/jRmhGz72VAorxmZymHYVa+2DEaq5YehQ==} + '@fluidframework/agent-scheduler@2.73.0': + resolution: {integrity: sha512-slp9mHxxz9VTRCYCWwenfs8/G7/XaHsf5nkNiUvGr0j5xm/l8kKQyYqZFB0vm2wFVpYatHoMPB7M/BM6coa9eA==} - '@fluidframework/app-insights-logger@2.71.0': - resolution: {integrity: sha512-T5r4NBZLrgevTz3NtTvwT7oC/0InrB/wDCGdEVesxG8TzAJ2zyv58267viQ57vekhbBajlpRwecwqTGI1DhFXA==} + '@fluidframework/app-insights-logger@2.73.0': + resolution: {integrity: sha512-q3nlGJWk0YCf5FmppLuFvygt5NAWllW3w7+gy8JRBCWwkw12P/8D5ljtM1w6TAEDNt9zRAvVEuw6bpX1ROFywA==} '@fluidframework/aqueduct@1.4.0': resolution: {integrity: sha512-b3I3fWGAWuXQbyuEFeeEi3GVVUOYPWJfFaB4httsu5Jn4C0QSkKxftkielDlor9/7rCJYjHc4IEWViaVO+kBbA==} - '@fluidframework/aqueduct@2.71.0': - resolution: {integrity: sha512-AIWn4u6S0TezGfsSG06Y9wjYAFv5tZQFAW1zQf54WRfJvPYugCQB87oh1V2psVSVeE2YYredAN69shFllDOrXw==} + '@fluidframework/aqueduct@2.73.0': + resolution: {integrity: sha512-7XiaEouSRjQ33Y8vePuUpWnTmEy4ULfek2Tlh/xbo1+xbwbYIX6qm6pkUgNUDr2gqG02Qjfi7vwp5AZHyI/OGA==} '@fluidframework/azure-client@1.2.0': resolution: {integrity: sha512-jpfYF6I1uwwCqOc8X0fOgZz4Lj91QFzKV4S9lM7jSW84GxytlL3nDanj9+EYC+vLn4liRVaOCA3zRwpkDNXRWg==} - '@fluidframework/azure-client@2.71.0': - resolution: {integrity: sha512-PbLySWrsQkztZqv8mRb318Cf5rURp95AihVb8W0IhYnYejtCyAZykpr0QHz7q6xXHBujvvrKBoQVuTFD05AdoA==} + '@fluidframework/azure-client@2.73.0': + resolution: {integrity: sha512-NKR3MNJSFx1MCnK1kj54E23MYmHKejXKz0vbfS23Ni2vcA5Cs14IHAmsrfEM/5gQjBwuvmo6cj6RFpT+hUV1SA==} - '@fluidframework/azure-service-utils@2.71.0': - resolution: {integrity: sha512-ygR8G2eRRaA81LThpboKArT/Vrm/Nk6Nvn2SpadS/2YvOfZgb5XybRjJZn6w+46If0Ywy+m6FSIL8+BCau8wOQ==} + '@fluidframework/azure-service-utils@2.73.0': + resolution: {integrity: sha512-DFmgkLA7m8fLM+OpnQkUUt3pRL8skKEhrkXuIZM0genqUGR7dlDidDoE+3GhgKV5yGwELVkSbmL9/LcCZSBQ7Q==} '@fluidframework/build-common@2.0.3': resolution: {integrity: sha512-1LU/2uyCeMxf63z5rhFOFEBvFyBogZ7ZXwzXLxyBhSgq/fGiq8PLjBW7uX++r0LcVCdaWyopf7w060eJpANYdg==} @@ -18121,8 +18121,8 @@ packages: '@fluidframework/bundle-size-tools@0.60.0': resolution: {integrity: sha512-bi1g2V5zSOimgeiPPAN7cKb1e0iuT12WfYM76F3rKfQYhBfQXqG3vTY4qFPqkyGG4zIh/1IMlp+Ic+NCV03AUQ==} - '@fluidframework/cell@2.71.0': - resolution: {integrity: sha512-OftoIsT6RhX+rZ9ei7zDEQM2oGi2Es0xlHjKkcD2Zzt+X2IZZsM9WMGsg3cJyxWrbcHEboTUD3OrGbLzfohVGA==} + '@fluidframework/cell@2.73.0': + resolution: {integrity: sha512-bXee7qEkWPvBQzEIrOBMnUHvr9nBdYZPCSvXHOBZC9y34FFls3gtcxnAwMZhqrgsa08+OKcv+LTVjvW04ass4A==} '@fluidframework/common-definitions@0.20.1': resolution: {integrity: sha512-KaoQ7w2MDH5OeRKVatL5yVOCFg+9wD6bLSLFh1/TV1EZM46l49iBqO7UVjUtPE6BIm0jvvOzJXULGVSpzokX3g==} @@ -18142,26 +18142,26 @@ packages: '@fluidframework/container-definitions@1.4.0': resolution: {integrity: sha512-UwyxdX739ltQhQ9Zr2n7mBKN2eYEVnY7GCsV60ZfLUawb021eeL0rVZZgT0t3BiTCCilBMl4Bw4KQ8XyYu2g/w==} - '@fluidframework/container-definitions@2.71.0': - resolution: {integrity: sha512-Glmxtck1S1rEovJJWHo2CV7GYrXN+JsFLro8Jgc4hhlamD80XNb4uxBaBVno+9pcEt/wa2gz9iOvsjRO46YHDw==} + '@fluidframework/container-definitions@2.73.0': + resolution: {integrity: sha512-hsU0NxfiMVmwXs460W65+sQFPzdXqawD4i+bIjtPbVsud1KeQh4oX6pI2xbkY9NyxmKMtDuh9jOTCkQOu4GjJQ==} '@fluidframework/container-loader@1.4.0': resolution: {integrity: sha512-D54tW/W5EXLb2nRUGCNd8bID9t9KVkQJmtnHfnQ/JggpaBWODaQRp2tCDtidwo8y6bkiqIheMGjIdjgP9SqJzw==} - '@fluidframework/container-loader@2.71.0': - resolution: {integrity: sha512-G6QqlM5rqmkJsqZoCqSvEH3rEYtETgoBk4AK5PTIne9tA7X4QQKPcz00e49kAYb9SFB4LUpdp5pzFBK9h1AhPQ==} + '@fluidframework/container-loader@2.73.0': + resolution: {integrity: sha512-uZoO9kcWQ7NL1+I2j4zcyWSMj3Y6W0nT6QMb4mGfUx5XM5qp5G5npQCr0OJQyJhQRXLXGC/HID+/XBbNsskJ9g==} '@fluidframework/container-runtime-definitions@1.4.0': resolution: {integrity: sha512-0rlswYsMVQiD1/btlJ5Ebf3rfTyFd06E2/zRJiKWiaMzgmn9QqF7OoVtiJfAIUsyey+dR8hnI0IFlB1IMfIPOg==} - '@fluidframework/container-runtime-definitions@2.71.0': - resolution: {integrity: sha512-9y5qQj5lsTZBccJkHxfF5wPnHjOLbRJ1kdgrh2G2O6tC3lPim3yGavSLk2z5+3cYqanWKC0y7nAZZfl4Je5XYg==} + '@fluidframework/container-runtime-definitions@2.73.0': + resolution: {integrity: sha512-kOhQSHMtYPLw/VFdDtXRiyTr0hhp1YtsJaS08KaOUnPoBv0fT3m0sHHntzrqnKJmr4863JGvZVw02WvXvCwtKg==} '@fluidframework/container-runtime@1.4.0': resolution: {integrity: sha512-KENgBxuPD7GdNmdjmsyVJpPKZwfXoRlzAxaMNhGdMSbi6oXDrd1LSekY5tchhsLWBpB5ucZpuvmSgbU+h9z3HQ==} - '@fluidframework/container-runtime@2.71.0': - resolution: {integrity: sha512-gtovhPREwO3jp4OJaiNRvImtWwJRo3iFqp2+m89x3eQ1Ba2bgPoTPAVjVRCoGgiTuGWtkUJDfg2ets0FoJ7YRg==} + '@fluidframework/container-runtime@2.73.0': + resolution: {integrity: sha512-4YTJH0n5plJRr6niA28GwGSOxFj55iwF6xUh9XxW1Ky+w1+Kljvbza240+y1NM/n0TkcBCLlbA451bwL/3KQiA==} '@fluidframework/container-utils@1.4.0': resolution: {integrity: sha512-OKYpvuzz5N62gQn8JELMyuKEwJAlToiLNWJP/dn/PS1HCKux5C/Mg7Twdi19DCgXP/hp5qvzAd+EHPqYWxMUGg==} @@ -18169,69 +18169,69 @@ packages: '@fluidframework/core-interfaces@1.4.0': resolution: {integrity: sha512-PDIglmsa9BgFh7Xhfs32KA3Q34/arTVHF4m3M0IuAByP4z8Oi2lVuNENZnBEk+IJMcrUhUDk5Q9LH8KGfoAw+Q==} - '@fluidframework/core-interfaces@2.71.0': - resolution: {integrity: sha512-EMsT7FgITfBciDWiZ27avvRhBAH2vmDbnuahJ8pei6AHJwgK+bTopzrVO47sRgwYBclkIkZunpNsTFSMot49jQ==} + '@fluidframework/core-interfaces@2.73.0': + resolution: {integrity: sha512-b8kskKZNSqTjpsywwsPNNs5v9a3Ru32AE5YMuQBq00Ml1Kq9pOa0PHTgfdYUcKeOWZ63ZVauhWsqresoKs3qLw==} - '@fluidframework/core-utils@2.71.0': - resolution: {integrity: sha512-oYXM+mwAtyoPsGojqkh4WH6TBckaYcFAJ0m2eO6x/lVv0H2Xy81D/ae8u+2sX4KnSFp7jSNBThb3Ec5UXQB4tw==} + '@fluidframework/core-utils@2.73.0': + resolution: {integrity: sha512-o1ZlUPMEG5fnyUNFyyQGHTBUgFYA7qyVDU3F0pG+IkG+5Mw63gscc8uSF812F40pOj7xLoAPOHmtZZQh7x/8/A==} - '@fluidframework/counter@2.71.0': - resolution: {integrity: sha512-dYrDHr8Bt7en/MrN4qvUaQmkN4lojEcJmzk9maLCB65uofkEjggGmDBAOzejZG2SiN/eL4hu4ScGdeB5mE3LjA==} + '@fluidframework/counter@2.73.0': + resolution: {integrity: sha512-HMLz9C9YdubDh7ooPlgo+Jpx/lPYyMzTnYkTD/jgTfPSANtlsEIIyCRDzjA0aNVnKkUwywhl57Z8JIC+OXSm3g==} '@fluidframework/datastore-definitions@1.4.0': resolution: {integrity: sha512-Xmebp+XFyK2K8EIauQx10UdwOXYskuSyQt8pSZ6ggTMMFpUsnx44tSR8I8KacSFoYkrWzG/G64osRu23SPCcjQ==} - '@fluidframework/datastore-definitions@2.71.0': - resolution: {integrity: sha512-cdTDadMGcEuncDPeZo2aSTQBKZXK5tp51pCRKovl622rkXA6ogL0AJ1/xhO0kYbSnEpPjirKqoj8jsiXJowUwA==} + '@fluidframework/datastore-definitions@2.73.0': + resolution: {integrity: sha512-+QdPU3pJskgDsT3Uc+fgrnFWYF/gIxfk/7zdkdXv2O4RPakkBfbY1yiCCnd7OGWvfUdF1Tpzz9euShsLronhzA==} '@fluidframework/datastore@1.4.0': resolution: {integrity: sha512-xV8cfmNzGAcpbQMrtEXTe7N6h6IkybrStrguyhZB6zBFzaPw3RNeAsMTiSxEMeVkU4UFcnI/ZU2rMalzVVC3Tg==} - '@fluidframework/datastore@2.71.0': - resolution: {integrity: sha512-XhJpa7tAoUzFwFoe5zXFMcI4lDprNMOwOrebDj5XTxcpQd2WsYtEO4DxBr1qi1VFqGhLakVh4cd0hU+UD7u+3A==} + '@fluidframework/datastore@2.73.0': + resolution: {integrity: sha512-g0ytaek2SOdCUXXOTflNQhN4b/bsghcXgMBcukww0NA134GwszTK44ftDpH3zA6U144ITQjSZMs0jEYX2MJC7Q==} - '@fluidframework/debugger@2.71.0': - resolution: {integrity: sha512-9xfuf4DESVokyZ11Y775Gq9saexHnL6LgpzY5x9m8adluhdkq7u1x2+v0Y9Wx8PQkCztTYDEK1PrJMZlJSbOWw==} + '@fluidframework/debugger@2.73.0': + resolution: {integrity: sha512-goD/ETbLiyv9gU9ZjcwAVOli/YEo1WZg71zU4eLSyVUklW5qeuDtkxObpJaGA5mDrg0zlK/zpkW+JEohC+kgtA==} - '@fluidframework/devtools-core@2.71.0': - resolution: {integrity: sha512-ZYN0Oi4rnvh9CSxms4jiJaATDx6ojPSIUZgA75Zipe902mPv3zMZCnP40xabFkw3jSxAB72E9Rk929uyWh1DFA==} + '@fluidframework/devtools-core@2.73.0': + resolution: {integrity: sha512-XTf6k8DUBVERoj/yzqK5CdTNnh5r8bX6h8bZeupb0fYek4Pbd1n7TzRLUI9uCmGhATTh8/npTH3+s9DHK/+a4w==} - '@fluidframework/devtools@2.71.0': - resolution: {integrity: sha512-0xwLXa2YwTatFuEVbsHuLD6BCnKAmSzRd4oNoSLm3biBdvZCCTn4rVx7mFzPyx5yDOJO/TKUukNsItN57JcjqA==} + '@fluidframework/devtools@2.73.0': + resolution: {integrity: sha512-be622IPoMzOft7r8YIObgZ5HWoyzZ5wSAmF6fY36p35JQtut+BWNbl9Tj0lh4PmnR+Fl5Yx/7K90W9yA1PyWMA==} '@fluidframework/driver-base@1.4.0': resolution: {integrity: sha512-w3fYGp1Bkdjp9he3W3dSPQb1vU+zsRIcZZV9wGNfPA1ii7z9rnXzSgscn39IdLbZqvS2704endNwOIYHyBT34g==} - '@fluidframework/driver-base@2.71.0': - resolution: {integrity: sha512-J62ISpenDDnoVAwZK8WVTzLxG55QCSCw7D1vpdb9gHiJGxiKxfWTQr6YDTJQNMk8FtMzGFGfrXl6Vh3IPzYBCg==} + '@fluidframework/driver-base@2.73.0': + resolution: {integrity: sha512-ZiTDHqT1bsg7HsMf22GEaKruetPuEJzXs0z8SFWlsndzSyDheVBe8rck7Ud4Z0gTcAe0G7Lf/p4TRX7BheQ6+w==} '@fluidframework/driver-definitions@1.4.0': resolution: {integrity: sha512-ay6Wwl8zGS64fjDsdh2iOeKiVVxT57Opeqjp6DqSglnnJi6AkSfYVoOVlMZ5+vJTfYJN3N4ptjrP/i3Mao9zPA==} - '@fluidframework/driver-definitions@2.71.0': - resolution: {integrity: sha512-OFR7zu5K5AfJ4SnYaJjfmFfYxQz5GPzdZytX+RhVT3LCIheMBLzfBpfCnV92P0/AEaTM2qJqDOc2K1uVtL1/Hw==} + '@fluidframework/driver-definitions@2.73.0': + resolution: {integrity: sha512-17g1nUxwm+JtwTjhMfRnowZXnEFWfVpwyZxeAo+osZ8IU63RhIi3Va3sG30HbbDN515dEA1UHMVryi2MzZ5oBA==} '@fluidframework/driver-utils@1.4.0': resolution: {integrity: sha512-NPTFw54a+EnIzop7iwrHTONdt0UAjW59HhMlYVPMH8/aOBodddHl7oi2Ek96nZLc+6qruHImjJ+0OW+NxNS+Gw==} - '@fluidframework/driver-utils@2.71.0': - resolution: {integrity: sha512-TO4LDDb57Jn36VNhbSKzPgudTyVDIysfGZhRfI+pJmty9wm3884Z+AksRjdbJsfc7S+GpJ6IikXaXedxZ5h1Ug==} + '@fluidframework/driver-utils@2.73.0': + resolution: {integrity: sha512-YWhZEhnPUmCkddx9RLp4dB/rr3inpOjWvQ34zcj1gIOFNJa1fAJ+OVXxjej9LED/0qdNiUFJCUT+BpUDZYaeXw==} - '@fluidframework/driver-web-cache@2.71.0': - resolution: {integrity: sha512-zbOjoLbe04S+AAbbED6aLbEDlRNMZ9re1NOeCba++a0OCP6boOkNLpqp+TosBrbKigBISGrNGqQ1Dli5oAe8sg==} + '@fluidframework/driver-web-cache@2.73.0': + resolution: {integrity: sha512-NaGXpLTn6qBAAydpg3XKASCNVSKxv7SlsjkB6tZrVJ+lj/to4rtdMH8zoTp8kMPPciQEGkLFbzBAVxrWqjDoiQ==} - '@fluidframework/file-driver@2.71.0': - resolution: {integrity: sha512-RGW6TCpTyD0luiMe29qbxto20tvCDE2RqHQZXa11+CEjssuDA4RlnIre/TJGs4P1zzPC2Ya05nZBT6kedz1Z0g==} + '@fluidframework/file-driver@2.73.0': + resolution: {integrity: sha512-jZw1ZsalU+mWJOy1F39p5UKYZuv+VYkrEkhgiMcVDDdnQIibGmsENZagl7XG35CFHpfHENzLHX1YZFfMl80LoA==} - '@fluidframework/fluid-runner@2.71.0': - resolution: {integrity: sha512-OKIvALtCHTUqsKtw1jRUs7UIn9oOv2hCTdrEfDECS2gbLodWdMQ4bv6Ldr7HEM254bdVTQpo3/9aZkhpHCCzOA==} + '@fluidframework/fluid-runner@2.73.0': + resolution: {integrity: sha512-EM+Djfjt27RP5ATkmwQoOSe+ztab5Rd+tKuIIFaWIc9lZRqbGhnGgv8rHBwZoDR5L9lHuORtYODRozYVSS4v6A==} hasBin: true '@fluidframework/fluid-static@1.4.0': resolution: {integrity: sha512-YlSX6Ibm3HquB+swxoIJt6QM1Bd6R9rBHp/HYDR9/9JuQwCIqW1xvF2NHmXPN/TGl51DnbhSB0gtm9k6pYd7pg==} - '@fluidframework/fluid-static@2.71.0': - resolution: {integrity: sha512-JT1jjaIxpWidOTKH9Jc9SzeNwxuyTcqg7Y9PXWWFlCTlf3FriZhQg3GmGf5HR6BgZKJu9wTHqoShdnaMYi3A/g==} + '@fluidframework/fluid-static@2.73.0': + resolution: {integrity: sha512-HWa/fld03s36qwzOks1Wy5kHonCtvlot9JoGiuXLorSrDmfSMC2XcqGN0PEgN2Uc5P95cfvJ+ggRJ/I2wJmb2Q==} '@fluidframework/garbage-collector@1.4.0': resolution: {integrity: sha512-bwt1mv3B2PcvVN/JqBkm8MwdRydVboBM7MguQkANDGkmUPD56dRzjBYEdOl3yNZJEO/xJ2v15RPrkf1coI78Bg==} @@ -18242,38 +18242,38 @@ packages: '@fluidframework/gitresources@7.0.0': resolution: {integrity: sha512-APAxqCF/+2ljC8th0PoXzdUAo2EJapdTk9KNm6dp7dFD5hxYWoscFqdyu5K+bvMxmhrIpGd0f//nbb7rZq7bog==} - '@fluidframework/id-compressor@2.71.0': - resolution: {integrity: sha512-qVK5GTc+jcF6cocKW/ChW304yRthWnQfnvanwrRm8234kqd+GVgCoIUpArFPx56Z+VOlu8QX3hezxCiIczLXOQ==} + '@fluidframework/id-compressor@2.73.0': + resolution: {integrity: sha512-9Yl2AfL+/807k3jFiH4PBXJbS7YzeJwlVXgnArgsZU5APIO+3/pdPE4bT9dQQpuVQ/9yzla3N1vo1lKdefNojQ==} - '@fluidframework/local-driver@2.71.0': - resolution: {integrity: sha512-9vzjDa4qGJQpWvBv1Jl2udSUH/7hsp6TvS4XILPpF4SBYLQdQ/Z2c/Vyyme8rsGoyZPNzxYVOzTIcV+Bn4HMSQ==} + '@fluidframework/local-driver@2.73.0': + resolution: {integrity: sha512-sjjbq0o9IjWgUYMdUM2sIEegzY/Wl70nY5GSfBTRHzanab+kFFuk018Bw9g3HSZYxUm/k3eaILnJfmrJ5FREAQ==} '@fluidframework/map@1.4.0': resolution: {integrity: sha512-KBdHBxCcIvPtsUSqnc5Ztgs2U01FwgnsW8WF3bl+TGt55Xs4esm3+p43WNkET1YU5Q95RVocRVp03dYMN7xelQ==} - '@fluidframework/map@2.71.0': - resolution: {integrity: sha512-MrAlKvZpG0gYBKnFeOncbjlIZQA1gaNzoZeu4w8YEy4w+w4jI8jvhKzh/fybV0XWtg6wZcY4DbkMyGKIkIzhtA==} + '@fluidframework/map@2.73.0': + resolution: {integrity: sha512-3wh0PW54aL69jxUXZE55QtQfT4LHn+oBo6MGdAjMOHCQZEuJiRP+75UCkwDzjoICi9Jj9yoqqPtSmS3nrLvxHA==} - '@fluidframework/matrix@2.71.0': - resolution: {integrity: sha512-+/ASmRQVQ3FnY2YjnTKbQs4EggE/9yOwt6NPtn2dltdYs/jYWT8mZ3pQmHDSeKM1uYlHVLNNLqhM/cVTb6eJgA==} + '@fluidframework/matrix@2.73.0': + resolution: {integrity: sha512-J91jEfVC84bvxuXbhWSIt8I1QcXNvVv/KoU5OaD34XZGJjHbc0l3xxmLtF6ZI8vdjcLgzRN/c/8HsfMhyKErmw==} - '@fluidframework/merge-tree@2.71.0': - resolution: {integrity: sha512-VhS6LLqWxu2ZoD0rEGFzvR9XnOk6CkuJ5aJ68rSHUj6dAoE7cfIXyqexfgHPM+ev7PGRnJ5HzOsipPMCUzkpTw==} + '@fluidframework/merge-tree@2.73.0': + resolution: {integrity: sha512-FJ82VFQQxukf640wkaMy6VCR0oTqP+yn2LbMDt7nDP5srbd2jEvMf3gLKHieTcpxAss9Mo3xKzqpvTn3I5KMFg==} - '@fluidframework/odsp-doclib-utils@2.71.0': - resolution: {integrity: sha512-CWFzUizj2GAaSBrIKyoR9g5I8JDz402zTYRUj6eeWO+wbizsaOV27JVFJQW1rTTOS48H0ajsjjWCAyZj8Qllig==} + '@fluidframework/odsp-doclib-utils@2.73.0': + resolution: {integrity: sha512-/hDrJCvzrxcVCIYXzbNdkapDlvYzNi2MldAiZC+xG+Bafau0d6Vn2UmghcEJt/HwXi2doE3NF4djFSIPX3MfTg==} - '@fluidframework/odsp-driver-definitions@2.71.0': - resolution: {integrity: sha512-vzXSwy0Mr5uNwS3KtLhIma7yXW+DnzRurttunGSXdEEhWPWfi+ZI7mAWTnH/auQ6QoWsCCQUuEe0y/9l+roC7g==} + '@fluidframework/odsp-driver-definitions@2.73.0': + resolution: {integrity: sha512-irh2fy9lj9Sik3WgmWobdjfGyvGyvEYmd+vIZkGzSd7bvTG9x2HRopAd6iFmL3gmKTrXfgcXeoeAwkX0CtOr0A==} - '@fluidframework/odsp-driver@2.71.0': - resolution: {integrity: sha512-KKen+XhCAsYu5RFWpzzZJyZ2P4OgTXa46QDIU7ppb8cM9i157I4a5Axapiz6gL/V+ZfKSlXRkX1ecC3BMeGY5g==} + '@fluidframework/odsp-driver@2.73.0': + resolution: {integrity: sha512-iubE5wM9dcwRH5zstsOXo6tASMyAE0+RLZTxBPjBNsEfHRsT7c2xZF3K18/aiWK5ah5BmuWQd+2HixDTR8QPjw==} - '@fluidframework/odsp-urlresolver@2.71.0': - resolution: {integrity: sha512-zhtBXHBXZ7GeG6i+ERNbBkEho3CvIT4DUugJ1OKap/16ptxcB2mQISgGWsGpC2ZCOq18yY2MqTujkYV/JYHV2A==} + '@fluidframework/odsp-urlresolver@2.73.0': + resolution: {integrity: sha512-Bqocc2cFbm9PE7ao4NHw2eLDaAT2A1/aXlS9E6W25t99QrZriylGWeuPpzURuItXP/Dqr/aUVkuUvwE9P91RGw==} - '@fluidframework/ordered-collection@2.71.0': - resolution: {integrity: sha512-Rfk67OVwtEYxWKER390Ir8nzhzpMGDhFmtUPhTqRBr6ysixrkL+a+UrcoykxEzcWcndKebsWwhbxJP67b5GYVg==} + '@fluidframework/ordered-collection@2.73.0': + resolution: {integrity: sha512-Y04wbVAj4/f696XgNtX/VtruTr3zcO+ZRf4ysuecIb/uOdBoS0XvveVHUj//+NBVV6x+hO/O5DS+QUkoM2qr2Q==} '@fluidframework/protocol-base@0.1036.5002': resolution: {integrity: sha512-mlI9okyLeSusGx7qU32NDJ4GJptSzVo3V6tPDhphPIOPtyOVTBuL4EQRFYdceoSLHlxEdVnQprwhyoRiMNw7Kw==} @@ -18290,41 +18290,41 @@ packages: '@fluidframework/protocol-definitions@3.2.0': resolution: {integrity: sha512-xgcyMN4uF6dAp2/XYFSHvGFITIV7JbVt3itA+T0c71/lZjq/HU/a/ClPIxfl9AEN0RbtuR/1n5LP4FXSV9j0hA==} - '@fluidframework/register-collection@2.71.0': - resolution: {integrity: sha512-1UOF43UfEmt/AVGi4PioMqFDw64Tr5BNt4+29tNe2Tnev55BUuRA+HHbu8VGGFWNHEEOFXfVCVoQzcXYuNtg1Q==} + '@fluidframework/register-collection@2.73.0': + resolution: {integrity: sha512-WVTPLJOisuaRnhiIQbsPChnuwVKUV0mw+MLJdaI5Tncb+aHptLO5rG+voAIuFT+u89mIPt/99w23awkHRiCWDQ==} - '@fluidframework/replay-driver@2.71.0': - resolution: {integrity: sha512-rdns8Pgdn4DJPw/0DRrrvI7td3k+oDjjkQsS5ANAYkEMa6Bw4Rpl1Q/tfckLVqOOnTbZRq2q9MMFzF3S/br7rw==} + '@fluidframework/replay-driver@2.73.0': + resolution: {integrity: sha512-VXD/gEoYRSUcoXZZVEZEqWYHiTB7pqg57PRk+hCSVEwcXEtjz5L6z4IBUNLr/pXGf5g6HUOaMxBgeCVsq5Sy8A==} '@fluidframework/request-handler@1.4.0': resolution: {integrity: sha512-KDYjQcrdvSuHXBtIG+LkDCcIjiDdw1CKX4iWi/aQrbGOTFVyLzfb2SnEXOBz7sw0YuMhxf+S322KTcX/OWd12w==} - '@fluidframework/request-handler@2.71.0': - resolution: {integrity: sha512-gnapjVGNXEAd8gulwb0Qfz6ZdiL6EwC+Qx57V9JtzwHVxHSTGkhuN64tXgpLGW8G7AZUocqcOh/FWnZbeiAObA==} + '@fluidframework/request-handler@2.73.0': + resolution: {integrity: sha512-szqY1jtXFBFyF74R4vY70cnlC55GAv0B9WmTHnqBcLkk6DisQUuLptEjYPCgweGOYzOIh0xCIDbz5+7WZkl0sw==} '@fluidframework/routerlicious-driver@1.4.0': resolution: {integrity: sha512-iyLywWEgo7zWYCiJj0GPzsrn4lmLw65GYJLEod57fBCk9eLRRxhQ2GJuu2k9XGV6nCFadEc1ZEKufDUNIiBPow==} - '@fluidframework/routerlicious-driver@2.71.0': - resolution: {integrity: sha512-+2eZG99s1KohaykQD+7IBBsoSm/2JBDgjLRuFpCWZBHFJic+u/xsg8FbMazCoOdQERmGg8eNVfgkS96IxW1kQQ==} + '@fluidframework/routerlicious-driver@2.73.0': + resolution: {integrity: sha512-Xw+UQPvLsy6CjMXijvEbym9qknw1PPPmXeIZ+QST92fTVxRffk7LkSvtEyflPikzo8e9Nt8XQIo164CAXz6j1w==} - '@fluidframework/routerlicious-urlresolver@2.71.0': - resolution: {integrity: sha512-0D3J6DQMzdLv2BGfQpV/3yz6mfL7h0QTSlSUk3mZqM46hWJCoL1cabTUIgKLKXHcyq7GQ0CLretqXmmhOg9hsw==} + '@fluidframework/routerlicious-urlresolver@2.73.0': + resolution: {integrity: sha512-HWizc3mTIhwqUlWtwN2sDNzoldX/mfmQtwxodzgN3BRLr/1fPF/mQJQmkvaxD1YR6heqGHs+2Lt48iU3sGNhbQ==} '@fluidframework/runtime-definitions@1.4.0': resolution: {integrity: sha512-GewpwBxbeMutnHHXzVWsFYbGQJHKh8dFNqTiW0covMfaOOhXVSM0qzuf7RY7qX9n8Vn/bK3zF4WRo6gx/32fmg==} - '@fluidframework/runtime-definitions@2.71.0': - resolution: {integrity: sha512-7IW9u8tGTjcl9SkrhYiXRSj1FIoKiUCOzAWpdp/bQlJxN7a+VMQZGkVrxsLPUxokeAaMcQ19zfYMbrET7uHkcw==} + '@fluidframework/runtime-definitions@2.73.0': + resolution: {integrity: sha512-FqA5+whOGK8j+wNlkWcytCJBwNTrgctoye2IiBjGu0fiB0bE3XfM9GS4ma85+lvp78ZQyvO4IQ4TPH+V3cgLTw==} '@fluidframework/runtime-utils@1.4.0': resolution: {integrity: sha512-0drnuEdUja1m2401FXcsB9l66x5oCGjgW43mLjZgZFKcz5v5jYZml8OKWAtLmwfI/UNLJ9bQkb/nHQSM0Tf3Rw==} - '@fluidframework/runtime-utils@2.71.0': - resolution: {integrity: sha512-OAOl45v7J2ft2q6Pb25JOUVuXDd9PsdDGd4/NvuTK+YLtLn3QaSmhf9VODb3S9AR/J1uzFWwBHa4qki5ndYM8A==} + '@fluidframework/runtime-utils@2.73.0': + resolution: {integrity: sha512-ygE+YbIQSJXNtt46d7qTTrjmapLgXFTCkCMN40f1pwtqrozCyGkBQsT3YlCJFgjb45ICfa1xYw04k3BnL6ruXg==} - '@fluidframework/sequence@2.71.0': - resolution: {integrity: sha512-f8VqVn1hsaQ1SJw1Bm+t2TjqZOoYfdLNudBucNJ2gOxeyCQW5+j0VVLPbPa9SAHVJ2FsdTyDEu+yNvFou7dvqA==} + '@fluidframework/sequence@2.73.0': + resolution: {integrity: sha512-WymiZCKhKRAjYZGr7PGVJoF3Il6yviYkeH7wWLzG0fYGowkWonQna7ofTO/oo3SBCfPHAYUXRnNoARqyefR/Iw==} '@fluidframework/server-lambdas-driver@7.0.0': resolution: {integrity: sha512-HNXeXUWYIR+jjGMAB61gCWsryuwqysA2o7/bwvdZuM4avqfm75dJUheB6N04uG5GfRfvesMHU68452YHIf6FYQ==} @@ -18362,51 +18362,51 @@ packages: '@fluidframework/shared-object-base@1.4.0': resolution: {integrity: sha512-NI94dsIyZL7s76UN/UVawd0JqV106cS84MaW1r9Qv91+QGU8aq/KCS3j8R9ZZ8pWFQ46sX9BT4CKa4hy4xZedw==} - '@fluidframework/shared-object-base@2.71.0': - resolution: {integrity: sha512-fZUuNqeL+is+7u9tFoPHdsHDMVDtj3df2ykquHeoOmYZDGZV5mfnSZy/Aj50Jh8vOMlCwp8hJfPj8KxPE2aoGw==} + '@fluidframework/shared-object-base@2.73.0': + resolution: {integrity: sha512-/3XPrhKEXeYKJOAE0G72JsnlFLdMeV3Asco4ekXkc+qVnny3WsOM6kt43x/OlCe3GUSERGB7bWD3uF+Grmpisw==} - '@fluidframework/shared-summary-block@2.71.0': - resolution: {integrity: sha512-kKHPJycy1qC0s/YKGhy49E96NVGh5BDJIcTwX1ik+ePoPMgJ7YtN9Xf06a1EGGHdxFuAApG4UGBBmYVQMaLYpA==} + '@fluidframework/shared-summary-block@2.73.0': + resolution: {integrity: sha512-L7+YwcLlvXoUJ9WbyabEvosXFTt5ajVr2FEFMs8x8jcvD6m2OShS+7WpXwlwUw7fSwe/6hxF0DsgJkksfOlvfA==} '@fluidframework/synthesize@1.4.0': resolution: {integrity: sha512-0pdq28pZ/cA/OVOp7KiUv8/bDxltwQy2ca7UJQGuyRDF9n1QcXoWC98liu2fB3/imahdfDi5pZ6l2vw/nIiFkA==} - '@fluidframework/synthesize@2.71.0': - resolution: {integrity: sha512-RZDqCQYx2VdbWiEndmdPSz2H55tRNgw1j3fDLG6wyUX5ZErA/lWIMRSSPL+GgnLmv5LVHl6sremVSLMIGNr95w==} + '@fluidframework/synthesize@2.73.0': + resolution: {integrity: sha512-TFH8aC4SYLk9MwsjirrkIaipsS/Mo2r0EZbGBtpLVFaQsEba0+tI/I/nYRunTaDaX06X2e4YKLpOQTyepWcfNw==} - '@fluidframework/task-manager@2.71.0': - resolution: {integrity: sha512-pi7pJkBG9f96vWfywrW4qoyL8MG7fFJCceKamhwa0NR8tPTUdPpNOZyc9fmIZxZPL5HX4OuTjf4/QWN5HWdW9A==} + '@fluidframework/task-manager@2.73.0': + resolution: {integrity: sha512-q68y+CaSy8JrfFtRHrvXJTzKIe7jBNiZpL/M65RUllKhvX+/3jFynuZCcUM89X/kz1Z3+zy09Mw6j19Y1wn5Gw==} '@fluidframework/telemetry-utils@1.4.0': resolution: {integrity: sha512-WXG1ThL+WJLGdBtUGlCPPlIrHxqnc+zy+YHrYtqFnlIp+75W3W+YApR5dyP1uCfvapISoBPo0htK3WNIiyj8Rw==} - '@fluidframework/telemetry-utils@2.71.0': - resolution: {integrity: sha512-XExTmXBMyPfSp/GghA8l3lUdFDkbm+HUF1cq8vsVnrKpIkKlpHy7jiA4gBEdGqodfNdLptPMHrivC402gK2uxw==} + '@fluidframework/telemetry-utils@2.73.0': + resolution: {integrity: sha512-8wzwWQf4RYlbiyoujDHoJvIsgx9GQU/4cxB6GTNFAmLv33ugwnzKc9DhnU2SKTA45PicY6X6zexamuWqPZOQyg==} - '@fluidframework/test-runtime-utils@2.71.0': - resolution: {integrity: sha512-Y9mvwCrbgzMfVdSsEgmPcrd5mZGmtDwJt8ZiN4rv3MmOJl7seSPpIU43vRLVgRijKXu+TwdQZ14cSkNN3UySMw==} + '@fluidframework/test-runtime-utils@2.73.0': + resolution: {integrity: sha512-uPXvE6KXHLe3eWOVHIB6xp4rAWJUPuVrhVGW+M76B+3KMjdTGEI4POlPmgU94TnJuqYkQg8bly8lc9tzLRY07Q==} '@fluidframework/test-tools@1.0.195075': resolution: {integrity: sha512-N7FiXKoz6uQhDJhJxSunya5uP/GWNEp0ohYs0Jkb8Mmnow1SKuxl29x3rC9Kf5zORjUk8krCjam50+d8aPFGaw==} hasBin: true - '@fluidframework/test-utils@2.71.0': - resolution: {integrity: sha512-wzctfq5jHNftIaS0aG8KukzKop41hgDSq2QFq7u1KoHvdfDO8GwToablDBfieyCnQihvT35PF6htb6EBeo1zQA==} + '@fluidframework/test-utils@2.73.0': + resolution: {integrity: sha512-G6kjEkZYjiF19NemQYYxz7pT7ZlvxUFxmaFvJFSNoTYNfkvc1pjm71CRppyoBI5iL6QYeTku6qs1fUhb0TGjyQ==} - '@fluidframework/tinylicious-client@2.71.0': - resolution: {integrity: sha512-pM3kn3Ltj8ZiEYb8wLeco+PNoTf7RI5U3f8naCsp2tHDS9kFjapQEEzVd796mSmGZFUiMIkEgQBZPyVyC6sxpQ==} + '@fluidframework/tinylicious-client@2.73.0': + resolution: {integrity: sha512-q0mDGDUKifxzjoBSpYTVJSE3O8dwem1AElbHmimVpDwXNx9Q7cuedXfuedRfaMBy4R5UW3bqPyy1DvRVkyRh0A==} - '@fluidframework/tinylicious-driver@2.71.0': - resolution: {integrity: sha512-S/PchLMKAr1et1kN/L4uCfLcC2CMNFbXBsWvoLnl/xJmrL1Mez0UnBZpD3GkWSMmF7igop1LrnrAge5AzhDv+Q==} + '@fluidframework/tinylicious-driver@2.73.0': + resolution: {integrity: sha512-00D8Twa11uBMfzPVMD/gJk9Wf/xEQ4x2XxeGGxCKGdaqepXYaUknPjS/fcmg8R0eAHfJCPZKA35kkLCeS4XPlg==} - '@fluidframework/tool-utils@2.71.0': - resolution: {integrity: sha512-lh6tUN4f86UWs145F8ljeC3W5T/2seMIUzbN1kuyP1AMOD09ABVnTGVSUoKTzqCgrLwAB6BJUTw29DqdAM8rAA==} + '@fluidframework/tool-utils@2.73.0': + resolution: {integrity: sha512-M7OiQ6DJFbrO9oD7ffZZAptOfxZVmXWe337+bQLqoqG8uYspEqZ26Duzszaabv6gkdwFYUCsm5bwRJrKwILDRw==} - '@fluidframework/tree@2.71.0': - resolution: {integrity: sha512-ZwmkqB45IUToAja7bcHmqFb/xVWh9qSepAsQMCZfL4IK7o1Y+nk+D/NvvVQFcasWaeZwzt+M6ub0RIhYezKIKQ==} + '@fluidframework/tree@2.73.0': + resolution: {integrity: sha512-wpr8rn3quAzaozAwDKKijTJkrXLo0EhQVvErkAU1P32CjDjkUIjGHqgMFXg5WOUfRSWSyEgz3Ad4oxQmQvzbvQ==} - '@fluidframework/undo-redo@2.71.0': - resolution: {integrity: sha512-LCQm4keKoWW3T13lSRljox1VAOfbEgvMIpLSDTupzycCkdjlIYyU2ASH1JVjC/UlrtOyeBtBGCpkChFFTK9JhA==} + '@fluidframework/undo-redo@2.73.0': + resolution: {integrity: sha512-LvQQtF/86TEDFVdObWBEonF0U6w3s+31RZkVdXkAp83xE6TxnmLceblpJ+U+wT09laQEna/8mmJEWYgpxRZ0AQ==} '@fluidframework/view-interfaces@1.4.0': resolution: {integrity: sha512-YD0HE6rMpG6h/ELR717flLZ4Th0Ik0UUkECgaouW+Qy+Of+uPbi4KVoKRqTEEKzZqBFSbvSR5x3TlbmcXiEZnw==} @@ -30384,10 +30384,10 @@ snapshots: react: 18.3.1 tslib: 2.8.1 - '@fluid-internal/client-utils@2.71.0': + '@fluid-internal/client-utils@2.73.0': dependencies: - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 '@types/events_pkg': '@types/events@3.0.3' base64-js: 1.5.1 buffer: 6.0.3 @@ -30405,10 +30405,10 @@ snapshots: - supports-color - typescript - '@fluid-internal/test-driver-definitions@2.71.0': + '@fluid-internal/test-driver-definitions@2.73.0': dependencies: - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 '@fluid-tools/benchmark@0.51.0': dependencies: @@ -30524,24 +30524,24 @@ snapshots: - supports-color - utf-8-validate - '@fluid-tools/fetch-tool@2.71.0(encoding@0.1.13)': + '@fluid-tools/fetch-tool@2.73.0(encoding@0.1.13)': dependencies: '@azure/identity': 4.5.0 '@azure/identity-cache-persistence': 1.1.1 - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/container-runtime': 2.71.0(debug@4.4.3) - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/datastore': 2.71.0(debug@4.4.3) - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/odsp-doclib-utils': 2.71.0(debug@4.4.3)(encoding@0.1.13) - '@fluidframework/odsp-driver': 2.71.0(debug@4.4.3)(encoding@0.1.13) - '@fluidframework/odsp-driver-definitions': 2.71.0 - '@fluidframework/odsp-urlresolver': 2.71.0(encoding@0.1.13) - '@fluidframework/routerlicious-driver': 2.71.0(debug@4.4.3)(encoding@0.1.13) - '@fluidframework/routerlicious-urlresolver': 2.71.0 - '@fluidframework/runtime-definitions': 2.71.0 - '@fluidframework/tool-utils': 2.71.0(encoding@0.1.13) + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/container-runtime': 2.73.0(debug@4.4.3) + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/datastore': 2.73.0(debug@4.4.3) + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/odsp-doclib-utils': 2.73.0(debug@4.4.3)(encoding@0.1.13) + '@fluidframework/odsp-driver': 2.73.0(debug@4.4.3)(encoding@0.1.13) + '@fluidframework/odsp-driver-definitions': 2.73.0 + '@fluidframework/odsp-urlresolver': 2.73.0(encoding@0.1.13) + '@fluidframework/routerlicious-driver': 2.73.0(debug@4.4.3)(encoding@0.1.13) + '@fluidframework/routerlicious-urlresolver': 2.73.0 + '@fluidframework/runtime-definitions': 2.73.0 + '@fluidframework/tool-utils': 2.73.0(encoding@0.1.13) transitivePeerDependencies: - bufferutil - debug @@ -30565,27 +30565,27 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/agent-scheduler@2.71.0': - dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/container-definitions': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/datastore': 2.71.0(debug@4.4.3) - '@fluidframework/datastore-definitions': 2.71.0 - '@fluidframework/map': 2.71.0(debug@4.4.3) - '@fluidframework/register-collection': 2.71.0 - '@fluidframework/runtime-definitions': 2.71.0 - '@fluidframework/runtime-utils': 2.71.0(debug@4.4.3) - '@fluidframework/telemetry-utils': 2.71.0 + '@fluidframework/agent-scheduler@2.73.0': + dependencies: + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/container-definitions': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/datastore': 2.73.0(debug@4.4.3) + '@fluidframework/datastore-definitions': 2.73.0 + '@fluidframework/map': 2.73.0(debug@4.4.3) + '@fluidframework/register-collection': 2.73.0 + '@fluidframework/runtime-definitions': 2.73.0 + '@fluidframework/runtime-utils': 2.73.0(debug@4.4.3) + '@fluidframework/telemetry-utils': 2.73.0 uuid: 11.1.0 transitivePeerDependencies: - debug - supports-color - '@fluidframework/app-insights-logger@2.71.0(tslib@1.14.1)': + '@fluidframework/app-insights-logger@2.73.0(tslib@1.14.1)': dependencies: - '@fluidframework/core-interfaces': 2.71.0 + '@fluidframework/core-interfaces': 2.73.0 '@microsoft/applicationinsights-web': 2.8.18(tslib@1.14.1) '@ungap/structured-clone': 1.2.1 transitivePeerDependencies: @@ -30613,24 +30613,24 @@ snapshots: - debug - supports-color - '@fluidframework/aqueduct@2.71.0': - dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/container-definitions': 2.71.0 - '@fluidframework/container-runtime': 2.71.0(debug@4.4.3) - '@fluidframework/container-runtime-definitions': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/datastore': 2.71.0(debug@4.4.3) - '@fluidframework/datastore-definitions': 2.71.0 - '@fluidframework/map': 2.71.0(debug@4.4.3) - '@fluidframework/request-handler': 2.71.0(debug@4.4.3) - '@fluidframework/runtime-definitions': 2.71.0 - '@fluidframework/runtime-utils': 2.71.0(debug@4.4.3) - '@fluidframework/shared-object-base': 2.71.0(debug@4.4.3) - '@fluidframework/synthesize': 2.71.0 - '@fluidframework/telemetry-utils': 2.71.0 - '@fluidframework/tree': 2.71.0 + '@fluidframework/aqueduct@2.73.0': + dependencies: + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/container-definitions': 2.73.0 + '@fluidframework/container-runtime': 2.73.0(debug@4.4.3) + '@fluidframework/container-runtime-definitions': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/datastore': 2.73.0(debug@4.4.3) + '@fluidframework/datastore-definitions': 2.73.0 + '@fluidframework/map': 2.73.0(debug@4.4.3) + '@fluidframework/request-handler': 2.73.0(debug@4.4.3) + '@fluidframework/runtime-definitions': 2.73.0 + '@fluidframework/runtime-utils': 2.73.0(debug@4.4.3) + '@fluidframework/shared-object-base': 2.73.0(debug@4.4.3) + '@fluidframework/synthesize': 2.73.0 + '@fluidframework/telemetry-utils': 2.73.0 + '@fluidframework/tree': 2.73.0 transitivePeerDependencies: - debug - supports-color @@ -30659,16 +30659,16 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/azure-client@2.71.0(encoding@0.1.13)': + '@fluidframework/azure-client@2.73.0(encoding@0.1.13)': dependencies: - '@fluidframework/container-definitions': 2.71.0 - '@fluidframework/container-loader': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/driver-utils': 2.71.0(debug@4.4.3) - '@fluidframework/fluid-static': 2.71.0 - '@fluidframework/routerlicious-driver': 2.71.0(debug@4.4.3)(encoding@0.1.13) - '@fluidframework/telemetry-utils': 2.71.0 + '@fluidframework/container-definitions': 2.73.0 + '@fluidframework/container-loader': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/driver-utils': 2.73.0(debug@4.4.3) + '@fluidframework/fluid-static': 2.73.0 + '@fluidframework/routerlicious-driver': 2.73.0(debug@4.4.3)(encoding@0.1.13) + '@fluidframework/telemetry-utils': 2.73.0 transitivePeerDependencies: - bufferutil - debug @@ -30676,9 +30676,9 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/azure-service-utils@2.71.0': + '@fluidframework/azure-service-utils@2.73.0': dependencies: - '@fluidframework/driver-definitions': 2.71.0 + '@fluidframework/driver-definitions': 2.73.0 jsrsasign: 11.1.0 uuid: 11.1.0 @@ -30732,15 +30732,15 @@ snapshots: - uglify-js - webpack-cli - '@fluidframework/cell@2.71.0': + '@fluidframework/cell@2.73.0': dependencies: - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/datastore-definitions': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/driver-utils': 2.71.0(debug@4.4.3) - '@fluidframework/runtime-definitions': 2.71.0 - '@fluidframework/shared-object-base': 2.71.0(debug@4.4.3) + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/datastore-definitions': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/driver-utils': 2.73.0(debug@4.4.3) + '@fluidframework/runtime-definitions': 2.73.0 + '@fluidframework/shared-object-base': 2.73.0(debug@4.4.3) transitivePeerDependencies: - debug - supports-color @@ -30787,10 +30787,10 @@ snapshots: '@fluidframework/protocol-definitions': 0.1028.2000 events: 3.3.0 - '@fluidframework/container-definitions@2.71.0': + '@fluidframework/container-definitions@2.73.0': dependencies: - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 '@fluidframework/container-loader@1.4.0': dependencies: @@ -30814,15 +30814,15 @@ snapshots: - debug - supports-color - '@fluidframework/container-loader@2.71.0': + '@fluidframework/container-loader@2.73.0': dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/container-definitions': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/driver-utils': 2.71.0(debug@4.4.3) - '@fluidframework/telemetry-utils': 2.71.0 + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/container-definitions': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/driver-utils': 2.73.0(debug@4.4.3) + '@fluidframework/telemetry-utils': 2.73.0 '@types/events_pkg': '@types/events@3.0.3' '@ungap/structured-clone': 1.2.1 debug: 4.4.3(supports-color@8.1.1) @@ -30841,13 +30841,13 @@ snapshots: '@fluidframework/protocol-definitions': 0.1028.2000 '@fluidframework/runtime-definitions': 1.4.0 - '@fluidframework/container-runtime-definitions@2.71.0': + '@fluidframework/container-runtime-definitions@2.73.0': dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/container-definitions': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/runtime-definitions': 2.71.0 + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/container-definitions': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/runtime-definitions': 2.73.0 transitivePeerDependencies: - supports-color @@ -30875,20 +30875,20 @@ snapshots: - debug - supports-color - '@fluidframework/container-runtime@2.71.0(debug@4.4.3)': - dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/container-definitions': 2.71.0 - '@fluidframework/container-runtime-definitions': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/datastore': 2.71.0(debug@4.4.3) - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/driver-utils': 2.71.0(debug@4.4.3) - '@fluidframework/id-compressor': 2.71.0 - '@fluidframework/runtime-definitions': 2.71.0 - '@fluidframework/runtime-utils': 2.71.0(debug@4.4.3) - '@fluidframework/telemetry-utils': 2.71.0 + '@fluidframework/container-runtime@2.73.0(debug@4.4.3)': + dependencies: + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/container-definitions': 2.73.0 + '@fluidframework/container-runtime-definitions': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/datastore': 2.73.0(debug@4.4.3) + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/driver-utils': 2.73.0(debug@4.4.3) + '@fluidframework/id-compressor': 2.73.0 + '@fluidframework/runtime-definitions': 2.73.0 + '@fluidframework/runtime-utils': 2.73.0(debug@4.4.3) + '@fluidframework/telemetry-utils': 2.73.0 '@tylerbu/sorted-btree-es6': 1.8.0 double-ended-queue: 2.1.0-0 lz4js: 0.2.0 @@ -30910,19 +30910,19 @@ snapshots: '@fluidframework/core-interfaces@1.4.0': {} - '@fluidframework/core-interfaces@2.71.0': {} + '@fluidframework/core-interfaces@2.73.0': {} - '@fluidframework/core-utils@2.71.0': {} + '@fluidframework/core-utils@2.73.0': {} - '@fluidframework/counter@2.71.0': + '@fluidframework/counter@2.73.0': dependencies: - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/datastore-definitions': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/driver-utils': 2.71.0(debug@4.4.3) - '@fluidframework/runtime-definitions': 2.71.0 - '@fluidframework/shared-object-base': 2.71.0(debug@4.4.3) + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/datastore-definitions': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/driver-utils': 2.73.0(debug@4.4.3) + '@fluidframework/runtime-definitions': 2.73.0 + '@fluidframework/shared-object-base': 2.73.0(debug@4.4.3) transitivePeerDependencies: - debug - supports-color @@ -30936,13 +30936,13 @@ snapshots: '@fluidframework/protocol-definitions': 0.1028.2000 '@fluidframework/runtime-definitions': 1.4.0 - '@fluidframework/datastore-definitions@2.71.0': + '@fluidframework/datastore-definitions@2.73.0': dependencies: - '@fluidframework/container-definitions': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/id-compressor': 2.71.0 - '@fluidframework/runtime-definitions': 2.71.0 + '@fluidframework/container-definitions': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/id-compressor': 2.73.0 + '@fluidframework/runtime-definitions': 2.73.0 transitivePeerDependencies: - supports-color @@ -30968,66 +30968,66 @@ snapshots: - debug - supports-color - '@fluidframework/datastore@2.71.0(debug@4.4.3)': - dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/container-definitions': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/datastore-definitions': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/driver-utils': 2.71.0(debug@4.4.3) - '@fluidframework/id-compressor': 2.71.0 - '@fluidframework/runtime-definitions': 2.71.0 - '@fluidframework/runtime-utils': 2.71.0(debug@4.4.3) - '@fluidframework/telemetry-utils': 2.71.0 + '@fluidframework/datastore@2.73.0(debug@4.4.3)': + dependencies: + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/container-definitions': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/datastore-definitions': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/driver-utils': 2.73.0(debug@4.4.3) + '@fluidframework/id-compressor': 2.73.0 + '@fluidframework/runtime-definitions': 2.73.0 + '@fluidframework/runtime-utils': 2.73.0(debug@4.4.3) + '@fluidframework/telemetry-utils': 2.73.0 uuid: 11.1.0 transitivePeerDependencies: - debug - supports-color - '@fluidframework/debugger@2.71.0': + '@fluidframework/debugger@2.73.0': dependencies: - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/driver-utils': 2.71.0(debug@4.4.3) - '@fluidframework/replay-driver': 2.71.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/driver-utils': 2.73.0(debug@4.4.3) + '@fluidframework/replay-driver': 2.73.0 jsonschema: 1.4.1 transitivePeerDependencies: - debug - supports-color - '@fluidframework/devtools-core@2.71.0': - dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/aqueduct': 2.71.0 - '@fluidframework/cell': 2.71.0 - '@fluidframework/container-definitions': 2.71.0 - '@fluidframework/container-loader': 2.71.0 - '@fluidframework/container-runtime': 2.71.0(debug@4.4.3) - '@fluidframework/container-runtime-definitions': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/counter': 2.71.0 - '@fluidframework/datastore-definitions': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/map': 2.71.0(debug@4.4.3) - '@fluidframework/matrix': 2.71.0 - '@fluidframework/runtime-definitions': 2.71.0 - '@fluidframework/sequence': 2.71.0 - '@fluidframework/shared-object-base': 2.71.0(debug@4.4.3) - '@fluidframework/telemetry-utils': 2.71.0 - '@fluidframework/tree': 2.71.0 + '@fluidframework/devtools-core@2.73.0': + dependencies: + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/aqueduct': 2.73.0 + '@fluidframework/cell': 2.73.0 + '@fluidframework/container-definitions': 2.73.0 + '@fluidframework/container-loader': 2.73.0 + '@fluidframework/container-runtime': 2.73.0(debug@4.4.3) + '@fluidframework/container-runtime-definitions': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/counter': 2.73.0 + '@fluidframework/datastore-definitions': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/map': 2.73.0(debug@4.4.3) + '@fluidframework/matrix': 2.73.0 + '@fluidframework/runtime-definitions': 2.73.0 + '@fluidframework/sequence': 2.73.0 + '@fluidframework/shared-object-base': 2.73.0(debug@4.4.3) + '@fluidframework/telemetry-utils': 2.73.0 + '@fluidframework/tree': 2.73.0 transitivePeerDependencies: - debug - supports-color - '@fluidframework/devtools@2.71.0': + '@fluidframework/devtools@2.73.0': dependencies: - '@fluidframework/container-definitions': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/devtools-core': 2.71.0 - '@fluidframework/fluid-static': 2.71.0 + '@fluidframework/container-definitions': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/devtools-core': 2.73.0 + '@fluidframework/fluid-static': 2.73.0 transitivePeerDependencies: - debug - supports-color @@ -31044,14 +31044,14 @@ snapshots: - debug - supports-color - '@fluidframework/driver-base@2.71.0(debug@4.4.3)': + '@fluidframework/driver-base@2.73.0(debug@4.4.3)': dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/driver-utils': 2.71.0(debug@4.4.3) - '@fluidframework/telemetry-utils': 2.71.0 + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/driver-utils': 2.73.0(debug@4.4.3) + '@fluidframework/telemetry-utils': 2.73.0 transitivePeerDependencies: - debug - supports-color @@ -31062,9 +31062,9 @@ snapshots: '@fluidframework/core-interfaces': 1.4.0 '@fluidframework/protocol-definitions': 0.1028.2000 - '@fluidframework/driver-definitions@2.71.0': + '@fluidframework/driver-definitions@2.73.0': dependencies: - '@fluidframework/core-interfaces': 2.71.0 + '@fluidframework/core-interfaces': 2.73.0 '@fluidframework/driver-utils@1.4.0': dependencies: @@ -31082,13 +31082,13 @@ snapshots: - debug - supports-color - '@fluidframework/driver-utils@2.71.0(debug@4.4.3)': + '@fluidframework/driver-utils@2.73.0(debug@4.4.3)': dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/telemetry-utils': 2.71.0 + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/telemetry-utils': 2.73.0 axios: 1.12.2(debug@4.4.3) lz4js: 0.2.0 uuid: 11.1.0 @@ -31096,40 +31096,40 @@ snapshots: - debug - supports-color - '@fluidframework/driver-web-cache@2.71.0': + '@fluidframework/driver-web-cache@2.73.0': dependencies: - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/driver-utils': 2.71.0(debug@4.4.3) - '@fluidframework/telemetry-utils': 2.71.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/driver-utils': 2.73.0(debug@4.4.3) + '@fluidframework/telemetry-utils': 2.73.0 idb: 6.1.5 transitivePeerDependencies: - debug - supports-color - '@fluidframework/file-driver@2.71.0': + '@fluidframework/file-driver@2.73.0': dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/driver-utils': 2.71.0(debug@4.4.3) - '@fluidframework/replay-driver': 2.71.0 + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/driver-utils': 2.73.0(debug@4.4.3) + '@fluidframework/replay-driver': 2.73.0 transitivePeerDependencies: - debug - supports-color - '@fluidframework/fluid-runner@2.71.0(encoding@0.1.13)': + '@fluidframework/fluid-runner@2.73.0(encoding@0.1.13)': dependencies: - '@fluidframework/aqueduct': 2.71.0 - '@fluidframework/container-definitions': 2.71.0 - '@fluidframework/container-loader': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/odsp-driver': 2.71.0(debug@4.4.3)(encoding@0.1.13) - '@fluidframework/odsp-driver-definitions': 2.71.0 - '@fluidframework/telemetry-utils': 2.71.0 + '@fluidframework/aqueduct': 2.73.0 + '@fluidframework/container-definitions': 2.73.0 + '@fluidframework/container-loader': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/odsp-driver': 2.73.0(debug@4.4.3)(encoding@0.1.13) + '@fluidframework/odsp-driver-definitions': 2.73.0 + '@fluidframework/telemetry-utils': 2.73.0 '@json2csv/plainjs': 7.0.6 yargs: 17.7.2 transitivePeerDependencies: @@ -31157,24 +31157,24 @@ snapshots: - debug - supports-color - '@fluidframework/fluid-static@2.71.0': - dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/aqueduct': 2.71.0 - '@fluidframework/container-definitions': 2.71.0 - '@fluidframework/container-loader': 2.71.0 - '@fluidframework/container-runtime': 2.71.0(debug@4.4.3) - '@fluidframework/container-runtime-definitions': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/datastore-definitions': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/request-handler': 2.71.0(debug@4.4.3) - '@fluidframework/runtime-definitions': 2.71.0 - '@fluidframework/runtime-utils': 2.71.0(debug@4.4.3) - '@fluidframework/shared-object-base': 2.71.0(debug@4.4.3) - '@fluidframework/telemetry-utils': 2.71.0 - '@fluidframework/tree': 2.71.0 + '@fluidframework/fluid-static@2.73.0': + dependencies: + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/aqueduct': 2.73.0 + '@fluidframework/container-definitions': 2.73.0 + '@fluidframework/container-loader': 2.73.0 + '@fluidframework/container-runtime': 2.73.0(debug@4.4.3) + '@fluidframework/container-runtime-definitions': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/datastore-definitions': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/request-handler': 2.73.0(debug@4.4.3) + '@fluidframework/runtime-definitions': 2.73.0 + '@fluidframework/runtime-utils': 2.73.0(debug@4.4.3) + '@fluidframework/shared-object-base': 2.73.0(debug@4.4.3) + '@fluidframework/telemetry-utils': 2.73.0 + '@fluidframework/tree': 2.73.0 transitivePeerDependencies: - debug - supports-color @@ -31189,32 +31189,32 @@ snapshots: '@fluidframework/gitresources@7.0.0': {} - '@fluidframework/id-compressor@2.71.0': + '@fluidframework/id-compressor@2.73.0': dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/telemetry-utils': 2.71.0 + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/telemetry-utils': 2.73.0 '@tylerbu/sorted-btree-es6': 1.8.0 uuid: 11.1.0 transitivePeerDependencies: - supports-color - '@fluidframework/local-driver@2.71.0(debug@4.4.3)(encoding@0.1.13)': + '@fluidframework/local-driver@2.73.0(debug@4.4.3)(encoding@0.1.13)': dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/driver-base': 2.71.0(debug@4.4.3) - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/driver-utils': 2.71.0(debug@4.4.3) + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/driver-base': 2.73.0(debug@4.4.3) + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/driver-utils': 2.73.0(debug@4.4.3) '@fluidframework/protocol-base': 7.0.0 - '@fluidframework/routerlicious-driver': 2.71.0(debug@4.4.3)(encoding@0.1.13) + '@fluidframework/routerlicious-driver': 2.73.0(debug@4.4.3)(encoding@0.1.13) '@fluidframework/server-local-server': 7.0.0 '@fluidframework/server-services-client': 7.0.0 '@fluidframework/server-services-core': 7.0.0 '@fluidframework/server-test-utils': 7.0.0 - '@fluidframework/telemetry-utils': 2.71.0 + '@fluidframework/telemetry-utils': 2.73.0 jsrsasign: 11.1.0 uuid: 11.1.0 transitivePeerDependencies: @@ -31241,36 +31241,36 @@ snapshots: - debug - supports-color - '@fluidframework/map@2.71.0(debug@4.4.3)': - dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/datastore-definitions': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/driver-utils': 2.71.0(debug@4.4.3) - '@fluidframework/runtime-definitions': 2.71.0 - '@fluidframework/runtime-utils': 2.71.0(debug@4.4.3) - '@fluidframework/shared-object-base': 2.71.0(debug@4.4.3) - '@fluidframework/telemetry-utils': 2.71.0 + '@fluidframework/map@2.73.0(debug@4.4.3)': + dependencies: + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/datastore-definitions': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/driver-utils': 2.73.0(debug@4.4.3) + '@fluidframework/runtime-definitions': 2.73.0 + '@fluidframework/runtime-utils': 2.73.0(debug@4.4.3) + '@fluidframework/shared-object-base': 2.73.0(debug@4.4.3) + '@fluidframework/telemetry-utils': 2.73.0 path-browserify: 1.0.1 transitivePeerDependencies: - debug - supports-color - '@fluidframework/matrix@2.71.0': - dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/datastore-definitions': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/driver-utils': 2.71.0(debug@4.4.3) - '@fluidframework/merge-tree': 2.71.0 - '@fluidframework/runtime-definitions': 2.71.0 - '@fluidframework/runtime-utils': 2.71.0(debug@4.4.3) - '@fluidframework/shared-object-base': 2.71.0(debug@4.4.3) - '@fluidframework/telemetry-utils': 2.71.0 + '@fluidframework/matrix@2.73.0': + dependencies: + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/datastore-definitions': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/driver-utils': 2.73.0(debug@4.4.3) + '@fluidframework/merge-tree': 2.73.0 + '@fluidframework/runtime-definitions': 2.73.0 + '@fluidframework/runtime-utils': 2.73.0(debug@4.4.3) + '@fluidframework/shared-object-base': 2.73.0(debug@4.4.3) + '@fluidframework/telemetry-utils': 2.73.0 '@tiny-calc/nano': 0.0.0-alpha.5 double-ended-queue: 2.1.0-0 tslib: 1.14.1 @@ -31278,52 +31278,52 @@ snapshots: - debug - supports-color - '@fluidframework/merge-tree@2.71.0': + '@fluidframework/merge-tree@2.73.0': dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/container-definitions': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/datastore-definitions': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/runtime-definitions': 2.71.0 - '@fluidframework/runtime-utils': 2.71.0(debug@4.4.3) - '@fluidframework/shared-object-base': 2.71.0(debug@4.4.3) - '@fluidframework/telemetry-utils': 2.71.0 + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/container-definitions': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/datastore-definitions': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/runtime-definitions': 2.73.0 + '@fluidframework/runtime-utils': 2.73.0(debug@4.4.3) + '@fluidframework/shared-object-base': 2.73.0(debug@4.4.3) + '@fluidframework/telemetry-utils': 2.73.0 transitivePeerDependencies: - debug - supports-color - '@fluidframework/odsp-doclib-utils@2.71.0(debug@4.4.3)(encoding@0.1.13)': + '@fluidframework/odsp-doclib-utils@2.73.0(debug@4.4.3)(encoding@0.1.13)': dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/driver-utils': 2.71.0(debug@4.4.3) - '@fluidframework/odsp-driver-definitions': 2.71.0 - '@fluidframework/telemetry-utils': 2.71.0 + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/driver-utils': 2.73.0(debug@4.4.3) + '@fluidframework/odsp-driver-definitions': 2.73.0 + '@fluidframework/telemetry-utils': 2.73.0 isomorphic-fetch: 3.0.0(encoding@0.1.13) transitivePeerDependencies: - debug - encoding - supports-color - '@fluidframework/odsp-driver-definitions@2.71.0': + '@fluidframework/odsp-driver-definitions@2.73.0': dependencies: - '@fluidframework/driver-definitions': 2.71.0 + '@fluidframework/driver-definitions': 2.73.0 - '@fluidframework/odsp-driver@2.71.0(debug@4.4.3)(encoding@0.1.13)': + '@fluidframework/odsp-driver@2.73.0(debug@4.4.3)(encoding@0.1.13)': dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/driver-base': 2.71.0(debug@4.4.3) - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/driver-utils': 2.71.0(debug@4.4.3) - '@fluidframework/odsp-doclib-utils': 2.71.0(debug@4.4.3)(encoding@0.1.13) - '@fluidframework/odsp-driver-definitions': 2.71.0 - '@fluidframework/telemetry-utils': 2.71.0 + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/driver-base': 2.73.0(debug@4.4.3) + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/driver-utils': 2.73.0(debug@4.4.3) + '@fluidframework/odsp-doclib-utils': 2.73.0(debug@4.4.3)(encoding@0.1.13) + '@fluidframework/odsp-driver-definitions': 2.73.0 + '@fluidframework/telemetry-utils': 2.73.0 socket.io-client: 4.7.5 uuid: 11.1.0 transitivePeerDependencies: @@ -31333,14 +31333,14 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/odsp-urlresolver@2.71.0(encoding@0.1.13)': + '@fluidframework/odsp-urlresolver@2.73.0(encoding@0.1.13)': dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/odsp-driver': 2.71.0(debug@4.4.3)(encoding@0.1.13) - '@fluidframework/odsp-driver-definitions': 2.71.0 + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/odsp-driver': 2.73.0(debug@4.4.3)(encoding@0.1.13) + '@fluidframework/odsp-driver-definitions': 2.73.0 transitivePeerDependencies: - bufferutil - debug @@ -31348,17 +31348,17 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/ordered-collection@2.71.0': - dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/datastore-definitions': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/runtime-definitions': 2.71.0 - '@fluidframework/runtime-utils': 2.71.0(debug@4.4.3) - '@fluidframework/shared-object-base': 2.71.0(debug@4.4.3) - '@fluidframework/telemetry-utils': 2.71.0 + '@fluidframework/ordered-collection@2.73.0': + dependencies: + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/datastore-definitions': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/runtime-definitions': 2.73.0 + '@fluidframework/runtime-utils': 2.73.0(debug@4.4.3) + '@fluidframework/shared-object-base': 2.73.0(debug@4.4.3) + '@fluidframework/telemetry-utils': 2.73.0 uuid: 11.1.0 transitivePeerDependencies: - debug @@ -31388,28 +31388,28 @@ snapshots: '@fluidframework/protocol-definitions@3.2.0': {} - '@fluidframework/register-collection@2.71.0': + '@fluidframework/register-collection@2.73.0': dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/datastore-definitions': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/driver-utils': 2.71.0(debug@4.4.3) - '@fluidframework/runtime-definitions': 2.71.0 - '@fluidframework/shared-object-base': 2.71.0(debug@4.4.3) + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/datastore-definitions': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/driver-utils': 2.73.0(debug@4.4.3) + '@fluidframework/runtime-definitions': 2.73.0 + '@fluidframework/shared-object-base': 2.73.0(debug@4.4.3) transitivePeerDependencies: - debug - supports-color - '@fluidframework/replay-driver@2.71.0': + '@fluidframework/replay-driver@2.73.0': dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/driver-utils': 2.71.0(debug@4.4.3) - '@fluidframework/telemetry-utils': 2.71.0 + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/driver-utils': 2.73.0(debug@4.4.3) + '@fluidframework/telemetry-utils': 2.73.0 transitivePeerDependencies: - debug - supports-color @@ -31424,13 +31424,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@fluidframework/request-handler@2.71.0(debug@4.4.3)': + '@fluidframework/request-handler@2.73.0(debug@4.4.3)': dependencies: - '@fluidframework/container-runtime-definitions': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/runtime-definitions': 2.71.0 - '@fluidframework/runtime-utils': 2.71.0(debug@4.4.3) + '@fluidframework/container-runtime-definitions': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/runtime-definitions': 2.73.0 + '@fluidframework/runtime-utils': 2.73.0(debug@4.4.3) transitivePeerDependencies: - debug - supports-color @@ -31460,16 +31460,16 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/routerlicious-driver@2.71.0(debug@4.4.3)(encoding@0.1.13)': + '@fluidframework/routerlicious-driver@2.73.0(debug@4.4.3)(encoding@0.1.13)': dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/driver-base': 2.71.0(debug@4.4.3) - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/driver-utils': 2.71.0(debug@4.4.3) + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/driver-base': 2.73.0(debug@4.4.3) + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/driver-utils': 2.73.0(debug@4.4.3) '@fluidframework/server-services-client': 7.0.0 - '@fluidframework/telemetry-utils': 2.71.0 + '@fluidframework/telemetry-utils': 2.73.0 cross-fetch: 3.1.8(encoding@0.1.13) json-stringify-safe: 5.0.1 socket.io-client: 4.7.5 @@ -31481,11 +31481,11 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/routerlicious-urlresolver@2.71.0': + '@fluidframework/routerlicious-urlresolver@2.73.0': dependencies: - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 nconf: 0.12.1 '@fluidframework/runtime-definitions@1.4.0': @@ -31497,14 +31497,14 @@ snapshots: '@fluidframework/driver-definitions': 1.4.0 '@fluidframework/protocol-definitions': 0.1028.2000 - '@fluidframework/runtime-definitions@2.71.0': + '@fluidframework/runtime-definitions@2.73.0': dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/container-definitions': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/id-compressor': 2.71.0 - '@fluidframework/telemetry-utils': 2.71.0 + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/container-definitions': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/id-compressor': 2.73.0 + '@fluidframework/telemetry-utils': 2.73.0 transitivePeerDependencies: - supports-color @@ -31524,35 +31524,35 @@ snapshots: transitivePeerDependencies: - supports-color - '@fluidframework/runtime-utils@2.71.0(debug@4.4.3)': - dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/container-definitions': 2.71.0 - '@fluidframework/container-runtime-definitions': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/datastore-definitions': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/driver-utils': 2.71.0(debug@4.4.3) - '@fluidframework/runtime-definitions': 2.71.0 - '@fluidframework/telemetry-utils': 2.71.0 + '@fluidframework/runtime-utils@2.73.0(debug@4.4.3)': + dependencies: + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/container-definitions': 2.73.0 + '@fluidframework/container-runtime-definitions': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/datastore-definitions': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/driver-utils': 2.73.0(debug@4.4.3) + '@fluidframework/runtime-definitions': 2.73.0 + '@fluidframework/telemetry-utils': 2.73.0 semver-ts: 1.0.3 transitivePeerDependencies: - debug - supports-color - '@fluidframework/sequence@2.71.0': - dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/datastore-definitions': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/merge-tree': 2.71.0 - '@fluidframework/runtime-definitions': 2.71.0 - '@fluidframework/runtime-utils': 2.71.0(debug@4.4.3) - '@fluidframework/shared-object-base': 2.71.0(debug@4.4.3) - '@fluidframework/telemetry-utils': 2.71.0 + '@fluidframework/sequence@2.73.0': + dependencies: + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/datastore-definitions': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/merge-tree': 2.73.0 + '@fluidframework/runtime-definitions': 2.73.0 + '@fluidframework/runtime-utils': 2.73.0(debug@4.4.3) + '@fluidframework/shared-object-base': 2.73.0(debug@4.4.3) + '@fluidframework/telemetry-utils': 2.73.0 double-ended-queue: 2.1.0-0 uuid: 11.1.0 transitivePeerDependencies: @@ -31801,54 +31801,54 @@ snapshots: - debug - supports-color - '@fluidframework/shared-object-base@2.71.0(debug@4.4.3)': - dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/container-definitions': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/datastore': 2.71.0(debug@4.4.3) - '@fluidframework/datastore-definitions': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/id-compressor': 2.71.0 - '@fluidframework/runtime-definitions': 2.71.0 - '@fluidframework/runtime-utils': 2.71.0(debug@4.4.3) - '@fluidframework/telemetry-utils': 2.71.0 + '@fluidframework/shared-object-base@2.73.0(debug@4.4.3)': + dependencies: + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/container-definitions': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/datastore': 2.73.0(debug@4.4.3) + '@fluidframework/datastore-definitions': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/id-compressor': 2.73.0 + '@fluidframework/runtime-definitions': 2.73.0 + '@fluidframework/runtime-utils': 2.73.0(debug@4.4.3) + '@fluidframework/telemetry-utils': 2.73.0 uuid: 11.1.0 transitivePeerDependencies: - debug - supports-color - '@fluidframework/shared-summary-block@2.71.0': + '@fluidframework/shared-summary-block@2.73.0': dependencies: - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/datastore-definitions': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/driver-utils': 2.71.0(debug@4.4.3) - '@fluidframework/runtime-definitions': 2.71.0 - '@fluidframework/shared-object-base': 2.71.0(debug@4.4.3) + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/datastore-definitions': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/driver-utils': 2.73.0(debug@4.4.3) + '@fluidframework/runtime-definitions': 2.73.0 + '@fluidframework/shared-object-base': 2.73.0(debug@4.4.3) transitivePeerDependencies: - debug - supports-color '@fluidframework/synthesize@1.4.0': {} - '@fluidframework/synthesize@2.71.0': + '@fluidframework/synthesize@2.73.0': dependencies: - '@fluidframework/core-utils': 2.71.0 + '@fluidframework/core-utils': 2.73.0 - '@fluidframework/task-manager@2.71.0': + '@fluidframework/task-manager@2.73.0': dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/container-definitions': 2.71.0 - '@fluidframework/container-runtime-definitions': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/datastore-definitions': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/driver-utils': 2.71.0(debug@4.4.3) - '@fluidframework/runtime-definitions': 2.71.0 - '@fluidframework/shared-object-base': 2.71.0(debug@4.4.3) + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/container-definitions': 2.73.0 + '@fluidframework/container-runtime-definitions': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/datastore-definitions': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/driver-utils': 2.73.0(debug@4.4.3) + '@fluidframework/runtime-definitions': 2.73.0 + '@fluidframework/shared-object-base': 2.73.0(debug@4.4.3) transitivePeerDependencies: - debug - supports-color @@ -31863,32 +31863,32 @@ snapshots: transitivePeerDependencies: - supports-color - '@fluidframework/telemetry-utils@2.71.0': + '@fluidframework/telemetry-utils@2.73.0': dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 debug: 4.4.3(supports-color@8.1.1) uuid: 11.1.0 transitivePeerDependencies: - supports-color - '@fluidframework/test-runtime-utils@2.71.0(encoding@0.1.13)': - dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/container-definitions': 2.71.0 - '@fluidframework/container-runtime-definitions': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/datastore-definitions': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/driver-utils': 2.71.0(debug@4.4.3) - '@fluidframework/id-compressor': 2.71.0 - '@fluidframework/routerlicious-driver': 2.71.0(debug@4.4.3)(encoding@0.1.13) - '@fluidframework/runtime-definitions': 2.71.0 - '@fluidframework/runtime-utils': 2.71.0(debug@4.4.3) - '@fluidframework/telemetry-utils': 2.71.0 + '@fluidframework/test-runtime-utils@2.73.0(encoding@0.1.13)': + dependencies: + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/container-definitions': 2.73.0 + '@fluidframework/container-runtime-definitions': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/datastore-definitions': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/driver-utils': 2.73.0(debug@4.4.3) + '@fluidframework/id-compressor': 2.73.0 + '@fluidframework/routerlicious-driver': 2.73.0(debug@4.4.3)(encoding@0.1.13) + '@fluidframework/runtime-definitions': 2.73.0 + '@fluidframework/runtime-utils': 2.73.0(debug@4.4.3) + '@fluidframework/telemetry-utils': 2.73.0 jsrsasign: 11.1.0 uuid: 11.1.0 transitivePeerDependencies: @@ -31900,28 +31900,28 @@ snapshots: '@fluidframework/test-tools@1.0.195075': {} - '@fluidframework/test-utils@2.71.0(encoding@0.1.13)': - dependencies: - '@fluid-internal/test-driver-definitions': 2.71.0 - '@fluidframework/container-definitions': 2.71.0 - '@fluidframework/container-loader': 2.71.0 - '@fluidframework/container-runtime': 2.71.0(debug@4.4.3) - '@fluidframework/container-runtime-definitions': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/datastore': 2.71.0(debug@4.4.3) - '@fluidframework/datastore-definitions': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/driver-utils': 2.71.0(debug@4.4.3) - '@fluidframework/local-driver': 2.71.0(debug@4.4.3)(encoding@0.1.13) - '@fluidframework/map': 2.71.0(debug@4.4.3) - '@fluidframework/odsp-driver': 2.71.0(debug@4.4.3)(encoding@0.1.13) - '@fluidframework/request-handler': 2.71.0(debug@4.4.3) - '@fluidframework/routerlicious-driver': 2.71.0(debug@4.4.3)(encoding@0.1.13) - '@fluidframework/runtime-definitions': 2.71.0 - '@fluidframework/runtime-utils': 2.71.0(debug@4.4.3) - '@fluidframework/shared-object-base': 2.71.0(debug@4.4.3) - '@fluidframework/telemetry-utils': 2.71.0 + '@fluidframework/test-utils@2.73.0(encoding@0.1.13)': + dependencies: + '@fluid-internal/test-driver-definitions': 2.73.0 + '@fluidframework/container-definitions': 2.73.0 + '@fluidframework/container-loader': 2.73.0 + '@fluidframework/container-runtime': 2.73.0(debug@4.4.3) + '@fluidframework/container-runtime-definitions': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/datastore': 2.73.0(debug@4.4.3) + '@fluidframework/datastore-definitions': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/driver-utils': 2.73.0(debug@4.4.3) + '@fluidframework/local-driver': 2.73.0(debug@4.4.3)(encoding@0.1.13) + '@fluidframework/map': 2.73.0(debug@4.4.3) + '@fluidframework/odsp-driver': 2.73.0(debug@4.4.3)(encoding@0.1.13) + '@fluidframework/request-handler': 2.73.0(debug@4.4.3) + '@fluidframework/routerlicious-driver': 2.73.0(debug@4.4.3)(encoding@0.1.13) + '@fluidframework/runtime-definitions': 2.73.0 + '@fluidframework/runtime-utils': 2.73.0(debug@4.4.3) + '@fluidframework/shared-object-base': 2.73.0(debug@4.4.3) + '@fluidframework/telemetry-utils': 2.73.0 best-random: 1.0.3 debug: 4.4.3(supports-color@8.1.1) mocha: 10.8.2 @@ -31932,20 +31932,20 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/tinylicious-client@2.71.0(encoding@0.1.13)': - dependencies: - '@fluidframework/container-definitions': 2.71.0 - '@fluidframework/container-loader': 2.71.0 - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/driver-utils': 2.71.0(debug@4.4.3) - '@fluidframework/fluid-static': 2.71.0 - '@fluidframework/map': 2.71.0(debug@4.4.3) - '@fluidframework/routerlicious-driver': 2.71.0(debug@4.4.3)(encoding@0.1.13) - '@fluidframework/runtime-utils': 2.71.0(debug@4.4.3) - '@fluidframework/telemetry-utils': 2.71.0 - '@fluidframework/tinylicious-driver': 2.71.0(encoding@0.1.13) + '@fluidframework/tinylicious-client@2.73.0(encoding@0.1.13)': + dependencies: + '@fluidframework/container-definitions': 2.73.0 + '@fluidframework/container-loader': 2.73.0 + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/driver-utils': 2.73.0(debug@4.4.3) + '@fluidframework/fluid-static': 2.73.0 + '@fluidframework/map': 2.73.0(debug@4.4.3) + '@fluidframework/routerlicious-driver': 2.73.0(debug@4.4.3)(encoding@0.1.13) + '@fluidframework/runtime-utils': 2.73.0(debug@4.4.3) + '@fluidframework/telemetry-utils': 2.73.0 + '@fluidframework/tinylicious-driver': 2.73.0(encoding@0.1.13) transitivePeerDependencies: - bufferutil - debug @@ -31953,12 +31953,12 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/tinylicious-driver@2.71.0(encoding@0.1.13)': + '@fluidframework/tinylicious-driver@2.73.0(encoding@0.1.13)': dependencies: - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/driver-utils': 2.71.0(debug@4.4.3) - '@fluidframework/routerlicious-driver': 2.71.0(debug@4.4.3)(encoding@0.1.13) + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/driver-utils': 2.73.0(debug@4.4.3) + '@fluidframework/routerlicious-driver': 2.73.0(debug@4.4.3)(encoding@0.1.13) jsrsasign: 11.1.0 uuid: 11.1.0 transitivePeerDependencies: @@ -31968,12 +31968,12 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/tool-utils@2.71.0(encoding@0.1.13)': + '@fluidframework/tool-utils@2.73.0(encoding@0.1.13)': dependencies: - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/driver-utils': 2.71.0(debug@4.4.3) - '@fluidframework/odsp-doclib-utils': 2.71.0(debug@4.4.3)(encoding@0.1.13) + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/driver-utils': 2.73.0(debug@4.4.3) + '@fluidframework/odsp-doclib-utils': 2.73.0(debug@4.4.3)(encoding@0.1.13) async-mutex: 0.3.2 debug: 4.4.3(supports-color@8.1.1) proper-lockfile: 4.1.2 @@ -31981,19 +31981,19 @@ snapshots: - encoding - supports-color - '@fluidframework/tree@2.71.0': - dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/container-runtime': 2.71.0(debug@4.4.3) - '@fluidframework/core-interfaces': 2.71.0 - '@fluidframework/core-utils': 2.71.0 - '@fluidframework/datastore-definitions': 2.71.0 - '@fluidframework/driver-definitions': 2.71.0 - '@fluidframework/id-compressor': 2.71.0 - '@fluidframework/runtime-definitions': 2.71.0 - '@fluidframework/runtime-utils': 2.71.0(debug@4.4.3) - '@fluidframework/shared-object-base': 2.71.0(debug@4.4.3) - '@fluidframework/telemetry-utils': 2.71.0 + '@fluidframework/tree@2.73.0': + dependencies: + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/container-runtime': 2.73.0(debug@4.4.3) + '@fluidframework/core-interfaces': 2.73.0 + '@fluidframework/core-utils': 2.73.0 + '@fluidframework/datastore-definitions': 2.73.0 + '@fluidframework/driver-definitions': 2.73.0 + '@fluidframework/id-compressor': 2.73.0 + '@fluidframework/runtime-definitions': 2.73.0 + '@fluidframework/runtime-utils': 2.73.0(debug@4.4.3) + '@fluidframework/shared-object-base': 2.73.0(debug@4.4.3) + '@fluidframework/telemetry-utils': 2.73.0 '@sinclair/typebox': 0.34.13 '@tylerbu/sorted-btree-es6': 1.8.0 '@types/ungap__structured-clone': 1.2.0 @@ -32004,13 +32004,13 @@ snapshots: - debug - supports-color - '@fluidframework/undo-redo@2.71.0': + '@fluidframework/undo-redo@2.73.0': dependencies: - '@fluid-internal/client-utils': 2.71.0 - '@fluidframework/map': 2.71.0(debug@4.4.3) - '@fluidframework/matrix': 2.71.0 - '@fluidframework/merge-tree': 2.71.0 - '@fluidframework/sequence': 2.71.0 + '@fluid-internal/client-utils': 2.73.0 + '@fluidframework/map': 2.73.0(debug@4.4.3) + '@fluidframework/matrix': 2.73.0 + '@fluidframework/merge-tree': 2.73.0 + '@fluidframework/sequence': 2.73.0 transitivePeerDependencies: - debug - supports-color diff --git a/tools/markdown-magic/package.json b/tools/markdown-magic/package.json index 9619fb679fa1..d0e1284796c8 100644 --- a/tools/markdown-magic/package.json +++ b/tools/markdown-magic/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-tools/markdown-magic", - "version": "2.73.0", + "version": "2.73.1", "private": true, "description": "Contains shared utilities for Markdown content generation and embedding using markdown-magic.", "homepage": "https://fluidframework.com",