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.101.0",
"@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@2.102.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.101.0
* Baseline (previous) version: 2.102.0
*/

import type * as old from "@fluidframework/azure-service-utils-previous/legacy";
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.101.0",
"@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@2.102.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.101.0
* Baseline (previous) version: 2.102.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.101.0",
"@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.102.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.101.0
* Baseline (previous) version: 2.102.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.101.0",
"@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.102.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.101.0
* Baseline (previous) version: 2.102.0
*/

import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools";
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 @@ -144,7 +144,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.101.0",
"@fluidframework/core-utils-previous": "npm:@fluidframework/core-utils@2.102.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.101.0
* Baseline (previous) version: 2.102.0
*/

import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools";
Expand Down Expand Up @@ -107,6 +107,15 @@ declare type current_as_old_for_ClassStatics_PromiseCache = requireAssignableTo<
*/
declare type current_as_old_for_Function_assert = requireAssignableTo<TypeOnly<typeof current.assert>, TypeOnly<typeof old.assert>>

/*
* 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_onAssertionFailure": {"backCompat": false}
*/
declare type current_as_old_for_Function_onAssertionFailure = requireAssignableTo<TypeOnly<typeof current.onAssertionFailure>, TypeOnly<typeof old.onAssertionFailure>>

/*
* 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/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.101.0",
"@fluidframework/driver-definitions-previous": "npm:@fluidframework/driver-definitions@2.102.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.101.0
* Baseline (previous) version: 2.102.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.101.0",
"@fluidframework/cell-previous": "npm:@fluidframework/cell@2.102.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.101.0
* Baseline (previous) version: 2.102.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.101.0",
"@fluidframework/counter-previous": "npm:@fluidframework/counter@2.102.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.101.0
* Baseline (previous) version: 2.102.0
*/

import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools";
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.101.0",
"@fluidframework/map-previous": "npm:@fluidframework/map@2.102.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.101.0
* Baseline (previous) version: 2.102.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.101.0",
"@fluidframework/matrix-previous": "npm:@fluidframework/matrix@2.102.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.101.0
* Baseline (previous) version: 2.102.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.101.0",
"@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.102.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.101.0
* Baseline (previous) version: 2.102.0
*/

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.101.0",
"@fluidframework/ordered-collection-previous": "npm:@fluidframework/ordered-collection@2.102.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.101.0
* Baseline (previous) version: 2.102.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.101.0",
"@fluidframework/register-collection-previous": "npm:@fluidframework/register-collection@2.102.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.101.0
* Baseline (previous) version: 2.102.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.101.0",
"@fluidframework/sequence-previous": "npm:@fluidframework/sequence@2.102.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.101.0
* Baseline (previous) version: 2.102.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.101.0",
"@fluidframework/shared-object-base-previous": "npm:@fluidframework/shared-object-base@2.102.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.101.0
* Baseline (previous) version: 2.102.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.101.0",
"@fluidframework/shared-summary-block-previous": "npm:@fluidframework/shared-summary-block@2.102.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.101.0
* Baseline (previous) version: 2.102.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.101.0",
"@fluidframework/task-manager-previous": "npm:@fluidframework/task-manager@2.102.0",
"@fluidframework/test-runtime-utils": "workspace:~",
"@fluidframework/test-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.101.0
* Baseline (previous) version: 2.102.0
*/

import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools";
Expand Down
2 changes: 1 addition & 1 deletion packages/dds/tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"@fluidframework/eslint-config-fluid": "catalog:eslint",
"@fluidframework/test-runtime-utils": "workspace:~",
"@fluidframework/test-utils": "workspace:~",
"@fluidframework/tree-previous": "npm:@fluidframework/tree@2.101.0",
"@fluidframework/tree-previous": "npm:@fluidframework/tree@2.102.0",
"@microsoft/api-extractor": "7.58.1",
"@types/diff": "^3.5.1",
"@types/easy-table": "^0.0.32",
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.101.0
* Baseline (previous) version: 2.102.0
*/

import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools";
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/debugger/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/debugger-previous": "npm:@fluidframework/debugger@2.101.0",
"@fluidframework/debugger-previous": "npm:@fluidframework/debugger@2.102.0",
"@fluidframework/eslint-config-fluid": "catalog:eslint",
"@microsoft/api-extractor": "7.58.1",
"@types/node": "catalog:types",
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.101.0
* Baseline (previous) version: 2.102.0
*/

import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools";
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/driver-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"@fluid-tools/build-cli": "catalog:buildTools",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "catalog:buildTools",
"@fluidframework/driver-base-previous": "npm:@fluidframework/driver-base@2.101.0",
"@fluidframework/driver-base-previous": "npm:@fluidframework/driver-base@2.102.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.101.0
* Baseline (previous) version: 2.102.0
*/

import type { TypeOnly, MinimalType, FullType, requireAssignableTo } from "@fluidframework/build-tools";
Expand Down
8 changes: 2 additions & 6 deletions packages/drivers/driver-web-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"@fluid-tools/build-cli": "catalog:buildTools",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "catalog:buildTools",
"@fluidframework/driver-web-cache-previous": "npm:@fluidframework/driver-web-cache@2.101.0",
"@fluidframework/driver-web-cache-previous": "npm:@fluidframework/driver-web-cache@2.102.0",
"@fluidframework/eslint-config-fluid": "catalog:eslint",
"@microsoft/api-extractor": "7.58.1",
"@types/mocha": "^10.0.10",
Expand All @@ -121,11 +121,7 @@
"typescript": "~5.4.5"
},
"typeValidation": {
"broken": {
"Class_FluidCache": {
"forwardCompat": false
}
},
"broken": {},
"entrypoint": "legacy"
}
}
Loading
Loading