@tanstack/cta-engine 0.43.0 → 0.43.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/types.d.ts +0 -1
- package/package.json +1 -1
- package/src/types.ts +0 -1
package/dist/types/types.d.ts
CHANGED
|
@@ -1197,7 +1197,6 @@ export type FrameworkDefinition = {
|
|
|
1197
1197
|
description: string;
|
|
1198
1198
|
forceTypescript: boolean;
|
|
1199
1199
|
}>;
|
|
1200
|
-
contentChecksum?: string;
|
|
1201
1200
|
};
|
|
1202
1201
|
export type Framework = Omit<FrameworkDefinition, 'base' | 'addOns'> & FileBundleHandler & {
|
|
1203
1202
|
getAddOns: () => Array<AddOn>;
|
package/package.json
CHANGED