diff --git a/azure/packages/azure-service-utils/package.json b/azure/packages/azure-service-utils/package.json index b861c739d327..169a58f1bc6c 100644 --- a/azure/packages/azure-service-utils/package.json +++ b/azure/packages/azure-service-utils/package.json @@ -97,7 +97,7 @@ "@arethetypeswrong/cli": "^0.17.1", "@biomejs/biome": "~1.9.3", "@fluid-tools/build-cli": "^0.51.0", - "@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@2.11.0", + "@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@2.12.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", "@fluidframework/eslint-config-fluid": "^5.6.0", diff --git a/experimental/dds/attributable-map/package.json b/experimental/dds/attributable-map/package.json index 8bef4f3c6376..ef3745238633 100644 --- a/experimental/dds/attributable-map/package.json +++ b/experimental/dds/attributable-map/package.json @@ -101,7 +101,7 @@ "devDependencies": { "@arethetypeswrong/cli": "^0.17.1", "@biomejs/biome": "~1.9.3", - "@fluid-experimental/attributable-map-previous": "npm:@fluid-experimental/attributable-map@2.11.0", + "@fluid-experimental/attributable-map-previous": "npm:@fluid-experimental/attributable-map@2.12.0", "@fluid-internal/mocha-test-setup": "workspace:~", "@fluid-private/stochastic-test-utils": "workspace:~", "@fluid-private/test-dds-utils": "workspace:~", diff --git a/packages/common/client-utils/package.json b/packages/common/client-utils/package.json index 2921b1f1dd4b..361e6690f4d2 100644 --- a/packages/common/client-utils/package.json +++ b/packages/common/client-utils/package.json @@ -135,7 +135,7 @@ "devDependencies": { "@arethetypeswrong/cli": "^0.17.1", "@biomejs/biome": "~1.9.3", - "@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.11.0", + "@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.12.0", "@fluid-internal/mocha-test-setup": "workspace:~", "@fluid-tools/build-cli": "^0.51.0", "@fluidframework/build-common": "^2.0.3", diff --git a/packages/common/container-definitions/package.json b/packages/common/container-definitions/package.json index facdb77d210f..556671911a61 100644 --- a/packages/common/container-definitions/package.json +++ b/packages/common/container-definitions/package.json @@ -102,7 +102,7 @@ "@fluid-tools/build-cli": "^0.51.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", - "@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.11.0", + "@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.12.0", "@fluidframework/eslint-config-fluid": "^5.6.0", "@microsoft/api-extractor": "7.47.8", "concurrently": "^8.2.1", diff --git a/packages/common/container-definitions/src/test/types/validateContainerDefinitionsPrevious.generated.ts b/packages/common/container-definitions/src/test/types/validateContainerDefinitionsPrevious.generated.ts index e084d59f6399..8ad786efbda8 100644 --- a/packages/common/container-definitions/src/test/types/validateContainerDefinitionsPrevious.generated.ts +++ b/packages/common/container-definitions/src/test/types/validateContainerDefinitionsPrevious.generated.ts @@ -708,6 +708,24 @@ declare type old_as_current_for_TypeAlias_ContainerErrorTypes = requireAssignabl */ declare type current_as_old_for_TypeAlias_ContainerErrorTypes = 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_IContainerPolicies": {"forwardCompat": false} + */ +declare type old_as_current_for_TypeAlias_IContainerPolicies = 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_IContainerPolicies": {"backCompat": false} + */ +declare type current_as_old_for_TypeAlias_IContainerPolicies = 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/common/core-interfaces/package.json b/packages/common/core-interfaces/package.json index e255645c16c6..c7615014a857 100644 --- a/packages/common/core-interfaces/package.json +++ b/packages/common/core-interfaces/package.json @@ -98,7 +98,7 @@ "@fluid-tools/build-cli": "^0.51.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", - "@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.11.0", + "@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.12.0", "@fluidframework/eslint-config-fluid": "^5.6.0", "@microsoft/api-extractor": "7.47.8", "@types/node": "^18.19.0", diff --git a/packages/common/core-utils/package.json b/packages/common/core-utils/package.json index 076c7a91238b..efc93f7a2ab6 100644 --- a/packages/common/core-utils/package.json +++ b/packages/common/core-utils/package.json @@ -124,7 +124,7 @@ "@fluid-tools/build-cli": "^0.51.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", - "@fluidframework/core-utils-previous": "npm:@fluidframework/core-utils@2.11.0", + "@fluidframework/core-utils-previous": "npm:@fluidframework/core-utils@2.12.0", "@fluidframework/eslint-config-fluid": "^5.6.0", "@microsoft/api-extractor": "7.47.8", "@types/mocha": "^9.1.1", diff --git a/packages/common/driver-definitions/package.json b/packages/common/driver-definitions/package.json index 11ed01be1684..72c488edd860 100644 --- a/packages/common/driver-definitions/package.json +++ b/packages/common/driver-definitions/package.json @@ -97,7 +97,7 @@ "@fluid-tools/build-cli": "^0.51.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", - "@fluidframework/driver-definitions-previous": "npm:@fluidframework/driver-definitions@2.11.0", + "@fluidframework/driver-definitions-previous": "npm:@fluidframework/driver-definitions@2.12.0", "@fluidframework/eslint-config-fluid": "^5.6.0", "@microsoft/api-extractor": "7.47.8", "concurrently": "^8.2.1", diff --git a/packages/dds/cell/package.json b/packages/dds/cell/package.json index 8925f418e75d..3564d9d8142a 100644 --- a/packages/dds/cell/package.json +++ b/packages/dds/cell/package.json @@ -115,7 +115,7 @@ "@fluid-tools/build-cli": "^0.51.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", - "@fluidframework/cell-previous": "npm:@fluidframework/cell@2.11.0", + "@fluidframework/cell-previous": "npm:@fluidframework/cell@2.12.0", "@fluidframework/container-definitions": "workspace:~", "@fluidframework/eslint-config-fluid": "^5.6.0", "@fluidframework/test-runtime-utils": "workspace:~", diff --git a/packages/dds/counter/package.json b/packages/dds/counter/package.json index 3eff3e369f7b..2606e19b9922 100644 --- a/packages/dds/counter/package.json +++ b/packages/dds/counter/package.json @@ -133,7 +133,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", "@fluidframework/container-definitions": "workspace:~", - "@fluidframework/counter-previous": "npm:@fluidframework/counter@2.11.0", + "@fluidframework/counter-previous": "npm:@fluidframework/counter@2.12.0", "@fluidframework/eslint-config-fluid": "^5.6.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.47.8", diff --git a/packages/dds/map/package.json b/packages/dds/map/package.json index 985ee903b45f..1783b57f089b 100644 --- a/packages/dds/map/package.json +++ b/packages/dds/map/package.json @@ -147,7 +147,7 @@ "@fluidframework/build-tools": "^0.51.0", "@fluidframework/container-definitions": "workspace:~", "@fluidframework/eslint-config-fluid": "^5.6.0", - "@fluidframework/map-previous": "npm:@fluidframework/map@2.11.0", + "@fluidframework/map-previous": "npm:@fluidframework/map@2.12.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.47.8", "@types/mocha": "^9.1.1", diff --git a/packages/dds/matrix/package.json b/packages/dds/matrix/package.json index 681abeacf556..855096753a2a 100644 --- a/packages/dds/matrix/package.json +++ b/packages/dds/matrix/package.json @@ -150,7 +150,7 @@ "@fluidframework/build-tools": "^0.51.0", "@fluidframework/container-definitions": "workspace:~", "@fluidframework/eslint-config-fluid": "^5.6.0", - "@fluidframework/matrix-previous": "npm:@fluidframework/matrix@2.11.0", + "@fluidframework/matrix-previous": "npm:@fluidframework/matrix@2.12.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.47.8", "@tiny-calc/micro": "0.0.0-alpha.5", diff --git a/packages/dds/merge-tree/package.json b/packages/dds/merge-tree/package.json index cfa8ebdeb5d5..9f344f63c551 100644 --- a/packages/dds/merge-tree/package.json +++ b/packages/dds/merge-tree/package.json @@ -156,7 +156,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", "@fluidframework/eslint-config-fluid": "^5.6.0", - "@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.11.0", + "@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.12.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.47.8", "@types/diff": "^3.5.1", diff --git a/packages/dds/merge-tree/src/test/types/validateMergeTreePrevious.generated.ts b/packages/dds/merge-tree/src/test/types/validateMergeTreePrevious.generated.ts index 0768fa876de9..f7465343c91a 100644 --- a/packages/dds/merge-tree/src/test/types/validateMergeTreePrevious.generated.ts +++ b/packages/dds/merge-tree/src/test/types/validateMergeTreePrevious.generated.ts @@ -249,6 +249,15 @@ declare type current_as_old_for_Function_refHasTileLabel = 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: + * "Function_segmentIsRemoved": {"backCompat": false} + */ +declare type current_as_old_for_Function_segmentIsRemoved = requireAssignableTo, TypeOnly> + /* * Validate forward compatibility by using the old type in place of the current type. * If this test starts failing, it indicates a change that is not forward compatible. diff --git a/packages/dds/ordered-collection/package.json b/packages/dds/ordered-collection/package.json index 15c617bbe409..12630bf119b5 100644 --- a/packages/dds/ordered-collection/package.json +++ b/packages/dds/ordered-collection/package.json @@ -137,7 +137,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", "@fluidframework/eslint-config-fluid": "^5.6.0", - "@fluidframework/ordered-collection-previous": "npm:@fluidframework/ordered-collection@2.11.0", + "@fluidframework/ordered-collection-previous": "npm:@fluidframework/ordered-collection@2.12.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.47.8", "@types/mocha": "^9.1.1", diff --git a/packages/dds/register-collection/package.json b/packages/dds/register-collection/package.json index 153397888f7d..ef622e56e6f2 100644 --- a/packages/dds/register-collection/package.json +++ b/packages/dds/register-collection/package.json @@ -135,7 +135,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", "@fluidframework/eslint-config-fluid": "^5.6.0", - "@fluidframework/register-collection-previous": "npm:@fluidframework/register-collection@2.11.0", + "@fluidframework/register-collection-previous": "npm:@fluidframework/register-collection@2.12.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.47.8", "@types/mocha": "^9.1.1", diff --git a/packages/dds/sequence/package.json b/packages/dds/sequence/package.json index 44a1687f08f0..9fcf3e72a833 100644 --- a/packages/dds/sequence/package.json +++ b/packages/dds/sequence/package.json @@ -160,7 +160,7 @@ "@fluidframework/build-tools": "^0.51.0", "@fluidframework/container-definitions": "workspace:~", "@fluidframework/eslint-config-fluid": "^5.6.0", - "@fluidframework/sequence-previous": "npm:@fluidframework/sequence@2.11.0", + "@fluidframework/sequence-previous": "npm:@fluidframework/sequence@2.12.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.47.8", "@types/diff": "^3.5.1", diff --git a/packages/dds/shared-object-base/package.json b/packages/dds/shared-object-base/package.json index 756f5c646ec1..1b305967c804 100644 --- a/packages/dds/shared-object-base/package.json +++ b/packages/dds/shared-object-base/package.json @@ -140,7 +140,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", "@fluidframework/eslint-config-fluid": "^5.6.0", - "@fluidframework/shared-object-base-previous": "npm:@fluidframework/shared-object-base@2.11.0", + "@fluidframework/shared-object-base-previous": "npm:@fluidframework/shared-object-base@2.12.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.47.8", "@types/benchmark": "^2.1.0", diff --git a/packages/dds/shared-summary-block/package.json b/packages/dds/shared-summary-block/package.json index d46ef589ca78..253167de6a11 100644 --- a/packages/dds/shared-summary-block/package.json +++ b/packages/dds/shared-summary-block/package.json @@ -134,7 +134,7 @@ "@fluidframework/build-tools": "^0.51.0", "@fluidframework/container-definitions": "workspace:~", "@fluidframework/eslint-config-fluid": "^5.6.0", - "@fluidframework/shared-summary-block-previous": "npm:@fluidframework/shared-summary-block@2.11.0", + "@fluidframework/shared-summary-block-previous": "npm:@fluidframework/shared-summary-block@2.12.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.47.8", "@types/benchmark": "^2.1.0", diff --git a/packages/dds/task-manager/package.json b/packages/dds/task-manager/package.json index 62f9eb8c1b34..3c3f56234a69 100644 --- a/packages/dds/task-manager/package.json +++ b/packages/dds/task-manager/package.json @@ -138,7 +138,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", "@fluidframework/eslint-config-fluid": "^5.6.0", - "@fluidframework/task-manager-previous": "npm:@fluidframework/task-manager@2.11.0", + "@fluidframework/task-manager-previous": "npm:@fluidframework/task-manager@2.12.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.47.8", "@types/mocha": "^9.1.1", diff --git a/packages/dds/tree/package.json b/packages/dds/tree/package.json index 94e89bd6493c..71f5981108d4 100644 --- a/packages/dds/tree/package.json +++ b/packages/dds/tree/package.json @@ -186,7 +186,7 @@ "@fluidframework/eslint-config-fluid": "^5.6.0", "@fluidframework/test-runtime-utils": "workspace:~", "@fluidframework/test-utils": "workspace:~", - "@fluidframework/tree-previous": "npm:@fluidframework/tree@2.11.0", + "@fluidframework/tree-previous": "npm:@fluidframework/tree@2.12.0", "@microsoft/api-extractor": "7.47.8", "@types/diff": "^3.5.1", "@types/easy-table": "^0.0.32", diff --git a/packages/drivers/debugger/package.json b/packages/drivers/debugger/package.json index ac2eceeb759c..098bd08d4885 100644 --- a/packages/drivers/debugger/package.json +++ b/packages/drivers/debugger/package.json @@ -96,7 +96,7 @@ "@fluid-tools/build-cli": "^0.51.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", - "@fluidframework/debugger-previous": "npm:@fluidframework/debugger@2.11.0", + "@fluidframework/debugger-previous": "npm:@fluidframework/debugger@2.12.0", "@fluidframework/eslint-config-fluid": "^5.6.0", "@microsoft/api-extractor": "7.47.8", "@types/node": "^18.19.0", diff --git a/packages/drivers/driver-base/package.json b/packages/drivers/driver-base/package.json index 64c5f2fe6f60..3b9c2b55a9b7 100644 --- a/packages/drivers/driver-base/package.json +++ b/packages/drivers/driver-base/package.json @@ -113,7 +113,7 @@ "@fluid-tools/build-cli": "^0.51.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", - "@fluidframework/driver-base-previous": "npm:@fluidframework/driver-base@2.11.0", + "@fluidframework/driver-base-previous": "npm:@fluidframework/driver-base@2.12.0", "@fluidframework/eslint-config-fluid": "^5.6.0", "@microsoft/api-extractor": "7.47.8", "@types/mocha": "^9.1.1", diff --git a/packages/drivers/driver-web-cache/package.json b/packages/drivers/driver-web-cache/package.json index ddf50fc5d1c3..37551e27c322 100644 --- a/packages/drivers/driver-web-cache/package.json +++ b/packages/drivers/driver-web-cache/package.json @@ -103,7 +103,7 @@ "@fluid-tools/build-cli": "^0.51.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", - "@fluidframework/driver-web-cache-previous": "npm:@fluidframework/driver-web-cache@2.11.0", + "@fluidframework/driver-web-cache-previous": "npm:@fluidframework/driver-web-cache@2.12.0", "@fluidframework/eslint-config-fluid": "^5.6.0", "@microsoft/api-extractor": "7.47.8", "@types/jest": "29.5.3", diff --git a/packages/drivers/file-driver/package.json b/packages/drivers/file-driver/package.json index 88cde2dd5230..1181f70a3817 100644 --- a/packages/drivers/file-driver/package.json +++ b/packages/drivers/file-driver/package.json @@ -80,7 +80,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", "@fluidframework/eslint-config-fluid": "^5.6.0", - "@fluidframework/file-driver-previous": "npm:@fluidframework/file-driver@2.11.0", + "@fluidframework/file-driver-previous": "npm:@fluidframework/file-driver@2.12.0", "@microsoft/api-extractor": "7.47.8", "@types/node": "^18.19.0", "concurrently": "^8.2.1", diff --git a/packages/drivers/local-driver/package.json b/packages/drivers/local-driver/package.json index 9b51eb430caf..cc5d6c154638 100644 --- a/packages/drivers/local-driver/package.json +++ b/packages/drivers/local-driver/package.json @@ -142,7 +142,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", "@fluidframework/eslint-config-fluid": "^5.6.0", - "@fluidframework/local-driver-previous": "npm:@fluidframework/local-driver@2.11.0", + "@fluidframework/local-driver-previous": "npm:@fluidframework/local-driver@2.12.0", "@microsoft/api-extractor": "7.47.8", "@types/jsrsasign": "^10.5.12", "@types/mocha": "^9.1.1", diff --git a/packages/drivers/odsp-driver-definitions/package.json b/packages/drivers/odsp-driver-definitions/package.json index ae89bb31ce8e..46c7079b1860 100644 --- a/packages/drivers/odsp-driver-definitions/package.json +++ b/packages/drivers/odsp-driver-definitions/package.json @@ -97,7 +97,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", "@fluidframework/eslint-config-fluid": "^5.6.0", - "@fluidframework/odsp-driver-definitions-previous": "npm:@fluidframework/odsp-driver-definitions@2.11.0", + "@fluidframework/odsp-driver-definitions-previous": "npm:@fluidframework/odsp-driver-definitions@2.12.0", "@microsoft/api-extractor": "7.47.8", "concurrently": "^8.2.1", "copyfiles": "^2.4.1", diff --git a/packages/drivers/odsp-driver/package.json b/packages/drivers/odsp-driver/package.json index 2b58f4c31859..74de7392e53a 100644 --- a/packages/drivers/odsp-driver/package.json +++ b/packages/drivers/odsp-driver/package.json @@ -138,7 +138,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", "@fluidframework/eslint-config-fluid": "^5.6.0", - "@fluidframework/odsp-driver-previous": "npm:@fluidframework/odsp-driver@2.11.0", + "@fluidframework/odsp-driver-previous": "npm:@fluidframework/odsp-driver@2.12.0", "@microsoft/api-extractor": "7.47.8", "@types/mocha": "^9.1.1", "@types/node": "^18.19.0", diff --git a/packages/drivers/odsp-driver/src/test/types/validateOdspDriverPrevious.generated.ts b/packages/drivers/odsp-driver/src/test/types/validateOdspDriverPrevious.generated.ts index 0c36d9f293e3..e8cb5f106a1c 100644 --- a/packages/drivers/odsp-driver/src/test/types/validateOdspDriverPrevious.generated.ts +++ b/packages/drivers/odsp-driver/src/test/types/validateOdspDriverPrevious.generated.ts @@ -231,6 +231,15 @@ declare type current_as_old_for_Function_getHashedDocumentId = requireAssignable */ declare type current_as_old_for_Function_getLocatorFromOdspUrl = 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: + * "Function_isOdspResolvedUrl": {"backCompat": false} + */ +declare type current_as_old_for_Function_isOdspResolvedUrl = 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. diff --git a/packages/drivers/odsp-urlResolver/package.json b/packages/drivers/odsp-urlResolver/package.json index 7785aa6017a0..4392096de08e 100644 --- a/packages/drivers/odsp-urlResolver/package.json +++ b/packages/drivers/odsp-urlResolver/package.json @@ -90,7 +90,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", "@fluidframework/eslint-config-fluid": "^5.6.0", - "@fluidframework/odsp-urlresolver-previous": "npm:@fluidframework/odsp-urlresolver@2.11.0", + "@fluidframework/odsp-urlresolver-previous": "npm:@fluidframework/odsp-urlresolver@2.12.0", "@microsoft/api-extractor": "7.47.8", "@types/mocha": "^9.1.1", "@types/node": "^18.19.0", diff --git a/packages/drivers/replay-driver/package.json b/packages/drivers/replay-driver/package.json index 1954a1cca19f..2b2ddfbcfa1c 100644 --- a/packages/drivers/replay-driver/package.json +++ b/packages/drivers/replay-driver/package.json @@ -80,7 +80,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", "@fluidframework/eslint-config-fluid": "^5.6.0", - "@fluidframework/replay-driver-previous": "npm:@fluidframework/replay-driver@2.11.0", + "@fluidframework/replay-driver-previous": "npm:@fluidframework/replay-driver@2.12.0", "@microsoft/api-extractor": "7.47.8", "@types/nock": "^9.3.0", "@types/node": "^18.19.0", diff --git a/packages/drivers/routerlicious-driver/package.json b/packages/drivers/routerlicious-driver/package.json index dc0efb318f19..51acb99e8012 100644 --- a/packages/drivers/routerlicious-driver/package.json +++ b/packages/drivers/routerlicious-driver/package.json @@ -138,7 +138,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", "@fluidframework/eslint-config-fluid": "^5.6.0", - "@fluidframework/routerlicious-driver-previous": "npm:@fluidframework/routerlicious-driver@2.11.0", + "@fluidframework/routerlicious-driver-previous": "npm:@fluidframework/routerlicious-driver@2.12.0", "@microsoft/api-extractor": "7.47.8", "@types/mocha": "^9.1.1", "@types/nock": "^9.3.0", diff --git a/packages/drivers/routerlicious-driver/src/test/types/validateRouterliciousDriverPrevious.generated.ts b/packages/drivers/routerlicious-driver/src/test/types/validateRouterliciousDriverPrevious.generated.ts index de296253a431..d8b32e2a9a0c 100644 --- a/packages/drivers/routerlicious-driver/src/test/types/validateRouterliciousDriverPrevious.generated.ts +++ b/packages/drivers/routerlicious-driver/src/test/types/validateRouterliciousDriverPrevious.generated.ts @@ -15,6 +15,15 @@ import type * as current from "../../index.js"; declare type MakeUnusedImportErrorsGoAway = TypeOnly | MinimalType | FullType | typeof old | typeof current | requireAssignableTo; +/* + * 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: + * "Function_createRouterliciousDocumentServiceFactory": {"backCompat": false} + */ +declare type current_as_old_for_Function_createRouterliciousDocumentServiceFactory = 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/drivers/routerlicious-urlResolver/package.json b/packages/drivers/routerlicious-urlResolver/package.json index 1c32e7760103..040fc97c1e56 100644 --- a/packages/drivers/routerlicious-urlResolver/package.json +++ b/packages/drivers/routerlicious-urlResolver/package.json @@ -88,7 +88,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", "@fluidframework/eslint-config-fluid": "^5.6.0", - "@fluidframework/routerlicious-urlresolver-previous": "npm:@fluidframework/routerlicious-urlresolver@2.11.0", + "@fluidframework/routerlicious-urlresolver-previous": "npm:@fluidframework/routerlicious-urlresolver@2.12.0", "@microsoft/api-extractor": "7.47.8", "@types/mocha": "^9.1.1", "@types/nconf": "^0.10.0", diff --git a/packages/drivers/tinylicious-driver/package.json b/packages/drivers/tinylicious-driver/package.json index 93fde9966467..a310064456f6 100644 --- a/packages/drivers/tinylicious-driver/package.json +++ b/packages/drivers/tinylicious-driver/package.json @@ -101,7 +101,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", "@fluidframework/eslint-config-fluid": "^5.6.0", - "@fluidframework/tinylicious-driver-previous": "npm:@fluidframework/tinylicious-driver@2.11.0", + "@fluidframework/tinylicious-driver-previous": "npm:@fluidframework/tinylicious-driver@2.12.0", "@microsoft/api-extractor": "7.47.8", "@types/jsrsasign": "^10.5.12", "@types/mocha": "^9.1.1", diff --git a/packages/framework/agent-scheduler/package.json b/packages/framework/agent-scheduler/package.json index f7c017460db7..e8ead4a71b7f 100644 --- a/packages/framework/agent-scheduler/package.json +++ b/packages/framework/agent-scheduler/package.json @@ -105,7 +105,7 @@ "@arethetypeswrong/cli": "^0.17.1", "@biomejs/biome": "~1.9.3", "@fluid-tools/build-cli": "^0.51.0", - "@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@2.11.0", + "@fluidframework/agent-scheduler-previous": "npm:@fluidframework/agent-scheduler@2.12.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", "@fluidframework/eslint-config-fluid": "^5.6.0", diff --git a/packages/framework/aqueduct/package.json b/packages/framework/aqueduct/package.json index 1c7dc0fe5e78..64324d50545e 100644 --- a/packages/framework/aqueduct/package.json +++ b/packages/framework/aqueduct/package.json @@ -136,7 +136,7 @@ "@biomejs/biome": "~1.9.3", "@fluid-internal/mocha-test-setup": "workspace:~", "@fluid-tools/build-cli": "^0.51.0", - "@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.11.0", + "@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.12.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", "@fluidframework/eslint-config-fluid": "^5.6.0", diff --git a/packages/framework/fluid-static/package.json b/packages/framework/fluid-static/package.json index 9b14ee0b8396..6fb7f5245808 100644 --- a/packages/framework/fluid-static/package.json +++ b/packages/framework/fluid-static/package.json @@ -121,7 +121,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", "@fluidframework/eslint-config-fluid": "^5.6.0", - "@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.11.0", + "@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.12.0", "@fluidframework/map": "workspace:~", "@fluidframework/sequence": "workspace:~", "@microsoft/api-extractor": "7.47.8", diff --git a/packages/framework/request-handler/package.json b/packages/framework/request-handler/package.json index c3ac41fc084d..96ab1185de18 100644 --- a/packages/framework/request-handler/package.json +++ b/packages/framework/request-handler/package.json @@ -130,7 +130,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", "@fluidframework/eslint-config-fluid": "^5.6.0", - "@fluidframework/request-handler-previous": "npm:@fluidframework/request-handler@2.11.0", + "@fluidframework/request-handler-previous": "npm:@fluidframework/request-handler@2.12.0", "@microsoft/api-extractor": "7.47.8", "@types/diff": "^3.5.1", "@types/mocha": "^9.1.1", diff --git a/packages/framework/synthesize/package.json b/packages/framework/synthesize/package.json index 98a7a0d6ce24..bc1075dcf28c 100644 --- a/packages/framework/synthesize/package.json +++ b/packages/framework/synthesize/package.json @@ -129,7 +129,7 @@ "@fluidframework/datastore": "workspace:~", "@fluidframework/eslint-config-fluid": "^5.6.0", "@fluidframework/runtime-utils": "workspace:~", - "@fluidframework/synthesize-previous": "npm:@fluidframework/synthesize@2.11.0", + "@fluidframework/synthesize-previous": "npm:@fluidframework/synthesize@2.12.0", "@microsoft/api-extractor": "7.47.8", "@types/mocha": "^9.1.1", "@types/node": "^18.19.0", diff --git a/packages/framework/undo-redo/package.json b/packages/framework/undo-redo/package.json index 40b842fbdfab..58e9245e4a8f 100644 --- a/packages/framework/undo-redo/package.json +++ b/packages/framework/undo-redo/package.json @@ -113,7 +113,7 @@ "@fluidframework/build-tools": "^0.51.0", "@fluidframework/eslint-config-fluid": "^5.6.0", "@fluidframework/test-runtime-utils": "workspace:~", - "@fluidframework/undo-redo-previous": "npm:@fluidframework/undo-redo@2.11.0", + "@fluidframework/undo-redo-previous": "npm:@fluidframework/undo-redo@2.12.0", "@microsoft/api-extractor": "7.47.8", "@types/diff": "^3.5.1", "@types/mocha": "^9.1.1", diff --git a/packages/loader/container-loader/package.json b/packages/loader/container-loader/package.json index 50016b2255b9..9b6123e5a871 100644 --- a/packages/loader/container-loader/package.json +++ b/packages/loader/container-loader/package.json @@ -192,7 +192,7 @@ "@fluid-tools/build-cli": "^0.51.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", - "@fluidframework/container-loader-previous": "npm:@fluidframework/container-loader@2.11.0", + "@fluidframework/container-loader-previous": "npm:@fluidframework/container-loader@2.12.0", "@fluidframework/eslint-config-fluid": "^5.6.0", "@microsoft/api-extractor": "7.47.8", "@types/debug": "^4.1.5", diff --git a/packages/loader/container-loader/src/test/types/validateContainerLoaderPrevious.generated.ts b/packages/loader/container-loader/src/test/types/validateContainerLoaderPrevious.generated.ts index 8bac51d4887f..2193dad00f15 100644 --- a/packages/loader/container-loader/src/test/types/validateContainerLoaderPrevious.generated.ts +++ b/packages/loader/container-loader/src/test/types/validateContainerLoaderPrevious.generated.ts @@ -60,6 +60,33 @@ declare type old_as_current_for_Enum_ConnectionState = 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: + * "Function_createDetachedContainer": {"backCompat": false} + */ +declare type current_as_old_for_Function_createDetachedContainer = 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: + * "Function_loadExistingContainer": {"backCompat": false} + */ +declare type current_as_old_for_Function_loadExistingContainer = 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: + * "Function_rehydrateDetachedContainer": {"backCompat": false} + */ +declare type current_as_old_for_Function_rehydrateDetachedContainer = 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. @@ -123,6 +150,42 @@ declare type old_as_current_for_Interface_ICodeDetailsLoader = requireAssignable */ declare type current_as_old_for_Interface_ICodeDetailsLoader = 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_ICreateAndLoadContainerProps": {"forwardCompat": false} + */ +declare type old_as_current_for_Interface_ICreateAndLoadContainerProps = 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_ICreateAndLoadContainerProps": {"backCompat": false} + */ +declare type current_as_old_for_Interface_ICreateAndLoadContainerProps = 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_ICreateDetachedContainerProps": {"forwardCompat": false} + */ +declare type old_as_current_for_Interface_ICreateDetachedContainerProps = 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_ICreateDetachedContainerProps": {"backCompat": false} + */ +declare type current_as_old_for_Interface_ICreateDetachedContainerProps = 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,6 +258,24 @@ declare type old_as_current_for_Interface_ILoaderServices = requireAssignableTo< */ declare type current_as_old_for_Interface_ILoaderServices = 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_ILoadExistingContainerProps": {"forwardCompat": false} + */ +declare type old_as_current_for_Interface_ILoadExistingContainerProps = 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_ILoadExistingContainerProps": {"backCompat": false} + */ +declare type current_as_old_for_Interface_ILoadExistingContainerProps = 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. @@ -249,6 +330,24 @@ declare type old_as_current_for_Interface_IQuorumSnapshot = requireAssignableTo< */ declare type current_as_old_for_Interface_IQuorumSnapshot = 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_IRehydrateDetachedContainerProps": {"forwardCompat": false} + */ +declare type old_as_current_for_Interface_IRehydrateDetachedContainerProps = 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_IRehydrateDetachedContainerProps": {"backCompat": false} + */ +declare type current_as_old_for_Interface_IRehydrateDetachedContainerProps = 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/loader/driver-utils/package.json b/packages/loader/driver-utils/package.json index 5a2a83eba687..a42f2de05d09 100644 --- a/packages/loader/driver-utils/package.json +++ b/packages/loader/driver-utils/package.json @@ -133,7 +133,7 @@ "@fluid-tools/build-cli": "^0.51.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", - "@fluidframework/driver-utils-previous": "npm:@fluidframework/driver-utils@2.11.0", + "@fluidframework/driver-utils-previous": "npm:@fluidframework/driver-utils@2.12.0", "@fluidframework/eslint-config-fluid": "^5.6.0", "@microsoft/api-extractor": "7.47.8", "@types/mocha": "^9.1.1", diff --git a/packages/runtime/container-runtime-definitions/package.json b/packages/runtime/container-runtime-definitions/package.json index f05b7c1d14e7..90f5bcbeec83 100644 --- a/packages/runtime/container-runtime-definitions/package.json +++ b/packages/runtime/container-runtime-definitions/package.json @@ -92,7 +92,7 @@ "@fluid-tools/build-cli": "^0.51.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", - "@fluidframework/container-runtime-definitions-previous": "npm:@fluidframework/container-runtime-definitions@2.11.0", + "@fluidframework/container-runtime-definitions-previous": "npm:@fluidframework/container-runtime-definitions@2.12.0", "@fluidframework/eslint-config-fluid": "^5.6.0", "@microsoft/api-extractor": "7.47.8", "concurrently": "^8.2.1", diff --git a/packages/runtime/container-runtime-definitions/src/test/types/validateContainerRuntimeDefinitionsPrevious.generated.ts b/packages/runtime/container-runtime-definitions/src/test/types/validateContainerRuntimeDefinitionsPrevious.generated.ts index 078369017175..13f5bcb7b763 100644 --- a/packages/runtime/container-runtime-definitions/src/test/types/validateContainerRuntimeDefinitionsPrevious.generated.ts +++ b/packages/runtime/container-runtime-definitions/src/test/types/validateContainerRuntimeDefinitionsPrevious.generated.ts @@ -51,6 +51,33 @@ declare type old_as_current_for_Interface_IContainerRuntimeWithResolveHandle_Dep */ declare type current_as_old_for_Interface_IContainerRuntimeWithResolveHandle_Deprecated = 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_ISummarizeEventProps": {"backCompat": false} + */ +declare type current_as_old_for_Interface_ISummarizeEventProps = 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_ISummarizerEvents": {"backCompat": false} + */ +declare type current_as_old_for_Interface_ISummarizerEvents = 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_ISummarizerObservabilityProps": {"backCompat": false} + */ +declare type current_as_old_for_Interface_ISummarizerObservabilityProps = 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. @@ -59,3 +86,12 @@ declare type current_as_old_for_Interface_IContainerRuntimeWithResolveHandle_Dep * "TypeAlias_IContainerRuntimeBaseWithCombinedEvents": {"backCompat": false} */ declare type current_as_old_for_TypeAlias_IContainerRuntimeBaseWithCombinedEvents = 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_SummarizerStopReason": {"backCompat": false} + */ +declare type current_as_old_for_TypeAlias_SummarizerStopReason = requireAssignableTo, TypeOnly> diff --git a/packages/runtime/container-runtime/package.json b/packages/runtime/container-runtime/package.json index 8b15cccca892..ed616a381794 100644 --- a/packages/runtime/container-runtime/package.json +++ b/packages/runtime/container-runtime/package.json @@ -208,7 +208,7 @@ "@fluid-tools/build-cli": "^0.51.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", - "@fluidframework/container-runtime-previous": "npm:@fluidframework/container-runtime@2.11.0", + "@fluidframework/container-runtime-previous": "npm:@fluidframework/container-runtime@2.12.0", "@fluidframework/eslint-config-fluid": "^5.6.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.47.8", diff --git a/packages/runtime/datastore-definitions/package.json b/packages/runtime/datastore-definitions/package.json index 073f7af22436..a3c1ed8fc9a2 100644 --- a/packages/runtime/datastore-definitions/package.json +++ b/packages/runtime/datastore-definitions/package.json @@ -93,7 +93,7 @@ "@fluid-tools/build-cli": "^0.51.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", - "@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.11.0", + "@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.12.0", "@fluidframework/eslint-config-fluid": "^5.6.0", "@microsoft/api-extractor": "7.47.8", "concurrently": "^8.2.1", diff --git a/packages/runtime/datastore/package.json b/packages/runtime/datastore/package.json index 8b0a6852dd8a..478138f2497b 100644 --- a/packages/runtime/datastore/package.json +++ b/packages/runtime/datastore/package.json @@ -139,7 +139,7 @@ "@fluid-tools/build-cli": "^0.51.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", - "@fluidframework/datastore-previous": "npm:@fluidframework/datastore@2.11.0", + "@fluidframework/datastore-previous": "npm:@fluidframework/datastore@2.12.0", "@fluidframework/eslint-config-fluid": "^5.6.0", "@fluidframework/test-runtime-utils": "workspace:~", "@microsoft/api-extractor": "7.47.8", diff --git a/packages/runtime/id-compressor/package.json b/packages/runtime/id-compressor/package.json index a2ff29d728e4..1c731a3d71fa 100644 --- a/packages/runtime/id-compressor/package.json +++ b/packages/runtime/id-compressor/package.json @@ -147,7 +147,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", "@fluidframework/eslint-config-fluid": "^5.6.0", - "@fluidframework/id-compressor-previous": "npm:@fluidframework/id-compressor@2.11.0", + "@fluidframework/id-compressor-previous": "npm:@fluidframework/id-compressor@2.12.0", "@microsoft/api-extractor": "7.47.8", "@types/mocha": "^9.1.1", "@types/node": "^18.19.0", diff --git a/packages/runtime/runtime-definitions/package.json b/packages/runtime/runtime-definitions/package.json index 5e91b17b23ed..f4b2dc2485e2 100644 --- a/packages/runtime/runtime-definitions/package.json +++ b/packages/runtime/runtime-definitions/package.json @@ -100,7 +100,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", "@fluidframework/eslint-config-fluid": "^5.6.0", - "@fluidframework/runtime-definitions-previous": "npm:@fluidframework/runtime-definitions@2.11.0", + "@fluidframework/runtime-definitions-previous": "npm:@fluidframework/runtime-definitions@2.12.0", "@microsoft/api-extractor": "7.47.8", "concurrently": "^8.2.1", "copyfiles": "^2.4.1", diff --git a/packages/runtime/runtime-utils/package.json b/packages/runtime/runtime-utils/package.json index e43611ad0824..07f6056383c0 100644 --- a/packages/runtime/runtime-utils/package.json +++ b/packages/runtime/runtime-utils/package.json @@ -135,7 +135,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", "@fluidframework/eslint-config-fluid": "^5.6.0", - "@fluidframework/runtime-utils-previous": "npm:@fluidframework/runtime-utils@2.11.0", + "@fluidframework/runtime-utils-previous": "npm:@fluidframework/runtime-utils@2.12.0", "@microsoft/api-extractor": "7.47.8", "@types/mocha": "^9.1.1", "@types/node": "^18.19.0", diff --git a/packages/runtime/test-runtime-utils/package.json b/packages/runtime/test-runtime-utils/package.json index 5f2ea9f63381..5925c33f3e08 100644 --- a/packages/runtime/test-runtime-utils/package.json +++ b/packages/runtime/test-runtime-utils/package.json @@ -138,7 +138,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", "@fluidframework/eslint-config-fluid": "^5.6.0", - "@fluidframework/test-runtime-utils-previous": "npm:@fluidframework/test-runtime-utils@2.11.0", + "@fluidframework/test-runtime-utils-previous": "npm:@fluidframework/test-runtime-utils@2.12.0", "@microsoft/api-extractor": "7.47.8", "@types/jsrsasign": "^10.5.12", "@types/mocha": "^9.1.1", diff --git a/packages/service-clients/azure-client/package.json b/packages/service-clients/azure-client/package.json index 1b0304d4e36f..5316e76d8c31 100644 --- a/packages/service-clients/azure-client/package.json +++ b/packages/service-clients/azure-client/package.json @@ -111,7 +111,7 @@ "@biomejs/biome": "~1.9.3", "@fluid-tools/build-cli": "^0.51.0", "@fluidframework/aqueduct": "workspace:~", - "@fluidframework/azure-client-previous": "npm:@fluidframework/azure-client@2.11.0", + "@fluidframework/azure-client-previous": "npm:@fluidframework/azure-client@2.12.0", "@fluidframework/azure-local-service": "workspace:~", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", diff --git a/packages/service-clients/tinylicious-client/package.json b/packages/service-clients/tinylicious-client/package.json index 7d5a1e9a2b76..dd6340be67f1 100644 --- a/packages/service-clients/tinylicious-client/package.json +++ b/packages/service-clients/tinylicious-client/package.json @@ -111,7 +111,7 @@ "@fluidframework/container-runtime-definitions": "workspace:~", "@fluidframework/eslint-config-fluid": "^5.6.0", "@fluidframework/test-utils": "workspace:~", - "@fluidframework/tinylicious-client-previous": "npm:@fluidframework/tinylicious-client@2.11.0", + "@fluidframework/tinylicious-client-previous": "npm:@fluidframework/tinylicious-client@2.12.0", "@microsoft/api-extractor": "7.47.8", "@types/mocha": "^9.1.1", "@types/node": "^18.19.0", diff --git a/packages/test/test-utils/package.json b/packages/test/test-utils/package.json index 750fda345139..0cf03f9da91e 100644 --- a/packages/test/test-utils/package.json +++ b/packages/test/test-utils/package.json @@ -147,7 +147,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", "@fluidframework/eslint-config-fluid": "^5.6.0", - "@fluidframework/test-utils-previous": "npm:@fluidframework/test-utils@2.11.0", + "@fluidframework/test-utils-previous": "npm:@fluidframework/test-utils@2.12.0", "@microsoft/api-extractor": "7.47.8", "@types/debug": "^4.1.5", "@types/diff": "^3.5.1", @@ -167,11 +167,7 @@ "typescript": "~5.4.5" }, "typeValidation": { - "broken": { - "Class_LoaderContainerTracker": { - "forwardCompat": false - } - }, + "broken": {}, "entrypoint": "legacy" } } 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 7c017af3c7dc..23bb8b2365d0 100644 --- a/packages/test/test-utils/src/test/types/validateTestUtilsPrevious.generated.ts +++ b/packages/test/test-utils/src/test/types/validateTestUtilsPrevious.generated.ts @@ -22,7 +22,6 @@ declare type MakeUnusedImportErrorsGoAway = TypeOnly | MinimalType | Fu * typeValidation.broken: * "Class_LoaderContainerTracker": {"forwardCompat": false} */ -// @ts-expect-error compatibility expected to be broken declare type old_as_current_for_Class_LoaderContainerTracker = requireAssignableTo, TypeOnly> /* diff --git a/packages/tools/devtools/devtools-core/package.json b/packages/tools/devtools/devtools-core/package.json index 4f504ffa4ab7..f4e033dc9762 100644 --- a/packages/tools/devtools/devtools-core/package.json +++ b/packages/tools/devtools/devtools-core/package.json @@ -133,7 +133,7 @@ "@fluid-tools/build-cli": "^0.51.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", - "@fluidframework/devtools-core-previous": "npm:@fluidframework/devtools-core@2.11.0", + "@fluidframework/devtools-core-previous": "npm:@fluidframework/devtools-core@2.12.0", "@fluidframework/eslint-config-fluid": "^5.6.0", "@fluidframework/id-compressor": "workspace:~", "@fluidframework/test-runtime-utils": "workspace:~", diff --git a/packages/tools/devtools/devtools/package.json b/packages/tools/devtools/devtools/package.json index 9095eaeed026..c97b9d65dca6 100644 --- a/packages/tools/devtools/devtools/package.json +++ b/packages/tools/devtools/devtools/package.json @@ -129,7 +129,7 @@ "@fluid-tools/build-cli": "^0.51.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", - "@fluidframework/devtools-previous": "npm:@fluidframework/devtools@2.11.0", + "@fluidframework/devtools-previous": "npm:@fluidframework/devtools@2.12.0", "@fluidframework/eslint-config-fluid": "^5.6.0", "@microsoft/api-extractor": "7.47.8", "@types/chai": "^4.0.0", diff --git a/packages/tools/fetch-tool/package.json b/packages/tools/fetch-tool/package.json index bc9fa14c8ff0..ead733313691 100644 --- a/packages/tools/fetch-tool/package.json +++ b/packages/tools/fetch-tool/package.json @@ -52,7 +52,7 @@ "devDependencies": { "@biomejs/biome": "~1.9.3", "@fluid-tools/build-cli": "^0.51.0", - "@fluid-tools/fetch-tool-previous": "npm:@fluid-tools/fetch-tool@2.11.0", + "@fluid-tools/fetch-tool-previous": "npm:@fluid-tools/fetch-tool@2.12.0", "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", "@fluidframework/eslint-config-fluid": "^5.6.0", diff --git a/packages/tools/fluid-runner/package.json b/packages/tools/fluid-runner/package.json index 2225d00b4d50..d0bd64306860 100644 --- a/packages/tools/fluid-runner/package.json +++ b/packages/tools/fluid-runner/package.json @@ -137,7 +137,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", "@fluidframework/eslint-config-fluid": "^5.6.0", - "@fluidframework/fluid-runner-previous": "npm:@fluidframework/fluid-runner@2.11.0", + "@fluidframework/fluid-runner-previous": "npm:@fluidframework/fluid-runner@2.12.0", "@microsoft/api-extractor": "7.47.8", "@types/mocha": "^9.1.1", "@types/node": "^18.19.0", diff --git a/packages/utils/odsp-doclib-utils/package.json b/packages/utils/odsp-doclib-utils/package.json index 631639a09532..258091c04d8a 100644 --- a/packages/utils/odsp-doclib-utils/package.json +++ b/packages/utils/odsp-doclib-utils/package.json @@ -134,7 +134,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", "@fluidframework/eslint-config-fluid": "^5.6.0", - "@fluidframework/odsp-doclib-utils-previous": "npm:@fluidframework/odsp-doclib-utils@2.11.0", + "@fluidframework/odsp-doclib-utils-previous": "npm:@fluidframework/odsp-doclib-utils@2.12.0", "@microsoft/api-extractor": "7.47.8", "@types/mocha": "^9.1.1", "@types/node": "^18.19.0", diff --git a/packages/utils/telemetry-utils/package.json b/packages/utils/telemetry-utils/package.json index eaff626eaed4..7d1d9871f3f0 100644 --- a/packages/utils/telemetry-utils/package.json +++ b/packages/utils/telemetry-utils/package.json @@ -132,7 +132,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", "@fluidframework/eslint-config-fluid": "^5.6.0", - "@fluidframework/telemetry-utils-previous": "npm:@fluidframework/telemetry-utils@2.11.0", + "@fluidframework/telemetry-utils-previous": "npm:@fluidframework/telemetry-utils@2.12.0", "@microsoft/api-extractor": "7.47.8", "@types/debug": "^4.1.5", "@types/mocha": "^9.1.1", diff --git a/packages/utils/tool-utils/package.json b/packages/utils/tool-utils/package.json index 3cf02bd53ca2..bb0e1dc707c6 100644 --- a/packages/utils/tool-utils/package.json +++ b/packages/utils/tool-utils/package.json @@ -116,7 +116,7 @@ "@fluidframework/build-common": "^2.0.3", "@fluidframework/build-tools": "^0.51.0", "@fluidframework/eslint-config-fluid": "^5.6.0", - "@fluidframework/tool-utils-previous": "npm:@fluidframework/tool-utils@2.11.0", + "@fluidframework/tool-utils-previous": "npm:@fluidframework/tool-utils@2.12.0", "@microsoft/api-extractor": "7.47.8", "@types/debug": "^4.1.5", "@types/mocha": "^9.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f370692de70a..89a9e69e8dd8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -177,8 +177,8 @@ importers: specifier: ^0.51.0 version: 0.51.0(typescript@5.4.5)(webpack-cli@5.1.4) '@fluidframework/azure-service-utils-previous': - specifier: npm:@fluidframework/azure-service-utils@2.11.0 - version: /@fluidframework/azure-service-utils@2.11.0 + specifier: npm:@fluidframework/azure-service-utils@2.12.0 + version: /@fluidframework/azure-service-utils@2.12.0 '@fluidframework/build-common': specifier: ^2.0.3 version: 2.0.3 @@ -6452,8 +6452,8 @@ importers: specifier: ~1.9.3 version: 1.9.4 '@fluid-experimental/attributable-map-previous': - specifier: npm:@fluid-experimental/attributable-map@2.11.0 - version: /@fluid-experimental/attributable-map@2.11.0 + specifier: npm:@fluid-experimental/attributable-map@2.12.0 + version: /@fluid-experimental/attributable-map@2.12.0 '@fluid-internal/mocha-test-setup': specifier: workspace:~ version: link:../../../packages/test/mocha-test-setup @@ -7249,8 +7249,8 @@ importers: specifier: ~1.9.3 version: 1.9.4 '@fluid-internal/client-utils-previous': - specifier: npm:@fluid-internal/client-utils@2.11.0 - version: /@fluid-internal/client-utils@2.11.0 + specifier: npm:@fluid-internal/client-utils@2.12.0 + version: /@fluid-internal/client-utils@2.12.0 '@fluid-internal/mocha-test-setup': specifier: workspace:~ version: link:../../test/mocha-test-setup @@ -7382,8 +7382,8 @@ importers: specifier: ^0.51.0 version: 0.51.0(@types/node@18.19.67) '@fluidframework/container-definitions-previous': - specifier: npm:@fluidframework/container-definitions@2.11.0 - version: /@fluidframework/container-definitions@2.11.0 + specifier: npm:@fluidframework/container-definitions@2.12.0 + version: /@fluidframework/container-definitions@2.12.0 '@fluidframework/eslint-config-fluid': specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) @@ -7430,8 +7430,8 @@ importers: specifier: ^0.51.0 version: 0.51.0(@types/node@18.19.67) '@fluidframework/core-interfaces-previous': - specifier: npm:@fluidframework/core-interfaces@2.11.0 - version: /@fluidframework/core-interfaces@2.11.0 + specifier: npm:@fluidframework/core-interfaces@2.12.0 + version: /@fluidframework/core-interfaces@2.12.0 '@fluidframework/eslint-config-fluid': specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) @@ -7484,8 +7484,8 @@ importers: specifier: ^0.51.0 version: 0.51.0(@types/node@18.19.67) '@fluidframework/core-utils-previous': - specifier: npm:@fluidframework/core-utils@2.11.0 - version: /@fluidframework/core-utils@2.11.0 + specifier: npm:@fluidframework/core-utils@2.12.0 + version: /@fluidframework/core-utils@2.12.0 '@fluidframework/eslint-config-fluid': specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) @@ -7563,8 +7563,8 @@ importers: specifier: ^0.51.0 version: 0.51.0(@types/node@18.19.67) '@fluidframework/driver-definitions-previous': - specifier: npm:@fluidframework/driver-definitions@2.11.0 - version: /@fluidframework/driver-definitions@2.11.0 + specifier: npm:@fluidframework/driver-definitions@2.12.0 + version: /@fluidframework/driver-definitions@2.12.0 '@fluidframework/eslint-config-fluid': specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) @@ -7636,8 +7636,8 @@ importers: specifier: ^0.51.0 version: 0.51.0(@types/node@18.19.67) '@fluidframework/cell-previous': - specifier: npm:@fluidframework/cell@2.11.0 - version: /@fluidframework/cell@2.11.0 + specifier: npm:@fluidframework/cell@2.12.0 + version: /@fluidframework/cell@2.12.0 '@fluidframework/container-definitions': specifier: workspace:~ version: link:../../common/container-definitions @@ -7739,8 +7739,8 @@ importers: specifier: workspace:~ version: link:../../common/container-definitions '@fluidframework/counter-previous': - specifier: npm:@fluidframework/counter@2.11.0 - version: /@fluidframework/counter@2.11.0 + specifier: npm:@fluidframework/counter@2.12.0 + version: /@fluidframework/counter@2.12.0 '@fluidframework/eslint-config-fluid': specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) @@ -7966,8 +7966,8 @@ importers: specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/map-previous': - specifier: npm:@fluidframework/map@2.11.0 - version: /@fluidframework/map@2.11.0(debug@4.4.0) + specifier: npm:@fluidframework/map@2.12.0 + version: /@fluidframework/map@2.12.0(debug@4.4.0) '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8099,8 +8099,8 @@ importers: specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/matrix-previous': - specifier: npm:@fluidframework/matrix@2.11.0 - version: /@fluidframework/matrix@2.11.0 + specifier: npm:@fluidframework/matrix@2.12.0 + version: /@fluidframework/matrix@2.12.0 '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8229,8 +8229,8 @@ importers: specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/merge-tree-previous': - specifier: npm:@fluidframework/merge-tree@2.11.0 - version: /@fluidframework/merge-tree@2.11.0(debug@4.4.0) + specifier: npm:@fluidframework/merge-tree@2.12.0 + version: /@fluidframework/merge-tree@2.12.0(debug@4.4.0) '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8344,8 +8344,8 @@ importers: specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/ordered-collection-previous': - specifier: npm:@fluidframework/ordered-collection@2.11.0 - version: /@fluidframework/ordered-collection@2.11.0 + specifier: npm:@fluidframework/ordered-collection@2.12.0 + version: /@fluidframework/ordered-collection@2.12.0 '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8550,8 +8550,8 @@ importers: specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/register-collection-previous': - specifier: npm:@fluidframework/register-collection@2.11.0 - version: /@fluidframework/register-collection@2.11.0 + specifier: npm:@fluidframework/register-collection@2.12.0 + version: /@fluidframework/register-collection@2.12.0 '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8674,8 +8674,8 @@ importers: specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/sequence-previous': - specifier: npm:@fluidframework/sequence@2.11.0 - version: /@fluidframework/sequence@2.11.0 + specifier: npm:@fluidframework/sequence@2.12.0 + version: /@fluidframework/sequence@2.12.0 '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8804,8 +8804,8 @@ importers: specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/shared-object-base-previous': - specifier: npm:@fluidframework/shared-object-base@2.11.0 - version: /@fluidframework/shared-object-base@2.11.0(debug@4.4.0) + specifier: npm:@fluidframework/shared-object-base@2.12.0 + version: /@fluidframework/shared-object-base@2.12.0(debug@4.4.0) '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -8913,8 +8913,8 @@ importers: specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/shared-summary-block-previous': - specifier: npm:@fluidframework/shared-summary-block@2.11.0 - version: /@fluidframework/shared-summary-block@2.11.0 + specifier: npm:@fluidframework/shared-summary-block@2.12.0 + version: /@fluidframework/shared-summary-block@2.12.0 '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -9031,8 +9031,8 @@ importers: specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/task-manager-previous': - specifier: npm:@fluidframework/task-manager@2.11.0 - version: /@fluidframework/task-manager@2.11.0 + specifier: npm:@fluidframework/task-manager@2.12.0 + version: /@fluidframework/task-manager@2.12.0 '@fluidframework/test-runtime-utils': specifier: workspace:~ version: link:../../runtime/test-runtime-utils @@ -9288,8 +9288,8 @@ importers: specifier: workspace:~ version: link:../../test/test-utils '@fluidframework/tree-previous': - specifier: npm:@fluidframework/tree@2.11.0 - version: /@fluidframework/tree@2.11.0 + specifier: npm:@fluidframework/tree@2.12.0 + version: /@fluidframework/tree@2.12.0 '@microsoft/api-extractor': specifier: 7.47.8 version: 7.47.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -9394,8 +9394,8 @@ importers: specifier: ^0.51.0 version: 0.51.0(@types/node@18.19.67) '@fluidframework/debugger-previous': - specifier: npm:@fluidframework/debugger@2.11.0 - version: /@fluidframework/debugger@2.11.0 + specifier: npm:@fluidframework/debugger@2.12.0 + version: /@fluidframework/debugger@2.12.0 '@fluidframework/eslint-config-fluid': specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) @@ -9464,8 +9464,8 @@ importers: specifier: ^0.51.0 version: 0.51.0(@types/node@18.19.67) '@fluidframework/driver-base-previous': - specifier: npm:@fluidframework/driver-base@2.11.0 - version: /@fluidframework/driver-base@2.11.0(debug@4.4.0) + specifier: npm:@fluidframework/driver-base@2.12.0 + version: /@fluidframework/driver-base@2.12.0(debug@4.4.0) '@fluidframework/eslint-config-fluid': specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) @@ -9549,8 +9549,8 @@ importers: specifier: ^0.51.0 version: 0.51.0(@types/node@18.19.67) '@fluidframework/driver-web-cache-previous': - specifier: npm:@fluidframework/driver-web-cache@2.11.0 - version: /@fluidframework/driver-web-cache@2.11.0 + specifier: npm:@fluidframework/driver-web-cache@2.12.0 + version: /@fluidframework/driver-web-cache@2.12.0 '@fluidframework/eslint-config-fluid': specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) @@ -9628,8 +9628,8 @@ importers: specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/file-driver-previous': - specifier: npm:@fluidframework/file-driver@2.11.0 - version: /@fluidframework/file-driver@2.11.0 + specifier: npm:@fluidframework/file-driver@2.12.0 + version: /@fluidframework/file-driver@2.12.0 '@microsoft/api-extractor': specifier: 7.47.8 version: 7.47.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -9725,8 +9725,8 @@ importers: specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/local-driver-previous': - specifier: npm:@fluidframework/local-driver@2.11.0 - version: /@fluidframework/local-driver@2.11.0(debug@4.4.0) + specifier: npm:@fluidframework/local-driver@2.12.0 + version: /@fluidframework/local-driver@2.12.0(debug@4.4.0) '@microsoft/api-extractor': specifier: 7.47.8 version: 7.47.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -9840,8 +9840,8 @@ importers: specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/odsp-driver-previous': - specifier: npm:@fluidframework/odsp-driver@2.11.0 - version: /@fluidframework/odsp-driver@2.11.0(debug@4.4.0) + specifier: npm:@fluidframework/odsp-driver@2.12.0 + version: /@fluidframework/odsp-driver@2.12.0(debug@4.4.0) '@microsoft/api-extractor': specifier: 7.47.8 version: 7.47.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -9922,8 +9922,8 @@ importers: specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/odsp-driver-definitions-previous': - specifier: npm:@fluidframework/odsp-driver-definitions@2.11.0 - version: /@fluidframework/odsp-driver-definitions@2.11.0 + specifier: npm:@fluidframework/odsp-driver-definitions@2.12.0 + version: /@fluidframework/odsp-driver-definitions@2.12.0 '@microsoft/api-extractor': specifier: 7.47.8 version: 7.47.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -9992,8 +9992,8 @@ importers: specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/odsp-urlresolver-previous': - specifier: npm:@fluidframework/odsp-urlresolver@2.11.0 - version: /@fluidframework/odsp-urlresolver@2.11.0 + specifier: npm:@fluidframework/odsp-urlresolver@2.12.0 + version: /@fluidframework/odsp-urlresolver@2.12.0 '@microsoft/api-extractor': specifier: 7.47.8 version: 7.47.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -10074,8 +10074,8 @@ importers: specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/replay-driver-previous': - specifier: npm:@fluidframework/replay-driver@2.11.0 - version: /@fluidframework/replay-driver@2.11.0 + specifier: npm:@fluidframework/replay-driver@2.12.0 + version: /@fluidframework/replay-driver@2.12.0 '@microsoft/api-extractor': specifier: 7.47.8 version: 7.47.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -10168,8 +10168,8 @@ importers: specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/routerlicious-driver-previous': - specifier: npm:@fluidframework/routerlicious-driver@2.11.0 - version: /@fluidframework/routerlicious-driver@2.11.0(debug@4.4.0) + specifier: npm:@fluidframework/routerlicious-driver@2.12.0 + version: /@fluidframework/routerlicious-driver@2.12.0(debug@4.4.0) '@microsoft/api-extractor': specifier: 7.47.8 version: 7.47.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -10268,8 +10268,8 @@ importers: specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/routerlicious-urlresolver-previous': - specifier: npm:@fluidframework/routerlicious-urlresolver@2.11.0 - version: /@fluidframework/routerlicious-urlresolver@2.11.0 + specifier: npm:@fluidframework/routerlicious-urlresolver@2.12.0 + version: /@fluidframework/routerlicious-urlresolver@2.12.0 '@microsoft/api-extractor': specifier: 7.47.8 version: 7.47.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -10359,8 +10359,8 @@ importers: specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/tinylicious-driver-previous': - specifier: npm:@fluidframework/tinylicious-driver@2.11.0 - version: /@fluidframework/tinylicious-driver@2.11.0 + specifier: npm:@fluidframework/tinylicious-driver@2.12.0 + version: /@fluidframework/tinylicious-driver@2.12.0 '@microsoft/api-extractor': specifier: 7.47.8 version: 7.47.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -10450,8 +10450,8 @@ importers: specifier: ^0.51.0 version: 0.51.0(@types/node@18.19.67)(typescript@5.4.5)(webpack-cli@5.1.4) '@fluidframework/agent-scheduler-previous': - specifier: npm:@fluidframework/agent-scheduler@2.11.0 - version: /@fluidframework/agent-scheduler@2.11.0 + specifier: npm:@fluidframework/agent-scheduler@2.12.0 + version: /@fluidframework/agent-scheduler@2.12.0 '@fluidframework/build-common': specifier: ^2.0.3 version: 2.0.3 @@ -10641,8 +10641,8 @@ importers: specifier: ^0.51.0 version: 0.51.0(@types/node@18.19.67)(typescript@5.4.5)(webpack-cli@5.1.4) '@fluidframework/aqueduct-previous': - specifier: npm:@fluidframework/aqueduct@2.11.0 - version: /@fluidframework/aqueduct@2.11.0(debug@4.4.0) + specifier: npm:@fluidframework/aqueduct@2.12.0 + version: /@fluidframework/aqueduct@2.12.0(debug@4.4.0) '@fluidframework/build-common': specifier: ^2.0.3 version: 2.0.3 @@ -11314,8 +11314,8 @@ importers: specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/fluid-static-previous': - specifier: npm:@fluidframework/fluid-static@2.11.0 - version: /@fluidframework/fluid-static@2.11.0 + specifier: npm:@fluidframework/fluid-static@2.12.0 + version: /@fluidframework/fluid-static@2.12.0 '@fluidframework/map': specifier: workspace:~ version: link:../../dds/map @@ -11590,8 +11590,8 @@ importers: specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/request-handler-previous': - specifier: npm:@fluidframework/request-handler@2.11.0 - version: /@fluidframework/request-handler@2.11.0(debug@4.4.0) + specifier: npm:@fluidframework/request-handler@2.12.0 + version: /@fluidframework/request-handler@2.12.0(debug@4.4.0) '@microsoft/api-extractor': specifier: 7.47.8 version: 7.47.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -11678,8 +11678,8 @@ importers: specifier: workspace:~ version: link:../../runtime/runtime-utils '@fluidframework/synthesize-previous': - specifier: npm:@fluidframework/synthesize@2.11.0 - version: /@fluidframework/synthesize@2.11.0 + specifier: npm:@fluidframework/synthesize@2.12.0 + version: /@fluidframework/synthesize@2.12.0 '@microsoft/api-extractor': specifier: 7.47.8 version: 7.47.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -11766,8 +11766,8 @@ importers: specifier: workspace:~ version: link:../../runtime/test-runtime-utils '@fluidframework/undo-redo-previous': - specifier: npm:@fluidframework/undo-redo@2.11.0 - version: /@fluidframework/undo-redo@2.11.0 + specifier: npm:@fluidframework/undo-redo@2.12.0 + version: /@fluidframework/undo-redo@2.12.0 '@microsoft/api-extractor': specifier: 7.47.8 version: 7.47.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -11881,8 +11881,8 @@ importers: specifier: ^0.51.0 version: 0.51.0(@types/node@18.19.67) '@fluidframework/container-loader-previous': - specifier: npm:@fluidframework/container-loader@2.11.0 - version: /@fluidframework/container-loader@2.11.0 + specifier: npm:@fluidframework/container-loader@2.12.0 + version: /@fluidframework/container-loader@2.12.0 '@fluidframework/eslint-config-fluid': specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) @@ -11993,8 +11993,8 @@ importers: specifier: ^0.51.0 version: 0.51.0(@types/node@18.19.67) '@fluidframework/driver-utils-previous': - specifier: npm:@fluidframework/driver-utils@2.11.0 - version: /@fluidframework/driver-utils@2.11.0(debug@4.4.0) + specifier: npm:@fluidframework/driver-utils@2.12.0 + version: /@fluidframework/driver-utils@2.12.0(debug@4.4.0) '@fluidframework/eslint-config-fluid': specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) @@ -12184,8 +12184,8 @@ importers: specifier: ^0.51.0 version: 0.51.0(@types/node@18.19.67) '@fluidframework/container-runtime-previous': - specifier: npm:@fluidframework/container-runtime@2.11.0 - version: /@fluidframework/container-runtime@2.11.0(debug@4.4.0) + specifier: npm:@fluidframework/container-runtime@2.12.0 + version: /@fluidframework/container-runtime@2.12.0(debug@4.4.0) '@fluidframework/eslint-config-fluid': specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) @@ -12278,8 +12278,8 @@ importers: specifier: ^0.51.0 version: 0.51.0(@types/node@18.19.67) '@fluidframework/container-runtime-definitions-previous': - specifier: npm:@fluidframework/container-runtime-definitions@2.11.0 - version: /@fluidframework/container-runtime-definitions@2.11.0 + specifier: npm:@fluidframework/container-runtime-definitions@2.12.0 + version: /@fluidframework/container-runtime-definitions@2.12.0 '@fluidframework/eslint-config-fluid': specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) @@ -12363,8 +12363,8 @@ importers: specifier: ^0.51.0 version: 0.51.0(@types/node@18.19.67) '@fluidframework/datastore-previous': - specifier: npm:@fluidframework/datastore@2.11.0 - version: /@fluidframework/datastore@2.11.0(debug@4.4.0) + specifier: npm:@fluidframework/datastore@2.12.0 + version: /@fluidframework/datastore@2.12.0(debug@4.4.0) '@fluidframework/eslint-config-fluid': specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) @@ -12454,8 +12454,8 @@ importers: specifier: ^0.51.0 version: 0.51.0(@types/node@18.19.67) '@fluidframework/datastore-definitions-previous': - specifier: npm:@fluidframework/datastore-definitions@2.11.0 - version: /@fluidframework/datastore-definitions@2.11.0 + specifier: npm:@fluidframework/datastore-definitions@2.12.0 + version: /@fluidframework/datastore-definitions@2.12.0 '@fluidframework/eslint-config-fluid': specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) @@ -12530,8 +12530,8 @@ importers: specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/id-compressor-previous': - specifier: npm:@fluidframework/id-compressor@2.11.0 - version: /@fluidframework/id-compressor@2.11.0 + specifier: npm:@fluidframework/id-compressor@2.12.0 + version: /@fluidframework/id-compressor@2.12.0 '@microsoft/api-extractor': specifier: 7.47.8 version: 7.47.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -12615,8 +12615,8 @@ importers: specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/runtime-definitions-previous': - specifier: npm:@fluidframework/runtime-definitions@2.11.0 - version: /@fluidframework/runtime-definitions@2.11.0 + specifier: npm:@fluidframework/runtime-definitions@2.12.0 + version: /@fluidframework/runtime-definitions@2.12.0 '@microsoft/api-extractor': specifier: 7.47.8 version: 7.47.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -12697,8 +12697,8 @@ importers: specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/runtime-utils-previous': - specifier: npm:@fluidframework/runtime-utils@2.11.0 - version: /@fluidframework/runtime-utils@2.11.0(debug@4.4.0) + specifier: npm:@fluidframework/runtime-utils@2.12.0 + version: /@fluidframework/runtime-utils@2.12.0(debug@4.4.0) '@microsoft/api-extractor': specifier: 7.47.8 version: 7.47.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -12818,8 +12818,8 @@ importers: specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/test-runtime-utils-previous': - specifier: npm:@fluidframework/test-runtime-utils@2.11.0 - version: /@fluidframework/test-runtime-utils@2.11.0 + specifier: npm:@fluidframework/test-runtime-utils@2.12.0 + version: /@fluidframework/test-runtime-utils@2.12.0 '@microsoft/api-extractor': specifier: 7.47.8 version: 7.47.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -12918,8 +12918,8 @@ importers: specifier: workspace:~ version: link:../../framework/aqueduct '@fluidframework/azure-client-previous': - specifier: npm:@fluidframework/azure-client@2.11.0 - version: /@fluidframework/azure-client@2.11.0 + specifier: npm:@fluidframework/azure-client@2.12.0 + version: /@fluidframework/azure-client@2.12.0 '@fluidframework/azure-local-service': specifier: workspace:~ version: link:../../../azure/packages/azure-local-service @@ -13420,8 +13420,8 @@ importers: specifier: workspace:~ version: link:../../test/test-utils '@fluidframework/tinylicious-client-previous': - specifier: npm:@fluidframework/tinylicious-client@2.11.0 - version: /@fluidframework/tinylicious-client@2.11.0 + specifier: npm:@fluidframework/tinylicious-client@2.12.0 + version: /@fluidframework/tinylicious-client@2.12.0 '@microsoft/api-extractor': specifier: 7.47.8 version: 7.47.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -14623,8 +14623,8 @@ importers: specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/test-utils-previous': - specifier: npm:@fluidframework/test-utils@2.11.0 - version: /@fluidframework/test-utils@2.11.0 + specifier: npm:@fluidframework/test-utils@2.12.0 + version: /@fluidframework/test-utils@2.12.0 '@microsoft/api-extractor': specifier: 7.47.8 version: 7.47.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -14947,8 +14947,8 @@ importers: specifier: ^0.51.0 version: 0.51.0(@types/node@18.19.67) '@fluidframework/devtools-previous': - specifier: npm:@fluidframework/devtools@2.11.0 - version: /@fluidframework/devtools@2.11.0 + specifier: npm:@fluidframework/devtools@2.12.0 + version: /@fluidframework/devtools@2.12.0 '@fluidframework/eslint-config-fluid': specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) @@ -15276,8 +15276,8 @@ importers: specifier: ^0.51.0 version: 0.51.0(@types/node@18.19.67) '@fluidframework/devtools-core-previous': - specifier: npm:@fluidframework/devtools-core@2.11.0 - version: /@fluidframework/devtools-core@2.11.0 + specifier: npm:@fluidframework/devtools-core@2.12.0 + version: /@fluidframework/devtools-core@2.12.0 '@fluidframework/eslint-config-fluid': specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) @@ -15792,8 +15792,8 @@ importers: specifier: ^0.51.0 version: 0.51.0(@types/node@18.19.67)(typescript@5.4.5)(webpack-cli@5.1.4) '@fluid-tools/fetch-tool-previous': - specifier: npm:@fluid-tools/fetch-tool@2.11.0 - version: /@fluid-tools/fetch-tool@2.11.0 + specifier: npm:@fluid-tools/fetch-tool@2.12.0 + version: /@fluid-tools/fetch-tool@2.12.0 '@fluidframework/build-common': specifier: ^2.0.3 version: 2.0.3 @@ -15877,8 +15877,8 @@ importers: specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/fluid-runner-previous': - specifier: npm:@fluidframework/fluid-runner@2.11.0 - version: /@fluidframework/fluid-runner@2.11.0 + specifier: npm:@fluidframework/fluid-runner@2.12.0 + version: /@fluidframework/fluid-runner@2.12.0 '@microsoft/api-extractor': specifier: 7.47.8 version: 7.47.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -16098,8 +16098,8 @@ importers: specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/odsp-doclib-utils-previous': - specifier: npm:@fluidframework/odsp-doclib-utils@2.11.0 - version: /@fluidframework/odsp-doclib-utils@2.11.0(debug@4.4.0) + specifier: npm:@fluidframework/odsp-doclib-utils@2.12.0 + version: /@fluidframework/odsp-doclib-utils@2.12.0(debug@4.4.0) '@microsoft/api-extractor': specifier: 7.47.8 version: 7.47.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -16186,8 +16186,8 @@ importers: specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/telemetry-utils-previous': - specifier: npm:@fluidframework/telemetry-utils@2.11.0 - version: /@fluidframework/telemetry-utils@2.11.0 + specifier: npm:@fluidframework/telemetry-utils@2.12.0 + version: /@fluidframework/telemetry-utils@2.12.0 '@microsoft/api-extractor': specifier: 7.47.8 version: 7.47.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -16292,8 +16292,8 @@ importers: specifier: ^5.6.0 version: 5.6.0(eslint@8.55.0)(typescript@5.4.5) '@fluidframework/tool-utils-previous': - specifier: npm:@fluidframework/tool-utils@2.11.0 - version: /@fluidframework/tool-utils@2.11.0 + specifier: npm:@fluidframework/tool-utils@2.12.0 + version: /@fluidframework/tool-utils@2.12.0 '@microsoft/api-extractor': specifier: 7.47.8 version: 7.47.8(patch_hash=ldzfpsbo3oeejrejk775zxplmi)(@types/node@18.19.67) @@ -19276,29 +19276,29 @@ packages: tslib: 2.8.1 dev: false - /@fluid-experimental/attributable-map@2.11.0: - resolution: {integrity: sha512-xBVwuwsE7AmO+b1IPDKOsDfCj3EBrCu/t0ODwYRii8nI2tyFt1nUEsCCHAJEkE3JbJ0lXOohvE4WEn4xMYGlzw==} + /@fluid-experimental/attributable-map@2.12.0: + resolution: {integrity: sha512-bsA72fIuqqWqR+XgnNn0ysTWe+UhMIjfdCZocxoMm/hBmC6XwXYQXSx7r72zz6QKk0nZRLeXbaujgKvMi6d/nA==} dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/datastore-definitions': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/driver-utils': 2.11.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.11.0 - '@fluidframework/runtime-utils': 2.11.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.11.0(debug@4.4.0) + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/datastore-definitions': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/driver-utils': 2.12.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.12.0 + '@fluidframework/runtime-utils': 2.12.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.12.0(debug@4.4.0) path-browserify: 1.0.1 transitivePeerDependencies: - debug - supports-color dev: true - /@fluid-internal/client-utils@2.11.0: - resolution: {integrity: sha512-xzCH7yL2rkrn2IfZoUEduoT+5UtgfesIOzRGUt1Cn2xTk9cNNccAQyOhBSOn4ABLZUi0kUu+hnoy1wjQD6C/dw==} + /@fluid-internal/client-utils@2.12.0: + resolution: {integrity: sha512-GFWc4Hnt6HMIU/VZTftSqYAuLrJBhWCwzNd2zo55ZWRYVpiLIC6OHWKl1sCnb6r4n22sfbuotCKXP2f45W6cQg==} dependencies: - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 '@types/events_pkg': /@types/events@3.0.3 base64-js: 1.5.1 buffer: 6.0.3 @@ -19318,11 +19318,11 @@ packages: - typescript dev: true - /@fluid-internal/test-driver-definitions@2.11.0: - resolution: {integrity: sha512-kpazpumKYp9ieQttDzW2ztZyQh9CoZSBd81qjQw59vJFdTqnT6xA4uQaV8QXuBmCS5NI+GHWhNBpsT2/W55Hvw==} + /@fluid-internal/test-driver-definitions@2.12.0: + resolution: {integrity: sha512-HkN6UwhuAMJjGpSIxW/WZ9qfE/+LC4b66BLtgmbc5xj4jksRkjlakmsIJEBPbaLkCsh72aCEpnAPAhiYC+TFgw==} dependencies: - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 dev: true /@fluid-tools/benchmark@0.50.0: @@ -19500,26 +19500,26 @@ packages: - webpack-cli dev: true - /@fluid-tools/fetch-tool@2.11.0: - resolution: {integrity: sha512-tKYKEcXHmcQ6bsZiaTMn053KaHFj6r3nRm3I2JkC/baocQqFQQGu5XbFY8Hrtsowj9WiGrUx4RUlJ35tVOaB/Q==} + /@fluid-tools/fetch-tool@2.12.0: + resolution: {integrity: sha512-Tg3tzh3EWLpMK2YXo1wwFUDMOkTgVlLBkpmkyhJ/jOOQIR3PgXpq0TAmeEpzoPe7i+9QGdyllYS7JpGjdpnwuA==} hasBin: true dependencies: '@azure/identity': 4.5.0 '@azure/identity-cache-persistence': 1.1.1 - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/container-runtime': 2.11.0(debug@4.4.0) - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/datastore': 2.11.0(debug@4.4.0) - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/odsp-doclib-utils': 2.11.0(debug@4.4.0) - '@fluidframework/odsp-driver': 2.11.0(debug@4.4.0) - '@fluidframework/odsp-driver-definitions': 2.11.0 - '@fluidframework/odsp-urlresolver': 2.11.0 - '@fluidframework/routerlicious-driver': 2.11.0(debug@4.4.0) - '@fluidframework/routerlicious-urlresolver': 2.11.0 - '@fluidframework/runtime-definitions': 2.11.0 - '@fluidframework/tool-utils': 2.11.0 + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/container-runtime': 2.12.0(debug@4.4.0) + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/datastore': 2.12.0(debug@4.4.0) + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/odsp-doclib-utils': 2.12.0(debug@4.4.0) + '@fluidframework/odsp-driver': 2.12.0(debug@4.4.0) + '@fluidframework/odsp-driver-definitions': 2.12.0 + '@fluidframework/odsp-urlresolver': 2.12.0 + '@fluidframework/routerlicious-driver': 2.12.0(debug@4.4.0) + '@fluidframework/routerlicious-urlresolver': 2.12.0 + '@fluidframework/runtime-definitions': 2.12.0 + '@fluidframework/tool-utils': 2.12.0 transitivePeerDependencies: - bufferutil - debug @@ -19547,20 +19547,20 @@ packages: - supports-color - utf-8-validate - /@fluidframework/agent-scheduler@2.11.0: - resolution: {integrity: sha512-xbMvYIoaj90gA4mAfR3YJQKNs/lXW/pCMAHjiLn7xPBVNknEHXxb1kvULvvzuTbBbG/7FGCzIz4cyPwXvsOhmQ==} - dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/container-definitions': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/datastore': 2.11.0(debug@4.4.0) - '@fluidframework/datastore-definitions': 2.11.0 - '@fluidframework/map': 2.11.0(debug@4.4.0) - '@fluidframework/register-collection': 2.11.0 - '@fluidframework/runtime-definitions': 2.11.0 - '@fluidframework/runtime-utils': 2.11.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.11.0 + /@fluidframework/agent-scheduler@2.12.0: + resolution: {integrity: sha512-dRX+zhEfJ3TShxLfzgE3Onlkke206VuxdYUpywujvwoWFSyoWo7n3wxrTIhdWWRHFWKKtl04DCxnM5qTPonfeA==} + dependencies: + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/container-definitions': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/datastore': 2.12.0(debug@4.4.0) + '@fluidframework/datastore-definitions': 2.12.0 + '@fluidframework/map': 2.12.0(debug@4.4.0) + '@fluidframework/register-collection': 2.12.0 + '@fluidframework/runtime-definitions': 2.12.0 + '@fluidframework/runtime-utils': 2.12.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.12.0 uuid: 9.0.1 transitivePeerDependencies: - debug @@ -19591,23 +19591,23 @@ packages: - supports-color dev: false - /@fluidframework/aqueduct@2.11.0(debug@4.4.0): - resolution: {integrity: sha512-bySNfzTI0uZb2zgGwoVlpk89tMeZlonVNCDRGYrGuFSyDEDN2GOcWpKDlg5ruCPjpXdOn39ajGKVgiGBajg9ng==} - dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/container-definitions': 2.11.0 - '@fluidframework/container-runtime': 2.11.0(debug@4.4.0) - '@fluidframework/container-runtime-definitions': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/datastore': 2.11.0(debug@4.4.0) - '@fluidframework/datastore-definitions': 2.11.0 - '@fluidframework/map': 2.11.0(debug@4.4.0) - '@fluidframework/request-handler': 2.11.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.11.0 - '@fluidframework/runtime-utils': 2.11.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.11.0(debug@4.4.0) - '@fluidframework/synthesize': 2.11.0 + /@fluidframework/aqueduct@2.12.0(debug@4.4.0): + resolution: {integrity: sha512-Vo2xRY87x7hguzRn4Lwbw1aznZyeeyOekG0tXlhbF3venqt1LPwi3z91Uij05jzAHozYnu6ezkVvFxqzjzYO1g==} + dependencies: + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/container-definitions': 2.12.0 + '@fluidframework/container-runtime': 2.12.0(debug@4.4.0) + '@fluidframework/container-runtime-definitions': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/datastore': 2.12.0(debug@4.4.0) + '@fluidframework/datastore-definitions': 2.12.0 + '@fluidframework/map': 2.12.0(debug@4.4.0) + '@fluidframework/request-handler': 2.12.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.12.0 + '@fluidframework/runtime-utils': 2.12.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.12.0(debug@4.4.0) + '@fluidframework/synthesize': 2.12.0 transitivePeerDependencies: - debug - supports-color @@ -19644,20 +19644,20 @@ packages: - utf-8-validate dev: false - /@fluidframework/azure-client@2.11.0: - resolution: {integrity: sha512-T7vnYgvlKT5gPVBLISKFG6k/9rUPyXwT8nVwQ649QSpPJboXnxGmVp7GdWljWN/ha1vmCfOHG6BCZaN2ZxsDAQ==} + /@fluidframework/azure-client@2.12.0: + resolution: {integrity: sha512-iteOgskiLZ+H8rBSmdw6b0zW5g+zyoM78Xq2Ok7ChB7UP5yBeCFPaBnFpAU51eICRiK4+GrWGMDhhUr7dot91w==} dependencies: - '@fluidframework/container-definitions': 2.11.0 - '@fluidframework/container-loader': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/driver-utils': 2.11.0(debug@4.4.0) - '@fluidframework/fluid-static': 2.11.0 - '@fluidframework/map': 2.11.0(debug@4.4.0) - '@fluidframework/routerlicious-driver': 2.11.0(debug@4.4.0) - '@fluidframework/runtime-utils': 2.11.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.11.0 + '@fluidframework/container-definitions': 2.12.0 + '@fluidframework/container-loader': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/driver-utils': 2.12.0(debug@4.4.0) + '@fluidframework/fluid-static': 2.12.0 + '@fluidframework/map': 2.12.0(debug@4.4.0) + '@fluidframework/routerlicious-driver': 2.12.0(debug@4.4.0) + '@fluidframework/runtime-utils': 2.12.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.12.0 transitivePeerDependencies: - bufferutil - debug @@ -19666,10 +19666,10 @@ packages: - utf-8-validate dev: true - /@fluidframework/azure-service-utils@2.11.0: - resolution: {integrity: sha512-h50VUzjuT2gkvNLgXG0LEecEcmV0YPFepakNt51WalUXfJ+7Nj8Gopgv4omfVDDOj9Va2oOnC/9xy/WBN/S6Rw==} + /@fluidframework/azure-service-utils@2.12.0: + resolution: {integrity: sha512-y6wDtd6Sym4ehv26rJfGz0FKcPaoMg53qyrktLqS3ABmPak6lTm8TMdsDxYvom//K2bYo2AV8W+WtZngM2zung==} dependencies: - '@fluidframework/driver-definitions': 2.11.0 + '@fluidframework/driver-definitions': 2.12.0 jsrsasign: 11.1.0 uuid: 9.0.1 dev: true @@ -19734,16 +19734,16 @@ packages: - webpack-cli dev: true - /@fluidframework/cell@2.11.0: - resolution: {integrity: sha512-unyANehgF5VyZlTcIPamkwtvMYgr9pR7UPdZlgqGJ+9E5hry6CG9oqR/La/G4AsCrNFSxsFSvTGN3tSR9y8uCQ==} + /@fluidframework/cell@2.12.0: + resolution: {integrity: sha512-ExPOxgwwTIDDgQalCX7grwhdwokPkEKu05iQ0YsOIFFkBAaAWpkTVpk7RkEVwJkU+AXBgbAfmq6nTJDmSA8UTg==} dependencies: - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/datastore-definitions': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/driver-utils': 2.11.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.11.0 - '@fluidframework/shared-object-base': 2.11.0(debug@4.4.0) + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/datastore-definitions': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/driver-utils': 2.12.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.12.0 + '@fluidframework/shared-object-base': 2.12.0(debug@4.4.0) transitivePeerDependencies: - debug - supports-color @@ -19801,11 +19801,11 @@ packages: events: 3.3.0 dev: false - /@fluidframework/container-definitions@2.11.0: - resolution: {integrity: sha512-bt0EZKOwzYejZNG/hvzesyba6CZNtquiyMxg1ocSaMBm7YsHUdgafYy2pGMixmielA/wL//QxOD/+j5KqkovdA==} + /@fluidframework/container-definitions@2.12.0: + resolution: {integrity: sha512-ll83brUVDDc7+gRGTL77vjkI12azmfeZVCZj9wCurFEJlEIiYo9zIQbRLEV+GDz2GLZUVkWna2jPVwG0BL5yVw==} dependencies: - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 dev: true /@fluidframework/container-loader@1.4.0: @@ -19832,16 +19832,16 @@ packages: - supports-color dev: false - /@fluidframework/container-loader@2.11.0: - resolution: {integrity: sha512-9qGb5aRiKeU618tEC37hqgY08fJgfd5J9KhJwREKpWJLtN7rDWtSECEwpeNenvbEdx56MjNNNlY9cO/dljko1w==} + /@fluidframework/container-loader@2.12.0: + resolution: {integrity: sha512-50ZbvD8slhf6Vwk0c/r2D9a41SL7TyqCHzXCCx7wcSTbe1qw3Uul3aQHNP8sETwszmtmukMelnKQxcj3jkA/NA==} dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/container-definitions': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/driver-utils': 2.11.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.11.0 + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/container-definitions': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/driver-utils': 2.12.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.12.0 '@types/events_pkg': /@types/events@3.0.3 '@ungap/structured-clone': 1.2.1 debug: 4.4.0(supports-color@8.1.1) @@ -19863,13 +19863,13 @@ packages: '@fluidframework/runtime-definitions': 1.4.0 dev: false - /@fluidframework/container-runtime-definitions@2.11.0: - resolution: {integrity: sha512-d65gJ0Ez8EmjJ65crDYnONURrzcL1/AIDUVJMVmWcXRfme8DM1VApuguy8h+Zx96Szed4d2p3IB7akyH6OjQwQ==} + /@fluidframework/container-runtime-definitions@2.12.0: + resolution: {integrity: sha512-bGFYCkGPf8Vqa/M1xfPN/UlvZfukc8l51qi3Duag/GK/PRjprmY1HqB4gTWIF6vootiPpEVkUYo4ipI6cIp8Xw==} dependencies: - '@fluidframework/container-definitions': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/runtime-definitions': 2.11.0 + '@fluidframework/container-definitions': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/runtime-definitions': 2.12.0 transitivePeerDependencies: - supports-color dev: true @@ -19900,21 +19900,21 @@ packages: - supports-color dev: false - /@fluidframework/container-runtime@2.11.0(debug@4.4.0): - resolution: {integrity: sha512-HLQj5i00GL11UX7qMwL7BaeKKnnT/Rq889l6IbgASEIghjelkYBCI2gogvNXWhLmEp91Ym8e6KSJOTMeTkwWoQ==} - dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/container-definitions': 2.11.0 - '@fluidframework/container-runtime-definitions': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/datastore': 2.11.0(debug@4.4.0) - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/driver-utils': 2.11.0(debug@4.4.0) - '@fluidframework/id-compressor': 2.11.0 - '@fluidframework/runtime-definitions': 2.11.0 - '@fluidframework/runtime-utils': 2.11.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.11.0 + /@fluidframework/container-runtime@2.12.0(debug@4.4.0): + resolution: {integrity: sha512-+7MXwoVY+IP6JjDUQbhkiRF/W/D539LzwaoDYLMWH6w5qnZIPsZoDtRa7fpjaSP5y2dKccmFHQVokpIBNxlrwQ==} + dependencies: + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/container-definitions': 2.12.0 + '@fluidframework/container-runtime-definitions': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/datastore': 2.12.0(debug@4.4.0) + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/driver-utils': 2.12.0(debug@4.4.0) + '@fluidframework/id-compressor': 2.12.0 + '@fluidframework/runtime-definitions': 2.12.0 + '@fluidframework/runtime-utils': 2.12.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.12.0 '@tylerbu/sorted-btree-es6': 1.8.0 double-ended-queue: 2.1.0-0 lz4js: 0.2.0 @@ -19940,24 +19940,24 @@ packages: resolution: {integrity: sha512-PDIglmsa9BgFh7Xhfs32KA3Q34/arTVHF4m3M0IuAByP4z8Oi2lVuNENZnBEk+IJMcrUhUDk5Q9LH8KGfoAw+Q==} dev: false - /@fluidframework/core-interfaces@2.11.0: - resolution: {integrity: sha512-852fIm+nfHyViSTX1MZ/M4Tpe5BtmEU/NArEdf3qIOZxWvwrmNgFumkSVFsUdwgIO+YAd91wPIYePkUB+OfWXA==} + /@fluidframework/core-interfaces@2.12.0: + resolution: {integrity: sha512-MU141hKrANRjtR5vKkTpoBlhyPdwFc9dxhwPjWefcCGELGXjCtcLOFHQzDoG5UyLQLupJ2G7hFMtW4kXj4wPXg==} dev: true - /@fluidframework/core-utils@2.11.0: - resolution: {integrity: sha512-ZOvs8NddtLzYkO4Nx+6ZStR01eDoqd6VFz06fZ0aoL5/LdicYGwvsTOQtoiXl4O28zYioYB2azbSRMFGX21njA==} + /@fluidframework/core-utils@2.12.0: + resolution: {integrity: sha512-cnSvthmiDtkiNZG+6Mv4YrBZNVCCcechwcR2s3wu5HYcGzWt6m6ViSUunNNexJdCQEWtv1cM62CcKbd+kX5g4A==} dev: true - /@fluidframework/counter@2.11.0: - resolution: {integrity: sha512-FGkwa+4YYJhQ6UXAmfX+Jnjx125N7efC5LUaIJH8BGEKtrDzhun3WkL30KWZBbaYoOjNxAqowRLQzgMwT9TBnQ==} + /@fluidframework/counter@2.12.0: + resolution: {integrity: sha512-g3LaeLuMR9wxtApms4KoTfYRgclmGXj9pF0IXxXatIR/3rd3I2iEByXzipg2Q9CgcY7mTu0Aa3ImxyDehV7boQ==} dependencies: - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/datastore-definitions': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/driver-utils': 2.11.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.11.0 - '@fluidframework/shared-object-base': 2.11.0(debug@4.4.0) + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/datastore-definitions': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/driver-utils': 2.12.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.12.0 + '@fluidframework/shared-object-base': 2.12.0(debug@4.4.0) transitivePeerDependencies: - debug - supports-color @@ -19974,14 +19974,14 @@ packages: '@fluidframework/runtime-definitions': 1.4.0 dev: false - /@fluidframework/datastore-definitions@2.11.0: - resolution: {integrity: sha512-XqguM7tvrHnD9ZRp7wXQ7S4Nw84zjiq+N3YSzKtKaOIItciq4dbbDjenRPY3drTaT+AjPZxPAhxgA1GDO7cvRA==} + /@fluidframework/datastore-definitions@2.12.0: + resolution: {integrity: sha512-6l3vWR/z6ei5kaPpFLnvjmaY879TOlLOuou0mF8THmV3cVAFmhN0MJPb0yexzjn+oyc1UrqPaIeltNu1j2gR3A==} dependencies: - '@fluidframework/container-definitions': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/id-compressor': 2.11.0 - '@fluidframework/runtime-definitions': 2.11.0 + '@fluidframework/container-definitions': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/id-compressor': 2.12.0 + '@fluidframework/runtime-definitions': 2.12.0 transitivePeerDependencies: - supports-color dev: true @@ -20010,68 +20010,68 @@ packages: - supports-color dev: false - /@fluidframework/datastore@2.11.0(debug@4.4.0): - resolution: {integrity: sha512-/uNwMp+kNt3ImJyk1LkCfwFab4h9+AyyRAlb5mmctEUbxjW/1jB93zIXNN/HNc/MdzMktGKHTabWPyU5uyAiRQ==} - dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/container-definitions': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/datastore-definitions': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/driver-utils': 2.11.0(debug@4.4.0) - '@fluidframework/id-compressor': 2.11.0 - '@fluidframework/runtime-definitions': 2.11.0 - '@fluidframework/runtime-utils': 2.11.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.11.0 + /@fluidframework/datastore@2.12.0(debug@4.4.0): + resolution: {integrity: sha512-Yhkx8/gmkxjk9bFvgAid5v3izBetcTR/fmzLqgiEqKx1Cy32AgYBGHYPrRclxy8TGN0dOi6Qawgm5l+dtVLU5Q==} + dependencies: + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/container-definitions': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/datastore-definitions': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/driver-utils': 2.12.0(debug@4.4.0) + '@fluidframework/id-compressor': 2.12.0 + '@fluidframework/runtime-definitions': 2.12.0 + '@fluidframework/runtime-utils': 2.12.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.12.0 uuid: 9.0.1 transitivePeerDependencies: - debug - supports-color dev: true - /@fluidframework/debugger@2.11.0: - resolution: {integrity: sha512-EET/o2kKvuTDxFdgjXCGsjo+OQxh6Q5puXdvC1bSMMHFGF183qMMgnQNjduVo+8furpAa9m5ghLKlr4byjbgqg==} + /@fluidframework/debugger@2.12.0: + resolution: {integrity: sha512-jQD3/GSZoZZu04OX0HTdzhGwEAFNK4OaNlpHWZ0ySDDmvHUXzLt+Xc1G1xul3hsZ6lu0zVE7gOzxgaIbKIWwgQ==} dependencies: - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/driver-utils': 2.11.0(debug@4.4.0) - '@fluidframework/replay-driver': 2.11.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/driver-utils': 2.12.0(debug@4.4.0) + '@fluidframework/replay-driver': 2.12.0 jsonschema: 1.4.1 transitivePeerDependencies: - debug - supports-color dev: true - /@fluidframework/devtools-core@2.11.0: - resolution: {integrity: sha512-a3Iy/IzWMapTWDNJ7btvjpmZZ9XOlZgPL6A+Am9PipoB9QggNXnwEWITe0mDERDC7fGflLbVcbJBcpj4pWk5Lw==} - dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/cell': 2.11.0 - '@fluidframework/container-definitions': 2.11.0 - '@fluidframework/container-loader': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/counter': 2.11.0 - '@fluidframework/datastore-definitions': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/map': 2.11.0(debug@4.4.0) - '@fluidframework/matrix': 2.11.0 - '@fluidframework/sequence': 2.11.0 - '@fluidframework/shared-object-base': 2.11.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.11.0 - '@fluidframework/tree': 2.11.0 + /@fluidframework/devtools-core@2.12.0: + resolution: {integrity: sha512-wbnOQ7NR8Jsi73gdNXR2U559fBVBFORJT9CqUiO/gFcd2ANdf0kHOngdUxh0u5HFBPkmv8mPtkSxfUj9fP1FZA==} + dependencies: + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/cell': 2.12.0 + '@fluidframework/container-definitions': 2.12.0 + '@fluidframework/container-loader': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/counter': 2.12.0 + '@fluidframework/datastore-definitions': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/map': 2.12.0(debug@4.4.0) + '@fluidframework/matrix': 2.12.0 + '@fluidframework/sequence': 2.12.0 + '@fluidframework/shared-object-base': 2.12.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.12.0 + '@fluidframework/tree': 2.12.0 transitivePeerDependencies: - debug - supports-color dev: true - /@fluidframework/devtools@2.11.0: - resolution: {integrity: sha512-bQf+2ec3jH5L7IcXjiseA8oaV6L7X3KbpWxPGyUEnD6ax5O4GOi73LiwxzWoXXjah9o/c0QaQ3QREldmBJoRTA==} + /@fluidframework/devtools@2.12.0: + resolution: {integrity: sha512-KcTUaCKTKWcBof9E4Hh4c0WQJkpBaVpgtjW/H7jSVfHWhfrIyT9UTgIyTDW5QT2mRNVf3T/Zr/NfYaLDigLIng==} dependencies: - '@fluidframework/container-definitions': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/devtools-core': 2.11.0 - '@fluidframework/fluid-static': 2.11.0 + '@fluidframework/container-definitions': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/devtools-core': 2.12.0 + '@fluidframework/fluid-static': 2.12.0 transitivePeerDependencies: - debug - supports-color @@ -20091,15 +20091,15 @@ packages: - supports-color dev: false - /@fluidframework/driver-base@2.11.0(debug@4.4.0): - resolution: {integrity: sha512-e5iIyj5CxSaggknuBGQE7U9+Sb2hHitKzhWamd0lrpNYcrPdmsJPAl4sIz0LiuwRbs5LUszWip9wEyogU99ZQQ==} + /@fluidframework/driver-base@2.12.0(debug@4.4.0): + resolution: {integrity: sha512-FDWWw82+cyPaf5znz8N32gCZ2vgS3JrfrmFHHkbj4fShqpaDo8EFe0tEfIjpMb17bjuwpvPHkw73eqEc792KCA==} dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/driver-utils': 2.11.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.11.0 + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/driver-utils': 2.12.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.12.0 transitivePeerDependencies: - debug - supports-color @@ -20113,10 +20113,10 @@ packages: '@fluidframework/protocol-definitions': 0.1028.2000 dev: false - /@fluidframework/driver-definitions@2.11.0: - resolution: {integrity: sha512-XRgvkZY8ucjDlCJgS9uvEmGPBDXB94Ivf8VXc6RDo/l5KZN2pLu55vxq7nRCgpYwjlS7XA83xH7acYxKBKKwdg==} + /@fluidframework/driver-definitions@2.12.0: + resolution: {integrity: sha512-g4DAVqUKR+wflZY5pZS0QciUvf0TAa9JQGNBf1gqVQ5aHPeJNWZT7oMBz8TRwq79l+K91cK1R8V7JjPE2MAFyw==} dependencies: - '@fluidframework/core-interfaces': 2.11.0 + '@fluidframework/core-interfaces': 2.12.0 dev: true /@fluidframework/driver-utils@1.4.0: @@ -20137,14 +20137,14 @@ packages: - supports-color dev: false - /@fluidframework/driver-utils@2.11.0(debug@4.4.0): - resolution: {integrity: sha512-Tf9HaYYhTYLZF6W+rHRSBgwlAuSu1X3HY+PGTt/TFL7iYN6SiCTm+hnHzJsS1G2n321hC1nxgjRBbYN9sV22dg==} + /@fluidframework/driver-utils@2.12.0(debug@4.4.0): + resolution: {integrity: sha512-Tag+aBAjm+GlSKMLw5m6viAIQKebeKYKqMX4yeMakXSJIWejxTx+vdgptHBayigBbIPiRR1Iu97oL3RAg6JYcw==} dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/telemetry-utils': 2.11.0 + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/telemetry-utils': 2.12.0 axios: 1.7.9(debug@4.4.0) lz4js: 0.2.0 uuid: 9.0.1 @@ -20153,13 +20153,13 @@ packages: - supports-color dev: true - /@fluidframework/driver-web-cache@2.11.0: - resolution: {integrity: sha512-wiw79SJD7DRwdRy4Hw7TA7NSM+nPU/QSivEvM+i8YCCR3I/4BzbFB8K2XfTCwjQSJRdl8t1Fq4WlpXkFq2jTTg==} + /@fluidframework/driver-web-cache@2.12.0: + resolution: {integrity: sha512-IMSILBknbW5IAGgYEerXdgyCJ58ubv6YVLem27PJ/+9Z7ISvFtxYo3HBYBCx5L59/OvwKC8y0C+u9pa4THvEmQ==} dependencies: - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/odsp-driver-definitions': 2.11.0 - '@fluidframework/telemetry-utils': 2.11.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/odsp-driver-definitions': 2.12.0 + '@fluidframework/telemetry-utils': 2.12.0 idb: 6.1.5 transitivePeerDependencies: - supports-color @@ -20196,33 +20196,33 @@ packages: - typescript dev: true - /@fluidframework/file-driver@2.11.0: - resolution: {integrity: sha512-6C87/e3RByHKz82LhhULMRO3uzuFggQVdM5guWj+zgMI6RkJrEc93GgosO+2ejgnmjXSAnkrl16JcOeWt/qrBw==} + /@fluidframework/file-driver@2.12.0: + resolution: {integrity: sha512-ouY5fzDhcvkU0xFlELE9XqqFBH+vU0bw9252Wt1Uzh4UMlR+6nwu9qEVKJbN1EcDFG8G7+smkRvokmJ8YYbEfg==} dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/driver-utils': 2.11.0(debug@4.4.0) - '@fluidframework/replay-driver': 2.11.0 + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/driver-utils': 2.12.0(debug@4.4.0) + '@fluidframework/replay-driver': 2.12.0 transitivePeerDependencies: - debug - supports-color dev: true - /@fluidframework/fluid-runner@2.11.0: - resolution: {integrity: sha512-6/klpePemcQQHKy6aviIv6VtLKi+CJoiIra9zqIE3qGfQzN5ElG1IWmpripnLQN3W5W317i6uSahIAZiyjye0A==} + /@fluidframework/fluid-runner@2.12.0: + resolution: {integrity: sha512-SHJ7CECDnCk+E6FnmHuADI5F0oEvIT9+xbUB2gJhaqZjCNYwKj3OrAsks/X9vn2txuxfheMYDLzoIOJjraLXFQ==} hasBin: true dependencies: - '@fluidframework/aqueduct': 2.11.0(debug@4.4.0) - '@fluidframework/container-definitions': 2.11.0 - '@fluidframework/container-loader': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/odsp-driver': 2.11.0(debug@4.4.0) - '@fluidframework/odsp-driver-definitions': 2.11.0 - '@fluidframework/telemetry-utils': 2.11.0 - json2csv: 5.0.7 + '@fluidframework/aqueduct': 2.12.0(debug@4.4.0) + '@fluidframework/container-definitions': 2.12.0 + '@fluidframework/container-loader': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/odsp-driver': 2.12.0(debug@4.4.0) + '@fluidframework/odsp-driver-definitions': 2.12.0 + '@fluidframework/telemetry-utils': 2.12.0 + '@json2csv/plainjs': 7.0.6 yargs: 17.7.2 transitivePeerDependencies: - bufferutil @@ -20252,23 +20252,23 @@ packages: - supports-color dev: false - /@fluidframework/fluid-static@2.11.0: - resolution: {integrity: sha512-OcNMuCvEo6v9h5VccFx1Hz+t/xCi/XeJvvn/+CfWKxUge6pyT1wNL5DeM/BbGxsu2IuZOnOly9Kkgr8qidYtaA==} - dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/aqueduct': 2.11.0(debug@4.4.0) - '@fluidframework/container-definitions': 2.11.0 - '@fluidframework/container-loader': 2.11.0 - '@fluidframework/container-runtime': 2.11.0(debug@4.4.0) - '@fluidframework/container-runtime-definitions': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/datastore-definitions': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/request-handler': 2.11.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.11.0 - '@fluidframework/runtime-utils': 2.11.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.11.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.11.0 + /@fluidframework/fluid-static@2.12.0: + resolution: {integrity: sha512-buffk9cya1X8NCnk7vToq57H3RmDrNhediyin5TFdEXcZtOrK/iymn7X74xT2BxjKdTnRxuaitBGJBqdSqf9rw==} + dependencies: + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/aqueduct': 2.12.0(debug@4.4.0) + '@fluidframework/container-definitions': 2.12.0 + '@fluidframework/container-loader': 2.12.0 + '@fluidframework/container-runtime': 2.12.0(debug@4.4.0) + '@fluidframework/container-runtime-definitions': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/datastore-definitions': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/request-handler': 2.12.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.12.0 + '@fluidframework/runtime-utils': 2.12.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.12.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.12.0 transitivePeerDependencies: - debug - supports-color @@ -20289,35 +20289,35 @@ packages: /@fluidframework/gitresources@5.0.0: resolution: {integrity: sha512-nfam1KT+EUqFCENHcxrU9VwUfbhUC83UcLuOsdLpn9I7VuClL+w8KMWosoYauZraO9gDhTo2kCErjgQji5GzGA==} - /@fluidframework/id-compressor@2.11.0: - resolution: {integrity: sha512-DqH6hOlWOholpLSt1/zUsZGiMk9m2JnRAm1PAR7NHQsdlog+gZpg2bbAb9bjf+Dn4KyezaeEmHCJ1q6+5hO+6A==} + /@fluidframework/id-compressor@2.12.0: + resolution: {integrity: sha512-rMsIOJpKGbfInTjLds/Imis616b7f5F1QO3c4VmYSimWPZD+/yegEA+dj0iRSfp9SE1Cp0StYW42cdiLyYhFhw==} dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/telemetry-utils': 2.11.0 + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/telemetry-utils': 2.12.0 '@tylerbu/sorted-btree-es6': 1.8.0 uuid: 9.0.1 transitivePeerDependencies: - supports-color dev: true - /@fluidframework/local-driver@2.11.0(debug@4.4.0): - resolution: {integrity: sha512-x/FWlEkzCrgMVKq6E4y52P5m/Zt/zRVy3Khj5zAm1b+XjFhJ3Awrr32XZNfSur+wxcSFPp1K2ZIjpo1b1GCgLg==} + /@fluidframework/local-driver@2.12.0(debug@4.4.0): + resolution: {integrity: sha512-g0op9SmeaPrxT4VlhbHKoN83ZI5SvK0PHLrDJ1O+SaOmaLxMPmm+kXgIZOTZvR7Gs7jOb1Qaf0rDr7fN8RFesQ==} dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/driver-base': 2.11.0(debug@4.4.0) - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/driver-utils': 2.11.0(debug@4.4.0) + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/driver-base': 2.12.0(debug@4.4.0) + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/driver-utils': 2.12.0(debug@4.4.0) '@fluidframework/protocol-base': 5.0.0 - '@fluidframework/routerlicious-driver': 2.11.0(debug@4.4.0) + '@fluidframework/routerlicious-driver': 2.12.0(debug@4.4.0) '@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.11.0 + '@fluidframework/telemetry-utils': 2.12.0 jsrsasign: 11.1.0 uuid: 9.0.1 transitivePeerDependencies: @@ -20347,40 +20347,40 @@ packages: - supports-color dev: false - /@fluidframework/map@2.11.0(debug@4.4.0): - resolution: {integrity: sha512-FTXa1t8Dcu3eZsCF1d8lXbRXpQ43nBjWi37vfLV9XtztK0fqwiR2pH7RnFuqwilJmPBF/3kbfXb5HWn3jYxIIg==} - dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/datastore-definitions': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/driver-utils': 2.11.0(debug@4.4.0) - '@fluidframework/merge-tree': 2.11.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.11.0 - '@fluidframework/runtime-utils': 2.11.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.11.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.11.0 + /@fluidframework/map@2.12.0(debug@4.4.0): + resolution: {integrity: sha512-jnGvpKkOegPFYOybY+ngNZcp+7qOpr0Vy9wVUWyhGPMNsNTfzJ5vlwdOmpY8XW5vXBy6LEY5E5nCJz6DqpaN4w==} + dependencies: + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/datastore-definitions': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/driver-utils': 2.12.0(debug@4.4.0) + '@fluidframework/merge-tree': 2.12.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.12.0 + '@fluidframework/runtime-utils': 2.12.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.12.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.12.0 path-browserify: 1.0.1 transitivePeerDependencies: - debug - supports-color dev: true - /@fluidframework/matrix@2.11.0: - resolution: {integrity: sha512-bMlS0P5MvS/p7SFfWAc3ogh5ZTn/2wg07rBZghW+W+L39l3Pe3nlTU7Q6LCKe3lpxTkx/BnGGD0DFQXPjSUGew==} - dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/datastore-definitions': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/driver-utils': 2.11.0(debug@4.4.0) - '@fluidframework/merge-tree': 2.11.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.11.0 - '@fluidframework/runtime-utils': 2.11.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.11.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.11.0 + /@fluidframework/matrix@2.12.0: + resolution: {integrity: sha512-cso+q9var0qgGniKxDHH9MGJmQdOHuPSpJnCj3vdo5jBffG90u/K0ciC10z0/fxRTj1BrJgm9Ctm8lptFGg9HQ==} + dependencies: + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/datastore-definitions': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/driver-utils': 2.12.0(debug@4.4.0) + '@fluidframework/merge-tree': 2.12.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.12.0 + '@fluidframework/runtime-utils': 2.12.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.12.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.12.0 '@tiny-calc/nano': 0.0.0-alpha.5 double-ended-queue: 2.1.0-0 tslib: 1.14.1 @@ -20389,34 +20389,34 @@ packages: - supports-color dev: true - /@fluidframework/merge-tree@2.11.0(debug@4.4.0): - resolution: {integrity: sha512-44NmapHiPjrRIBQPmPOxvMbT1O3W5f4p2NNCEprGf3BvPnW/OUf0l6UhqKn/Zebst5kNXTOzauD/T9f9Sew4HQ==} + /@fluidframework/merge-tree@2.12.0(debug@4.4.0): + resolution: {integrity: sha512-DXSt5HBts706LZF3Fj4GHl24rzn4O3uRsbw5aTTOVUPQeOwelhve/kPyUNHObnUiBo5OZZ/Pzpkrok3jGyC4bA==} dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/container-definitions': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/datastore-definitions': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/runtime-definitions': 2.11.0 - '@fluidframework/runtime-utils': 2.11.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.11.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.11.0 + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/container-definitions': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/datastore-definitions': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/runtime-definitions': 2.12.0 + '@fluidframework/runtime-utils': 2.12.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.12.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.12.0 transitivePeerDependencies: - debug - supports-color dev: true - /@fluidframework/odsp-doclib-utils@2.11.0(debug@4.4.0): - resolution: {integrity: sha512-DBfZOZu8gUa/+x+k1+g6uukN65NA+6getspu65DyvIlh69l8eac71IpHbvo0plMwdLzJtdRc59MZDsaHHdvNDw==} + /@fluidframework/odsp-doclib-utils@2.12.0(debug@4.4.0): + resolution: {integrity: sha512-HxzahpAH6jiclJsE62usxkGRpXVOicpIFVoWpqXk+9nYifCW40qZWBfNTxXa/UroFAC0obG/NnDAQiSxBfHFaw==} dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/driver-utils': 2.11.0(debug@4.4.0) - '@fluidframework/odsp-driver-definitions': 2.11.0 - '@fluidframework/telemetry-utils': 2.11.0 + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/driver-utils': 2.12.0(debug@4.4.0) + '@fluidframework/odsp-driver-definitions': 2.12.0 + '@fluidframework/telemetry-utils': 2.12.0 isomorphic-fetch: 3.0.0 transitivePeerDependencies: - debug @@ -20424,24 +20424,24 @@ packages: - supports-color dev: true - /@fluidframework/odsp-driver-definitions@2.11.0: - resolution: {integrity: sha512-MQLldc7LGns7ifWhSWr7rQ/mRwiQ4TPc2NDSdxaf2mo/Y9xWQulyTFf04C24V2EDOVmOmZDhrTrUKKYhwAXygg==} + /@fluidframework/odsp-driver-definitions@2.12.0: + resolution: {integrity: sha512-tFDDeI1gk1pqlZqzo9rUtycaNvN1XfGqrYyFTv29vkDWYcpovqtq74hgk196zzn682pZbHIhXX5CyfenE/bIVw==} dependencies: - '@fluidframework/driver-definitions': 2.11.0 + '@fluidframework/driver-definitions': 2.12.0 dev: true - /@fluidframework/odsp-driver@2.11.0(debug@4.4.0): - resolution: {integrity: sha512-BgrezS9LnK/by/R/SJ5Q+Av1AzhiIrcy/aTdx1HUR+PrTNfxYBUgQ3MKfNgZao2ZnyMWH6vcXcFSlhxtGHVFAQ==} + /@fluidframework/odsp-driver@2.12.0(debug@4.4.0): + resolution: {integrity: sha512-p1U22uhl5a3BMW/pdEQIZnxHdQMOm6LkU+e/iExui9gqU4kP+gp2nQOx6YRcwG+uxyW691lg0SyBR0xvJahBVQ==} dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/driver-base': 2.11.0(debug@4.4.0) - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/driver-utils': 2.11.0(debug@4.4.0) - '@fluidframework/odsp-doclib-utils': 2.11.0(debug@4.4.0) - '@fluidframework/odsp-driver-definitions': 2.11.0 - '@fluidframework/telemetry-utils': 2.11.0 + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/driver-base': 2.12.0(debug@4.4.0) + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/driver-utils': 2.12.0(debug@4.4.0) + '@fluidframework/odsp-doclib-utils': 2.12.0(debug@4.4.0) + '@fluidframework/odsp-driver-definitions': 2.12.0 + '@fluidframework/telemetry-utils': 2.12.0 node-fetch: 2.7.0 socket.io-client: 4.7.5 uuid: 9.0.1 @@ -20453,15 +20453,15 @@ packages: - utf-8-validate dev: true - /@fluidframework/odsp-urlresolver@2.11.0: - resolution: {integrity: sha512-kQUBDRSL0pr1XTWgXk4jmhfANV6psoaW9c2/4mjNovYFa6XyFA6XshIwAMvB4VdtPL3aM90bDKDrCbdEGfRNpg==} + /@fluidframework/odsp-urlresolver@2.12.0: + resolution: {integrity: sha512-5ypenwUvicQXjnTjiVaSxV49aWLxIDIXZ4PAAulb/IKacPKM/uJKq4hikBEgNPmzb30b2GJZykAlxEFcX2BMLA==} dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/odsp-driver': 2.11.0(debug@4.4.0) - '@fluidframework/odsp-driver-definitions': 2.11.0 + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/odsp-driver': 2.12.0(debug@4.4.0) + '@fluidframework/odsp-driver-definitions': 2.12.0 transitivePeerDependencies: - bufferutil - debug @@ -20470,18 +20470,18 @@ packages: - utf-8-validate dev: true - /@fluidframework/ordered-collection@2.11.0: - resolution: {integrity: sha512-HFmlJxLltq0pluZIWv23R22PhQEnzYwkI6Mx7T3UFvmm49cW8rzpwu3roFlANzHEBPAFg0fO1rTpBDR1YNjwUA==} + /@fluidframework/ordered-collection@2.12.0: + resolution: {integrity: sha512-oVIUPRrIB+IyhMkkhhnjwA1OGBj0s3HIOatGQdXjOQTlKVQANCUzsH2DnkxD40NsV78s0UPk8+Vgr/8VQi/TDA==} dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/datastore-definitions': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/runtime-definitions': 2.11.0 - '@fluidframework/runtime-utils': 2.11.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.11.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.11.0 + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/datastore-definitions': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/runtime-definitions': 2.12.0 + '@fluidframework/runtime-utils': 2.12.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.12.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.12.0 uuid: 9.0.1 transitivePeerDependencies: - debug @@ -20520,31 +20520,31 @@ packages: /@fluidframework/protocol-definitions@3.2.0: resolution: {integrity: sha512-xgcyMN4uF6dAp2/XYFSHvGFITIV7JbVt3itA+T0c71/lZjq/HU/a/ClPIxfl9AEN0RbtuR/1n5LP4FXSV9j0hA==} - /@fluidframework/register-collection@2.11.0: - resolution: {integrity: sha512-3wL3iYbtBpfvwD+j7R+6Y+5PzOYTtIH8OT9YwyFP6/2RZec55LICto+G/U6JbPg8+G0NR2TkIYLXSxtiqLadsg==} + /@fluidframework/register-collection@2.12.0: + resolution: {integrity: sha512-9Y7PJlXzW2e5hF1kFSqsrDb2NpFLP1EGTzpDLgFZFrLpCrRCwMiVaGR4An7PTgcWTWJpIs1R0cx0Utb08rYHxw==} dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/datastore-definitions': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/driver-utils': 2.11.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.11.0 - '@fluidframework/shared-object-base': 2.11.0(debug@4.4.0) + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/datastore-definitions': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/driver-utils': 2.12.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.12.0 + '@fluidframework/shared-object-base': 2.12.0(debug@4.4.0) transitivePeerDependencies: - debug - supports-color dev: true - /@fluidframework/replay-driver@2.11.0: - resolution: {integrity: sha512-TCqTkfIegQw2QqMRl5ygczs3ijgtfeO199B7DzWf007lXd+Om1VP516bqEe8+ElR0r50CJAB6pUpg/OfVurG6A==} + /@fluidframework/replay-driver@2.12.0: + resolution: {integrity: sha512-HqES+zp/gWPc3eIiUS1lfY4X0NpYd7VGXoIxSx4zuoY4aIAL/sw87WrL3jwfAooLX4Q/OUZq60YDCSOigJSYrQ==} dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/driver-utils': 2.11.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.11.0 + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/driver-utils': 2.12.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.12.0 transitivePeerDependencies: - debug - supports-color @@ -20562,14 +20562,14 @@ packages: - supports-color dev: false - /@fluidframework/request-handler@2.11.0(debug@4.4.0): - resolution: {integrity: sha512-OlrnayHRRiSzRH/nlyFsidVTQwaWFOZIK6xBjsBjgqK4BIqY5vh4OJmdSY5UzWNALtorUeJeTZtWm4S1uLxKuQ==} + /@fluidframework/request-handler@2.12.0(debug@4.4.0): + resolution: {integrity: sha512-Y5+mcYpbfbQaY1E+Qh9AWEwWhHcgtuci2D7Zqm9+3/lIrLXdzm5rGzE4/7CfxF/5fQfyk9wUih7m2PLRNI2MIg==} dependencies: - '@fluidframework/container-runtime-definitions': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/runtime-definitions': 2.11.0 - '@fluidframework/runtime-utils': 2.11.0(debug@4.4.0) + '@fluidframework/container-runtime-definitions': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/runtime-definitions': 2.12.0 + '@fluidframework/runtime-utils': 2.12.0(debug@4.4.0) transitivePeerDependencies: - debug - supports-color @@ -20602,17 +20602,17 @@ packages: - utf-8-validate dev: false - /@fluidframework/routerlicious-driver@2.11.0(debug@4.4.0): - resolution: {integrity: sha512-x61I7WtoZJM5dRlD6sy7D1BK/xmCccSQVUv0g+51H0GtRSCwmOOTObA+Ee7L/5e9kAN9QbNCa4IIJWE6HOwnPA==} + /@fluidframework/routerlicious-driver@2.12.0(debug@4.4.0): + resolution: {integrity: sha512-dbMFcx6cB4vo95qcjk3+hZ226QUUdrYlQKB9//FxUq82Uvk1x7snpQz9Ex+yCVQYnw5g4kks9wlq7c53FEr0kw==} dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/driver-base': 2.11.0(debug@4.4.0) - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/driver-utils': 2.11.0(debug@4.4.0) + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/driver-base': 2.12.0(debug@4.4.0) + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/driver-utils': 2.12.0(debug@4.4.0) '@fluidframework/server-services-client': 5.0.0 - '@fluidframework/telemetry-utils': 2.11.0 + '@fluidframework/telemetry-utils': 2.12.0 cross-fetch: 3.1.8 json-stringify-safe: 5.0.1 socket.io-client: 4.7.5 @@ -20625,12 +20625,12 @@ packages: - utf-8-validate dev: true - /@fluidframework/routerlicious-urlresolver@2.11.0: - resolution: {integrity: sha512-udcRUVD2zeYJ6XtO5KMIH90f6pf3tKOtpgZR5ZcLa3NphEznMGV3Hm4morLjMC0ONEMZW/cHUGWsGtet0DVc8g==} + /@fluidframework/routerlicious-urlresolver@2.12.0: + resolution: {integrity: sha512-JFqMeWz6pClXSORxUljk4YyMefBckWdze2QaqiimjZF6vZrgYBVHCwMCmN5U/nuHJMoUKM4R75a3/3M/4P3bWw==} dependencies: - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 nconf: 0.12.1 dev: true @@ -20645,14 +20645,14 @@ packages: '@fluidframework/protocol-definitions': 0.1028.2000 dev: false - /@fluidframework/runtime-definitions@2.11.0: - resolution: {integrity: sha512-RiLEr6EQAsn8INkZv7RibSslnsr1pSI+EFBJLPRQrR5TXxygpLwApQXYTJbUBUCKdr10OhspWjRFxhAxWYAFMw==} + /@fluidframework/runtime-definitions@2.12.0: + resolution: {integrity: sha512-2WHC3QeoA+j3/QeTuo8UJ7SmbgQfVSHoCW7j6UmI45tS21hFZCLwdhxmL3sDLl61TG85pSCDwL16LMXOW4BWqw==} dependencies: - '@fluidframework/container-definitions': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/id-compressor': 2.11.0 - '@fluidframework/telemetry-utils': 2.11.0 + '@fluidframework/container-definitions': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/id-compressor': 2.12.0 + '@fluidframework/telemetry-utils': 2.12.0 transitivePeerDependencies: - supports-color dev: true @@ -20675,37 +20675,37 @@ packages: - supports-color dev: false - /@fluidframework/runtime-utils@2.11.0(debug@4.4.0): - resolution: {integrity: sha512-8lhoew23yoEky0FbdfGYMX7PLHCgTibubycRaTOw8BJdzh4/q4kyZGe2mRlYTI/lRS55YhSohm8qxIoN4vXWRw==} + /@fluidframework/runtime-utils@2.12.0(debug@4.4.0): + resolution: {integrity: sha512-j5HTVGKv6gsJ0k44usaACSlGXy4MTJglIu62aLbjTWhm6Cbe1N9Z3dnbqA3SWp4ATr1qVSHUnw6Eao2KMywT7Q==} dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/container-definitions': 2.11.0 - '@fluidframework/container-runtime-definitions': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/datastore-definitions': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/driver-utils': 2.11.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.11.0 - '@fluidframework/telemetry-utils': 2.11.0 + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/container-definitions': 2.12.0 + '@fluidframework/container-runtime-definitions': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/datastore-definitions': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/driver-utils': 2.12.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.12.0 + '@fluidframework/telemetry-utils': 2.12.0 transitivePeerDependencies: - debug - supports-color dev: true - /@fluidframework/sequence@2.11.0: - resolution: {integrity: sha512-G8S0EUvp52pyOuQ2kvetjkaMYika/0VyfFZUlvDU6TT6cDp8W5/UQBuk6rSd6TTikuKRowrStQrVhr+kyoLl+A==} + /@fluidframework/sequence@2.12.0: + resolution: {integrity: sha512-+wz+Sznc5fZbB1yZNEZnZlJJvd4b24psSq5FF4nDANZnIiLGv7z2MKgcjkPgc8kTcZxNPHdrELKSmjQmYYW7uA==} dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/datastore-definitions': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/merge-tree': 2.11.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.11.0 - '@fluidframework/runtime-utils': 2.11.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.11.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.11.0 + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/datastore-definitions': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/merge-tree': 2.12.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.12.0 + '@fluidframework/runtime-utils': 2.12.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.12.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.12.0 double-ended-queue: 2.1.0-0 uuid: 9.0.1 transitivePeerDependencies: @@ -20966,35 +20966,35 @@ packages: - supports-color dev: false - /@fluidframework/shared-object-base@2.11.0(debug@4.4.0): - resolution: {integrity: sha512-rF066su6g+Fq3saNqL09O79q5V3u3w7M0HT5rSTbH62jH6w0khbkdxzRCfapYmQ1zYANCW4GWcWRdZqmbG/+ow==} - dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/container-definitions': 2.11.0 - '@fluidframework/container-runtime': 2.11.0(debug@4.4.0) - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/datastore': 2.11.0(debug@4.4.0) - '@fluidframework/datastore-definitions': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/runtime-definitions': 2.11.0 - '@fluidframework/runtime-utils': 2.11.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.11.0 + /@fluidframework/shared-object-base@2.12.0(debug@4.4.0): + resolution: {integrity: sha512-6Vx5LFkK0WBIQQ/O6hsJq7vQ68G2BEDwB32IoAHj3+jWy+yVecLZxT3mDqLgIyJTPxAkUXpE68bw5LrJz9TtHA==} + dependencies: + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/container-definitions': 2.12.0 + '@fluidframework/container-runtime': 2.12.0(debug@4.4.0) + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/datastore': 2.12.0(debug@4.4.0) + '@fluidframework/datastore-definitions': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/runtime-definitions': 2.12.0 + '@fluidframework/runtime-utils': 2.12.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.12.0 uuid: 9.0.1 transitivePeerDependencies: - debug - supports-color dev: true - /@fluidframework/shared-summary-block@2.11.0: - resolution: {integrity: sha512-zyqYtScHzwVfFlVGIIPpzFq1k5v9XWUd5L0Q0BL+DVVLbUkHGOZaNNH0QrgXWkWyr/4k2aSdRafzYKdV2bQ7CA==} + /@fluidframework/shared-summary-block@2.12.0: + resolution: {integrity: sha512-uw01ByJeerEvqgEklrBK6c2/ESs1rzLcF5fPh7iAed9rCrA54YVzKHGOsUdBHJUYVKk00wZlNmNuxdIn4JBGJw==} dependencies: - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/datastore-definitions': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/driver-utils': 2.11.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.11.0 - '@fluidframework/shared-object-base': 2.11.0(debug@4.4.0) + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/datastore-definitions': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/driver-utils': 2.12.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.12.0 + '@fluidframework/shared-object-base': 2.12.0(debug@4.4.0) transitivePeerDependencies: - debug - supports-color @@ -21004,25 +21004,25 @@ packages: resolution: {integrity: sha512-0pdq28pZ/cA/OVOp7KiUv8/bDxltwQy2ca7UJQGuyRDF9n1QcXoWC98liu2fB3/imahdfDi5pZ6l2vw/nIiFkA==} dev: false - /@fluidframework/synthesize@2.11.0: - resolution: {integrity: sha512-+otsy703Hw45MDwGbWb+98BLQ0D70Oy125Uk0/bPBgjn8rfv1Ezl97nVNeAh//KphPYa1IYUYj9GfTCGRYxvTQ==} + /@fluidframework/synthesize@2.12.0: + resolution: {integrity: sha512-mG7Jhz09/RkI9tEC3TM/uF8XVqwcV53P0PpxhkLW2YuqiGAEPs13uFilzMMQElFBFWBj/Q3rSZbpZfKA0M41Mg==} dependencies: - '@fluidframework/core-utils': 2.11.0 + '@fluidframework/core-utils': 2.12.0 dev: true - /@fluidframework/task-manager@2.11.0: - resolution: {integrity: sha512-0lbRuJ+Dk8etbNbr9WB4V8hUkTklg7U+zeH8/upenTTXadW+FaDjSnv89LBs5LPB3RC3awUlPGi/SeUq04A0Jw==} + /@fluidframework/task-manager@2.12.0: + resolution: {integrity: sha512-rQgs/TDUpRxEFKupnBurmAED7TOFHuDRTBUsAePGXdiY8kHrbnLIQX4AZNfj/7r6otz25iUb/P8ICESh8yXlUw==} dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/container-definitions': 2.11.0 - '@fluidframework/container-runtime-definitions': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/datastore-definitions': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/driver-utils': 2.11.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.11.0 - '@fluidframework/shared-object-base': 2.11.0(debug@4.4.0) + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/container-definitions': 2.12.0 + '@fluidframework/container-runtime-definitions': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/datastore-definitions': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/driver-utils': 2.12.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.12.0 + '@fluidframework/shared-object-base': 2.12.0(debug@4.4.0) transitivePeerDependencies: - debug - supports-color @@ -21040,34 +21040,34 @@ packages: - supports-color dev: false - /@fluidframework/telemetry-utils@2.11.0: - resolution: {integrity: sha512-ArOoettLy5nL4lpweCXEug67IaiFFMBp6jZIVYtszLWX4XZE6QtOA9hPycK6sfr18+v/z4IdY2rIpt+yqDlhSQ==} + /@fluidframework/telemetry-utils@2.12.0: + resolution: {integrity: sha512-m9dt3ITm2ANl5IaXomiqAjL6wUT2G8A38EHwTpRD/h9fEY6MCMdUAWcnxC2Ja6EiqVkMD+x3ZKlZvl4vyh0Hww==} dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 debug: 4.4.0(supports-color@8.1.1) uuid: 9.0.1 transitivePeerDependencies: - supports-color dev: true - /@fluidframework/test-runtime-utils@2.11.0: - resolution: {integrity: sha512-jg4AZ3bdwBl80aswGTmzN3R8bNiTkJCyX73Hvt/aNYWokclOBH3Ot2libSYrn/w/5BnfR77oUfDx2jlb0j/Q9A==} - dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/container-definitions': 2.11.0 - '@fluidframework/container-runtime-definitions': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/datastore-definitions': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/id-compressor': 2.11.0 - '@fluidframework/routerlicious-driver': 2.11.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.11.0 - '@fluidframework/runtime-utils': 2.11.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.11.0 + /@fluidframework/test-runtime-utils@2.12.0: + resolution: {integrity: sha512-xzL9aMrW6rV3coDU3msy0E3TLe1J7fGWxTHc84cyXOerb215r5K7C18zF3UZJBAhhwpnJcr/iuqwpccbb4f2AQ==} + dependencies: + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/container-definitions': 2.12.0 + '@fluidframework/container-runtime-definitions': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/datastore-definitions': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/id-compressor': 2.12.0 + '@fluidframework/routerlicious-driver': 2.12.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.12.0 + '@fluidframework/runtime-utils': 2.12.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.12.0 jsrsasign: 11.1.0 uuid: 9.0.1 transitivePeerDependencies: @@ -21083,29 +21083,29 @@ packages: hasBin: true dev: true - /@fluidframework/test-utils@2.11.0: - resolution: {integrity: sha512-jnq+g6rfVWfi5jKHhcknS44GZH6PsBJGOAU7WEWLhthJ3T8X4/cVYDQ4/zVAUeCPUrdwWB6MpYmiLFj0zBXNjg==} - dependencies: - '@fluid-internal/test-driver-definitions': 2.11.0 - '@fluidframework/aqueduct': 2.11.0(debug@4.4.0) - '@fluidframework/container-definitions': 2.11.0 - '@fluidframework/container-loader': 2.11.0 - '@fluidframework/container-runtime': 2.11.0(debug@4.4.0) - '@fluidframework/container-runtime-definitions': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/datastore': 2.11.0(debug@4.4.0) - '@fluidframework/datastore-definitions': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/driver-utils': 2.11.0(debug@4.4.0) - '@fluidframework/local-driver': 2.11.0(debug@4.4.0) - '@fluidframework/map': 2.11.0(debug@4.4.0) - '@fluidframework/odsp-driver': 2.11.0(debug@4.4.0) - '@fluidframework/request-handler': 2.11.0(debug@4.4.0) - '@fluidframework/routerlicious-driver': 2.11.0(debug@4.4.0) - '@fluidframework/runtime-definitions': 2.11.0 - '@fluidframework/runtime-utils': 2.11.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.11.0 + /@fluidframework/test-utils@2.12.0: + resolution: {integrity: sha512-VKg8pcIs+2CFelAQibRSHrKbK4STI5xAnQ+Fw6GyVN42kEns5J/yDyNOxSntmn76tIfmccsrqM5Ch7IAGGRLnw==} + dependencies: + '@fluid-internal/test-driver-definitions': 2.12.0 + '@fluidframework/aqueduct': 2.12.0(debug@4.4.0) + '@fluidframework/container-definitions': 2.12.0 + '@fluidframework/container-loader': 2.12.0 + '@fluidframework/container-runtime': 2.12.0(debug@4.4.0) + '@fluidframework/container-runtime-definitions': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/datastore': 2.12.0(debug@4.4.0) + '@fluidframework/datastore-definitions': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/driver-utils': 2.12.0(debug@4.4.0) + '@fluidframework/local-driver': 2.12.0(debug@4.4.0) + '@fluidframework/map': 2.12.0(debug@4.4.0) + '@fluidframework/odsp-driver': 2.12.0(debug@4.4.0) + '@fluidframework/request-handler': 2.12.0(debug@4.4.0) + '@fluidframework/routerlicious-driver': 2.12.0(debug@4.4.0) + '@fluidframework/runtime-definitions': 2.12.0 + '@fluidframework/runtime-utils': 2.12.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.12.0 best-random: 1.0.3 debug: 4.4.0(supports-color@8.1.1) mocha: 10.8.2 @@ -21117,21 +21117,21 @@ packages: - utf-8-validate dev: true - /@fluidframework/tinylicious-client@2.11.0: - resolution: {integrity: sha512-dObE7E59tybnjL2/xuxoN/UgnRs8EaXGj/4Q9RulbgRJlJioEepUbmE96YYrc0ARdHylouFbL/9/30QsEM0vaA==} + /@fluidframework/tinylicious-client@2.12.0: + resolution: {integrity: sha512-0BKn+iPfKnEGS7U5SqA0fOkx00WvHfvQRMY6r35mczS/uCUDi6Ym2BgM74/llfM3XaQ+M+lf0gS9gRY9KlHDSA==} dependencies: - '@fluidframework/container-definitions': 2.11.0 - '@fluidframework/container-loader': 2.11.0 - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/driver-utils': 2.11.0(debug@4.4.0) - '@fluidframework/fluid-static': 2.11.0 - '@fluidframework/map': 2.11.0(debug@4.4.0) - '@fluidframework/routerlicious-driver': 2.11.0(debug@4.4.0) - '@fluidframework/runtime-utils': 2.11.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.11.0 - '@fluidframework/tinylicious-driver': 2.11.0 + '@fluidframework/container-definitions': 2.12.0 + '@fluidframework/container-loader': 2.12.0 + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/driver-utils': 2.12.0(debug@4.4.0) + '@fluidframework/fluid-static': 2.12.0 + '@fluidframework/map': 2.12.0(debug@4.4.0) + '@fluidframework/routerlicious-driver': 2.12.0(debug@4.4.0) + '@fluidframework/runtime-utils': 2.12.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.12.0 + '@fluidframework/tinylicious-driver': 2.12.0 transitivePeerDependencies: - bufferutil - debug @@ -21140,13 +21140,13 @@ packages: - utf-8-validate dev: true - /@fluidframework/tinylicious-driver@2.11.0: - resolution: {integrity: sha512-qAqweOHcOgIXOb5QO0Ipp9KtSKY+9MAZsi12moCkjyrkmx1d6+9WAN0X0zaRSw7CPJe96Q6GybEFb7UVcWovnw==} + /@fluidframework/tinylicious-driver@2.12.0: + resolution: {integrity: sha512-GTSWS9oPyW2aFrt+CbxEr73ev5EVGE61qYVE+LT0FqpeyIb/TsQDO5Y91Ca6vZQDnvMOUUBr88SHoZLBC4vApg==} dependencies: - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/driver-utils': 2.11.0(debug@4.4.0) - '@fluidframework/routerlicious-driver': 2.11.0(debug@4.4.0) + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/driver-utils': 2.12.0(debug@4.4.0) + '@fluidframework/routerlicious-driver': 2.12.0(debug@4.4.0) jsrsasign: 11.1.0 uuid: 9.0.1 transitivePeerDependencies: @@ -21157,13 +21157,13 @@ packages: - utf-8-validate dev: true - /@fluidframework/tool-utils@2.11.0: - resolution: {integrity: sha512-WGisXzIrgcGp4XE0o7XUDXMXceIX6WbCZZ0ChtsKKWf0PzDQ6crUWA91yj0s57AgpFmk4RMQ/I/7p1Tw9J5isA==} + /@fluidframework/tool-utils@2.12.0: + resolution: {integrity: sha512-IQKAGVaksLeLsq6FtS+Nea8Kfu57wbnj+oHn6EzDskkWpLxhND2qE4QpuU9DpvqSOutg9uUpSKS/uZSnJjISXQ==} dependencies: - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/driver-utils': 2.11.0(debug@4.4.0) - '@fluidframework/odsp-doclib-utils': 2.11.0(debug@4.4.0) + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/driver-utils': 2.12.0(debug@4.4.0) + '@fluidframework/odsp-doclib-utils': 2.12.0(debug@4.4.0) async-mutex: 0.3.2 debug: 4.4.0(supports-color@8.1.1) jwt-decode: 4.0.0 @@ -21173,20 +21173,20 @@ packages: - supports-color dev: true - /@fluidframework/tree@2.11.0: - resolution: {integrity: sha512-wr6CElei2/phLf0a8bsisbTt3ypkqH5ClN4a0mP523AmIRu3Mwz1bcc/dsmc1uoX5qU1KW40DrwFOCbZYPV0jA==} - dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/container-runtime': 2.11.0(debug@4.4.0) - '@fluidframework/core-interfaces': 2.11.0 - '@fluidframework/core-utils': 2.11.0 - '@fluidframework/datastore-definitions': 2.11.0 - '@fluidframework/driver-definitions': 2.11.0 - '@fluidframework/id-compressor': 2.11.0 - '@fluidframework/runtime-definitions': 2.11.0 - '@fluidframework/runtime-utils': 2.11.0(debug@4.4.0) - '@fluidframework/shared-object-base': 2.11.0(debug@4.4.0) - '@fluidframework/telemetry-utils': 2.11.0 + /@fluidframework/tree@2.12.0: + resolution: {integrity: sha512-BZ8SvDj7fuHIGxV2/gn58MvVu3o5vu7J0YNcKW6y4uSDA3gkp+GNJrP2EeO4leMDhKsnVfDCTkmRIcwhAJNaVw==} + dependencies: + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/container-runtime': 2.12.0(debug@4.4.0) + '@fluidframework/core-interfaces': 2.12.0 + '@fluidframework/core-utils': 2.12.0 + '@fluidframework/datastore-definitions': 2.12.0 + '@fluidframework/driver-definitions': 2.12.0 + '@fluidframework/id-compressor': 2.12.0 + '@fluidframework/runtime-definitions': 2.12.0 + '@fluidframework/runtime-utils': 2.12.0(debug@4.4.0) + '@fluidframework/shared-object-base': 2.12.0(debug@4.4.0) + '@fluidframework/telemetry-utils': 2.12.0 '@sinclair/typebox': 0.32.35 '@tylerbu/sorted-btree-es6': 1.8.0 '@types/ungap__structured-clone': 1.2.0 @@ -21197,14 +21197,14 @@ packages: - supports-color dev: true - /@fluidframework/undo-redo@2.11.0: - resolution: {integrity: sha512-+S5Aac9TyEM+0pZ7GF3+2Bd8ov47DmAnLRQHROo+pOpEj4NfsBv0fSRqjyx/eCsJYHjqzYlJ/z3m4zO0qbR3MQ==} + /@fluidframework/undo-redo@2.12.0: + resolution: {integrity: sha512-K7jhA0DAhZJBipqRySRvrYTdFPYCZaiCfQ88FIkS4KUkwb4h9ADykNQhDwDRzi4qk/iLcTmO81vJFnbLWylbmA==} dependencies: - '@fluid-internal/client-utils': 2.11.0 - '@fluidframework/map': 2.11.0(debug@4.4.0) - '@fluidframework/matrix': 2.11.0 - '@fluidframework/merge-tree': 2.11.0(debug@4.4.0) - '@fluidframework/sequence': 2.11.0 + '@fluid-internal/client-utils': 2.12.0 + '@fluidframework/map': 2.12.0(debug@4.4.0) + '@fluidframework/matrix': 2.12.0 + '@fluidframework/merge-tree': 2.12.0(debug@4.4.0) + '@fluidframework/sequence': 2.12.0 transitivePeerDependencies: - debug - supports-color @@ -22030,14 +22030,12 @@ packages: /@json2csv/formatters@7.0.6: resolution: {integrity: sha512-hjIk1H1TR4ydU5ntIENEPgoMGW+Q7mJ+537sDFDbsk+Y3EPl2i4NfFVjw0NJRgT+ihm8X30M67mA8AS6jPidSA==} - dev: false /@json2csv/plainjs@7.0.6: resolution: {integrity: sha512-4Md7RPDCSYpmW1HWIpWBOqCd4vWfIqm53S3e/uzQ62iGi7L3r34fK/8nhOMEe+/eVfCx8+gdSCt1d74SlacQHw==} dependencies: '@json2csv/formatters': 7.0.6 '@streamparser/json': 0.0.20 - dev: false /@jsonjoy.com/base64@1.1.2(tslib@2.8.1): resolution: {integrity: sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==} @@ -23991,7 +23989,6 @@ packages: /@streamparser/json@0.0.20: resolution: {integrity: sha512-VqAAkydywPpkw63WQhPVKCD3SdwXuihCUVZbbiY3SfSTGQyHmwRoq27y4dmJdZuJwd5JIlQoMPyGvMbUPY0RKQ==} - dev: false /@swc/counter@0.1.3: resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==} @@ -27155,11 +27152,6 @@ packages: resolution: {integrity: sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==} engines: {node: '>= 6'} - /commander@6.2.1: - resolution: {integrity: sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==} - engines: {node: '>= 6'} - dev: true - /commander@7.2.0: resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} engines: {node: '>= 10'} @@ -32326,17 +32318,6 @@ packages: /json-stringify-safe@5.0.1: resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==} - /json2csv@5.0.7: - resolution: {integrity: sha512-YRZbUnyaJZLZUJSRi2G/MqahCyRv9n/ds+4oIetjDF3jWQA7AG7iSeKTiZiCNqtMZM7HDyt0e/W6lEnoGEmMGA==} - engines: {node: '>= 10', npm: '>= 6.13.0'} - deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. - hasBin: true - dependencies: - commander: 6.2.1 - jsonparse: 1.3.1 - lodash.get: 4.4.2 - dev: true - /json5@1.0.2: resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} hasBin: true