@khanacademy/perseus-core 18.9.1 → 19.0.0

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/index.d.ts CHANGED
@@ -128,7 +128,7 @@ export { default as getPlotterPublicWidgetOptions } from "./widgets/plotter/plot
128
128
  export type { PlotterPublicWidgetOptions } from "./widgets/plotter/plotter-util";
129
129
  export { default as getMatcherPublicWidgetOptions, shuffleMatcher, } from "./widgets/matcher/matcher-util";
130
130
  export type { MatcherPublicWidgetOptions } from "./widgets/matcher/matcher-util";
131
- export { shuffle, randomizeArrayElements, seededRNG, random, } from "./utils/random-util";
131
+ export { shuffle, seededRNG, random } from "./utils/random-util";
132
132
  export { default as PerseusFeatureFlags } from "./feature-flags";
133
133
  export { traverse } from "./traversal";
134
134
  export { isItemAccessible, violatingWidgets } from "./accessibility";