diff --git a/azure/packages/azure-local-service/package.json b/azure/packages/azure-local-service/package.json index 91bad7d590af..c29215fbfcc0 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.33.0", + "version": "2.33.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 475ac478bd6f..1e055d3019da 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.33.0", + "version": "2.33.1", "description": "Helper service-side utilities for connecting to Azure Fluid Relay service", "homepage": "https://fluidframework.com", "repository": { @@ -95,7 +95,7 @@ "@arethetypeswrong/cli": "^0.17.1", "@biomejs/biome": "~1.9.3", "@fluid-tools/build-cli": "^0.55.0", - "@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@2.32.0", + "@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@2.33.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.3", diff --git a/examples/apps/ai-collab/package.json b/examples/apps/ai-collab/package.json index 9b574b27c3b2..772657bd7775 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.33.0", + "version": "2.33.1", "private": true, "description": "Example app that showcases the experimental package for AI collaboration in Fluid-based applications.", "homepage": "https://fluidframework.com", diff --git a/examples/apps/attributable-map/package.json b/examples/apps/attributable-map/package.json index b9c302c8bb4c..cc019cd682fd 100644 --- a/examples/apps/attributable-map/package.json +++ b/examples/apps/attributable-map/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/attributable-map", - "version": "2.33.0", + "version": "2.33.1", "private": true, "description": "Minimal Fluid Container & Data Object sample to implement a hit counter as a standalone app.", "homepage": "https://fluidframework.com", diff --git a/examples/apps/blobs/package.json b/examples/apps/blobs/package.json index 02b9deac233d..45183448b111 100644 --- a/examples/apps/blobs/package.json +++ b/examples/apps/blobs/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/blobs", - "version": "2.33.0", + "version": "2.33.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 dca48e51b30e..0624ea488d83 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.33.0", + "version": "2.33.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 31c1fb87f2ce..33ac94568027 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.33.0", + "version": "2.33.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 af53dbc6ea79..4c963da6ca41 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.33.0", + "version": "2.33.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 4e7f3c89de0c..5fa7d16872a7 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.33.0", + "version": "2.33.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 859fb201cddc..343819b50d55 100644 --- a/examples/apps/staging/package.json +++ b/examples/apps/staging/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-example/staging", - "version": "2.33.0", + "version": "2.33.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 d4d18e365b09..acf255eed634 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.33.0", + "version": "2.33.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 4dee9cb17dde..804129a90b1b 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.33.0", + "version": "2.33.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 2a6a271649e9..9cfecbac05b1 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.33.0", + "version": "2.33.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 21b8f6283e05..3370f200ae38 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.33.0", + "version": "2.33.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 2436ac836f4e..68b35d557e40 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.33.0", + "version": "2.33.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 56f8d7f879f9..6c51752d56ad 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.33.0", + "version": "2.33.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 a8f2e82f7b65..4e18bcfb473c 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.33.0", + "version": "2.33.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 9a84db781e40..37fcc91a5cdb 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.33.0", + "version": "2.33.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 4731a8fc861d..b7024ba6f446 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.33.0", + "version": "2.33.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 cfa0d5934fb5..60f14e9217c7 100644 --- a/examples/benchmarks/tablebench/package.json +++ b/examples/benchmarks/tablebench/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-internal/tablebench", - "version": "2.33.0", + "version": "2.33.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 277cfc6d270e..4b6db4a40425 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.33.0", + "version": "2.33.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 3c2b6379e910..1c54994a1918 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.33.0", + "version": "2.33.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 3eee777b5a3c..ff8c4278337b 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.33.0", + "version": "2.33.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 583dace152d7..e40c33e64c5a 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.33.0", + "version": "2.33.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 dd1e8a36c60d..8e2e858ca400 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.33.0", + "version": "2.33.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 e4d2c37e5c87..b825c9643f14 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.33.0", + "version": "2.33.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 18f56f5fb82c..5db4a91a102a 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.33.0", + "version": "2.33.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 9a3358b0417c..78c724583841 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.33.0", + "version": "2.33.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 387117379dce..ea62571b5958 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.33.0", + "version": "2.33.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 5e47b0a67d7d..76e63b8a705c 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.33.0", + "version": "2.33.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 fd6d7081b613..b2318b49258e 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.33.0", + "version": "2.33.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 2742760e4fc5..96487e57f6eb 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.33.0", + "version": "2.33.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 782644982d28..4c3a491b44f3 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.33.0", + "version": "2.33.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 9d0fbb1c3f7a..6eb2b84225ec 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.33.0", + "version": "2.33.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 0e85e2ad346b..4d579bf97afe 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.33.0", + "version": "2.33.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 63a4357d8489..671961146c54 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.33.0", + "version": "2.33.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 ef0451dbbefc..5d6d5244d81f 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.33.0", + "version": "2.33.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 0b759c180d23..31a8b2e1bbe3 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.33.0", + "version": "2.33.1", "description": "Chaincode component containing a table's data", "homepage": "https://fluidframework.com", "repository": { diff --git a/examples/data-objects/todo/package.json b/examples/data-objects/todo/package.json index da6e11a6981e..067cb65483c2 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.33.0", + "version": "2.33.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 3d832167a0a7..5e9bfe3143f6 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.33.0", + "version": "2.33.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 f6b5e4ab640c..855039fd3f40 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.33.0", + "version": "2.33.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 50e68ecbb9a0..8bcf55383cde 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.33.0", + "version": "2.33.1", "private": true, "description": "Minimal Fluid Container & Data Object sample to implement a collaborative dice roller as a standalone app.", "homepage": "https://fluidframework.com", diff --git a/examples/service-clients/odsp-client/shared-tree-demo/package.json b/examples/service-clients/odsp-client/shared-tree-demo/package.json index 9920ec6aa1fe..ca03a3af829f 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.33.0", + "version": "2.33.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 7a73a92de541..ad7eebd26718 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.33.0", + "version": "2.33.1", "private": true, "description": "A package for understanding the bundle size of Fluid Framework", "homepage": "https://fluidframework.com", diff --git a/examples/utils/example-utils/package.json b/examples/utils/example-utils/package.json index 178802b79962..35814cd0509b 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.33.0", + "version": "2.33.1", "private": true, "description": "Shared utilities used by examples.", "homepage": "https://fluidframework.com", diff --git a/examples/utils/import-testing/package.json b/examples/utils/import-testing/package.json index fdf9cc925100..7125ff9ea4aa 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.33.0", + "version": "2.33.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 af9204490ed2..c280c20cb75f 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.33.0", + "version": "2.33.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 4e244b305874..1efdc6b0b570 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.33.0", + "version": "2.33.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 a55a6a2ad8fd..7a857c1eac35 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.33.0", + "version": "2.33.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 b89e2bb0d72a..14f564a3f99a 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.33.0", + "version": "2.33.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 64c1366381d9..a03b364b44c2 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.33.0", + "version": "2.33.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 2ea4610527a3..8a0c36646e23 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.33.0", + "version": "2.33.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 e836aa61f6fd..f86fecc55c4b 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.33.0", + "version": "2.33.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 20634094a947..291c2892a25f 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.33.0", + "version": "2.33.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 fbc57fd2b764..d2f6e4ea50f5 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.33.0", + "version": "2.33.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 c98f67c18d78..53e2235b0d7d 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.33.0", + "version": "2.33.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 0f8f4a64755f..1f9e8a8fc073 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.33.0", + "version": "2.33.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 56883627b3c2..d0846338f880 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.33.0", + "version": "2.33.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 3e9506f15904..d9dc1dbea9f8 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.33.0", + "version": "2.33.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 45c3c1588224..7e75dd3b1941 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.33.0", + "version": "2.33.1", "description": "definitions of properties", "homepage": "https://fluidframework.com", "repository": { diff --git a/experimental/dds/attributable-map/package.json b/experimental/dds/attributable-map/package.json index 1e417986635d..7a8a97765dd8 100644 --- a/experimental/dds/attributable-map/package.json +++ b/experimental/dds/attributable-map/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-experimental/attributable-map", - "version": "2.33.0", + "version": "2.33.1", "description": "Distributed map", "homepage": "https://fluidframework.com", "repository": { @@ -99,7 +99,7 @@ "devDependencies": { "@arethetypeswrong/cli": "^0.17.1", "@biomejs/biome": "~1.9.3", - "@fluid-experimental/attributable-map-previous": "npm:@fluid-experimental/attributable-map@2.32.0", + "@fluid-experimental/attributable-map-previous": "npm:@fluid-experimental/attributable-map@2.33.0", "@fluid-internal/mocha-test-setup": "workspace:~", "@fluid-private/stochastic-test-utils": "workspace:~", "@fluid-private/test-dds-utils": "workspace:~", diff --git a/experimental/dds/attributable-map/src/packageVersion.ts b/experimental/dds/attributable-map/src/packageVersion.ts index a5fcff3ee57d..e01fd3badcd0 100644 --- a/experimental/dds/attributable-map/src/packageVersion.ts +++ b/experimental/dds/attributable-map/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluid-experimental/attributable-map"; -export const pkgVersion = "2.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/experimental/dds/ot/ot/package.json b/experimental/dds/ot/ot/package.json index e3f2cab29bf7..c68c1983a745 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.33.0", + "version": "2.33.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 c06575c28505..3e8102f423dd 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/experimental/dds/ot/sharejs/json1/package.json b/experimental/dds/ot/sharejs/json1/package.json index 370e57c5753c..77e9c8f641bf 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.33.0", + "version": "2.33.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 3603d0aacfec..0287d23dd7e5 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/experimental/dds/sequence-deprecated/package.json b/experimental/dds/sequence-deprecated/package.json index a5a6a77a3d30..284198a60274 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.33.0", + "version": "2.33.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 181936f7f9be..770718d8964b 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/experimental/dds/tree/package.json b/experimental/dds/tree/package.json index 9a4bf762febe..65f5aa6803d9 100644 --- a/experimental/dds/tree/package.json +++ b/experimental/dds/tree/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-experimental/tree", - "version": "2.33.0", + "version": "2.33.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 a34f4bc8fb48..34cbff4ce1de 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.33.0", + "version": "2.33.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 03781389948f..0a822431cf95 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.33.0", + "version": "2.33.1", "description": "Tracks the last edited information in the Container.", "homepage": "https://fluidframework.com", "repository": { diff --git a/experimental/framework/tree-react-api/package.json b/experimental/framework/tree-react-api/package.json index 2cff5d488c2a..650e3921f662 100644 --- a/experimental/framework/tree-react-api/package.json +++ b/experimental/framework/tree-react-api/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-experimental/tree-react-api", - "version": "2.33.0", + "version": "2.33.1", "description": "Experimental SharedTree API for React integration.", "homepage": "https://fluidframework.com", "repository": { diff --git a/package.json b/package.json index cda0adb0d8d1..28ecaf852781 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "client-release-group-root", - "version": "2.33.0", + "version": "2.33.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 f24244a59e29..7101b24ecdfc 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.33.0", + "version": "2.33.1", "description": "Not intended for use outside the Fluid Framework.", "homepage": "https://fluidframework.com", "repository": { @@ -133,7 +133,7 @@ "devDependencies": { "@arethetypeswrong/cli": "^0.17.1", "@biomejs/biome": "~1.9.3", - "@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.32.0", + "@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.33.0", "@fluid-internal/mocha-test-setup": "workspace:~", "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", diff --git a/packages/common/container-definitions/package.json b/packages/common/container-definitions/package.json index fea041191969..0dc9e7d83438 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.33.0", + "version": "2.33.1", "description": "Fluid container definitions", "homepage": "https://fluidframework.com", "repository": { @@ -100,7 +100,7 @@ "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.32.0", + "@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.33.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@microsoft/api-extractor": "7.52.5", "concurrently": "^8.2.1", diff --git a/packages/common/core-interfaces/package.json b/packages/common/core-interfaces/package.json index d53d124626da..e9f3ac0b2b62 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.33.0", + "version": "2.33.1", "description": "Fluid object interfaces", "homepage": "https://fluidframework.com", "repository": { @@ -125,7 +125,7 @@ "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.32.0", + "@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.33.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@microsoft/api-extractor": "7.52.5", "@types/mocha": "^10.0.10", diff --git a/packages/common/core-utils/package.json b/packages/common/core-utils/package.json index 2544ae4aff73..d5d5db9928df 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.33.0", + "version": "2.33.1", "description": "Not intended for use outside the Fluid client repo.", "homepage": "https://fluidframework.com", "repository": { @@ -122,7 +122,7 @@ "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/core-utils-previous": "npm:@fluidframework/core-utils@2.32.0", + "@fluidframework/core-utils-previous": "npm:@fluidframework/core-utils@2.33.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@microsoft/api-extractor": "7.52.5", "@types/mocha": "^10.0.10", diff --git a/packages/common/driver-definitions/package.json b/packages/common/driver-definitions/package.json index b2dfcbbc8de8..ef2d9cb47886 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.33.0", + "version": "2.33.1", "description": "Fluid driver definitions", "homepage": "https://fluidframework.com", "repository": { @@ -95,7 +95,7 @@ "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/driver-definitions-previous": "npm:@fluidframework/driver-definitions@2.32.0", + "@fluidframework/driver-definitions-previous": "npm:@fluidframework/driver-definitions@2.33.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@microsoft/api-extractor": "7.52.5", "concurrently": "^8.2.1", diff --git a/packages/dds/cell/package.json b/packages/dds/cell/package.json index c950e7bb1fdd..91969b1cbd33 100644 --- a/packages/dds/cell/package.json +++ b/packages/dds/cell/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/cell", - "version": "2.33.0", + "version": "2.33.1", "description": "Distributed data structure for a single value", "homepage": "https://fluidframework.com", "repository": { @@ -113,7 +113,7 @@ "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/cell-previous": "npm:@fluidframework/cell@2.32.0", + "@fluidframework/cell-previous": "npm:@fluidframework/cell@2.33.0", "@fluidframework/container-definitions": "workspace:~", "@fluidframework/eslint-config-fluid": "^5.7.3", "@fluidframework/test-runtime-utils": "workspace:~", diff --git a/packages/dds/cell/src/packageVersion.ts b/packages/dds/cell/src/packageVersion.ts index 512cf0aa2742..cba47970c02b 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/packages/dds/counter/package.json b/packages/dds/counter/package.json index 473b59cd161b..d3cf143746a1 100644 --- a/packages/dds/counter/package.json +++ b/packages/dds/counter/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/counter", - "version": "2.33.0", + "version": "2.33.1", "description": "Counter DDS", "homepage": "https://fluidframework.com", "repository": { @@ -131,7 +131,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/container-definitions": "workspace:~", - "@fluidframework/counter-previous": "npm:@fluidframework/counter@2.32.0", + "@fluidframework/counter-previous": "npm:@fluidframework/counter@2.33.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.5", diff --git a/packages/dds/counter/src/packageVersion.ts b/packages/dds/counter/src/packageVersion.ts index 5931a4ab37f0..38965ad4d5bb 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/packages/dds/ink/package.json b/packages/dds/ink/package.json index bcbc140e0f6c..14711257cc2c 100644 --- a/packages/dds/ink/package.json +++ b/packages/dds/ink/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-experimental/ink", - "version": "2.33.0", + "version": "2.33.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 85fce19c6dd8..95b58e8985bd 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/packages/dds/map/package.json b/packages/dds/map/package.json index f8484f9700b3..bbfe2a7b3638 100644 --- a/packages/dds/map/package.json +++ b/packages/dds/map/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/map", - "version": "2.33.0", + "version": "2.33.1", "description": "Distributed map", "homepage": "https://fluidframework.com", "repository": { @@ -157,7 +157,7 @@ "@fluidframework/build-tools": "^0.55.0", "@fluidframework/container-definitions": "workspace:~", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/map-previous": "npm:@fluidframework/map@2.32.0", + "@fluidframework/map-previous": "npm:@fluidframework/map@2.33.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.5", "@types/mocha": "^10.0.10", diff --git a/packages/dds/map/src/packageVersion.ts b/packages/dds/map/src/packageVersion.ts index 9d1f0460adf9..09879974ee76 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/packages/dds/matrix/package.json b/packages/dds/matrix/package.json index c335daf23c43..6f2740d27c60 100644 --- a/packages/dds/matrix/package.json +++ b/packages/dds/matrix/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/matrix", - "version": "2.33.0", + "version": "2.33.1", "description": "Distributed matrix", "homepage": "https://fluidframework.com", "repository": { @@ -148,7 +148,7 @@ "@fluidframework/build-tools": "^0.55.0", "@fluidframework/container-definitions": "workspace:~", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/matrix-previous": "npm:@fluidframework/matrix@2.32.0", + "@fluidframework/matrix-previous": "npm:@fluidframework/matrix@2.33.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.5", "@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 08e954a08c17..67dfb95f5d8e 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/packages/dds/merge-tree/package.json b/packages/dds/merge-tree/package.json index 7ef38e40db40..406f58042a28 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.33.0", + "version": "2.33.1", "description": "Merge tree", "homepage": "https://fluidframework.com", "repository": { @@ -154,7 +154,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.32.0", + "@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.33.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.5", "@types/diff": "^3.5.1", diff --git a/packages/dds/ordered-collection/package.json b/packages/dds/ordered-collection/package.json index 6d57d6a85671..a91de378ee70 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.33.0", + "version": "2.33.1", "description": "Consensus Collection", "homepage": "https://fluidframework.com", "repository": { @@ -135,7 +135,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/ordered-collection-previous": "npm:@fluidframework/ordered-collection@2.32.0", + "@fluidframework/ordered-collection-previous": "npm:@fluidframework/ordered-collection@2.33.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.5", "@types/mocha": "^10.0.10", diff --git a/packages/dds/ordered-collection/src/packageVersion.ts b/packages/dds/ordered-collection/src/packageVersion.ts index 9f1718f8c0d6..13483672beea 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/packages/dds/pact-map/package.json b/packages/dds/pact-map/package.json index bdbe84cf0d25..6f4770ea7e55 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.33.0", + "version": "2.33.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 c28312239e56..0dc8afa6db13 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/packages/dds/register-collection/package.json b/packages/dds/register-collection/package.json index 0b844bee89fe..d143aaa6fae2 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.33.0", + "version": "2.33.1", "description": "Consensus Register", "homepage": "https://fluidframework.com", "repository": { @@ -133,7 +133,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/register-collection-previous": "npm:@fluidframework/register-collection@2.32.0", + "@fluidframework/register-collection-previous": "npm:@fluidframework/register-collection@2.33.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.5", "@types/mocha": "^10.0.10", diff --git a/packages/dds/register-collection/src/packageVersion.ts b/packages/dds/register-collection/src/packageVersion.ts index de62d524b3c7..975a23c7a7d9 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/packages/dds/sequence/package.json b/packages/dds/sequence/package.json index d16fe60db50c..f6c6cfd11988 100644 --- a/packages/dds/sequence/package.json +++ b/packages/dds/sequence/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/sequence", - "version": "2.33.0", + "version": "2.33.1", "description": "Distributed sequence", "homepage": "https://fluidframework.com", "repository": { @@ -170,7 +170,7 @@ "@fluidframework/build-tools": "^0.55.0", "@fluidframework/container-definitions": "workspace:~", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/sequence-previous": "npm:@fluidframework/sequence@2.32.0", + "@fluidframework/sequence-previous": "npm:@fluidframework/sequence@2.33.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.5", "@types/diff": "^3.5.1", diff --git a/packages/dds/sequence/src/packageVersion.ts b/packages/dds/sequence/src/packageVersion.ts index 8590a6f76094..2b6f668135ef 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/packages/dds/shared-object-base/package.json b/packages/dds/shared-object-base/package.json index 4fb55d8bab5d..8e9ffe60a8f4 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.33.0", + "version": "2.33.1", "description": "Fluid base class for shared distributed data structures", "homepage": "https://fluidframework.com", "repository": { @@ -137,7 +137,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/shared-object-base-previous": "npm:@fluidframework/shared-object-base@2.32.0", + "@fluidframework/shared-object-base-previous": "npm:@fluidframework/shared-object-base@2.33.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.5", "@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 6ce62e366e6c..aa25e702aac4 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/packages/dds/shared-summary-block/package.json b/packages/dds/shared-summary-block/package.json index aac1faeee8ff..31b8f115f3b4 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.33.0", + "version": "2.33.1", "description": "A DDS that does not generate ops but is part of summary", "homepage": "https://fluidframework.com", "repository": { @@ -132,7 +132,7 @@ "@fluidframework/build-tools": "^0.55.0", "@fluidframework/container-definitions": "workspace:~", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/shared-summary-block-previous": "npm:@fluidframework/shared-summary-block@2.32.0", + "@fluidframework/shared-summary-block-previous": "npm:@fluidframework/shared-summary-block@2.33.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.5", "@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 2d1bb7bdadbe..07af351ccf01 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/packages/dds/task-manager/package.json b/packages/dds/task-manager/package.json index 45930ad733cf..d45f4435fb71 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.33.0", + "version": "2.33.1", "description": "Distributed data structure for queueing exclusive tasks", "homepage": "https://fluidframework.com", "repository": { @@ -136,7 +136,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/task-manager-previous": "npm:@fluidframework/task-manager@2.32.0", + "@fluidframework/task-manager-previous": "npm:@fluidframework/task-manager@2.33.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.5", "@types/mocha": "^10.0.10", diff --git a/packages/dds/task-manager/src/packageVersion.ts b/packages/dds/task-manager/src/packageVersion.ts index 9f60c0eeed7b..5f8c66ddf894 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/packages/dds/test-dds-utils/package.json b/packages/dds/test-dds-utils/package.json index b7d42d551e2c..59948ebfce8b 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.33.0", + "version": "2.33.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 e1d3720ad624..5fb3f1c13969 100644 --- a/packages/dds/tree/package.json +++ b/packages/dds/tree/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/tree", - "version": "2.33.0", + "version": "2.33.1", "description": "Distributed tree", "homepage": "https://fluidframework.com", "repository": { @@ -184,7 +184,7 @@ "@fluidframework/eslint-config-fluid": "^5.7.3", "@fluidframework/test-runtime-utils": "workspace:~", "@fluidframework/test-utils": "workspace:~", - "@fluidframework/tree-previous": "npm:@fluidframework/tree@2.32.0", + "@fluidframework/tree-previous": "npm:@fluidframework/tree@2.33.0", "@microsoft/api-extractor": "7.52.5", "@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 910427f24822..f4a3e0b9c136 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/packages/drivers/debugger/package.json b/packages/drivers/debugger/package.json index e0944309b302..c981d91d3a59 100644 --- a/packages/drivers/debugger/package.json +++ b/packages/drivers/debugger/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/debugger", - "version": "2.33.0", + "version": "2.33.1", "description": "Fluid Debugger - a tool to play through history of a file", "homepage": "https://fluidframework.com", "repository": { @@ -94,7 +94,7 @@ "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/debugger-previous": "npm:@fluidframework/debugger@2.32.0", + "@fluidframework/debugger-previous": "npm:@fluidframework/debugger@2.33.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@microsoft/api-extractor": "7.52.5", "@types/node": "^18.19.0", diff --git a/packages/drivers/driver-base/package.json b/packages/drivers/driver-base/package.json index 044a5e8ff819..2127e6f1689a 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.33.0", + "version": "2.33.1", "description": "Shared driver code for Fluid driver implementations", "homepage": "https://fluidframework.com", "repository": { @@ -111,7 +111,7 @@ "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/driver-base-previous": "npm:@fluidframework/driver-base@2.32.0", + "@fluidframework/driver-base-previous": "npm:@fluidframework/driver-base@2.33.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@microsoft/api-extractor": "7.52.5", "@types/mocha": "^10.0.10", diff --git a/packages/drivers/driver-base/src/packageVersion.ts b/packages/drivers/driver-base/src/packageVersion.ts index 6d6b288ab94f..cc1ec030f1a1 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/packages/drivers/driver-web-cache/package.json b/packages/drivers/driver-web-cache/package.json index 095bb1995895..7d580de79691 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.33.0", + "version": "2.33.1", "description": "Implementation of the driver caching API for a web browser", "homepage": "https://fluidframework.com", "repository": { @@ -101,7 +101,7 @@ "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/driver-web-cache-previous": "npm:@fluidframework/driver-web-cache@2.32.0", + "@fluidframework/driver-web-cache-previous": "npm:@fluidframework/driver-web-cache@2.33.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@microsoft/api-extractor": "7.52.5", "@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 dd59d91dd6aa..0ba1c4e59f76 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/packages/drivers/file-driver/package.json b/packages/drivers/file-driver/package.json index 0e200d266d7a..d4b675cea100 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.33.0", + "version": "2.33.1", "description": "A driver that reads/write from/to local file storage.", "homepage": "https://fluidframework.com", "repository": { @@ -78,7 +78,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/file-driver-previous": "npm:@fluidframework/file-driver@2.32.0", + "@fluidframework/file-driver-previous": "npm:@fluidframework/file-driver@2.33.0", "@microsoft/api-extractor": "7.52.5", "@types/node": "^18.19.0", "concurrently": "^8.2.1", diff --git a/packages/drivers/local-driver/package.json b/packages/drivers/local-driver/package.json index 064aee182e02..bf488c1cf923 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.33.0", + "version": "2.33.1", "description": "Fluid local driver", "homepage": "https://fluidframework.com", "repository": { @@ -140,7 +140,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/local-driver-previous": "npm:@fluidframework/local-driver@2.32.0", + "@fluidframework/local-driver-previous": "npm:@fluidframework/local-driver@2.33.0", "@microsoft/api-extractor": "7.52.5", "@types/jsrsasign": "^10.5.12", "@types/mocha": "^10.0.10", diff --git a/packages/drivers/odsp-driver-definitions/package.json b/packages/drivers/odsp-driver-definitions/package.json index 8206d8c605a2..3183298723ad 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.33.0", + "version": "2.33.1", "description": "Socket storage implementation for SPO and ODC", "homepage": "https://fluidframework.com", "repository": { @@ -95,7 +95,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/odsp-driver-definitions-previous": "npm:@fluidframework/odsp-driver-definitions@2.32.0", + "@fluidframework/odsp-driver-definitions-previous": "npm:@fluidframework/odsp-driver-definitions@2.33.0", "@microsoft/api-extractor": "7.52.5", "concurrently": "^8.2.1", "copyfiles": "^2.4.1", diff --git a/packages/drivers/odsp-driver/package.json b/packages/drivers/odsp-driver/package.json index 5c879cbe9235..649b167232ef 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.33.0", + "version": "2.33.1", "description": "Socket storage implementation for SPO and ODC", "homepage": "https://fluidframework.com", "repository": { @@ -135,7 +135,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/odsp-driver-previous": "npm:@fluidframework/odsp-driver@2.32.0", + "@fluidframework/odsp-driver-previous": "npm:@fluidframework/odsp-driver@2.33.0", "@microsoft/api-extractor": "7.52.5", "@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 7ede69840da9..4e9f713f6560 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/packages/drivers/odsp-urlResolver/package.json b/packages/drivers/odsp-urlResolver/package.json index a3efdc39e851..52e9b94c0c40 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.33.0", + "version": "2.33.1", "description": "Url Resolver for odsp urls.", "homepage": "https://fluidframework.com", "repository": { @@ -88,7 +88,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/odsp-urlresolver-previous": "npm:@fluidframework/odsp-urlresolver@2.32.0", + "@fluidframework/odsp-urlresolver-previous": "npm:@fluidframework/odsp-urlresolver@2.33.0", "@microsoft/api-extractor": "7.52.5", "@types/mocha": "^10.0.10", "@types/node": "^18.19.0", diff --git a/packages/drivers/replay-driver/package.json b/packages/drivers/replay-driver/package.json index 85131e3756a7..c570abef541b 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.33.0", + "version": "2.33.1", "description": "Document replay version of Socket.IO implementation", "homepage": "https://fluidframework.com", "repository": { @@ -78,7 +78,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/replay-driver-previous": "npm:@fluidframework/replay-driver@2.32.0", + "@fluidframework/replay-driver-previous": "npm:@fluidframework/replay-driver@2.33.0", "@microsoft/api-extractor": "7.52.5", "@types/nock": "^9.3.0", "@types/node": "^18.19.0", diff --git a/packages/drivers/routerlicious-driver/package.json b/packages/drivers/routerlicious-driver/package.json index 56263a1b930b..452a60fe21d6 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.33.0", + "version": "2.33.1", "description": "Socket.IO + Git implementation of Fluid service API", "homepage": "https://fluidframework.com", "repository": { @@ -136,7 +136,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/routerlicious-driver-previous": "npm:@fluidframework/routerlicious-driver@2.32.0", + "@fluidframework/routerlicious-driver-previous": "npm:@fluidframework/routerlicious-driver@2.33.0", "@microsoft/api-extractor": "7.52.5", "@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 5df6ec1ca7dd..11baddc6f9b3 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/packages/drivers/routerlicious-urlResolver/package.json b/packages/drivers/routerlicious-urlResolver/package.json index e159c49bbb8b..50bb3c59b916 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.33.0", + "version": "2.33.1", "description": "Url Resolver for routerlicious urls.", "homepage": "https://fluidframework.com", "repository": { @@ -86,7 +86,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/routerlicious-urlresolver-previous": "npm:@fluidframework/routerlicious-urlresolver@2.32.0", + "@fluidframework/routerlicious-urlresolver-previous": "npm:@fluidframework/routerlicious-urlresolver@2.33.0", "@microsoft/api-extractor": "7.52.5", "@types/mocha": "^10.0.10", "@types/nconf": "^0.10.0", diff --git a/packages/drivers/tinylicious-driver/package.json b/packages/drivers/tinylicious-driver/package.json index f44062da6675..0284e89edf04 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.33.0", + "version": "2.33.1", "description": "Driver for tinylicious", "homepage": "https://fluidframework.com", "repository": { @@ -99,7 +99,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/tinylicious-driver-previous": "npm:@fluidframework/tinylicious-driver@2.32.0", + "@fluidframework/tinylicious-driver-previous": "npm:@fluidframework/tinylicious-driver@2.33.0", "@microsoft/api-extractor": "7.52.5", "@types/jsrsasign": "^10.5.12", "@types/mocha": "^10.0.10", diff --git a/packages/framework/agent-scheduler/package.json b/packages/framework/agent-scheduler/package.json index d9f09b83b137..f1f387deaa3d 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.33.0", + "version": "2.33.1", "description": "Built in runtime object for distributing agents across instances of a container", "homepage": "https://fluidframework.com", "repository": { @@ -103,7 +103,7 @@ "@arethetypeswrong/cli": "^0.17.1", "@biomejs/biome": "~1.9.3", "@fluid-tools/build-cli": "^0.55.0", - "@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@2.32.0", + "@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@2.33.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.3", diff --git a/packages/framework/ai-collab/package.json b/packages/framework/ai-collab/package.json index 166a18c0fb77..e81a4015f665 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.33.0", + "version": "2.33.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 336a17c7e22d..5aa646b430e9 100644 --- a/packages/framework/aqueduct/package.json +++ b/packages/framework/aqueduct/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/aqueduct", - "version": "2.33.0", + "version": "2.33.1", "description": "A set of implementations for Fluid Framework interfaces.", "homepage": "https://fluidframework.com", "repository": { @@ -136,7 +136,7 @@ "@biomejs/biome": "~1.9.3", "@fluid-internal/mocha-test-setup": "workspace:~", "@fluid-tools/build-cli": "^0.55.0", - "@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.32.0", + "@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.33.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.3", @@ -154,11 +154,7 @@ "typescript": "~5.4.5" }, "typeValidation": { - "broken": { - "Interface_IDataObjectProps": { - "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 7491dd0f6fd5..b7fd21423392 100644 --- a/packages/framework/aqueduct/src/test/types/validateAqueductPrevious.generated.ts +++ b/packages/framework/aqueduct/src/test/types/validateAqueductPrevious.generated.ts @@ -238,7 +238,6 @@ declare type current_as_old_for_Interface_DataObjectTypes = requireAssignableTo< * typeValidation.broken: * "Interface_IDataObjectProps": {"forwardCompat": false} */ -// @ts-expect-error compatibility expected to be broken declare type old_as_current_for_Interface_IDataObjectProps = requireAssignableTo, TypeOnly> /* diff --git a/packages/framework/attributor/package.json b/packages/framework/attributor/package.json index f3ca8f3cbc3f..fc1af1c622af 100644 --- a/packages/framework/attributor/package.json +++ b/packages/framework/attributor/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-experimental/attributor", - "version": "2.33.0", + "version": "2.33.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 bce820d7b53a..4bfea3b07559 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.33.0", + "version": "2.33.1", "description": "Contains a Fluid logging client that sends telemetry events to Azure App Insights", "homepage": "https://fluidframework.com", "repository": { @@ -93,7 +93,7 @@ "@biomejs/biome": "~1.9.3", "@fluid-internal/mocha-test-setup": "workspace:~", "@fluid-tools/build-cli": "^0.55.0", - "@fluidframework/app-insights-logger-previous": "npm:@fluidframework/app-insights-logger@2.32.0", + "@fluidframework/app-insights-logger-previous": "npm:@fluidframework/app-insights-logger@2.33.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@microsoft/api-extractor": "7.52.5", diff --git a/packages/framework/client-logger/fluid-telemetry/package.json b/packages/framework/client-logger/fluid-telemetry/package.json index ccdf25dd99ff..28b41234d416 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.33.0", + "version": "2.33.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 c3b82854e3af..9261d2072168 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.33.0", + "version": "2.33.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 9acb4e8816b4..f7f683f733f8 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.33.0", + "version": "2.33.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 04d5bf12d74b..27c996bfe8b0 100644 --- a/packages/framework/fluid-framework/package.json +++ b/packages/framework/fluid-framework/package.json @@ -1,6 +1,6 @@ { "name": "fluid-framework", - "version": "2.33.0", + "version": "2.33.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 47e2c0954fca..0ebaf666bb78 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.33.0", + "version": "2.33.1", "description": "A tool to enable consumption of Fluid Data Objects without requiring custom container code.", "homepage": "https://fluidframework.com", "repository": { @@ -119,7 +119,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.32.0", + "@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.33.0", "@fluidframework/map": "workspace:~", "@fluidframework/sequence": "workspace:~", "@microsoft/api-extractor": "7.52.5", diff --git a/packages/framework/oldest-client-observer/package.json b/packages/framework/oldest-client-observer/package.json index 3e87b1308656..fd19b2eeb2d7 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.33.0", + "version": "2.33.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 86e2ca4a7815..125b104b5b62 100644 --- a/packages/framework/presence/package.json +++ b/packages/framework/presence/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/presence", - "version": "2.33.0", + "version": "2.33.1", "description": "A component for lightweight data sharing within a single session", "homepage": "https://fluidframework.com", "repository": { diff --git a/packages/framework/request-handler/package.json b/packages/framework/request-handler/package.json index 2a41c1e593d9..60acbb431c5d 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.33.0", + "version": "2.33.1", "description": "A simple request handling library for Fluid Framework", "homepage": "https://fluidframework.com", "repository": { @@ -128,7 +128,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/request-handler-previous": "npm:@fluidframework/request-handler@2.32.0", + "@fluidframework/request-handler-previous": "npm:@fluidframework/request-handler@2.33.0", "@microsoft/api-extractor": "7.52.5", "@types/diff": "^3.5.1", "@types/mocha": "^10.0.10", diff --git a/packages/framework/synthesize/package.json b/packages/framework/synthesize/package.json index b77eaa75ea1d..b39b4c40af6a 100644 --- a/packages/framework/synthesize/package.json +++ b/packages/framework/synthesize/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/synthesize", - "version": "2.33.0", + "version": "2.33.1", "description": "A library for synthesizing scope objects.", "homepage": "https://fluidframework.com", "repository": { @@ -127,7 +127,7 @@ "@fluidframework/datastore": "workspace:~", "@fluidframework/eslint-config-fluid": "^5.7.3", "@fluidframework/runtime-utils": "workspace:~", - "@fluidframework/synthesize-previous": "npm:@fluidframework/synthesize@2.32.0", + "@fluidframework/synthesize-previous": "npm:@fluidframework/synthesize@2.33.0", "@microsoft/api-extractor": "7.52.5", "@types/mocha": "^10.0.10", "@types/node": "^18.19.0", diff --git a/packages/framework/undo-redo/package.json b/packages/framework/undo-redo/package.json index b5c12aba722a..e06587bcb644 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.33.0", + "version": "2.33.1", "description": "Undo Redo", "homepage": "https://fluidframework.com", "repository": { @@ -111,7 +111,7 @@ "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@fluidframework/test-runtime-utils": "workspace:~", - "@fluidframework/undo-redo-previous": "npm:@fluidframework/undo-redo@2.32.0", + "@fluidframework/undo-redo-previous": "npm:@fluidframework/undo-redo@2.33.0", "@microsoft/api-extractor": "7.52.5", "@types/diff": "^3.5.1", "@types/mocha": "^10.0.10", diff --git a/packages/loader/container-loader/package.json b/packages/loader/container-loader/package.json index 9d2c9636a428..956a4a91f916 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.33.0", + "version": "2.33.1", "description": "Fluid container loader", "homepage": "https://fluidframework.com", "repository": { @@ -190,7 +190,7 @@ "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/container-loader-previous": "npm:@fluidframework/container-loader@2.32.0", + "@fluidframework/container-loader-previous": "npm:@fluidframework/container-loader@2.33.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@microsoft/api-extractor": "7.52.5", "@types/debug": "^4.1.5", diff --git a/packages/loader/container-loader/src/packageVersion.ts b/packages/loader/container-loader/src/packageVersion.ts index 86c741aa2ec6..061d819ee424 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/packages/loader/driver-utils/package.json b/packages/loader/driver-utils/package.json index 035aee4afe0c..81cb55b30b94 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.33.0", + "version": "2.33.1", "description": "Collection of utility functions for Fluid drivers", "homepage": "https://fluidframework.com", "repository": { @@ -131,7 +131,7 @@ "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/driver-utils-previous": "npm:@fluidframework/driver-utils@2.32.0", + "@fluidframework/driver-utils-previous": "npm:@fluidframework/driver-utils@2.33.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@microsoft/api-extractor": "7.52.5", "@types/mocha": "^10.0.10", diff --git a/packages/loader/driver-utils/src/packageVersion.ts b/packages/loader/driver-utils/src/packageVersion.ts index f9f8ee028dc3..b3ce1eab2679 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/packages/loader/test-loader-utils/package.json b/packages/loader/test-loader-utils/package.json index 24276136fe73..ab6a40013592 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.33.0", + "version": "2.33.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 2fbc968cbf5e..fd828a4f9aa4 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.33.0", + "version": "2.33.1", "description": "Fluid Runtime definitions", "homepage": "https://fluidframework.com", "repository": { @@ -90,7 +90,7 @@ "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/container-runtime-definitions-previous": "npm:@fluidframework/container-runtime-definitions@2.32.0", + "@fluidframework/container-runtime-definitions-previous": "npm:@fluidframework/container-runtime-definitions@2.33.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@microsoft/api-extractor": "7.52.5", "concurrently": "^8.2.1", diff --git a/packages/runtime/container-runtime/package.json b/packages/runtime/container-runtime/package.json index 1dbf2419230c..aba70fbf7ccb 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.33.0", + "version": "2.33.1", "description": "Fluid container runtime", "homepage": "https://fluidframework.com", "repository": { @@ -197,7 +197,7 @@ "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/container-runtime-previous": "npm:@fluidframework/container-runtime@2.32.0", + "@fluidframework/container-runtime-previous": "npm:@fluidframework/container-runtime@2.33.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.5", diff --git a/packages/runtime/container-runtime/src/packageVersion.ts b/packages/runtime/container-runtime/src/packageVersion.ts index 23e2df18d590..9af0e4511f06 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.33.0"; +export const pkgVersion = "2.33.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 d8922831b9fb..ea5936a44b7c 100644 --- a/packages/runtime/container-runtime/src/test/types/validateContainerRuntimePrevious.generated.ts +++ b/packages/runtime/container-runtime/src/test/types/validateContainerRuntimePrevious.generated.ts @@ -87,6 +87,24 @@ declare type current_as_old_for_Enum_ContainerMessageType = requireAssignableTo< */ declare type current_as_old_for_Function_loadContainerRuntime = requireAssignableTo, TypeOnly> +/* + * Validate forward compatibility by using the old type in place of the current type. + * If this test starts failing, it indicates a change that is not forward compatible. + * To acknowledge the breaking change, add the following to package.json under + * typeValidation.broken: + * "Interface_ContainerRuntimeOptions": {"forwardCompat": false} + */ +declare type old_as_current_for_Interface_ContainerRuntimeOptions = 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_ContainerRuntimeOptions": {"backCompat": false} + */ +declare type current_as_old_for_Interface_ContainerRuntimeOptions = 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. @@ -195,24 +213,6 @@ declare type old_as_current_for_Interface_ICompressionRuntimeOptions = requireAs */ declare type current_as_old_for_Interface_ICompressionRuntimeOptions = requireAssignableTo, TypeOnly> -/* - * Validate forward compatibility by using the old type in place of the current type. - * If this test starts failing, it indicates a change that is not forward compatible. - * To acknowledge the breaking change, add the following to package.json under - * typeValidation.broken: - * "Interface_IContainerRuntimeOptions": {"forwardCompat": false} - */ -declare type old_as_current_for_Interface_IContainerRuntimeOptions = 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_IContainerRuntimeOptions": {"backCompat": false} - */ -declare type current_as_old_for_Interface_IContainerRuntimeOptions = 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. @@ -717,6 +717,24 @@ declare type old_as_current_for_TypeAlias_EnqueueSummarizeResult = requireAssign */ declare type current_as_old_for_TypeAlias_EnqueueSummarizeResult = requireAssignableTo, TypeOnly> +/* + * Validate forward compatibility by using the old type in place of the current type. + * If this test starts failing, it indicates a change that is not forward compatible. + * To acknowledge the breaking change, add the following to package.json under + * typeValidation.broken: + * "TypeAlias_IContainerRuntimeOptions": {"forwardCompat": false} + */ +declare type old_as_current_for_TypeAlias_IContainerRuntimeOptions = 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_IContainerRuntimeOptions": {"backCompat": false} + */ +declare type current_as_old_for_TypeAlias_IContainerRuntimeOptions = 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/datastore-definitions/package.json b/packages/runtime/datastore-definitions/package.json index f6e7424016cd..9db7d89931c3 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.33.0", + "version": "2.33.1", "description": "Fluid data store definitions", "homepage": "https://fluidframework.com", "repository": { @@ -91,7 +91,7 @@ "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.32.0", + "@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.33.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@microsoft/api-extractor": "7.52.5", "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 0dac508b5e5c..39f162e12b44 100644 --- a/packages/runtime/datastore-definitions/src/test/types/validateDatastoreDefinitionsPrevious.generated.ts +++ b/packages/runtime/datastore-definitions/src/test/types/validateDatastoreDefinitionsPrevious.generated.ts @@ -168,6 +168,15 @@ declare type old_as_current_for_Interface_IFluidDataStoreRuntimeEvents = require */ declare type current_as_old_for_Interface_IFluidDataStoreRuntimeEvents = 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_IFluidDataStoreRuntimeExperimental": {"backCompat": false} + */ +declare type current_as_old_for_Interface_IFluidDataStoreRuntimeExperimental = 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/datastore/package.json b/packages/runtime/datastore/package.json index ca7df95893ba..ff1ffd51dbd0 100644 --- a/packages/runtime/datastore/package.json +++ b/packages/runtime/datastore/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/datastore", - "version": "2.33.0", + "version": "2.33.1", "description": "Fluid data store implementation", "homepage": "https://fluidframework.com", "repository": { @@ -137,7 +137,7 @@ "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/datastore-previous": "npm:@fluidframework/datastore@2.32.0", + "@fluidframework/datastore-previous": "npm:@fluidframework/datastore@2.33.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.52.5", @@ -158,11 +158,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 d03e79747917..e1aa73933fa6 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/packages/runtime/datastore/src/test/types/validateDatastorePrevious.generated.ts b/packages/runtime/datastore/src/test/types/validateDatastorePrevious.generated.ts index 5fe3440cb5cc..bab8d7182452 100644 --- a/packages/runtime/datastore/src/test/types/validateDatastorePrevious.generated.ts +++ b/packages/runtime/datastore/src/test/types/validateDatastorePrevious.generated.ts @@ -22,7 +22,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 ea6f2e7c4b2c..d54ea4150216 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.33.0", + "version": "2.33.1", "description": "ID compressor", "homepage": "https://fluidframework.com", "repository": { @@ -145,7 +145,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/id-compressor-previous": "npm:@fluidframework/id-compressor@2.32.0", + "@fluidframework/id-compressor-previous": "npm:@fluidframework/id-compressor@2.33.0", "@microsoft/api-extractor": "7.52.5", "@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 8c702eb6b4f6..e2e1d10198fe 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/packages/runtime/runtime-definitions/package.json b/packages/runtime/runtime-definitions/package.json index fdf95ffa6a68..45fcc501442e 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.33.0", + "version": "2.33.1", "description": "Fluid Runtime definitions", "homepage": "https://fluidframework.com", "repository": { @@ -98,7 +98,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/runtime-definitions-previous": "npm:@fluidframework/runtime-definitions@2.32.0", + "@fluidframework/runtime-definitions-previous": "npm:@fluidframework/runtime-definitions@2.33.0", "@microsoft/api-extractor": "7.52.5", "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 61b1cd698cb4..7d6ff0be9cab 100644 --- a/packages/runtime/runtime-definitions/src/test/types/validateRuntimeDefinitionsPrevious.generated.ts +++ b/packages/runtime/runtime-definitions/src/test/types/validateRuntimeDefinitionsPrevious.generated.ts @@ -123,6 +123,15 @@ declare type current_as_old_for_Interface_IContainerRuntimeBase = requireAssigna */ declare type current_as_old_for_Interface_IContainerRuntimeBaseEvents = 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_IContainerRuntimeBaseExperimental": {"backCompat": false} + */ +declare type current_as_old_for_Interface_IContainerRuntimeBaseExperimental = 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. @@ -591,6 +600,15 @@ declare type old_as_current_for_Interface_OpAttributionKey = requireAssignableTo */ declare type current_as_old_for_Interface_OpAttributionKey = 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_StageControlsExperimental": {"backCompat": false} + */ +declare type current_as_old_for_Interface_StageControlsExperimental = 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 9b7ce771fd87..1bf59e2d848d 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.33.0", + "version": "2.33.1", "description": "Collection of utility functions for Fluid Runtime", "homepage": "https://fluidframework.com", "repository": { @@ -133,7 +133,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/runtime-utils-previous": "npm:@fluidframework/runtime-utils@2.32.0", + "@fluidframework/runtime-utils-previous": "npm:@fluidframework/runtime-utils@2.33.0", "@microsoft/api-extractor": "7.52.5", "@types/mocha": "^10.0.10", "@types/node": "^18.19.0", diff --git a/packages/runtime/test-runtime-utils/package.json b/packages/runtime/test-runtime-utils/package.json index e26753ae500d..6a6b3919a842 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.33.0", + "version": "2.33.1", "description": "Fluid runtime test utilities", "homepage": "https://fluidframework.com", "repository": { @@ -136,7 +136,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/test-runtime-utils-previous": "npm:@fluidframework/test-runtime-utils@2.32.0", + "@fluidframework/test-runtime-utils-previous": "npm:@fluidframework/test-runtime-utils@2.33.0", "@microsoft/api-extractor": "7.52.5", "@types/jsrsasign": "^10.5.12", "@types/mocha": "^10.0.10", @@ -153,14 +153,7 @@ "typescript": "~5.4.5" }, "typeValidation": { - "broken": { - "Class_MockFluidDataStoreContext": { - "forwardCompat": false - }, - "Class_MockFluidDataStoreRuntime": { - "forwardCompat": false - } - }, + "broken": {}, "entrypoint": "legacy" } } 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 687153b795f6..60347db4f053 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 @@ -166,7 +166,6 @@ declare type current_as_old_for_Class_MockDeltaQueue = requireAssignableTo, TypeOnly> /* @@ -185,7 +184,6 @@ declare type current_as_old_for_Class_MockFluidDataStoreContext = requireAssigna * typeValidation.broken: * "Class_MockFluidDataStoreRuntime": {"forwardCompat": false} */ -// @ts-expect-error compatibility expected to be broken declare type old_as_current_for_Class_MockFluidDataStoreRuntime = requireAssignableTo, TypeOnly> /* diff --git a/packages/service-clients/azure-client/package.json b/packages/service-clients/azure-client/package.json index 1d15665523de..a78b1f151596 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.33.0", + "version": "2.33.1", "description": "A tool to enable creation and loading of Fluid containers using the Azure Fluid Relay service", "homepage": "https://fluidframework.com", "repository": { @@ -106,7 +106,7 @@ "@arethetypeswrong/cli": "^0.17.1", "@biomejs/biome": "~1.9.3", "@fluid-tools/build-cli": "^0.55.0", - "@fluidframework/azure-client-previous": "npm:@fluidframework/azure-client@2.32.0", + "@fluidframework/azure-client-previous": "npm:@fluidframework/azure-client@2.33.0", "@fluidframework/azure-local-service": "workspace:~", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", diff --git a/packages/service-clients/end-to-end-tests/azure-client/package.json b/packages/service-clients/end-to-end-tests/azure-client/package.json index a117d38fbf68..e1bdaed1e79b 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.33.0", + "version": "2.33.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 5afa1e5ead3d..04b864721b9b 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.33.0", + "version": "2.33.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 2a4e5e30e8c8..e44ba98f6624 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.33.0", + "version": "2.33.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 e30974a3cf48..857478d78bb1 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.33.0", + "version": "2.33.1", "description": "A tool to enable creation and loading of Fluid containers using the Tinylicious service", "homepage": "https://fluidframework.com", "repository": { @@ -109,7 +109,7 @@ "@fluidframework/container-runtime-definitions": "workspace:~", "@fluidframework/eslint-config-fluid": "^5.7.3", "@fluidframework/test-utils": "workspace:~", - "@fluidframework/tinylicious-client-previous": "npm:@fluidframework/tinylicious-client@2.32.0", + "@fluidframework/tinylicious-client-previous": "npm:@fluidframework/tinylicious-client@2.33.0", "@microsoft/api-extractor": "7.52.5", "@types/mocha": "^10.0.10", "@types/node": "^18.19.0", diff --git a/packages/test/functional-tests/package.json b/packages/test/functional-tests/package.json index f8e626010b5a..c031df86aa99 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.33.0", + "version": "2.33.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 50500b05374d..9adfdc2942d5 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.33.0", + "version": "2.33.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 09885f6e8604..6d35eb0f0bc4 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.33.0", + "version": "2.33.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 d44374ed7cd5..778bf025fd2b 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.33.0", + "version": "2.33.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 40127eaaa65e..77c115f307e0 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/packages/test/snapshots/package.json b/packages/test/snapshots/package.json index ec377e6d0a7f..d73ff19b4c1a 100644 --- a/packages/test/snapshots/package.json +++ b/packages/test/snapshots/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-internal/test-snapshots", - "version": "2.33.0", + "version": "2.33.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 e4b777509b3a..962309e690a9 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/packages/test/stochastic-test-utils/package.json b/packages/test/stochastic-test-utils/package.json index 34c5d4226cb1..4bb576fff4a9 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.33.0", + "version": "2.33.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 74fc034569e0..b82eb477fee7 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.33.0", + "version": "2.33.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 bcdc8b34087d..de511de2a129 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.33.0", + "version": "2.33.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 aca2982212b0..1a77354d288b 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/packages/test/test-end-to-end-tests/package.json b/packages/test/test-end-to-end-tests/package.json index 22448d26870e..4ce5e76f9f01 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.33.0", + "version": "2.33.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 fe4b56ad1f39..3940ce386592 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/packages/test/test-pairwise-generator/package.json b/packages/test/test-pairwise-generator/package.json index c512e830d943..50de7f7e68b9 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.33.0", + "version": "2.33.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 5ef449a7fffc..9e6b5315827a 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.33.0", + "version": "2.33.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 979385c8a8ee..d584b1a90269 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/packages/test/test-utils/package.json b/packages/test/test-utils/package.json index 577750477d21..872e3b3926d4 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.33.0", + "version": "2.33.1", "description": "Utilities for Fluid tests", "homepage": "https://fluidframework.com", "repository": { @@ -145,7 +145,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/test-utils-previous": "npm:@fluidframework/test-utils@2.32.0", + "@fluidframework/test-utils-previous": "npm:@fluidframework/test-utils@2.33.0", "@microsoft/api-extractor": "7.52.5", "@types/debug": "^4.1.5", "@types/diff": "^3.5.1", @@ -163,14 +163,7 @@ "typescript": "~5.4.5" }, "typeValidation": { - "broken": { - "Interface_IProvideTestFluidObject": { - "forwardCompat": false - }, - "Interface_ITestFluidObject": { - "forwardCompat": false - } - }, + "broken": {}, "entrypoint": "legacy" } } diff --git a/packages/test/test-utils/src/packageVersion.ts b/packages/test/test-utils/src/packageVersion.ts index fc0d4a652fd6..82b0a2b13b06 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.33.0"; +export const pkgVersion = "2.33.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 cf9cc8cc4a1e..23bb8b2365d0 100644 --- a/packages/test/test-utils/src/test/types/validateTestUtilsPrevious.generated.ts +++ b/packages/test/test-utils/src/test/types/validateTestUtilsPrevious.generated.ts @@ -76,7 +76,6 @@ declare type current_as_old_for_Interface_IOpProcessingController = requireAssig * typeValidation.broken: * "Interface_IProvideTestFluidObject": {"forwardCompat": false} */ -// @ts-expect-error compatibility expected to be broken declare type old_as_current_for_Interface_IProvideTestFluidObject = requireAssignableTo, TypeOnly> /* @@ -95,7 +94,6 @@ declare type current_as_old_for_Interface_IProvideTestFluidObject = requireAssig * typeValidation.broken: * "Interface_ITestFluidObject": {"forwardCompat": false} */ -// @ts-expect-error compatibility expected to be broken declare type old_as_current_for_Interface_ITestFluidObject = requireAssignableTo, TypeOnly> /* diff --git a/packages/test/test-version-utils/package.json b/packages/test/test-version-utils/package.json index 0da67c8edc79..a292bd7dd9a3 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.33.0", + "version": "2.33.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 301f7054b3d8..3e03a92a3075 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/packages/test/types_jest-environment-puppeteer/package.json b/packages/test/types_jest-environment-puppeteer/package.json index 16d1b6989d9d..cd34fa059055 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.33.0", + "version": "2.33.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 0bb6ec94c9a0..2d48bd45bbcc 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.33.0", + "version": "2.33.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 06b818667c57..dd75d63a73db 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.33.0", + "version": "2.33.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 efbedf28ed6e..5ec049284f2c 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.33.0", + "version": "2.33.1", "description": "Fluid Framework developer tools core functionality", "homepage": "https://fluidframework.com", "repository": { @@ -135,7 +135,7 @@ "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/devtools-core-previous": "npm:@fluidframework/devtools-core@2.32.0", + "@fluidframework/devtools-core-previous": "npm:@fluidframework/devtools-core@2.33.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@fluidframework/id-compressor": "workspace:~", "@fluidframework/test-runtime-utils": "workspace:~", diff --git a/packages/tools/devtools/devtools-core/src/packageVersion.ts b/packages/tools/devtools/devtools-core/src/packageVersion.ts index 8b0a5c2c1a3f..0da2a2b63f9e 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/packages/tools/devtools/devtools-test-app/package.json b/packages/tools/devtools/devtools-test-app/package.json index 3b481827c2da..23645f42b347 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.33.0", + "version": "2.33.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 d17cacebfbbf..f0629b092881 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.33.0", + "version": "2.33.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 95a6239a6919..3f3c7bec551b 100644 --- a/packages/tools/devtools/devtools/package.json +++ b/packages/tools/devtools/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/devtools", - "version": "2.33.0", + "version": "2.33.1", "description": "Fluid Framework developer tools", "homepage": "https://fluidframework.com", "repository": { @@ -127,7 +127,7 @@ "@fluid-tools/build-cli": "^0.55.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", - "@fluidframework/devtools-previous": "npm:@fluidframework/devtools@2.32.0", + "@fluidframework/devtools-previous": "npm:@fluidframework/devtools@2.33.0", "@fluidframework/eslint-config-fluid": "^5.7.3", "@microsoft/api-extractor": "7.52.5", "@types/chai": "^4.0.0", diff --git a/packages/tools/fetch-tool/package.json b/packages/tools/fetch-tool/package.json index e570416e9815..d60875ae37fd 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.33.0", + "version": "2.33.1", "description": "Console tool to fetch Fluid data from relay service", "homepage": "https://fluidframework.com", "repository": { @@ -50,7 +50,7 @@ "devDependencies": { "@biomejs/biome": "~1.9.3", "@fluid-tools/build-cli": "^0.55.0", - "@fluid-tools/fetch-tool-previous": "npm:@fluid-tools/fetch-tool@2.32.0", + "@fluid-tools/fetch-tool-previous": "npm:@fluid-tools/fetch-tool@2.33.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.3", diff --git a/packages/tools/fluid-runner/package.json b/packages/tools/fluid-runner/package.json index 077de11bfb5d..2941c4514a36 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.33.0", + "version": "2.33.1", "description": "Utility for running various functionality inside a Fluid Framework environment", "homepage": "https://fluidframework.com", "repository": { @@ -135,7 +135,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/fluid-runner-previous": "npm:@fluidframework/fluid-runner@2.32.0", + "@fluidframework/fluid-runner-previous": "npm:@fluidframework/fluid-runner@2.33.0", "@microsoft/api-extractor": "7.52.5", "@types/mocha": "^10.0.10", "@types/node": "^18.19.0", diff --git a/packages/tools/replay-tool/package.json b/packages/tools/replay-tool/package.json index a7d7dc06fbe0..d8bf166d1ddd 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.33.0", + "version": "2.33.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 44ee1c702aaf..ed8543982204 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.33.0", + "version": "2.33.1", "description": "ODSP utilities", "homepage": "https://fluidframework.com", "repository": { @@ -132,7 +132,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/odsp-doclib-utils-previous": "npm:@fluidframework/odsp-doclib-utils@2.32.0", + "@fluidframework/odsp-doclib-utils-previous": "npm:@fluidframework/odsp-doclib-utils@2.33.0", "@microsoft/api-extractor": "7.52.5", "@types/mocha": "^10.0.10", "@types/node": "^18.19.0", diff --git a/packages/utils/odsp-doclib-utils/src/packageVersion.ts b/packages/utils/odsp-doclib-utils/src/packageVersion.ts index 128f924f043a..87a3ad13dfc5 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/packages/utils/telemetry-utils/package.json b/packages/utils/telemetry-utils/package.json index ca46a91e3903..00b4acfb352b 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.33.0", + "version": "2.33.1", "description": "Collection of telemetry relates utilities for Fluid", "homepage": "https://fluidframework.com", "repository": { @@ -130,7 +130,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/telemetry-utils-previous": "npm:@fluidframework/telemetry-utils@2.32.0", + "@fluidframework/telemetry-utils-previous": "npm:@fluidframework/telemetry-utils@2.33.0", "@microsoft/api-extractor": "7.52.5", "@types/debug": "^4.1.5", "@types/mocha": "^10.0.10", diff --git a/packages/utils/tool-utils/package.json b/packages/utils/tool-utils/package.json index 7411d478a5cd..90e3766c12fa 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.33.0", + "version": "2.33.1", "description": "Common utilities for Fluid tools", "homepage": "https://fluidframework.com", "repository": { @@ -114,7 +114,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.55.0", "@fluidframework/eslint-config-fluid": "^5.7.3", - "@fluidframework/tool-utils-previous": "npm:@fluidframework/tool-utils@2.32.0", + "@fluidframework/tool-utils-previous": "npm:@fluidframework/tool-utils@2.33.0", "@microsoft/api-extractor": "7.52.5", "@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 284799595056..34311e1cb7ed 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.33.0"; +export const pkgVersion = "2.33.1"; diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 11f98d2bcc17..a7e67f9702bb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -172,8 +172,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@22.10.1)(encoding@0.1.13)(typescript@5.4.5)(webpack-cli@5.1.4) '@fluidframework/azure-service-utils-previous': - specifier: npm:@fluidframework/azure-service-utils@2.32.0 - version: '@fluidframework/azure-service-utils@2.32.0' + specifier: npm:@fluidframework/azure-service-utils@2.33.0 + version: '@fluidframework/azure-service-utils@2.33.0' '@fluidframework/build-common': specifier: ^2.0.3 version: 2.0.3 @@ -6558,8 +6558,8 @@ importers: specifier: ~1.9.3 version: 1.9.4 '@fluid-experimental/attributable-map-previous': - specifier: npm:@fluid-experimental/attributable-map@2.32.0 - version: '@fluid-experimental/attributable-map@2.32.0' + specifier: npm:@fluid-experimental/attributable-map@2.33.0 + version: '@fluid-experimental/attributable-map@2.33.0' '@fluid-internal/mocha-test-setup': specifier: workspace:~ version: link:../../../packages/test/mocha-test-setup @@ -7313,8 +7313,8 @@ importers: specifier: ~1.9.3 version: 1.9.4 '@fluid-internal/client-utils-previous': - specifier: npm:@fluid-internal/client-utils@2.32.0 - version: '@fluid-internal/client-utils@2.32.0' + specifier: npm:@fluid-internal/client-utils@2.33.0 + version: '@fluid-internal/client-utils@2.33.0' '@fluid-internal/mocha-test-setup': specifier: workspace:~ version: link:../../test/mocha-test-setup @@ -7440,8 +7440,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@22.10.1) '@fluidframework/container-definitions-previous': - specifier: npm:@fluidframework/container-definitions@2.32.0 - version: '@fluidframework/container-definitions@2.32.0' + specifier: npm:@fluidframework/container-definitions@2.33.0 + version: '@fluidframework/container-definitions@2.33.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -7482,8 +7482,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@18.19.67) '@fluidframework/core-interfaces-previous': - specifier: npm:@fluidframework/core-interfaces@2.32.0 - version: '@fluidframework/core-interfaces@2.32.0' + specifier: npm:@fluidframework/core-interfaces@2.33.0 + version: '@fluidframework/core-interfaces@2.33.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -7548,8 +7548,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@18.19.67) '@fluidframework/core-utils-previous': - specifier: npm:@fluidframework/core-utils@2.32.0 - version: '@fluidframework/core-utils@2.32.0' + specifier: npm:@fluidframework/core-utils@2.33.0 + version: '@fluidframework/core-utils@2.33.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -7621,8 +7621,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@22.10.1) '@fluidframework/driver-definitions-previous': - specifier: npm:@fluidframework/driver-definitions@2.32.0 - version: '@fluidframework/driver-definitions@2.32.0' + specifier: npm:@fluidframework/driver-definitions@2.33.0 + version: '@fluidframework/driver-definitions@2.33.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -7691,8 +7691,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@18.19.67) '@fluidframework/cell-previous': - specifier: npm:@fluidframework/cell@2.32.0 - version: '@fluidframework/cell@2.32.0' + specifier: npm:@fluidframework/cell@2.33.0 + version: '@fluidframework/cell@2.33.0' '@fluidframework/container-definitions': specifier: workspace:~ version: link:../../common/container-definitions @@ -7785,8 +7785,8 @@ importers: specifier: workspace:~ version: link:../../common/container-definitions '@fluidframework/counter-previous': - specifier: npm:@fluidframework/counter@2.32.0 - version: '@fluidframework/counter@2.32.0' + specifier: npm:@fluidframework/counter@2.33.0 + version: '@fluidframework/counter@2.33.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -7994,8 +7994,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/map-previous': - specifier: npm:@fluidframework/map@2.32.0 - version: '@fluidframework/map@2.32.0(debug@4.4.0)' + specifier: npm:@fluidframework/map@2.33.0 + version: '@fluidframework/map@2.33.0(debug@4.4.0)' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8118,8 +8118,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/matrix-previous': - specifier: npm:@fluidframework/matrix@2.32.0 - version: '@fluidframework/matrix@2.32.0' + specifier: npm:@fluidframework/matrix@2.33.0 + version: '@fluidframework/matrix@2.33.0' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8239,8 +8239,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/merge-tree-previous': - specifier: npm:@fluidframework/merge-tree@2.32.0 - version: '@fluidframework/merge-tree@2.32.0(debug@4.4.0)' + specifier: npm:@fluidframework/merge-tree@2.33.0 + version: '@fluidframework/merge-tree@2.33.0(debug@4.4.0)' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8345,8 +8345,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/ordered-collection-previous': - specifier: npm:@fluidframework/ordered-collection@2.32.0 - version: '@fluidframework/ordered-collection@2.32.0' + specifier: npm:@fluidframework/ordered-collection@2.33.0 + version: '@fluidframework/ordered-collection@2.33.0' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8533,8 +8533,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/register-collection-previous': - specifier: npm:@fluidframework/register-collection@2.32.0 - version: '@fluidframework/register-collection@2.32.0' + specifier: npm:@fluidframework/register-collection@2.33.0 + version: '@fluidframework/register-collection@2.33.0' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8648,8 +8648,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/sequence-previous': - specifier: npm:@fluidframework/sequence@2.32.0 - version: '@fluidframework/sequence@2.32.0' + specifier: npm:@fluidframework/sequence@2.33.0 + version: '@fluidframework/sequence@2.33.0' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8766,8 +8766,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/shared-object-base-previous': - specifier: npm:@fluidframework/shared-object-base@2.32.0 - version: '@fluidframework/shared-object-base@2.32.0(debug@4.4.0)' + specifier: npm:@fluidframework/shared-object-base@2.33.0 + version: '@fluidframework/shared-object-base@2.33.0(debug@4.4.0)' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8872,8 +8872,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/shared-summary-block-previous': - specifier: npm:@fluidframework/shared-summary-block@2.32.0 - version: '@fluidframework/shared-summary-block@2.32.0' + specifier: npm:@fluidframework/shared-summary-block@2.33.0 + version: '@fluidframework/shared-summary-block@2.33.0' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8981,8 +8981,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/task-manager-previous': - specifier: npm:@fluidframework/task-manager@2.32.0 - version: '@fluidframework/task-manager@2.32.0' + specifier: npm:@fluidframework/task-manager@2.33.0 + version: '@fluidframework/task-manager@2.33.0' '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -9223,8 +9223,8 @@ importers: specifier: workspace:~ version: link:../../test/test-utils '@fluidframework/tree-previous': - specifier: npm:@fluidframework/tree@2.32.0 - version: '@fluidframework/tree@2.32.0' + specifier: npm:@fluidframework/tree@2.33.0 + version: '@fluidframework/tree@2.33.0' '@microsoft/api-extractor': specifier: 7.52.5 version: 7.52.5(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -9323,8 +9323,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@18.19.67) '@fluidframework/debugger-previous': - specifier: npm:@fluidframework/debugger@2.32.0 - version: '@fluidframework/debugger@2.32.0' + specifier: npm:@fluidframework/debugger@2.33.0 + version: '@fluidframework/debugger@2.33.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -9390,8 +9390,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@18.19.67) '@fluidframework/driver-base-previous': - specifier: npm:@fluidframework/driver-base@2.32.0 - version: '@fluidframework/driver-base@2.32.0(debug@4.4.0)' + specifier: npm:@fluidframework/driver-base@2.33.0 + version: '@fluidframework/driver-base@2.33.0(debug@4.4.0)' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -9469,8 +9469,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@18.19.67) '@fluidframework/driver-web-cache-previous': - specifier: npm:@fluidframework/driver-web-cache@2.32.0 - version: '@fluidframework/driver-web-cache@2.32.0' + specifier: npm:@fluidframework/driver-web-cache@2.33.0 + version: '@fluidframework/driver-web-cache@2.33.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -9545,8 +9545,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/file-driver-previous': - specifier: npm:@fluidframework/file-driver@2.32.0 - version: '@fluidframework/file-driver@2.32.0' + specifier: npm:@fluidframework/file-driver@2.33.0 + version: '@fluidframework/file-driver@2.33.0' '@microsoft/api-extractor': specifier: 7.52.5 version: 7.52.5(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -9639,8 +9639,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/local-driver-previous': - specifier: npm:@fluidframework/local-driver@2.32.0 - version: '@fluidframework/local-driver@2.32.0(debug@4.4.0)(encoding@0.1.13)' + specifier: npm:@fluidframework/local-driver@2.33.0 + version: '@fluidframework/local-driver@2.33.0(debug@4.4.0)(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.5 version: 7.52.5(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -9745,8 +9745,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/odsp-driver-previous': - specifier: npm:@fluidframework/odsp-driver@2.32.0 - version: '@fluidframework/odsp-driver@2.32.0(debug@4.4.0)(encoding@0.1.13)' + specifier: npm:@fluidframework/odsp-driver@2.33.0 + version: '@fluidframework/odsp-driver@2.33.0(debug@4.4.0)(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.5 version: 7.52.5(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -9818,8 +9818,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/odsp-driver-definitions-previous': - specifier: npm:@fluidframework/odsp-driver-definitions@2.32.0 - version: '@fluidframework/odsp-driver-definitions@2.32.0' + specifier: npm:@fluidframework/odsp-driver-definitions@2.33.0 + version: '@fluidframework/odsp-driver-definitions@2.33.0' '@microsoft/api-extractor': specifier: 7.52.5 version: 7.52.5(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@22.10.1) @@ -9885,8 +9885,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/odsp-urlresolver-previous': - specifier: npm:@fluidframework/odsp-urlresolver@2.32.0 - version: '@fluidframework/odsp-urlresolver@2.32.0(encoding@0.1.13)' + specifier: npm:@fluidframework/odsp-urlresolver@2.33.0 + version: '@fluidframework/odsp-urlresolver@2.33.0(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.5 version: 7.52.5(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -9961,8 +9961,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/replay-driver-previous': - specifier: npm:@fluidframework/replay-driver@2.32.0 - version: '@fluidframework/replay-driver@2.32.0' + specifier: npm:@fluidframework/replay-driver@2.33.0 + version: '@fluidframework/replay-driver@2.33.0' '@microsoft/api-extractor': specifier: 7.52.5 version: 7.52.5(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -10052,8 +10052,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/routerlicious-driver-previous': - specifier: npm:@fluidframework/routerlicious-driver@2.32.0 - version: '@fluidframework/routerlicious-driver@2.32.0(debug@4.4.0)(encoding@0.1.13)' + specifier: npm:@fluidframework/routerlicious-driver@2.33.0 + version: '@fluidframework/routerlicious-driver@2.33.0(debug@4.4.0)(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.5 version: 7.52.5(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -10146,8 +10146,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/routerlicious-urlresolver-previous': - specifier: npm:@fluidframework/routerlicious-urlresolver@2.32.0 - version: '@fluidframework/routerlicious-urlresolver@2.32.0' + specifier: npm:@fluidframework/routerlicious-urlresolver@2.33.0 + version: '@fluidframework/routerlicious-urlresolver@2.33.0' '@microsoft/api-extractor': specifier: 7.52.5 version: 7.52.5(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -10231,8 +10231,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/tinylicious-driver-previous': - specifier: npm:@fluidframework/tinylicious-driver@2.32.0 - version: '@fluidframework/tinylicious-driver@2.32.0(encoding@0.1.13)' + specifier: npm:@fluidframework/tinylicious-driver@2.33.0 + version: '@fluidframework/tinylicious-driver@2.33.0(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.5 version: 7.52.5(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -10319,8 +10319,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@18.19.67)(encoding@0.1.13)(typescript@5.4.5)(webpack-cli@5.1.4) '@fluidframework/agent-scheduler-previous': - specifier: npm:@fluidframework/agent-scheduler@2.32.0 - version: '@fluidframework/agent-scheduler@2.32.0' + specifier: npm:@fluidframework/agent-scheduler@2.33.0 + version: '@fluidframework/agent-scheduler@2.33.0' '@fluidframework/build-common': specifier: ^2.0.3 version: 2.0.3 @@ -10519,8 +10519,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@18.19.67)(encoding@0.1.13)(typescript@5.4.5)(webpack-cli@5.1.4) '@fluidframework/aqueduct-previous': - specifier: npm:@fluidframework/aqueduct@2.32.0 - version: '@fluidframework/aqueduct@2.32.0' + specifier: npm:@fluidframework/aqueduct@2.33.0 + version: '@fluidframework/aqueduct@2.33.0' '@fluidframework/build-common': specifier: ^2.0.3 version: 2.0.3 @@ -10704,8 +10704,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@18.19.67)(encoding@0.1.13)(typescript@5.4.5)(webpack-cli@5.1.4) '@fluidframework/app-insights-logger-previous': - specifier: npm:@fluidframework/app-insights-logger@2.32.0 - version: '@fluidframework/app-insights-logger@2.32.0(tslib@1.14.1)' + specifier: npm:@fluidframework/app-insights-logger@2.33.0 + version: '@fluidframework/app-insights-logger@2.33.0(tslib@1.14.1)' '@fluidframework/build-common': specifier: ^2.0.3 version: 2.0.3 @@ -11168,8 +11168,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/fluid-static-previous': - specifier: npm:@fluidframework/fluid-static@2.32.0 - version: '@fluidframework/fluid-static@2.32.0' + specifier: npm:@fluidframework/fluid-static@2.33.0 + version: '@fluidframework/fluid-static@2.33.0' '@fluidframework/map': specifier: workspace:~ version: link:../../dds/map @@ -11432,8 +11432,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/request-handler-previous': - specifier: npm:@fluidframework/request-handler@2.32.0 - version: '@fluidframework/request-handler@2.32.0(debug@4.4.0)' + specifier: npm:@fluidframework/request-handler@2.33.0 + version: '@fluidframework/request-handler@2.33.0(debug@4.4.0)' '@microsoft/api-extractor': specifier: 7.52.5 version: 7.52.5(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -11514,8 +11514,8 @@ importers: specifier: workspace:~ version: link:../../runtime/runtime-utils '@fluidframework/synthesize-previous': - specifier: npm:@fluidframework/synthesize@2.32.0 - version: '@fluidframework/synthesize@2.32.0' + specifier: npm:@fluidframework/synthesize@2.33.0 + version: '@fluidframework/synthesize@2.33.0' '@microsoft/api-extractor': specifier: 7.52.5 version: 7.52.5(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -11596,8 +11596,8 @@ importers: specifier: workspace:~ version: link:../../runtime/test-runtime-utils '@fluidframework/undo-redo-previous': - specifier: npm:@fluidframework/undo-redo@2.32.0 - version: '@fluidframework/undo-redo@2.32.0' + specifier: npm:@fluidframework/undo-redo@2.33.0 + version: '@fluidframework/undo-redo@2.33.0' '@microsoft/api-extractor': specifier: 7.52.5 version: 7.52.5(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -11705,8 +11705,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@18.19.67) '@fluidframework/container-loader-previous': - specifier: npm:@fluidframework/container-loader@2.32.0 - version: '@fluidframework/container-loader@2.32.0' + specifier: npm:@fluidframework/container-loader@2.33.0 + version: '@fluidframework/container-loader@2.33.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -11811,8 +11811,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@18.19.67) '@fluidframework/driver-utils-previous': - specifier: npm:@fluidframework/driver-utils@2.32.0 - version: '@fluidframework/driver-utils@2.32.0(debug@4.4.0)' + specifier: npm:@fluidframework/driver-utils@2.33.0 + version: '@fluidframework/driver-utils@2.33.0(debug@4.4.0)' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -11996,8 +11996,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@18.19.67) '@fluidframework/container-runtime-previous': - specifier: npm:@fluidframework/container-runtime@2.32.0 - version: '@fluidframework/container-runtime@2.32.0(debug@4.4.0)' + specifier: npm:@fluidframework/container-runtime@2.33.0 + version: '@fluidframework/container-runtime@2.33.0(debug@4.4.0)' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -12090,8 +12090,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@22.10.1) '@fluidframework/container-runtime-definitions-previous': - specifier: npm:@fluidframework/container-runtime-definitions@2.32.0 - version: '@fluidframework/container-runtime-definitions@2.32.0' + specifier: npm:@fluidframework/container-runtime-definitions@2.33.0 + version: '@fluidframework/container-runtime-definitions@2.33.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -12172,8 +12172,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@18.19.67) '@fluidframework/datastore-previous': - specifier: npm:@fluidframework/datastore@2.32.0 - version: '@fluidframework/datastore@2.32.0(debug@4.4.0)' + specifier: npm:@fluidframework/datastore@2.33.0 + version: '@fluidframework/datastore@2.33.0(debug@4.4.0)' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -12263,8 +12263,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@22.10.1) '@fluidframework/datastore-definitions-previous': - specifier: npm:@fluidframework/datastore-definitions@2.32.0 - version: '@fluidframework/datastore-definitions@2.32.0' + specifier: npm:@fluidframework/datastore-definitions@2.33.0 + version: '@fluidframework/datastore-definitions@2.33.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -12336,8 +12336,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/id-compressor-previous': - specifier: npm:@fluidframework/id-compressor@2.32.0 - version: '@fluidframework/id-compressor@2.32.0' + specifier: npm:@fluidframework/id-compressor@2.33.0 + version: '@fluidframework/id-compressor@2.33.0' '@microsoft/api-extractor': specifier: 7.52.5 version: 7.52.5(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -12415,8 +12415,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/runtime-definitions-previous': - specifier: npm:@fluidframework/runtime-definitions@2.32.0 - version: '@fluidframework/runtime-definitions@2.32.0' + specifier: npm:@fluidframework/runtime-definitions@2.33.0 + version: '@fluidframework/runtime-definitions@2.33.0' '@microsoft/api-extractor': specifier: 7.52.5 version: 7.52.5(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@22.10.1) @@ -12491,8 +12491,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/runtime-utils-previous': - specifier: npm:@fluidframework/runtime-utils@2.32.0 - version: '@fluidframework/runtime-utils@2.32.0(debug@4.4.0)' + specifier: npm:@fluidframework/runtime-utils@2.33.0 + version: '@fluidframework/runtime-utils@2.33.0(debug@4.4.0)' '@microsoft/api-extractor': specifier: 7.52.5 version: 7.52.5(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -12606,8 +12606,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/test-runtime-utils-previous': - specifier: npm:@fluidframework/test-runtime-utils@2.32.0 - version: '@fluidframework/test-runtime-utils@2.32.0(encoding@0.1.13)' + specifier: npm:@fluidframework/test-runtime-utils@2.33.0 + version: '@fluidframework/test-runtime-utils@2.33.0(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.5 version: 7.52.5(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -12691,8 +12691,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@18.19.67)(encoding@0.1.13)(typescript@5.4.5)(webpack-cli@5.1.4) '@fluidframework/azure-client-previous': - specifier: npm:@fluidframework/azure-client@2.32.0 - version: '@fluidframework/azure-client@2.32.0(encoding@0.1.13)' + specifier: npm:@fluidframework/azure-client@2.33.0 + version: '@fluidframework/azure-client@2.33.0(encoding@0.1.13)' '@fluidframework/azure-local-service': specifier: workspace:~ version: link:../../../azure/packages/azure-local-service @@ -13178,8 +13178,8 @@ importers: specifier: workspace:~ version: link:../../test/test-utils '@fluidframework/tinylicious-client-previous': - specifier: npm:@fluidframework/tinylicious-client@2.32.0 - version: '@fluidframework/tinylicious-client@2.32.0(encoding@0.1.13)' + specifier: npm:@fluidframework/tinylicious-client@2.33.0 + version: '@fluidframework/tinylicious-client@2.33.0(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.5 version: 7.52.5(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -14484,8 +14484,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/test-utils-previous': - specifier: npm:@fluidframework/test-utils@2.32.0 - version: '@fluidframework/test-utils@2.32.0(encoding@0.1.13)' + specifier: npm:@fluidframework/test-utils@2.33.0 + version: '@fluidframework/test-utils@2.33.0(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.5 version: 7.52.5(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -14793,8 +14793,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@22.10.1) '@fluidframework/devtools-previous': - specifier: npm:@fluidframework/devtools@2.32.0 - version: '@fluidframework/devtools@2.32.0' + specifier: npm:@fluidframework/devtools@2.33.0 + version: '@fluidframework/devtools@2.33.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -15116,8 +15116,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@22.10.1) '@fluidframework/devtools-core-previous': - specifier: npm:@fluidframework/devtools-core@2.32.0 - version: '@fluidframework/devtools-core@2.32.0' + specifier: npm:@fluidframework/devtools-core@2.33.0 + version: '@fluidframework/devtools-core@2.33.0' '@fluidframework/eslint-config-fluid': specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) @@ -15605,8 +15605,8 @@ importers: specifier: ^0.55.0 version: 0.55.0(@types/node@18.19.67)(encoding@0.1.13)(typescript@5.4.5)(webpack-cli@5.1.4) '@fluid-tools/fetch-tool-previous': - specifier: npm:@fluid-tools/fetch-tool@2.32.0 - version: '@fluid-tools/fetch-tool@2.32.0(encoding@0.1.13)' + specifier: npm:@fluid-tools/fetch-tool@2.33.0 + version: '@fluid-tools/fetch-tool@2.33.0(encoding@0.1.13)' '@fluidframework/build-common': specifier: ^2.0.3 version: 2.0.3 @@ -15687,8 +15687,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/fluid-runner-previous': - specifier: npm:@fluidframework/fluid-runner@2.32.0 - version: '@fluidframework/fluid-runner@2.32.0(encoding@0.1.13)' + specifier: npm:@fluidframework/fluid-runner@2.33.0 + version: '@fluidframework/fluid-runner@2.33.0(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.5 version: 7.52.5(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -15899,8 +15899,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/odsp-doclib-utils-previous': - specifier: npm:@fluidframework/odsp-doclib-utils@2.32.0 - version: '@fluidframework/odsp-doclib-utils@2.32.0(debug@4.4.0)(encoding@0.1.13)' + specifier: npm:@fluidframework/odsp-doclib-utils@2.33.0 + version: '@fluidframework/odsp-doclib-utils@2.33.0(debug@4.4.0)(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.5 version: 7.52.5(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -15981,8 +15981,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/telemetry-utils-previous': - specifier: npm:@fluidframework/telemetry-utils@2.32.0 - version: '@fluidframework/telemetry-utils@2.32.0' + specifier: npm:@fluidframework/telemetry-utils@2.33.0 + version: '@fluidframework/telemetry-utils@2.33.0' '@microsoft/api-extractor': specifier: 7.52.5 version: 7.52.5(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -16081,8 +16081,8 @@ importers: specifier: ^5.7.3 version: 5.7.3(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/tool-utils-previous': - specifier: npm:@fluidframework/tool-utils@2.32.0 - version: '@fluidframework/tool-utils@2.32.0(encoding@0.1.13)' + specifier: npm:@fluidframework/tool-utils@2.33.0 + version: '@fluidframework/tool-utils@2.33.0(encoding@0.1.13)' '@microsoft/api-extractor': specifier: 7.52.5 version: 7.52.5(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -17201,17 +17201,17 @@ packages: '@types/react': '>=16.8.0 <19.0.0' react: '>=16.8.0 <19.0.0' - '@fluid-experimental/attributable-map@2.32.0': - resolution: {integrity: sha512-Cds9MXEoAxVcmAhFJVuFzvz55mLxOitC+3WX3VJWcHRj7I5uraAwcaxZpd8aMEoAVH+Rc1L4p8QPu5Cc5uWxlw==} + '@fluid-experimental/attributable-map@2.33.0': + resolution: {integrity: sha512-+3OEA+jN920efpBcrdcWKi4bft9kGxsHKzVil3g3+iOsuZM76O5EOPL7ObzcyBIQXP46HEtfX2fx/60660rf/A==} - '@fluid-internal/client-utils@2.32.0': - resolution: {integrity: sha512-cLqLO9VwSV0X1s46GPG0Dfr71+HM6ZDi6pgzcUfaLpSDmHKMhDawugNzVRi4b0VMCZ0FhVNQpES5G5tpnrjwDA==} + '@fluid-internal/client-utils@2.33.0': + resolution: {integrity: sha512-IHHgINYRXloGXwOHZcUZTppYWUYfar8o8a9cZP6fca+IlYXiGuHB3ruTZipUKggn/8tCgixtvzP4ih70EDzVDA==} '@fluid-internal/eslint-plugin-fluid@0.1.5': resolution: {integrity: sha512-p0nVeMiEfLL2deQJQaRUxid08jgV5wEkh9h9WXNosR1BRq9nFCjD8nZpC1K+YhjwQZEvgGDE+s+28VR2lAg61Q==} - '@fluid-internal/test-driver-definitions@2.32.0': - resolution: {integrity: sha512-cC/vfY+5bE2dVM5QxZgEw8I62evh/vJ+5ZBMOGPQ4gcNLxXIGkci3bqiKNMDc6rffqHZgLtBgCxlQBry7aOZrg==} + '@fluid-internal/test-driver-definitions@2.33.0': + resolution: {integrity: sha512-Vx5aN1a/IhuNa1X8kBCcWYsjzWdKeUxSfgj4K7bqRlaODkUm9hhAQKEvoG/yu1mlmUxyMoRvX1/iXkOWUdGS6Q==} '@fluid-tools/benchmark@0.50.0': resolution: {integrity: sha512-UGvRHYYGp0aRI90oDA8CFT2d8SdJMZMrDqQAJ9Qbw6VSGR3L9ii9xc43NWU33+qGrt3p1NpAzBppX1sVT55rag==} @@ -17225,8 +17225,8 @@ packages: resolution: {integrity: sha512-uctF9nN8yQqpizqj4ZEjT7Qet2YFMHzpdDFXrS8Dl4turfLPoiMhD+1sFGhE2tsvdx25QcBYe45u7IAsefCFiA==} hasBin: true - '@fluid-tools/fetch-tool@2.32.0': - resolution: {integrity: sha512-5nVqeBQt5WxlB3HR93/Oq0PuPkpks1IBPWteTnbmEplcoApUlHJs2uhZulYWA9yp681WEr/G1A2N7pPVt1kG+A==} + '@fluid-tools/fetch-tool@2.33.0': + resolution: {integrity: sha512-G8iD1xGI6H8FC0tBKeX+6hefqafYstQg/Lp8GCyDsdU71GZEO55GXvpHKFye54wxK7dUqMN68XATRSLVFdzNpQ==} hasBin: true '@fluid-tools/version-tools@0.55.0': @@ -17234,26 +17234,26 @@ packages: engines: {node: '>=20.15.1'} hasBin: true - '@fluidframework/agent-scheduler@2.32.0': - resolution: {integrity: sha512-MTrHrLbWUsqe+8qxqHBdkMDpedLCtvHQCqcrT/rRBOtlZNVIDCRnAM1ZF/1VAmRpd+5FRxy8aYxNhUo0GNiXLQ==} + '@fluidframework/agent-scheduler@2.33.0': + resolution: {integrity: sha512-Ho2DIpdOOK0LvGqCSXFVQhxbq4FjdDWZ59SPu6oypV2Nh8aARai+rKjIkv3Zu3E0x22CxZpK5AeJ7Y4RYXU7sA==} - '@fluidframework/app-insights-logger@2.32.0': - resolution: {integrity: sha512-eUiy03GYA3WUgPeL0unmzEW5Xuaf6dNbytFIy7A/syJJbLRnkXRvNV2ZdJYSisFQyBMX/t+iOVdfZaJuJRIBKw==} + '@fluidframework/app-insights-logger@2.33.0': + resolution: {integrity: sha512-WyZ8GDaLW9ZOWkrcx1DawYKwHAEsIeZGN61/rre93R6fJHDrGYAadX3TDs97/BRUrzkQGIJlfcDszDGaIJG/og==} '@fluidframework/aqueduct@1.4.0': resolution: {integrity: sha512-b3I3fWGAWuXQbyuEFeeEi3GVVUOYPWJfFaB4httsu5Jn4C0QSkKxftkielDlor9/7rCJYjHc4IEWViaVO+kBbA==} - '@fluidframework/aqueduct@2.32.0': - resolution: {integrity: sha512-uNFHZ4a7gtrTkWjo9BxXVEb3S4A2qrBawXwF9zxtW0RONEVZLYvSb3wmssvh9hhdQfeIqYfvQe+uBVhhyVFA0w==} + '@fluidframework/aqueduct@2.33.0': + resolution: {integrity: sha512-H1sZ+4QV9dtAhNwGc42vrgUHQzHjknjNUR3pWDZbmTdvjpRFpxJab/QpNBooAUTbsAePWJxE8NSEgMnRuXUy3w==} '@fluidframework/azure-client@1.2.0': resolution: {integrity: sha512-jpfYF6I1uwwCqOc8X0fOgZz4Lj91QFzKV4S9lM7jSW84GxytlL3nDanj9+EYC+vLn4liRVaOCA3zRwpkDNXRWg==} - '@fluidframework/azure-client@2.32.0': - resolution: {integrity: sha512-fyjaJYHbclSpjLxT9+jR/sxS65XMRwdNIgRvU68462P4Ys7y/4l9fyUCLC53xhzdeqtgIUKSlmR5KHv7Nwif2Q==} + '@fluidframework/azure-client@2.33.0': + resolution: {integrity: sha512-GnyxyvPgxxqdJBM4fVLn6Z/l9atY+KKJiGpuMANGt1fhvItnuObhwZ9nuK816UOG3aEMPj2HgkxLa5/I1eHPsQ==} - '@fluidframework/azure-service-utils@2.32.0': - resolution: {integrity: sha512-eMEy6qY73nb4eJpThQmu77DXdtvn54peLt2S0pfxl3r1byeQrbUt7cPiMITaKAMgQkDD9HvX2JbJwm1YBcCugA==} + '@fluidframework/azure-service-utils@2.33.0': + resolution: {integrity: sha512-WjKV7DS1D0WW5UNWiW0ZyZQUzeMlzqo3il0BIgW6ZvjRxKiy79qLYLslzixRXdIzCs9H3Wdl8AH3iMCvFjVQeA==} '@fluidframework/build-common@2.0.3': resolution: {integrity: sha512-1LU/2uyCeMxf63z5rhFOFEBvFyBogZ7ZXwzXLxyBhSgq/fGiq8PLjBW7uX++r0LcVCdaWyopf7w060eJpANYdg==} @@ -17267,8 +17267,8 @@ packages: '@fluidframework/bundle-size-tools@0.55.0': resolution: {integrity: sha512-1j2p1VDFjgRYFNkJRVQI82xTtyA3G3Q6JEp7ohraQknq116TB0FAfIKCADEcvaFawd9oeXcTsnFif9S3gChU1Q==} - '@fluidframework/cell@2.32.0': - resolution: {integrity: sha512-d0Nk0Zwn6FQV8+y8qf7fbc4FmF6FaAWKZ8HtCzTcSdoddcUdQCITVf9g8jHD6E0fgOQ8FQBwbDSYYigBPhl4Hw==} + '@fluidframework/cell@2.33.0': + resolution: {integrity: sha512-tYEUFz9/+y2LArMB4GQZeOQ4n70M7Azde6B9g5mizhtzAwZeqSE4QQAxz19oiUreFNxR7OyQGOOUhJVeHoUjEw==} '@fluidframework/common-definitions@0.20.1': resolution: {integrity: sha512-KaoQ7w2MDH5OeRKVatL5yVOCFg+9wD6bLSLFh1/TV1EZM46l49iBqO7UVjUtPE6BIm0jvvOzJXULGVSpzokX3g==} @@ -17288,26 +17288,26 @@ packages: '@fluidframework/container-definitions@1.4.0': resolution: {integrity: sha512-UwyxdX739ltQhQ9Zr2n7mBKN2eYEVnY7GCsV60ZfLUawb021eeL0rVZZgT0t3BiTCCilBMl4Bw4KQ8XyYu2g/w==} - '@fluidframework/container-definitions@2.32.0': - resolution: {integrity: sha512-wPBLnVYsP5e1q/FYHYOkNtwTClff1e4jil6fK9Kkhe3QYUmjHrkw7HfqiHBor3f7vo7JaB3emZfVnyDsKsK+wA==} + '@fluidframework/container-definitions@2.33.0': + resolution: {integrity: sha512-t/Ql4KVVjXgsqa6eDZof2r8YC5DfS4gSZInAjfcq5ROe0MbnD40ClaCeVpgF9h2C0ZqjRA1Fbx8Ro14HUfo0rQ==} '@fluidframework/container-loader@1.4.0': resolution: {integrity: sha512-D54tW/W5EXLb2nRUGCNd8bID9t9KVkQJmtnHfnQ/JggpaBWODaQRp2tCDtidwo8y6bkiqIheMGjIdjgP9SqJzw==} - '@fluidframework/container-loader@2.32.0': - resolution: {integrity: sha512-NfS6a38b9HdSuWsc0eSKfIPQFoj9zlwMpcuyjshkXW7Wms9w/wWz+mE8BGU8x1MI446CZnAU4oH5hiWS8sa8hg==} + '@fluidframework/container-loader@2.33.0': + resolution: {integrity: sha512-Q1w9YCQTs4rzOvZs7M+JUQN2WgaEmwJYpNZ01umO2fsTlsG6K08RrUUZHeLPP/au6kg4twi38cGpKdRH945WvA==} '@fluidframework/container-runtime-definitions@1.4.0': resolution: {integrity: sha512-0rlswYsMVQiD1/btlJ5Ebf3rfTyFd06E2/zRJiKWiaMzgmn9QqF7OoVtiJfAIUsyey+dR8hnI0IFlB1IMfIPOg==} - '@fluidframework/container-runtime-definitions@2.32.0': - resolution: {integrity: sha512-SrMBcCHBbRIN9/ONSNbvRPsDGZpi+R+EPLHYbVIDSCWwHGrhVmng8Zank/c9RC6T7Qf+josYYcNXQxL4ZWbh+w==} + '@fluidframework/container-runtime-definitions@2.33.0': + resolution: {integrity: sha512-FQwRjweO76Yh4lOrm1Tk8kFtzwPMrIMVQjWUnhbJrB3Jnmph1wO9aCFLAjekGxokzm8WmatG9P9pW7eA2Lra3g==} '@fluidframework/container-runtime@1.4.0': resolution: {integrity: sha512-KENgBxuPD7GdNmdjmsyVJpPKZwfXoRlzAxaMNhGdMSbi6oXDrd1LSekY5tchhsLWBpB5ucZpuvmSgbU+h9z3HQ==} - '@fluidframework/container-runtime@2.32.0': - resolution: {integrity: sha512-j7zJmfz9nmYvu2/mFKxIfujgXgFbxyQKI3VKVIKcUU2MfVV72wdZiS/3mspQCFa2UUNbd7W+IapRoXm7W0KV1g==} + '@fluidframework/container-runtime@2.33.0': + resolution: {integrity: sha512-AAzperTGcZv+2SKZQFS6CM8eQby6fsndd1CGaREroWOQinPJZXPzprGlecJ5tJ0nb6d/7MoubP+nZid+75LlNA==} '@fluidframework/container-utils@1.4.0': resolution: {integrity: sha512-OKYpvuzz5N62gQn8JELMyuKEwJAlToiLNWJP/dn/PS1HCKux5C/Mg7Twdi19DCgXP/hp5qvzAd+EHPqYWxMUGg==} @@ -17315,72 +17315,72 @@ packages: '@fluidframework/core-interfaces@1.4.0': resolution: {integrity: sha512-PDIglmsa9BgFh7Xhfs32KA3Q34/arTVHF4m3M0IuAByP4z8Oi2lVuNENZnBEk+IJMcrUhUDk5Q9LH8KGfoAw+Q==} - '@fluidframework/core-interfaces@2.32.0': - resolution: {integrity: sha512-pxev3oR5/uS++2orXLSxBKM1VOKIJR/s/Kv5XaOob/P19dKTdkvbrD78U5kXigs523w7PoOiXtTH+Bkz/B5tyA==} + '@fluidframework/core-interfaces@2.33.0': + resolution: {integrity: sha512-BKZG22dQ5WEXWUZVDCoVyAElkt1vSGjv1R5eJBI01c83nKYMzePSdgCQA9v73Dt7upQ7CYdb6uf1hNiGATCKRw==} - '@fluidframework/core-utils@2.32.0': - resolution: {integrity: sha512-oBGtmQtCD5wG/i7Wiq1qNgZvE1AdRhV3ucTp+mH2e3ZSarFFYxr7uZAjnRCkGyLPLDThHm3j5Pch7Y9++cvzAw==} + '@fluidframework/core-utils@2.33.0': + resolution: {integrity: sha512-Z+Tz/HO/MuAxUPayMVJdWWcJ8ulPUa/h50kAn/bvlZd3XqvaugxVPonQwDg3cHSeUAByU93ZQHqyvYtVrlBdtg==} - '@fluidframework/counter@2.32.0': - resolution: {integrity: sha512-5U9O+aVRVGzc29teNXVDJBJcPGV0Z35SIwX+PDc0UfCBcOE9L9QqEH27DalZ0MdeNKaldKMT4ng0cpai38vbZA==} + '@fluidframework/counter@2.33.0': + resolution: {integrity: sha512-xzPN6xWezWOhrGnlUW/WzHG0NMIZ9fUxOUsChBTu/VI75u1L4YdvhKSAtx+Ets47cuZpWolmTXH5Hy/CZO33Tw==} '@fluidframework/datastore-definitions@1.4.0': resolution: {integrity: sha512-Xmebp+XFyK2K8EIauQx10UdwOXYskuSyQt8pSZ6ggTMMFpUsnx44tSR8I8KacSFoYkrWzG/G64osRu23SPCcjQ==} - '@fluidframework/datastore-definitions@2.32.0': - resolution: {integrity: sha512-OfXn23kY7BIo9nPf1yNMqXVm0/tZDB4QUqcZg+QK5VbKZZ5/MLgiHGd56TK5w2lLSRQgxKB5KMdBxlV8UGsJ6g==} + '@fluidframework/datastore-definitions@2.33.0': + resolution: {integrity: sha512-FMcqbg6L7hyx0eyBUOQ19ERnZwZPTNCmR6wDjxCj/LBMcZ1VPwlHAPpp83VrQmSpas+pzxJXBx72gdLiUgwCFg==} '@fluidframework/datastore@1.4.0': resolution: {integrity: sha512-xV8cfmNzGAcpbQMrtEXTe7N6h6IkybrStrguyhZB6zBFzaPw3RNeAsMTiSxEMeVkU4UFcnI/ZU2rMalzVVC3Tg==} - '@fluidframework/datastore@2.32.0': - resolution: {integrity: sha512-7KEVwtK2HRR5RFxNaphafxNNFaxp/tkf0DzrAKditpPBL1aE4ufa2qkbwu07SRtRApnuZWfTSnmu1Svey2ozlQ==} + '@fluidframework/datastore@2.33.0': + resolution: {integrity: sha512-YonXDBBY027gZ5FX93Tef+30XG1r1SaCATJLZFn+SkUguw1rB1/bIpZM3AhCigIZfDaYGDInjnrHp82RQUurfA==} - '@fluidframework/debugger@2.32.0': - resolution: {integrity: sha512-nkOhWx+ozv9eJAhtzt4nk7i8zlz2nAiAeKzFpbMXtyi2PW8CEAcDFq0Jv6+hd/tGv5b0HrGgeeemei7u/wHzAw==} + '@fluidframework/debugger@2.33.0': + resolution: {integrity: sha512-GlVcFJgHcbuUJNq86tQ8CKLAgIqq1ZHd4TlTuDEj0prQeYZ+m0ZaJAa9W8RHXgLjNsnOWFg9hInNSafsOnzNDA==} - '@fluidframework/devtools-core@2.32.0': - resolution: {integrity: sha512-D+A+TVowxV0427i0LO60O+71VWVVPc+a9cLksmPfIOH/cj7HihcB30TJbdC1kcEUI+P7K88ES1nPHc2Rmjq9FQ==} + '@fluidframework/devtools-core@2.33.0': + resolution: {integrity: sha512-r9WoyyaZ0ZdeKgmWEzGQOqyqCrQJZj2KxC3NxOIhB5zpxmdYAu6aSDkcxcaUtkUQTkck3tPiisM5qCUb1HVMyg==} - '@fluidframework/devtools@2.32.0': - resolution: {integrity: sha512-JvdO57yxWaqG8vZWWaRj1LW1BWLmHAGu/MSN2sQlwelrl9u9mk2DX4Ub1l9FDN3LUNmlWHyrk9eIFTajUOhUww==} + '@fluidframework/devtools@2.33.0': + resolution: {integrity: sha512-m3NlfhTmT/2Jv19M2Wrq1tGQk62EbO5W0i2CtynE0uD0Y0P42/9lJJJ1jxHBaEDO6t6wwmSijZKx+p2M4TB45A==} '@fluidframework/driver-base@1.4.0': resolution: {integrity: sha512-w3fYGp1Bkdjp9he3W3dSPQb1vU+zsRIcZZV9wGNfPA1ii7z9rnXzSgscn39IdLbZqvS2704endNwOIYHyBT34g==} - '@fluidframework/driver-base@2.32.0': - resolution: {integrity: sha512-Dh1JvlVq5zxXEgWVWPErgnXE5cFgft+42wCRFjwOvV5qlyLAcy8LZ3C7jZmgh6XlRevXbVDWcoeUJvTmC9MCZQ==} + '@fluidframework/driver-base@2.33.0': + resolution: {integrity: sha512-/dzy7EhSw26idFqnXksCka3ITLSNlhd9ab+M3ox+qERJFN5vWprXAurFDWnQygTKf5gA7Ur/s3+yKXGpuVN4sg==} '@fluidframework/driver-definitions@1.4.0': resolution: {integrity: sha512-ay6Wwl8zGS64fjDsdh2iOeKiVVxT57Opeqjp6DqSglnnJi6AkSfYVoOVlMZ5+vJTfYJN3N4ptjrP/i3Mao9zPA==} - '@fluidframework/driver-definitions@2.32.0': - resolution: {integrity: sha512-xIlY1IfuO+rk0RYihgGIwacfZjlkZljfvU1dC2Fttg+6b1p7LkgpR5yfcPXuh2DzDGXMhRqaIQirE6XzscxXlA==} + '@fluidframework/driver-definitions@2.33.0': + resolution: {integrity: sha512-adNc+rCgPyoWLkRMgI86YzCmPK3SEYyuW0kgUe9mHvJDgtIYFVrbu7qZgMuKSTtXy43HGAmPK7gP6aUpWP4UUg==} '@fluidframework/driver-utils@1.4.0': resolution: {integrity: sha512-NPTFw54a+EnIzop7iwrHTONdt0UAjW59HhMlYVPMH8/aOBodddHl7oi2Ek96nZLc+6qruHImjJ+0OW+NxNS+Gw==} - '@fluidframework/driver-utils@2.32.0': - resolution: {integrity: sha512-7k7yKoTfLvumXaYNsXhBAF3PbSe3edUvmKFLAsYPFWIi9Nw6lmlKTnCcyjMmA75ICxWzyQtG41R2CmMKudS7XQ==} + '@fluidframework/driver-utils@2.33.0': + resolution: {integrity: sha512-7eEh/+fjMxewbEU9hmp/7nt35SsUQuZT90sq1jvBK0VXEjEOETac9A9eHaVFcBYl8ECeB1ciAc9xVAKqdYdFGQ==} - '@fluidframework/driver-web-cache@2.32.0': - resolution: {integrity: sha512-KOqO/ga1M1iciBWUD+JvoIellQkIPK5FWs2WLOJKflQRjuP6BP1y4WY8/gFDjJe4DAmRzd+1p75FFEVgHN4OCw==} + '@fluidframework/driver-web-cache@2.33.0': + resolution: {integrity: sha512-N0y1NJjC5C85vadvfetykjQMiAi8t2eOFq9UYbM9qloh+/upXzKFHjNUBVmaoVHeD3bbm1sGB1nTTnVd8HCLtA==} '@fluidframework/eslint-config-fluid@5.7.3': resolution: {integrity: sha512-/+6JDYTM4k4F7wHDMCIxXwmf9oWP9OmUyYJSPtWd0VQhdRomfdClicdajHIHQd9RWbo2SdZSXEsllKRT6s/9+Q==} - '@fluidframework/file-driver@2.32.0': - resolution: {integrity: sha512-Pq9JOS2EC8SptU0cu1xmxM056g1Njau2/MUQb4rr5gwHvVpdqEnnp04nURPLpTRwSuROeJcD/NuBfW0J+M6FMg==} + '@fluidframework/file-driver@2.33.0': + resolution: {integrity: sha512-2epLxphD+G3QoxKGc3kL63x59Z20ObUPKIa5Bwvk4I1vUAtt3uLf4et0CIOdPTR2zCoo5ucsmRJHzsfKLtp5zg==} - '@fluidframework/fluid-runner@2.32.0': - resolution: {integrity: sha512-qmvWv3r83JzK5GMjkBY/VrXU7nalhuPMjG5he0QfqnjuW1XlSrgXKqEwAxaN66ll/hrqNp8ioR0La8WexbbuDg==} + '@fluidframework/fluid-runner@2.33.0': + resolution: {integrity: sha512-6n4tPGY3epHoPjX0MNbaDSlFSZ3aUraHEC9CPYWfJERJjQ92taBHsqM4LNDfrd69KQg6cqaJ1ZdIY3y+v8BWGw==} hasBin: true '@fluidframework/fluid-static@1.4.0': resolution: {integrity: sha512-YlSX6Ibm3HquB+swxoIJt6QM1Bd6R9rBHp/HYDR9/9JuQwCIqW1xvF2NHmXPN/TGl51DnbhSB0gtm9k6pYd7pg==} - '@fluidframework/fluid-static@2.32.0': - resolution: {integrity: sha512-6wJB5nc5aicvyDDTpDb5lezl+92uQKUG+IQyHKd1gwRoyz4sferEuWc90jg2tSZybxdIfjdseiehpmgNhN3Nyw==} + '@fluidframework/fluid-static@2.33.0': + resolution: {integrity: sha512-2Eog1V9HXNHR8LjrlO+LgDCL1YbmHGGTMVKDrOsN095hSrQ8aPp/qsNy2sd0Vg2DHNizkW5KgIZegAbpvzwp6Q==} '@fluidframework/garbage-collector@1.4.0': resolution: {integrity: sha512-bwt1mv3B2PcvVN/JqBkm8MwdRydVboBM7MguQkANDGkmUPD56dRzjBYEdOl3yNZJEO/xJ2v15RPrkf1coI78Bg==} @@ -17391,38 +17391,38 @@ packages: '@fluidframework/gitresources@5.0.0': resolution: {integrity: sha512-nfam1KT+EUqFCENHcxrU9VwUfbhUC83UcLuOsdLpn9I7VuClL+w8KMWosoYauZraO9gDhTo2kCErjgQji5GzGA==} - '@fluidframework/id-compressor@2.32.0': - resolution: {integrity: sha512-6Ku9qmp4QS798X064Cft73Q5yh6DQNAdi1k+uf5HrNc0nWQ2S/QDWvpuY+/cZYrpQHVvF4wPOUNZz60BFLp5og==} + '@fluidframework/id-compressor@2.33.0': + resolution: {integrity: sha512-z4emFJJBaZ2fXVBir572Zmb2sHmIwGCjLlXCBEC8HZWZrAbLEGQR1ZertSrWSRnNzRp5h/3qy82pcp3BEWvOTw==} - '@fluidframework/local-driver@2.32.0': - resolution: {integrity: sha512-vbZ0J+a1Xks0MZA9qRm9k4tjFUgBiTb7sFWZDMElzPmsshuXWpK9deI4B0LBL+5O7wVeX/uKuXwIUWiLNfxOlQ==} + '@fluidframework/local-driver@2.33.0': + resolution: {integrity: sha512-B2THpE7jz8XUWr5wcNm9aVlcNPdkY3GHtIoZP8eQ/cPtN8txJduvqrW6ztdYgUKKrV/iBn6Y5QTN/bAmMKaG9Q==} '@fluidframework/map@1.4.0': resolution: {integrity: sha512-KBdHBxCcIvPtsUSqnc5Ztgs2U01FwgnsW8WF3bl+TGt55Xs4esm3+p43WNkET1YU5Q95RVocRVp03dYMN7xelQ==} - '@fluidframework/map@2.32.0': - resolution: {integrity: sha512-6U9NKTlfo+1nY7QQ7oWIInuIytoVHQk7A4DmC7uJ9wOMT3R4R2Q6wUe4XJ/2pvHEZ9uRGUxuTxwuR32HZhe2IQ==} + '@fluidframework/map@2.33.0': + resolution: {integrity: sha512-pYHoZfPEIZv8G96izWXpYvDf7oQDGBxap1oJltwof9BzSa8GPvltyN2L6as7LKUph/q3f/xBR1GL2rGGo34g/g==} - '@fluidframework/matrix@2.32.0': - resolution: {integrity: sha512-ISuAfUTI+CfbLiCCQh1+Tow/zSMr3MDY2Z/Gz8mxXRiALSptUQqL3fKLXU//tZOZxU8f67+0zQBhb1/bkaP35A==} + '@fluidframework/matrix@2.33.0': + resolution: {integrity: sha512-XWlxI2aZathQkO0oT7dPcMNUOMkm7O/nHoLZyvR6ZOJEr/m5WqCaQoDKDM8c4maDit9XLjm7oP5/8x1GiLLsdQ==} - '@fluidframework/merge-tree@2.32.0': - resolution: {integrity: sha512-MiqlX213wUEnQkYvJfG6Haz9+Y2/rFsH7ERSNatYHKH7gef3WT54YDPQv9/U3dPUP9/jecLiLCQV+uJ0CpNf5w==} + '@fluidframework/merge-tree@2.33.0': + resolution: {integrity: sha512-4CSJzmF4PyYErGZMB+OCmDRxtNlKWzznAgB4U6CMYviJ6z1hhUpuUeT2KnzkuMn1soRa4GiFui919dDk0uZHRg==} - '@fluidframework/odsp-doclib-utils@2.32.0': - resolution: {integrity: sha512-SSbOzYtNeCKIatN61lO2PPrZSehgd1H5i7yMFuLgRZQNlEK0wNDo8wX87fha7LuAbMf3KweCWEms5P8Cy+AADQ==} + '@fluidframework/odsp-doclib-utils@2.33.0': + resolution: {integrity: sha512-G/cvu3YLBNKT/jhWATq90mRC9GBKFTf+l8ueWuwLJX9JWpK4/hltyo7LAhY8V5hb/a/N+A790DTEj27bOqtgfQ==} - '@fluidframework/odsp-driver-definitions@2.32.0': - resolution: {integrity: sha512-BoEshJciYmlQGdTcNDMzkFqJqoIQHqNZiKFEloGomVSWUEs0XI9s+uJKm3h1h6zoL3RfPsYjUS5NO0NxYg0p/g==} + '@fluidframework/odsp-driver-definitions@2.33.0': + resolution: {integrity: sha512-vSKOo8uYW9LQSVp70PjjF2QKB5vPeLo/S5E5w3eLhaIFcu7S9V1iwzBlJyieF+drWKFfy85rpPQrRNqvlorgNQ==} - '@fluidframework/odsp-driver@2.32.0': - resolution: {integrity: sha512-w4ZPrNxPsNXTFwIrl4UE8dSkYlFLw3dvX4vcMe8W5yArj7uOvygi3GSkiK4+Enp4qEUrE76TJM+GfrxO8D9KwA==} + '@fluidframework/odsp-driver@2.33.0': + resolution: {integrity: sha512-vV5+7uRBHQu3nlFfAf+E633+NjLUbLGNNdHLbp/K5I05bboFrAOUVcT07j9fnpeZDoGm//n4Hhubhr/uqAP3yQ==} - '@fluidframework/odsp-urlresolver@2.32.0': - resolution: {integrity: sha512-KiN4wTVJwYKO0VDsWV9SXIBVngTdWXd7wuzWTNqnxPFdl+lFTkKCwENM/DDo2c4qUAmoSEADTiZThs1pfFrnHg==} + '@fluidframework/odsp-urlresolver@2.33.0': + resolution: {integrity: sha512-jU5ty2ZfkH4vRcSEv9STCH+yodq4gEiHcCxGsSV8a1sD1UKjgLUxR59hKdWqFic2hE5nQeWhJ/AnzGj2tqzWeA==} - '@fluidframework/ordered-collection@2.32.0': - resolution: {integrity: sha512-pfZBBTVqnGUl1RUqkQKaNQf1qG1FyU4o2+eloh/j6VhJKBnIniSuwpjjnrn70DX+FuCGs51mWjqBz8XfjtRw5w==} + '@fluidframework/ordered-collection@2.33.0': + resolution: {integrity: sha512-IkV35hwvcotBIG+v0n0WTBY/gTv6C99gckHNQgnPqsXjLPSofAtrOkuw/+l1MabcE56+5nDwmjtu5qr0aeKr0Q==} '@fluidframework/protocol-base@0.1036.5002': resolution: {integrity: sha512-mlI9okyLeSusGx7qU32NDJ4GJptSzVo3V6tPDhphPIOPtyOVTBuL4EQRFYdceoSLHlxEdVnQprwhyoRiMNw7Kw==} @@ -17439,41 +17439,41 @@ packages: '@fluidframework/protocol-definitions@3.2.0': resolution: {integrity: sha512-xgcyMN4uF6dAp2/XYFSHvGFITIV7JbVt3itA+T0c71/lZjq/HU/a/ClPIxfl9AEN0RbtuR/1n5LP4FXSV9j0hA==} - '@fluidframework/register-collection@2.32.0': - resolution: {integrity: sha512-KbK+ZbD6QUeb+oMoz1A5COfH7d6yVMDIBQtKpo7BfluAMOtIp9YgS3oPlCSI8ZPpxXA/zBx2PmskoGooAnTH2w==} + '@fluidframework/register-collection@2.33.0': + resolution: {integrity: sha512-Cz/do3yWUi4vhm2Fw5D+ZG7nELDpTOVOl6c0LhOVcKG7/y3YZrsO+ZOe5ff4iKQaVHEDdoiexgb8Fr/7WTYydw==} - '@fluidframework/replay-driver@2.32.0': - resolution: {integrity: sha512-WEnFxMiwIloWdVrTcJKtWDhoAOb5u8x/54YFp3Lh7fAEEfCbg2d+j/HtwmACKbQVVO3IThyII92+9SPU2SycnA==} + '@fluidframework/replay-driver@2.33.0': + resolution: {integrity: sha512-2TklyFUGG0Iq7ugCntRk7q+QuQ+i5hLRdj6K0xV8SOrXjDBqjpSWqEqNSvOC3Jphfk+st3YVGJNbSjdR36Re2w==} '@fluidframework/request-handler@1.4.0': resolution: {integrity: sha512-KDYjQcrdvSuHXBtIG+LkDCcIjiDdw1CKX4iWi/aQrbGOTFVyLzfb2SnEXOBz7sw0YuMhxf+S322KTcX/OWd12w==} - '@fluidframework/request-handler@2.32.0': - resolution: {integrity: sha512-OCQVC6/dHX7AJQRPmw8c40tCzxVSpcxVsI7aQWBR7VsORwqdyDFhYSS4Gd+4ylqd8Uof53GHsF+JFHdfdO6GrQ==} + '@fluidframework/request-handler@2.33.0': + resolution: {integrity: sha512-XgW72NHgiTC0XN6WgQVTMUI0AnwOzitoGJMeAt6j7p2KuiYKH11ZS3NFSFBYVZ8GHX76hhZLNGV2LoSfQRLgQQ==} '@fluidframework/routerlicious-driver@1.4.0': resolution: {integrity: sha512-iyLywWEgo7zWYCiJj0GPzsrn4lmLw65GYJLEod57fBCk9eLRRxhQ2GJuu2k9XGV6nCFadEc1ZEKufDUNIiBPow==} - '@fluidframework/routerlicious-driver@2.32.0': - resolution: {integrity: sha512-CHuLskXuXP6EMeKXthVa028DHnoNh/eEj2i5XREWbKhMnpo8AKZElHH6W783G3pmHGy+jitBnnXm3HT5gQDihg==} + '@fluidframework/routerlicious-driver@2.33.0': + resolution: {integrity: sha512-T+DfvYKg2UyzyYhSXLPjgCkjPpYt2CcwFi0nZdzhz5cN8TjKIEZY1ftJohZBf+rAgu/rpf8GGFhveOlitFyN/A==} - '@fluidframework/routerlicious-urlresolver@2.32.0': - resolution: {integrity: sha512-ZlaZX/lHg52PkHy5nVjnp4PLIZc34hEu6z5nskS1Qb5Vacx2FfwBxEHuuoNOXXWV0pVYH3pZK4qpHnXX7LK4sQ==} + '@fluidframework/routerlicious-urlresolver@2.33.0': + resolution: {integrity: sha512-NqnttPjIT0EHX+Wu7DZomM73GACx5dFZhN166sLqcxvVvZBR26swaZ5U+ohw6EMhj92xOa7yAj1TJUwnuzsNkw==} '@fluidframework/runtime-definitions@1.4.0': resolution: {integrity: sha512-GewpwBxbeMutnHHXzVWsFYbGQJHKh8dFNqTiW0covMfaOOhXVSM0qzuf7RY7qX9n8Vn/bK3zF4WRo6gx/32fmg==} - '@fluidframework/runtime-definitions@2.32.0': - resolution: {integrity: sha512-aDjF+FLTmlJlBu0f8EYWisJaitMEdq34wb2xD2bVAmyMbShzdN0nRazpDmYEDNaU7kLuvUk3t3zP3eeOshGzMw==} + '@fluidframework/runtime-definitions@2.33.0': + resolution: {integrity: sha512-iPs05qwi1fA6mR6u/Gb5uJbiyIK0oONEFZbYfVSIo/lf6wD1divy5EMJZDtwRIQaNqRIVDchbIhu5Hm2gWJZYw==} '@fluidframework/runtime-utils@1.4.0': resolution: {integrity: sha512-0drnuEdUja1m2401FXcsB9l66x5oCGjgW43mLjZgZFKcz5v5jYZml8OKWAtLmwfI/UNLJ9bQkb/nHQSM0Tf3Rw==} - '@fluidframework/runtime-utils@2.32.0': - resolution: {integrity: sha512-0eNNjfrXTYh42jUOw+elCHoLdac2BGXQla1MoyRG+Xy2vY3IPIFZ984stQU/t+6JMtkbhDUIFnQzV7FwF2rouA==} + '@fluidframework/runtime-utils@2.33.0': + resolution: {integrity: sha512-MEBwPtQCibHcS3K73ZIbkxLeY3X6CPaFBBFoAfyC0BExm9vIfU1Nag7tkSLSho7HMpSNJLW0inLBAUI5lRBrAg==} - '@fluidframework/sequence@2.32.0': - resolution: {integrity: sha512-NWxXTkBTPKIFrCQS8g0VMWEUMR7rfGy4hQbrF2394KL8oxnWZVQdOUiL4tvPjg/gTK0IdxwsXhd1YASRMyk4Jw==} + '@fluidframework/sequence@2.33.0': + resolution: {integrity: sha512-Vvwmkk3NxRftAt6L6id3Q1oQOsEYdmAtoEeUyITQx50qynMfAYuFPHIWwRCwJPRCwegpQB7mL4IhCApJlcEt+Q==} '@fluidframework/server-lambdas-driver@5.0.0': resolution: {integrity: sha512-tnMxsxKr2zajQ64Ew7zcTKclK2Rkp7cqK4ghiuYkzhdbt7ZxIMVmkSW3B5/DXDSxVoi4VR6q1BA6cMnGJMcwsw==} @@ -17511,51 +17511,51 @@ packages: '@fluidframework/shared-object-base@1.4.0': resolution: {integrity: sha512-NI94dsIyZL7s76UN/UVawd0JqV106cS84MaW1r9Qv91+QGU8aq/KCS3j8R9ZZ8pWFQ46sX9BT4CKa4hy4xZedw==} - '@fluidframework/shared-object-base@2.32.0': - resolution: {integrity: sha512-S2T3FTcXtntZnA0nI7dO4S2XBHiCHWm+OTKOdmjE6lAvXW1xa9jNRLbgX1tcLaW5IokTWQRZXYPt0zGp8Qydxw==} + '@fluidframework/shared-object-base@2.33.0': + resolution: {integrity: sha512-+eOfnybRd0dVkuBjVq1ZN3S3ewGyageKsm5WPVlNES8Pe7n+htlihAYdBOr7Yq1dP5aQXnajBwg46sV6b5yaOw==} - '@fluidframework/shared-summary-block@2.32.0': - resolution: {integrity: sha512-fhA/fZ1Y4GFMZIX1TTSAyKtL2ObKTSmumvIJoJQbq8X098aUl51VzWQ9YDiIV75W13SvRUxCk1RSjpr/17Cjew==} + '@fluidframework/shared-summary-block@2.33.0': + resolution: {integrity: sha512-EH4niqqZAV20I/rGRfP/k0oI3UWz1jJBB3eYh+14J47ueeFIckLxFhx9QkuxWFtizIBgT//k+jUVLjlYw8Gwmw==} '@fluidframework/synthesize@1.4.0': resolution: {integrity: sha512-0pdq28pZ/cA/OVOp7KiUv8/bDxltwQy2ca7UJQGuyRDF9n1QcXoWC98liu2fB3/imahdfDi5pZ6l2vw/nIiFkA==} - '@fluidframework/synthesize@2.32.0': - resolution: {integrity: sha512-2lcx+Y1nH5oo5pPaYxv3XXzDhBsLgOQLGlP/HNqTS5S2P54iBD9xbJQxli2H+BDHXxrt26qIeUV5bQ1anL6thw==} + '@fluidframework/synthesize@2.33.0': + resolution: {integrity: sha512-94T8clvWowwaV3r53mlVBsOuyAv4ck5Je3O7IMwkfQCo2DVL/llV3fqtoeXEfV1iycSxx3bZpekYPkgZbVdLWA==} - '@fluidframework/task-manager@2.32.0': - resolution: {integrity: sha512-dAf3t95JE7TpUV4L3FQ4ghyy/kRi0hu86Wn/O66HLsCQrEh/EjRZRpYlA6TjIFvVbqOP8Sfct2CC+t1xCVaG9w==} + '@fluidframework/task-manager@2.33.0': + resolution: {integrity: sha512-XtNfdPgf/aAu4DOP8Yi/IlSePprHcrMZO0ZLSeuEYf/TsgbOFPKgbjAWABJ9b/R5USofhS0lKziVMIYyOJuDOQ==} '@fluidframework/telemetry-utils@1.4.0': resolution: {integrity: sha512-WXG1ThL+WJLGdBtUGlCPPlIrHxqnc+zy+YHrYtqFnlIp+75W3W+YApR5dyP1uCfvapISoBPo0htK3WNIiyj8Rw==} - '@fluidframework/telemetry-utils@2.32.0': - resolution: {integrity: sha512-Vpctz+TXXQhjBoy1kht5lj/zhE3G+L1ZtdBRZcq9ReiDnEJPpJODhpCr7Dn9Bn9FVuxfYF6syi2PzASUZkaAjg==} + '@fluidframework/telemetry-utils@2.33.0': + resolution: {integrity: sha512-4gyHnzCOy/118Qg+aTPBMWbI2i3+W8Jpxm2s4CPTWEEgIeiVPmyDUVNnZWD4eXbWlh5AGnBt2Z0GvZbqnXZ9kQ==} - '@fluidframework/test-runtime-utils@2.32.0': - resolution: {integrity: sha512-L8BYdTtIR4xuxWS5UqDsRkGkTnN5WHqfr177Hp+ew320uMLI+VsDBvUTYzu+xaI4MCrDjBCk6ligxfExsNagzA==} + '@fluidframework/test-runtime-utils@2.33.0': + resolution: {integrity: sha512-vq4Qltqy5yoKFaKzs0mVTv/U/5nxkgh0SvBCKGrKtnu8i9yXExdzjDR252kuU1rIncdB6iD7ChKDuh4Dvd8O/A==} '@fluidframework/test-tools@1.0.195075': resolution: {integrity: sha512-N7FiXKoz6uQhDJhJxSunya5uP/GWNEp0ohYs0Jkb8Mmnow1SKuxl29x3rC9Kf5zORjUk8krCjam50+d8aPFGaw==} hasBin: true - '@fluidframework/test-utils@2.32.0': - resolution: {integrity: sha512-V073cZhI4w15dXCOeVzd8c8Wvq8IDdvR7xaMc58+HjW5ggIfzoEEhCZ4CBJuFsEfUtzSiv2wB6fPP+lchWLZ+g==} + '@fluidframework/test-utils@2.33.0': + resolution: {integrity: sha512-4wlupYurXRWKJBKrdf9TTMGFozXMHI6rtBkOxsoTK3ypDtIbVMLytDM20ik4g2XN6MP25hi75WX1TBCOyzDTVQ==} - '@fluidframework/tinylicious-client@2.32.0': - resolution: {integrity: sha512-gniepI4z2nCHNiU/k+FALJzQe/nLUJqtBbOXPnhBGfOvoyLBqfsjZgUoUm80GJciF4fVml5PW+3HDPY3zchgVA==} + '@fluidframework/tinylicious-client@2.33.0': + resolution: {integrity: sha512-i9n5EnCy8JhqlGIg53rz5XIwj/iyC4DkMyyjE3MotnxVui1Lv63zj8UzUnvfuK+zCMowcQnwPtY7VJLYU58l/g==} - '@fluidframework/tinylicious-driver@2.32.0': - resolution: {integrity: sha512-JhrRY9HEaIMNwBwNeM7+cLJ+o0f+b+HgwkCKzTM9rTUxJ4Gk/fXLAZeOUbZ75eB2RcVMiUzFRfuKcFOzJiQfkA==} + '@fluidframework/tinylicious-driver@2.33.0': + resolution: {integrity: sha512-uquaWPYaB9rvsFKE02kAcUh+uP+tomJyz6UUvDPzZbCYIqFdFZ2fkz/ey9yASh3oltSAQnDnXpD2/1trtPKBLA==} - '@fluidframework/tool-utils@2.32.0': - resolution: {integrity: sha512-9YviKHxk3l3r3jREIvp4Sfw/77D7SFHbSdc7IK+mavcykEsZdZV5Ll4BydSGyldVsWfttxIbqrAEYf4APq3ZUQ==} + '@fluidframework/tool-utils@2.33.0': + resolution: {integrity: sha512-pzVhP70wXHEPfzPpviNmojIkIkCrNqHS7ZNy7PIzLvi+SZQwlrph501eK2Cx/lhtPlIrQElmUSFuvPkB3TBh6g==} - '@fluidframework/tree@2.32.0': - resolution: {integrity: sha512-iXzaZtP5A/D3McBYEw0GSLRHC18pfjmRvHcbqiZV5yIOPhmqWjNcndSa8lIAbzdEERTgoZ+IlrTSJRK2ULLgGg==} + '@fluidframework/tree@2.33.0': + resolution: {integrity: sha512-iK9JGiJrIvg12QNNozgOxs/a+gnv/0e73glc2183MhmxnNlYhaH0JWSSy/W/dSR7i5USdQ4kR8ewfe3ka4Q0Rg==} - '@fluidframework/undo-redo@2.32.0': - resolution: {integrity: sha512-PkejnjiwyipDltlFw/xAvcJi3zrCmH9RsRn3KrOXIpeG9hGiBQpBEgS2QvRilEnIdPixKDjQFAX3SFnJibED1Q==} + '@fluidframework/undo-redo@2.33.0': + resolution: {integrity: sha512-aaYMt4VBF2n/uu2v+rMSqo4j6Y0F6Xvfk+r9NCX2MEiEh7IdcTN9oTB1nZDTdkXJynFtRMlUxparvwoQElwJgw==} '@fluidframework/view-interfaces@1.4.0': resolution: {integrity: sha512-YD0HE6rMpG6h/ELR717flLZ4Th0Ik0UUkECgaouW+Qy+Of+uPbi4KVoKRqTEEKzZqBFSbvSR5x3TlbmcXiEZnw==} @@ -29271,26 +29271,26 @@ snapshots: react: 18.3.1 tslib: 2.8.1 - '@fluid-experimental/attributable-map@2.32.0': - dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/datastore-definitions': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/driver-utils': 2.32.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.32.0 - '@fluidframework/runtime-utils': 2.32.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.32.0(debug@4.4.0) + '@fluid-experimental/attributable-map@2.33.0': + dependencies: + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/datastore-definitions': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/driver-utils': 2.33.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.33.0 + '@fluidframework/runtime-utils': 2.33.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.33.0(debug@4.4.0) path-browserify: 1.0.1 transitivePeerDependencies: - debug - supports-color - '@fluid-internal/client-utils@2.32.0': + '@fluid-internal/client-utils@2.33.0': dependencies: - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 '@types/events_pkg': '@types/events@3.0.3' base64-js: 1.5.1 buffer: 6.0.3 @@ -29307,10 +29307,10 @@ snapshots: - supports-color - typescript - '@fluid-internal/test-driver-definitions@2.32.0': + '@fluid-internal/test-driver-definitions@2.33.0': dependencies: - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 '@fluid-tools/benchmark@0.50.0': dependencies: @@ -29532,24 +29532,24 @@ snapshots: - supports-color - utf-8-validate - '@fluid-tools/fetch-tool@2.32.0(encoding@0.1.13)': + '@fluid-tools/fetch-tool@2.33.0(encoding@0.1.13)': dependencies: '@azure/identity': 4.5.0 '@azure/identity-cache-persistence': 1.1.1 - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/container-runtime': 2.32.0(debug@4.4.0) - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/datastore': 2.32.0(debug@4.4.0) - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/odsp-doclib-utils': 2.32.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/odsp-driver': 2.32.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/odsp-driver-definitions': 2.32.0 - '@fluidframework/odsp-urlresolver': 2.32.0(encoding@0.1.13) - '@fluidframework/routerlicious-driver': 2.32.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/routerlicious-urlresolver': 2.32.0 - '@fluidframework/runtime-definitions': 2.32.0 - '@fluidframework/tool-utils': 2.32.0(encoding@0.1.13) + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/container-runtime': 2.33.0(debug@4.4.0) + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/datastore': 2.33.0(debug@4.4.0) + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/odsp-doclib-utils': 2.33.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/odsp-driver': 2.33.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/odsp-driver-definitions': 2.33.0 + '@fluidframework/odsp-urlresolver': 2.33.0(encoding@0.1.13) + '@fluidframework/routerlicious-driver': 2.33.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/routerlicious-urlresolver': 2.33.0 + '@fluidframework/runtime-definitions': 2.33.0 + '@fluidframework/tool-utils': 2.33.0(encoding@0.1.13) transitivePeerDependencies: - bufferutil - debug @@ -29589,27 +29589,27 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/agent-scheduler@2.32.0': - dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/container-definitions': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/datastore': 2.32.0(debug@4.4.0) - '@fluidframework/datastore-definitions': 2.32.0 - '@fluidframework/map': 2.32.0(debug@4.4.0) - '@fluidframework/register-collection': 2.32.0 - '@fluidframework/runtime-definitions': 2.32.0 - '@fluidframework/runtime-utils': 2.32.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.32.0 + '@fluidframework/agent-scheduler@2.33.0': + dependencies: + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/container-definitions': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/datastore': 2.33.0(debug@4.4.0) + '@fluidframework/datastore-definitions': 2.33.0 + '@fluidframework/map': 2.33.0(debug@4.4.0) + '@fluidframework/register-collection': 2.33.0 + '@fluidframework/runtime-definitions': 2.33.0 + '@fluidframework/runtime-utils': 2.33.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.33.0 uuid: 9.0.1 transitivePeerDependencies: - debug - supports-color - '@fluidframework/app-insights-logger@2.32.0(tslib@1.14.1)': + '@fluidframework/app-insights-logger@2.33.0(tslib@1.14.1)': dependencies: - '@fluidframework/core-interfaces': 2.32.0 + '@fluidframework/core-interfaces': 2.33.0 '@microsoft/applicationinsights-web': 2.8.18(tslib@1.14.1) '@ungap/structured-clone': 1.2.1 transitivePeerDependencies: @@ -29637,24 +29637,24 @@ snapshots: - debug - supports-color - '@fluidframework/aqueduct@2.32.0': - dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/container-definitions': 2.32.0 - '@fluidframework/container-runtime': 2.32.0(debug@4.4.0) - '@fluidframework/container-runtime-definitions': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/datastore': 2.32.0(debug@4.4.0) - '@fluidframework/datastore-definitions': 2.32.0 - '@fluidframework/map': 2.32.0(debug@4.4.0) - '@fluidframework/request-handler': 2.32.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.32.0 - '@fluidframework/runtime-utils': 2.32.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.32.0(debug@4.4.0) - '@fluidframework/synthesize': 2.32.0 - '@fluidframework/telemetry-utils': 2.32.0 - '@fluidframework/tree': 2.32.0 + '@fluidframework/aqueduct@2.33.0': + dependencies: + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/container-definitions': 2.33.0 + '@fluidframework/container-runtime': 2.33.0(debug@4.4.0) + '@fluidframework/container-runtime-definitions': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/datastore': 2.33.0(debug@4.4.0) + '@fluidframework/datastore-definitions': 2.33.0 + '@fluidframework/map': 2.33.0(debug@4.4.0) + '@fluidframework/request-handler': 2.33.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.33.0 + '@fluidframework/runtime-utils': 2.33.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.33.0(debug@4.4.0) + '@fluidframework/synthesize': 2.33.0 + '@fluidframework/telemetry-utils': 2.33.0 + '@fluidframework/tree': 2.33.0 transitivePeerDependencies: - debug - supports-color @@ -29683,17 +29683,17 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/azure-client@2.32.0(encoding@0.1.13)': + '@fluidframework/azure-client@2.33.0(encoding@0.1.13)': dependencies: - '@fluidframework/container-definitions': 2.32.0 - '@fluidframework/container-loader': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/driver-utils': 2.32.0(debug@4.4.0) - '@fluidframework/fluid-static': 2.32.0 - '@fluidframework/routerlicious-driver': 2.32.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/telemetry-utils': 2.32.0 + '@fluidframework/container-definitions': 2.33.0 + '@fluidframework/container-loader': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/driver-utils': 2.33.0(debug@4.4.0) + '@fluidframework/fluid-static': 2.33.0 + '@fluidframework/routerlicious-driver': 2.33.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/telemetry-utils': 2.33.0 transitivePeerDependencies: - bufferutil - debug @@ -29701,9 +29701,9 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/azure-service-utils@2.32.0': + '@fluidframework/azure-service-utils@2.33.0': dependencies: - '@fluidframework/driver-definitions': 2.32.0 + '@fluidframework/driver-definitions': 2.33.0 jsrsasign: 11.1.0 uuid: 9.0.1 @@ -29795,15 +29795,15 @@ snapshots: - uglify-js - webpack-cli - '@fluidframework/cell@2.32.0': + '@fluidframework/cell@2.33.0': dependencies: - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/datastore-definitions': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/driver-utils': 2.32.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.32.0 - '@fluidframework/shared-object-base': 2.32.0(debug@4.4.0) + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/datastore-definitions': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/driver-utils': 2.33.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.33.0 + '@fluidframework/shared-object-base': 2.33.0(debug@4.4.0) transitivePeerDependencies: - debug - supports-color @@ -29850,10 +29850,10 @@ snapshots: '@fluidframework/protocol-definitions': 0.1028.2000 events: 3.3.0 - '@fluidframework/container-definitions@2.32.0': + '@fluidframework/container-definitions@2.33.0': dependencies: - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 '@fluidframework/container-loader@1.4.0': dependencies: @@ -29877,15 +29877,15 @@ snapshots: - debug - supports-color - '@fluidframework/container-loader@2.32.0': + '@fluidframework/container-loader@2.33.0': dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/container-definitions': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/driver-utils': 2.32.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.32.0 + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/container-definitions': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/driver-utils': 2.33.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.33.0 '@types/events_pkg': '@types/events@3.0.3' '@ungap/structured-clone': 1.2.1 debug: 4.4.0(supports-color@8.1.1) @@ -29904,12 +29904,12 @@ snapshots: '@fluidframework/protocol-definitions': 0.1028.2000 '@fluidframework/runtime-definitions': 1.4.0 - '@fluidframework/container-runtime-definitions@2.32.0': + '@fluidframework/container-runtime-definitions@2.33.0': dependencies: - '@fluidframework/container-definitions': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/runtime-definitions': 2.32.0 + '@fluidframework/container-definitions': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/runtime-definitions': 2.33.0 transitivePeerDependencies: - supports-color @@ -29937,23 +29937,24 @@ snapshots: - debug - supports-color - '@fluidframework/container-runtime@2.32.0(debug@4.4.0)': - dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/container-definitions': 2.32.0 - '@fluidframework/container-runtime-definitions': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/datastore': 2.32.0(debug@4.4.0) - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/driver-utils': 2.32.0(debug@4.4.0) - '@fluidframework/id-compressor': 2.32.0 - '@fluidframework/runtime-definitions': 2.32.0 - '@fluidframework/runtime-utils': 2.32.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.32.0 + '@fluidframework/container-runtime@2.33.0(debug@4.4.0)': + dependencies: + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/container-definitions': 2.33.0 + '@fluidframework/container-runtime-definitions': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/datastore': 2.33.0(debug@4.4.0) + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/driver-utils': 2.33.0(debug@4.4.0) + '@fluidframework/id-compressor': 2.33.0 + '@fluidframework/runtime-definitions': 2.33.0 + '@fluidframework/runtime-utils': 2.33.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.33.0 '@tylerbu/sorted-btree-es6': 1.8.0 double-ended-queue: 2.1.0-0 lz4js: 0.2.0 + semver: 7.7.1 uuid: 9.0.1 transitivePeerDependencies: - debug @@ -29971,19 +29972,19 @@ snapshots: '@fluidframework/core-interfaces@1.4.0': {} - '@fluidframework/core-interfaces@2.32.0': {} + '@fluidframework/core-interfaces@2.33.0': {} - '@fluidframework/core-utils@2.32.0': {} + '@fluidframework/core-utils@2.33.0': {} - '@fluidframework/counter@2.32.0': + '@fluidframework/counter@2.33.0': dependencies: - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/datastore-definitions': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/driver-utils': 2.32.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.32.0 - '@fluidframework/shared-object-base': 2.32.0(debug@4.4.0) + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/datastore-definitions': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/driver-utils': 2.33.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.33.0 + '@fluidframework/shared-object-base': 2.33.0(debug@4.4.0) transitivePeerDependencies: - debug - supports-color @@ -29997,13 +29998,13 @@ snapshots: '@fluidframework/protocol-definitions': 0.1028.2000 '@fluidframework/runtime-definitions': 1.4.0 - '@fluidframework/datastore-definitions@2.32.0': + '@fluidframework/datastore-definitions@2.33.0': dependencies: - '@fluidframework/container-definitions': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/id-compressor': 2.32.0 - '@fluidframework/runtime-definitions': 2.32.0 + '@fluidframework/container-definitions': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/id-compressor': 2.33.0 + '@fluidframework/runtime-definitions': 2.33.0 transitivePeerDependencies: - supports-color @@ -30029,62 +30030,62 @@ snapshots: - debug - supports-color - '@fluidframework/datastore@2.32.0(debug@4.4.0)': + '@fluidframework/datastore@2.33.0(debug@4.4.0)': dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/container-definitions': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/datastore-definitions': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/driver-utils': 2.32.0(debug@4.4.0) - '@fluidframework/id-compressor': 2.32.0 - '@fluidframework/runtime-definitions': 2.32.0 - '@fluidframework/runtime-utils': 2.32.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.32.0 + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/container-definitions': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/datastore-definitions': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/driver-utils': 2.33.0(debug@4.4.0) + '@fluidframework/id-compressor': 2.33.0 + '@fluidframework/runtime-definitions': 2.33.0 + '@fluidframework/runtime-utils': 2.33.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.33.0 uuid: 9.0.1 transitivePeerDependencies: - debug - supports-color - '@fluidframework/debugger@2.32.0': + '@fluidframework/debugger@2.33.0': dependencies: - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/driver-utils': 2.32.0(debug@4.4.0) - '@fluidframework/replay-driver': 2.32.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/driver-utils': 2.33.0(debug@4.4.0) + '@fluidframework/replay-driver': 2.33.0 jsonschema: 1.4.1 transitivePeerDependencies: - debug - supports-color - '@fluidframework/devtools-core@2.32.0': - dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/aqueduct': 2.32.0 - '@fluidframework/cell': 2.32.0 - '@fluidframework/container-definitions': 2.32.0 - '@fluidframework/container-loader': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/counter': 2.32.0 - '@fluidframework/datastore-definitions': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/map': 2.32.0(debug@4.4.0) - '@fluidframework/matrix': 2.32.0 - '@fluidframework/sequence': 2.32.0 - '@fluidframework/shared-object-base': 2.32.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.32.0 - '@fluidframework/tree': 2.32.0 + '@fluidframework/devtools-core@2.33.0': + dependencies: + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/aqueduct': 2.33.0 + '@fluidframework/cell': 2.33.0 + '@fluidframework/container-definitions': 2.33.0 + '@fluidframework/container-loader': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/counter': 2.33.0 + '@fluidframework/datastore-definitions': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/map': 2.33.0(debug@4.4.0) + '@fluidframework/matrix': 2.33.0 + '@fluidframework/sequence': 2.33.0 + '@fluidframework/shared-object-base': 2.33.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.33.0 + '@fluidframework/tree': 2.33.0 transitivePeerDependencies: - debug - supports-color - '@fluidframework/devtools@2.32.0': + '@fluidframework/devtools@2.33.0': dependencies: - '@fluidframework/container-definitions': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/devtools-core': 2.32.0 - '@fluidframework/fluid-static': 2.32.0 + '@fluidframework/container-definitions': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/devtools-core': 2.33.0 + '@fluidframework/fluid-static': 2.33.0 transitivePeerDependencies: - debug - supports-color @@ -30101,14 +30102,14 @@ snapshots: - debug - supports-color - '@fluidframework/driver-base@2.32.0(debug@4.4.0)': + '@fluidframework/driver-base@2.33.0(debug@4.4.0)': dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/driver-utils': 2.32.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.32.0 + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/driver-utils': 2.33.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.33.0 transitivePeerDependencies: - debug - supports-color @@ -30119,9 +30120,9 @@ snapshots: '@fluidframework/core-interfaces': 1.4.0 '@fluidframework/protocol-definitions': 0.1028.2000 - '@fluidframework/driver-definitions@2.32.0': + '@fluidframework/driver-definitions@2.33.0': dependencies: - '@fluidframework/core-interfaces': 2.32.0 + '@fluidframework/core-interfaces': 2.33.0 '@fluidframework/driver-utils@1.4.0': dependencies: @@ -30139,13 +30140,13 @@ snapshots: - debug - supports-color - '@fluidframework/driver-utils@2.32.0(debug@4.4.0)': + '@fluidframework/driver-utils@2.33.0(debug@4.4.0)': dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/telemetry-utils': 2.32.0 + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/telemetry-utils': 2.33.0 axios: 1.8.4(debug@4.4.0) lz4js: 0.2.0 uuid: 9.0.1 @@ -30153,12 +30154,12 @@ snapshots: - debug - supports-color - '@fluidframework/driver-web-cache@2.32.0': + '@fluidframework/driver-web-cache@2.33.0': dependencies: - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/odsp-driver-definitions': 2.32.0 - '@fluidframework/telemetry-utils': 2.32.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/odsp-driver-definitions': 2.33.0 + '@fluidframework/telemetry-utils': 2.33.0 idb: 6.1.5 transitivePeerDependencies: - supports-color @@ -30192,28 +30193,28 @@ snapshots: - supports-color - typescript - '@fluidframework/file-driver@2.32.0': + '@fluidframework/file-driver@2.33.0': dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/driver-utils': 2.32.0(debug@4.4.0) - '@fluidframework/replay-driver': 2.32.0 + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/driver-utils': 2.33.0(debug@4.4.0) + '@fluidframework/replay-driver': 2.33.0 transitivePeerDependencies: - debug - supports-color - '@fluidframework/fluid-runner@2.32.0(encoding@0.1.13)': + '@fluidframework/fluid-runner@2.33.0(encoding@0.1.13)': dependencies: - '@fluidframework/aqueduct': 2.32.0 - '@fluidframework/container-definitions': 2.32.0 - '@fluidframework/container-loader': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/odsp-driver': 2.32.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/odsp-driver-definitions': 2.32.0 - '@fluidframework/telemetry-utils': 2.32.0 + '@fluidframework/aqueduct': 2.33.0 + '@fluidframework/container-definitions': 2.33.0 + '@fluidframework/container-loader': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/odsp-driver': 2.33.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/odsp-driver-definitions': 2.33.0 + '@fluidframework/telemetry-utils': 2.33.0 '@json2csv/plainjs': 7.0.6 yargs: 17.7.2 transitivePeerDependencies: @@ -30241,22 +30242,22 @@ snapshots: - debug - supports-color - '@fluidframework/fluid-static@2.32.0': + '@fluidframework/fluid-static@2.33.0': dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/aqueduct': 2.32.0 - '@fluidframework/container-definitions': 2.32.0 - '@fluidframework/container-loader': 2.32.0 - '@fluidframework/container-runtime': 2.32.0(debug@4.4.0) - '@fluidframework/container-runtime-definitions': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/datastore-definitions': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/request-handler': 2.32.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.32.0 - '@fluidframework/runtime-utils': 2.32.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.32.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.32.0 + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/aqueduct': 2.33.0 + '@fluidframework/container-definitions': 2.33.0 + '@fluidframework/container-loader': 2.33.0 + '@fluidframework/container-runtime': 2.33.0(debug@4.4.0) + '@fluidframework/container-runtime-definitions': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/datastore-definitions': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/request-handler': 2.33.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.33.0 + '@fluidframework/runtime-utils': 2.33.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.33.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.33.0 transitivePeerDependencies: - debug - supports-color @@ -30271,32 +30272,32 @@ snapshots: '@fluidframework/gitresources@5.0.0': {} - '@fluidframework/id-compressor@2.32.0': + '@fluidframework/id-compressor@2.33.0': dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/telemetry-utils': 2.32.0 + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/telemetry-utils': 2.33.0 '@tylerbu/sorted-btree-es6': 1.8.0 uuid: 9.0.1 transitivePeerDependencies: - supports-color - '@fluidframework/local-driver@2.32.0(debug@4.4.0)(encoding@0.1.13)': + '@fluidframework/local-driver@2.33.0(debug@4.4.0)(encoding@0.1.13)': dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/driver-base': 2.32.0(debug@4.4.0) - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/driver-utils': 2.32.0(debug@4.4.0) + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/driver-base': 2.33.0(debug@4.4.0) + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/driver-utils': 2.33.0(debug@4.4.0) '@fluidframework/protocol-base': 5.0.0 - '@fluidframework/routerlicious-driver': 2.32.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/routerlicious-driver': 2.33.0(debug@4.4.0)(encoding@0.1.13) '@fluidframework/server-local-server': 5.0.0 '@fluidframework/server-services-client': 5.0.0 '@fluidframework/server-services-core': 5.0.0 '@fluidframework/server-test-utils': 5.0.0 - '@fluidframework/telemetry-utils': 2.32.0 + '@fluidframework/telemetry-utils': 2.33.0 jsrsasign: 11.1.0 uuid: 9.0.1 transitivePeerDependencies: @@ -30323,37 +30324,37 @@ snapshots: - debug - supports-color - '@fluidframework/map@2.32.0(debug@4.4.0)': + '@fluidframework/map@2.33.0(debug@4.4.0)': dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/datastore-definitions': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/driver-utils': 2.32.0(debug@4.4.0) - '@fluidframework/merge-tree': 2.32.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.32.0 - '@fluidframework/runtime-utils': 2.32.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.32.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.32.0 + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/datastore-definitions': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/driver-utils': 2.33.0(debug@4.4.0) + '@fluidframework/merge-tree': 2.33.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.33.0 + '@fluidframework/runtime-utils': 2.33.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.33.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.33.0 path-browserify: 1.0.1 transitivePeerDependencies: - debug - supports-color - '@fluidframework/matrix@2.32.0': + '@fluidframework/matrix@2.33.0': dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/datastore-definitions': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/driver-utils': 2.32.0(debug@4.4.0) - '@fluidframework/merge-tree': 2.32.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.32.0 - '@fluidframework/runtime-utils': 2.32.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.32.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.32.0 + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/datastore-definitions': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/driver-utils': 2.33.0(debug@4.4.0) + '@fluidframework/merge-tree': 2.33.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.33.0 + '@fluidframework/runtime-utils': 2.33.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.33.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.33.0 '@tiny-calc/nano': 0.0.0-alpha.5 double-ended-queue: 2.1.0-0 tslib: 1.14.1 @@ -30361,52 +30362,52 @@ snapshots: - debug - supports-color - '@fluidframework/merge-tree@2.32.0(debug@4.4.0)': + '@fluidframework/merge-tree@2.33.0(debug@4.4.0)': dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/container-definitions': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/datastore-definitions': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/runtime-definitions': 2.32.0 - '@fluidframework/runtime-utils': 2.32.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.32.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.32.0 + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/container-definitions': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/datastore-definitions': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/runtime-definitions': 2.33.0 + '@fluidframework/runtime-utils': 2.33.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.33.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.33.0 transitivePeerDependencies: - debug - supports-color - '@fluidframework/odsp-doclib-utils@2.32.0(debug@4.4.0)(encoding@0.1.13)': + '@fluidframework/odsp-doclib-utils@2.33.0(debug@4.4.0)(encoding@0.1.13)': dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/driver-utils': 2.32.0(debug@4.4.0) - '@fluidframework/odsp-driver-definitions': 2.32.0 - '@fluidframework/telemetry-utils': 2.32.0 + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/driver-utils': 2.33.0(debug@4.4.0) + '@fluidframework/odsp-driver-definitions': 2.33.0 + '@fluidframework/telemetry-utils': 2.33.0 isomorphic-fetch: 3.0.0(encoding@0.1.13) transitivePeerDependencies: - debug - encoding - supports-color - '@fluidframework/odsp-driver-definitions@2.32.0': + '@fluidframework/odsp-driver-definitions@2.33.0': dependencies: - '@fluidframework/driver-definitions': 2.32.0 + '@fluidframework/driver-definitions': 2.33.0 - '@fluidframework/odsp-driver@2.32.0(debug@4.4.0)(encoding@0.1.13)': + '@fluidframework/odsp-driver@2.33.0(debug@4.4.0)(encoding@0.1.13)': dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/driver-base': 2.32.0(debug@4.4.0) - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/driver-utils': 2.32.0(debug@4.4.0) - '@fluidframework/odsp-doclib-utils': 2.32.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/odsp-driver-definitions': 2.32.0 - '@fluidframework/telemetry-utils': 2.32.0 + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/driver-base': 2.33.0(debug@4.4.0) + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/driver-utils': 2.33.0(debug@4.4.0) + '@fluidframework/odsp-doclib-utils': 2.33.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/odsp-driver-definitions': 2.33.0 + '@fluidframework/telemetry-utils': 2.33.0 socket.io-client: 4.7.5 uuid: 9.0.1 transitivePeerDependencies: @@ -30416,14 +30417,14 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/odsp-urlresolver@2.32.0(encoding@0.1.13)': + '@fluidframework/odsp-urlresolver@2.33.0(encoding@0.1.13)': dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/odsp-driver': 2.32.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/odsp-driver-definitions': 2.32.0 + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/odsp-driver': 2.33.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/odsp-driver-definitions': 2.33.0 transitivePeerDependencies: - bufferutil - debug @@ -30431,17 +30432,17 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/ordered-collection@2.32.0': - dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/datastore-definitions': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/runtime-definitions': 2.32.0 - '@fluidframework/runtime-utils': 2.32.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.32.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.32.0 + '@fluidframework/ordered-collection@2.33.0': + dependencies: + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/datastore-definitions': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/runtime-definitions': 2.33.0 + '@fluidframework/runtime-utils': 2.33.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.33.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.33.0 uuid: 9.0.1 transitivePeerDependencies: - debug @@ -30471,28 +30472,28 @@ snapshots: '@fluidframework/protocol-definitions@3.2.0': {} - '@fluidframework/register-collection@2.32.0': + '@fluidframework/register-collection@2.33.0': dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/datastore-definitions': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/driver-utils': 2.32.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.32.0 - '@fluidframework/shared-object-base': 2.32.0(debug@4.4.0) + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/datastore-definitions': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/driver-utils': 2.33.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.33.0 + '@fluidframework/shared-object-base': 2.33.0(debug@4.4.0) transitivePeerDependencies: - debug - supports-color - '@fluidframework/replay-driver@2.32.0': + '@fluidframework/replay-driver@2.33.0': dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/driver-utils': 2.32.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.32.0 + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/driver-utils': 2.33.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.33.0 transitivePeerDependencies: - debug - supports-color @@ -30507,13 +30508,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@fluidframework/request-handler@2.32.0(debug@4.4.0)': + '@fluidframework/request-handler@2.33.0(debug@4.4.0)': dependencies: - '@fluidframework/container-runtime-definitions': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/runtime-definitions': 2.32.0 - '@fluidframework/runtime-utils': 2.32.0(debug@4.4.0) + '@fluidframework/container-runtime-definitions': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/runtime-definitions': 2.33.0 + '@fluidframework/runtime-utils': 2.33.0(debug@4.4.0) transitivePeerDependencies: - debug - supports-color @@ -30543,16 +30544,16 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/routerlicious-driver@2.32.0(debug@4.4.0)(encoding@0.1.13)': + '@fluidframework/routerlicious-driver@2.33.0(debug@4.4.0)(encoding@0.1.13)': dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/driver-base': 2.32.0(debug@4.4.0) - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/driver-utils': 2.32.0(debug@4.4.0) + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/driver-base': 2.33.0(debug@4.4.0) + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/driver-utils': 2.33.0(debug@4.4.0) '@fluidframework/server-services-client': 5.0.0 - '@fluidframework/telemetry-utils': 2.32.0 + '@fluidframework/telemetry-utils': 2.33.0 cross-fetch: 3.1.8(encoding@0.1.13) json-stringify-safe: 5.0.1 socket.io-client: 4.7.5 @@ -30564,11 +30565,11 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/routerlicious-urlresolver@2.32.0': + '@fluidframework/routerlicious-urlresolver@2.33.0': dependencies: - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 nconf: 0.12.1 '@fluidframework/runtime-definitions@1.4.0': @@ -30580,13 +30581,13 @@ snapshots: '@fluidframework/driver-definitions': 1.4.0 '@fluidframework/protocol-definitions': 0.1028.2000 - '@fluidframework/runtime-definitions@2.32.0': + '@fluidframework/runtime-definitions@2.33.0': dependencies: - '@fluidframework/container-definitions': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/id-compressor': 2.32.0 - '@fluidframework/telemetry-utils': 2.32.0 + '@fluidframework/container-definitions': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/id-compressor': 2.33.0 + '@fluidframework/telemetry-utils': 2.33.0 transitivePeerDependencies: - supports-color @@ -30606,34 +30607,34 @@ snapshots: transitivePeerDependencies: - supports-color - '@fluidframework/runtime-utils@2.32.0(debug@4.4.0)': + '@fluidframework/runtime-utils@2.33.0(debug@4.4.0)': dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/container-definitions': 2.32.0 - '@fluidframework/container-runtime-definitions': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/datastore-definitions': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/driver-utils': 2.32.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.32.0 - '@fluidframework/telemetry-utils': 2.32.0 + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/container-definitions': 2.33.0 + '@fluidframework/container-runtime-definitions': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/datastore-definitions': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/driver-utils': 2.33.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.33.0 + '@fluidframework/telemetry-utils': 2.33.0 transitivePeerDependencies: - debug - supports-color - '@fluidframework/sequence@2.32.0': + '@fluidframework/sequence@2.33.0': dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/datastore-definitions': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/merge-tree': 2.32.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.32.0 - '@fluidframework/runtime-utils': 2.32.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.32.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.32.0 + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/datastore-definitions': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/merge-tree': 2.33.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.33.0 + '@fluidframework/runtime-utils': 2.33.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.33.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.33.0 double-ended-queue: 2.1.0-0 uuid: 9.0.1 transitivePeerDependencies: @@ -30879,53 +30880,53 @@ snapshots: - debug - supports-color - '@fluidframework/shared-object-base@2.32.0(debug@4.4.0)': + '@fluidframework/shared-object-base@2.33.0(debug@4.4.0)': dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/container-definitions': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/datastore': 2.32.0(debug@4.4.0) - '@fluidframework/datastore-definitions': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/runtime-definitions': 2.32.0 - '@fluidframework/runtime-utils': 2.32.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.32.0 + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/container-definitions': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/datastore': 2.33.0(debug@4.4.0) + '@fluidframework/datastore-definitions': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/runtime-definitions': 2.33.0 + '@fluidframework/runtime-utils': 2.33.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.33.0 uuid: 9.0.1 transitivePeerDependencies: - debug - supports-color - '@fluidframework/shared-summary-block@2.32.0': + '@fluidframework/shared-summary-block@2.33.0': dependencies: - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/datastore-definitions': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/driver-utils': 2.32.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.32.0 - '@fluidframework/shared-object-base': 2.32.0(debug@4.4.0) + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/datastore-definitions': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/driver-utils': 2.33.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.33.0 + '@fluidframework/shared-object-base': 2.33.0(debug@4.4.0) transitivePeerDependencies: - debug - supports-color '@fluidframework/synthesize@1.4.0': {} - '@fluidframework/synthesize@2.32.0': + '@fluidframework/synthesize@2.33.0': dependencies: - '@fluidframework/core-utils': 2.32.0 + '@fluidframework/core-utils': 2.33.0 - '@fluidframework/task-manager@2.32.0': + '@fluidframework/task-manager@2.33.0': dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/container-definitions': 2.32.0 - '@fluidframework/container-runtime-definitions': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/datastore-definitions': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/driver-utils': 2.32.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.32.0 - '@fluidframework/shared-object-base': 2.32.0(debug@4.4.0) + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/container-definitions': 2.33.0 + '@fluidframework/container-runtime-definitions': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/datastore-definitions': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/driver-utils': 2.33.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.33.0 + '@fluidframework/shared-object-base': 2.33.0(debug@4.4.0) transitivePeerDependencies: - debug - supports-color @@ -30940,31 +30941,31 @@ snapshots: transitivePeerDependencies: - supports-color - '@fluidframework/telemetry-utils@2.32.0': + '@fluidframework/telemetry-utils@2.33.0': dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 debug: 4.4.0(supports-color@8.1.1) uuid: 9.0.1 transitivePeerDependencies: - supports-color - '@fluidframework/test-runtime-utils@2.32.0(encoding@0.1.13)': + '@fluidframework/test-runtime-utils@2.33.0(encoding@0.1.13)': dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/container-definitions': 2.32.0 - '@fluidframework/container-runtime-definitions': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/datastore-definitions': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/id-compressor': 2.32.0 - '@fluidframework/routerlicious-driver': 2.32.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/runtime-definitions': 2.32.0 - '@fluidframework/runtime-utils': 2.32.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.32.0 + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/container-definitions': 2.33.0 + '@fluidframework/container-runtime-definitions': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/datastore-definitions': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/id-compressor': 2.33.0 + '@fluidframework/routerlicious-driver': 2.33.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/runtime-definitions': 2.33.0 + '@fluidframework/runtime-utils': 2.33.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.33.0 jsrsasign: 11.1.0 uuid: 9.0.1 transitivePeerDependencies: @@ -30976,28 +30977,28 @@ snapshots: '@fluidframework/test-tools@1.0.195075': {} - '@fluidframework/test-utils@2.32.0(encoding@0.1.13)': - dependencies: - '@fluid-internal/test-driver-definitions': 2.32.0 - '@fluidframework/container-definitions': 2.32.0 - '@fluidframework/container-loader': 2.32.0 - '@fluidframework/container-runtime': 2.32.0(debug@4.4.0) - '@fluidframework/container-runtime-definitions': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/datastore': 2.32.0(debug@4.4.0) - '@fluidframework/datastore-definitions': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/driver-utils': 2.32.0(debug@4.4.0) - '@fluidframework/local-driver': 2.32.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/map': 2.32.0(debug@4.4.0) - '@fluidframework/odsp-driver': 2.32.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/request-handler': 2.32.0(debug@4.4.0) - '@fluidframework/routerlicious-driver': 2.32.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/runtime-definitions': 2.32.0 - '@fluidframework/runtime-utils': 2.32.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.32.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.32.0 + '@fluidframework/test-utils@2.33.0(encoding@0.1.13)': + dependencies: + '@fluid-internal/test-driver-definitions': 2.33.0 + '@fluidframework/container-definitions': 2.33.0 + '@fluidframework/container-loader': 2.33.0 + '@fluidframework/container-runtime': 2.33.0(debug@4.4.0) + '@fluidframework/container-runtime-definitions': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/datastore': 2.33.0(debug@4.4.0) + '@fluidframework/datastore-definitions': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/driver-utils': 2.33.0(debug@4.4.0) + '@fluidframework/local-driver': 2.33.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/map': 2.33.0(debug@4.4.0) + '@fluidframework/odsp-driver': 2.33.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/request-handler': 2.33.0(debug@4.4.0) + '@fluidframework/routerlicious-driver': 2.33.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/runtime-definitions': 2.33.0 + '@fluidframework/runtime-utils': 2.33.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.33.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.33.0 best-random: 1.0.3 debug: 4.4.0(supports-color@8.1.1) mocha: 10.8.2 @@ -31008,20 +31009,20 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/tinylicious-client@2.32.0(encoding@0.1.13)': - dependencies: - '@fluidframework/container-definitions': 2.32.0 - '@fluidframework/container-loader': 2.32.0 - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/driver-utils': 2.32.0(debug@4.4.0) - '@fluidframework/fluid-static': 2.32.0 - '@fluidframework/map': 2.32.0(debug@4.4.0) - '@fluidframework/routerlicious-driver': 2.32.0(debug@4.4.0)(encoding@0.1.13) - '@fluidframework/runtime-utils': 2.32.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.32.0 - '@fluidframework/tinylicious-driver': 2.32.0(encoding@0.1.13) + '@fluidframework/tinylicious-client@2.33.0(encoding@0.1.13)': + dependencies: + '@fluidframework/container-definitions': 2.33.0 + '@fluidframework/container-loader': 2.33.0 + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/driver-utils': 2.33.0(debug@4.4.0) + '@fluidframework/fluid-static': 2.33.0 + '@fluidframework/map': 2.33.0(debug@4.4.0) + '@fluidframework/routerlicious-driver': 2.33.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/runtime-utils': 2.33.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.33.0 + '@fluidframework/tinylicious-driver': 2.33.0(encoding@0.1.13) transitivePeerDependencies: - bufferutil - debug @@ -31029,12 +31030,12 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/tinylicious-driver@2.32.0(encoding@0.1.13)': + '@fluidframework/tinylicious-driver@2.33.0(encoding@0.1.13)': dependencies: - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/driver-utils': 2.32.0(debug@4.4.0) - '@fluidframework/routerlicious-driver': 2.32.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/driver-utils': 2.33.0(debug@4.4.0) + '@fluidframework/routerlicious-driver': 2.33.0(debug@4.4.0)(encoding@0.1.13) jsrsasign: 11.1.0 uuid: 9.0.1 transitivePeerDependencies: @@ -31044,12 +31045,12 @@ snapshots: - supports-color - utf-8-validate - '@fluidframework/tool-utils@2.32.0(encoding@0.1.13)': + '@fluidframework/tool-utils@2.33.0(encoding@0.1.13)': dependencies: - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/driver-utils': 2.32.0(debug@4.4.0) - '@fluidframework/odsp-doclib-utils': 2.32.0(debug@4.4.0)(encoding@0.1.13) + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/driver-utils': 2.33.0(debug@4.4.0) + '@fluidframework/odsp-doclib-utils': 2.33.0(debug@4.4.0)(encoding@0.1.13) async-mutex: 0.3.2 debug: 4.4.0(supports-color@8.1.1) jwt-decode: 4.0.0 @@ -31058,19 +31059,19 @@ snapshots: - encoding - supports-color - '@fluidframework/tree@2.32.0': + '@fluidframework/tree@2.33.0': dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/container-runtime': 2.32.0(debug@4.4.0) - '@fluidframework/core-interfaces': 2.32.0 - '@fluidframework/core-utils': 2.32.0 - '@fluidframework/datastore-definitions': 2.32.0 - '@fluidframework/driver-definitions': 2.32.0 - '@fluidframework/id-compressor': 2.32.0 - '@fluidframework/runtime-definitions': 2.32.0 - '@fluidframework/runtime-utils': 2.32.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.32.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.32.0 + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/container-runtime': 2.33.0(debug@4.4.0) + '@fluidframework/core-interfaces': 2.33.0 + '@fluidframework/core-utils': 2.33.0 + '@fluidframework/datastore-definitions': 2.33.0 + '@fluidframework/driver-definitions': 2.33.0 + '@fluidframework/id-compressor': 2.33.0 + '@fluidframework/runtime-definitions': 2.33.0 + '@fluidframework/runtime-utils': 2.33.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.33.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.33.0 '@sinclair/typebox': 0.34.13 '@tylerbu/sorted-btree-es6': 1.8.0 '@types/ungap__structured-clone': 1.2.0 @@ -31080,13 +31081,13 @@ snapshots: - debug - supports-color - '@fluidframework/undo-redo@2.32.0': + '@fluidframework/undo-redo@2.33.0': dependencies: - '@fluid-internal/client-utils': 2.32.0 - '@fluidframework/map': 2.32.0(debug@4.4.0) - '@fluidframework/matrix': 2.32.0 - '@fluidframework/merge-tree': 2.32.0(debug@4.4.0) - '@fluidframework/sequence': 2.32.0 + '@fluid-internal/client-utils': 2.33.0 + '@fluidframework/map': 2.33.0(debug@4.4.0) + '@fluidframework/matrix': 2.33.0 + '@fluidframework/merge-tree': 2.33.0(debug@4.4.0) + '@fluidframework/sequence': 2.33.0 transitivePeerDependencies: - debug - supports-color diff --git a/tools/markdown-magic/package.json b/tools/markdown-magic/package.json index 2031c8b8a08c..00e395dbea27 100644 --- a/tools/markdown-magic/package.json +++ b/tools/markdown-magic/package.json @@ -1,6 +1,6 @@ { "name": "@fluid-tools/markdown-magic", - "version": "2.33.0", + "version": "2.33.1", "private": true, "description": "Contains shared utilities for Markdown content generation and embedding using markdown-magic.", "homepage": "https://fluidframework.com",