@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/data-schema.d.ts +1 -2
- package/dist/es/index.item-splitting.js.map +1 -1
- package/dist/es/index.js +3 -3
- package/dist/es/index.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.item-splitting.js.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/dist/types.d.ts +0 -4
- package/dist/utils/random-util.d.ts +0 -7
- package/package.json +1 -1
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,
|
|
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";
|