Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion azure/packages/azure-service-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"@arethetypeswrong/cli": "^0.18.2",
"@biomejs/biome": "~2.4.5",
"@fluid-tools/build-cli": "catalog:buildTools",
"@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@2.92.0",
"@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@2.100.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "catalog:buildTools",
"@fluidframework/eslint-config-fluid": "catalog:eslint",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate typetests" from @fluid-tools/build-cli.
*
* Baseline (previous) version: 2.92.0
* Baseline (previous) version: 2.100.0
*/

import type * as old from "@fluidframework/azure-service-utils-previous/legacy";
Expand Down
3 changes: 1 addition & 2 deletions experimental/dds/sequence-deprecated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@
"test:mocha:cjs": "cross-env FLUID_TEST_MODULE_SYSTEM=CJS mocha",
"test:mocha:esm": "mocha",
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
"typetests:gen": "flub generate typetests --dir . -v"
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist"
},
"c8": {
"all": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/common/client-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"devDependencies": {
"@arethetypeswrong/cli": "^0.18.2",
"@biomejs/biome": "~2.4.5",
"@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.92.0",
"@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.100.0",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluid-tools/build-cli": "catalog:buildTools",
"@fluidframework/build-common": "^2.0.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate typetests" from @fluid-tools/build-cli.
*
* Baseline (previous) version: 2.92.0
* Baseline (previous) version: 2.100.0
*/

import type * as old from "@fluid-internal/client-utils-previous";
Expand Down
2 changes: 1 addition & 1 deletion packages/common/container-definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"@fluid-tools/build-cli": "catalog:buildTools",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "catalog:buildTools",
"@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.92.0",
"@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.100.0",
"@fluidframework/eslint-config-fluid": "catalog:eslint",
"@microsoft/api-extractor": "7.58.1",
"concurrently": "^9.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate typetests" from @fluid-tools/build-cli.
*
* Baseline (previous) version: 2.92.0
* Baseline (previous) version: 2.100.0
*/

import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools";
Expand Down
2 changes: 1 addition & 1 deletion packages/common/core-interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"@fluid-tools/build-cli": "catalog:buildTools",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "catalog:buildTools",
"@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.92.0",
"@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.100.0",
"@fluidframework/eslint-config-fluid": "catalog:eslint",
"@microsoft/api-extractor": "7.58.1",
"@types/mocha": "^10.0.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate typetests" from @fluid-tools/build-cli.
*
* Baseline (previous) version: 2.92.0
* Baseline (previous) version: 2.100.0
*/

import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools";
Expand Down Expand Up @@ -62,6 +62,42 @@ declare type current_as_old_for_ClassStatics_BrandedType = requireAssignableTo<T
*/
declare type current_as_old_for_ClassStatics_ErasedType = requireAssignableTo<TypeOnly<typeof current.ErasedType>, TypeOnly<typeof old.ErasedType>>

/*
* 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_FluidIterable": {"backCompat": false}
*/
declare type current_as_old_for_Interface_FluidIterable = requireAssignableTo<TypeOnly<current.FluidIterable<never>>, TypeOnly<old.FluidIterable<never>>>

/*
* 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_FluidIterableIterator": {"backCompat": false}
*/
declare type current_as_old_for_Interface_FluidIterableIterator = requireAssignableTo<TypeOnly<current.FluidIterableIterator<never>>, TypeOnly<old.FluidIterableIterator<never>>>

/*
* 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_FluidMap": {"backCompat": false}
*/
declare type current_as_old_for_Interface_FluidMap = requireAssignableTo<TypeOnly<current.FluidMap<never,never>>, TypeOnly<old.FluidMap<never,never>>>

/*
* 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_FluidReadonlyMap": {"backCompat": false}
*/
declare type current_as_old_for_Interface_FluidReadonlyMap = requireAssignableTo<TypeOnly<current.FluidReadonlyMap<never,never>>, TypeOnly<old.FluidReadonlyMap<never,never>>>

/*
* 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.
Expand Down Expand Up @@ -512,6 +548,24 @@ declare type current_as_old_for_Interface_IThrottlingWarning = requireAssignable
*/
declare type current_as_old_for_Interface_Listenable = requireAssignableTo<TypeOnly<current.Listenable<never>>, TypeOnly<old.Listenable<never>>>

/*
* 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_LogLevelConst": {"forwardCompat": false}
*/
declare type old_as_current_for_Interface_LogLevelConst = requireAssignableTo<TypeOnly<old.LogLevelConst>, TypeOnly<current.LogLevelConst>>

/*
* 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_LogLevelConst": {"backCompat": false}
*/
declare type current_as_old_for_Interface_LogLevelConst = requireAssignableTo<TypeOnly<current.LogLevelConst>, TypeOnly<old.LogLevelConst>>

/*
* 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.
Expand Down
2 changes: 1 addition & 1 deletion packages/common/core-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"@fluid-tools/build-cli": "catalog:buildTools",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "catalog:buildTools",
"@fluidframework/core-utils-previous": "npm:@fluidframework/core-utils@2.92.0",
"@fluidframework/core-utils-previous": "npm:@fluidframework/core-utils@2.100.0",
"@fluidframework/eslint-config-fluid": "catalog:eslint",
"@microsoft/api-extractor": "7.58.1",
"@types/mocha": "^10.0.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate typetests" from @fluid-tools/build-cli.
*
* Baseline (previous) version: 2.92.0
* Baseline (previous) version: 2.100.0
*/

import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools";
Expand Down
2 changes: 1 addition & 1 deletion packages/common/driver-definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@fluid-tools/build-cli": "catalog:buildTools",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "catalog:buildTools",
"@fluidframework/driver-definitions-previous": "npm:@fluidframework/driver-definitions@2.92.0",
"@fluidframework/driver-definitions-previous": "npm:@fluidframework/driver-definitions@2.100.0",
"@fluidframework/eslint-config-fluid": "catalog:eslint",
"@microsoft/api-extractor": "7.58.1",
"concurrently": "^9.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate typetests" from @fluid-tools/build-cli.
*
* Baseline (previous) version: 2.92.0
* Baseline (previous) version: 2.100.0
*/

import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools";
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/cell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"@fluid-tools/build-cli": "catalog:buildTools",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "catalog:buildTools",
"@fluidframework/cell-previous": "npm:@fluidframework/cell@2.92.0",
"@fluidframework/cell-previous": "npm:@fluidframework/cell@2.100.0",
"@fluidframework/container-definitions": "workspace:~",
"@fluidframework/eslint-config-fluid": "catalog:eslint",
"@fluidframework/test-runtime-utils": "workspace:~",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate typetests" from @fluid-tools/build-cli.
*
* Baseline (previous) version: 2.92.0
* Baseline (previous) version: 2.100.0
*/

import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools";
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "catalog:buildTools",
"@fluidframework/container-definitions": "workspace:~",
"@fluidframework/counter-previous": "npm:@fluidframework/counter@2.92.0",
"@fluidframework/counter-previous": "npm:@fluidframework/counter@2.100.0",
"@fluidframework/eslint-config-fluid": "catalog:eslint",
"@fluidframework/test-runtime-utils": "workspace:~",
"@microsoft/api-extractor": "7.58.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate typetests" from @fluid-tools/build-cli.
*
* Baseline (previous) version: 2.92.0
* Baseline (previous) version: 2.100.0
*/

import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools";
Expand Down
3 changes: 1 addition & 2 deletions packages/dds/ink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@
"test:mocha:cjs": "cross-env FLUID_TEST_MODULE_SYSTEM=CJS mocha",
"test:mocha:esm": "mocha",
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
"typetests:gen": "flub generate typetests --dir . -v"
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist"
},
"c8": {
"all": true,
Expand Down
3 changes: 1 addition & 2 deletions packages/dds/legacy-dds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@
"test:mocha:cjs": "cross-env FLUID_TEST_MODULE_SYSTEM=CJS mocha",
"test:mocha:esm": "mocha",
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
"typetests:gen": "flub generate typetests --dir . -v"
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist"
},
"c8": {
"all": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"@fluidframework/build-tools": "catalog:buildTools",
"@fluidframework/container-definitions": "workspace:~",
"@fluidframework/eslint-config-fluid": "catalog:eslint",
"@fluidframework/map-previous": "npm:@fluidframework/map@2.92.0",
"@fluidframework/map-previous": "npm:@fluidframework/map@2.100.0",
"@fluidframework/test-runtime-utils": "workspace:~",
"@microsoft/api-extractor": "7.58.1",
"@types/mocha": "^10.0.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate typetests" from @fluid-tools/build-cli.
*
* Baseline (previous) version: 2.92.0
* Baseline (previous) version: 2.100.0
*/

import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools";
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/matrix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"@fluidframework/build-tools": "catalog:buildTools",
"@fluidframework/container-definitions": "workspace:~",
"@fluidframework/eslint-config-fluid": "catalog:eslint",
"@fluidframework/matrix-previous": "npm:@fluidframework/matrix@2.92.0",
"@fluidframework/matrix-previous": "npm:@fluidframework/matrix@2.100.0",
"@fluidframework/test-runtime-utils": "workspace:~",
"@microsoft/api-extractor": "7.58.1",
"@tiny-calc/micro": "0.0.0-alpha.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate typetests" from @fluid-tools/build-cli.
*
* Baseline (previous) version: 2.92.0
* Baseline (previous) version: 2.100.0
*/

import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools";
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/merge-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "catalog:buildTools",
"@fluidframework/eslint-config-fluid": "catalog:eslint",
"@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.92.0",
"@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.100.0",
"@fluidframework/test-runtime-utils": "workspace:~",
"@microsoft/api-extractor": "7.58.1",
"@types/diff": "^3.5.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate typetests" from @fluid-tools/build-cli.
*
* Baseline (previous) version: 2.92.0
* Baseline (previous) version: 2.100.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since when did we inline this?

*/

import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools";
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/ordered-collection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "catalog:buildTools",
"@fluidframework/eslint-config-fluid": "catalog:eslint",
"@fluidframework/ordered-collection-previous": "npm:@fluidframework/ordered-collection@2.92.0",
"@fluidframework/ordered-collection-previous": "npm:@fluidframework/ordered-collection@2.100.0",
"@fluidframework/test-runtime-utils": "workspace:~",
"@microsoft/api-extractor": "7.58.1",
"@types/mocha": "^10.0.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate typetests" from @fluid-tools/build-cli.
*
* Baseline (previous) version: 2.92.0
* Baseline (previous) version: 2.100.0
*/

import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools";
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/register-collection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "catalog:buildTools",
"@fluidframework/eslint-config-fluid": "catalog:eslint",
"@fluidframework/register-collection-previous": "npm:@fluidframework/register-collection@2.92.0",
"@fluidframework/register-collection-previous": "npm:@fluidframework/register-collection@2.100.0",
"@fluidframework/test-runtime-utils": "workspace:~",
"@microsoft/api-extractor": "7.58.1",
"@types/mocha": "^10.0.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate typetests" from @fluid-tools/build-cli.
*
* Baseline (previous) version: 2.92.0
* Baseline (previous) version: 2.100.0
*/

import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools";
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/sequence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"@fluidframework/build-tools": "catalog:buildTools",
"@fluidframework/container-definitions": "workspace:~",
"@fluidframework/eslint-config-fluid": "catalog:eslint",
"@fluidframework/sequence-previous": "npm:@fluidframework/sequence@2.92.0",
"@fluidframework/sequence-previous": "npm:@fluidframework/sequence@2.100.0",
"@fluidframework/test-runtime-utils": "workspace:~",
"@microsoft/api-extractor": "7.58.1",
"@types/diff": "^3.5.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate typetests" from @fluid-tools/build-cli.
*
* Baseline (previous) version: 2.92.0
* Baseline (previous) version: 2.100.0
*/

import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools";
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/shared-object-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "catalog:buildTools",
"@fluidframework/eslint-config-fluid": "catalog:eslint",
"@fluidframework/shared-object-base-previous": "npm:@fluidframework/shared-object-base@2.92.0",
"@fluidframework/shared-object-base-previous": "npm:@fluidframework/shared-object-base@2.100.0",
"@fluidframework/test-runtime-utils": "workspace:~",
"@microsoft/api-extractor": "7.58.1",
"@types/mocha": "^10.0.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate typetests" from @fluid-tools/build-cli.
*
* Baseline (previous) version: 2.92.0
* Baseline (previous) version: 2.100.0
*/

import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools";
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/shared-summary-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"@fluidframework/build-tools": "catalog:buildTools",
"@fluidframework/container-definitions": "workspace:~",
"@fluidframework/eslint-config-fluid": "catalog:eslint",
"@fluidframework/shared-summary-block-previous": "npm:@fluidframework/shared-summary-block@2.92.0",
"@fluidframework/shared-summary-block-previous": "npm:@fluidframework/shared-summary-block@2.100.0",
"@fluidframework/test-runtime-utils": "workspace:~",
"@microsoft/api-extractor": "7.58.1",
"@types/mocha": "^10.0.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate typetests" from @fluid-tools/build-cli.
*
* Baseline (previous) version: 2.92.0
* Baseline (previous) version: 2.100.0
*/

import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools";
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/task-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "catalog:buildTools",
"@fluidframework/eslint-config-fluid": "catalog:eslint",
"@fluidframework/task-manager-previous": "npm:@fluidframework/task-manager@2.92.0",
"@fluidframework/task-manager-previous": "npm:@fluidframework/task-manager@2.100.0",
"@fluidframework/test-runtime-utils": "workspace:~",
"@fluidframework/test-utils": "workspace:~",
"@microsoft/api-extractor": "7.58.1",
Expand Down
Loading
Loading