@khanacademy/perseus-core
Advanced tools
Comparing version 0.0.0-PR2215-20250212164504 to 0.0.0-PR2215-20250213202256
@@ -650,3 +650,3 @@ /** | ||
allowReflexAngles: boolean; | ||
match: "congruent"; | ||
match?: "congruent"; | ||
coords: [Coord, Coord, Coord]; | ||
@@ -653,0 +653,0 @@ }; |
@@ -103,4 +103,3 @@ export type { PerseusAnalyticsEvent, AnalyticsEventHandlerFn } from "./analytics"; | ||
export { default as getPlotterPublicWidgetOptions } from "./widgets/plotter/plotter-util"; | ||
export { default as getMatcherPublicWidgetOptions } from "./widgets/matcher/matcher-util"; | ||
export { shuffleMatcher } from "./widgets/matcher/matcher-util"; | ||
export { default as CoreUtil } from "./utils/random_utils"; | ||
export { default as getMatcherPublicWidgetOptions, shuffleMatcher, } from "./widgets/matcher/matcher-util"; | ||
export { shuffle, seededRNG, random } from "./utils/random-util"; |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR2215-20250212164504", | ||
"version": "0.0.0-PR2215-20250213202256", | ||
"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
1567300
13071