@khanacademy/perseus-core
Advanced tools
Comparing version 0.0.0-PR2135-20250122200804 to 0.0.0-PR2135-20250122201423
@@ -1,4 +0,4 @@ | ||
import type { WidgetLogicExport } from "../logic-export.types"; | ||
import type { WidgetLogic } from "../logic-export.types"; | ||
export type { ExpressionDefaultWidgetOptions } from "./expression-upgrade"; | ||
declare const expressionWidgetLogicExport: WidgetLogicExport; | ||
export default expressionWidgetLogicExport; | ||
declare const expressionWidgetLogic: WidgetLogic; | ||
export default expressionWidgetLogic; |
@@ -5,3 +5,3 @@ import type { Version } from "../data-schema"; | ||
}; | ||
export type WidgetLogicExport = { | ||
export type WidgetLogic = { | ||
name: string; | ||
@@ -8,0 +8,0 @@ version?: Version; |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR2135-20250122200804", | ||
"version": "0.0.0-PR2135-20250122201423", | ||
"publishConfig": { | ||
@@ -9,0 +9,0 @@ "access": "public" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
801700