@khanacademy/perseus-core 5.1.0 → 5.2.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.
@@ -1,2 +1,6 @@
1
1
  import type { PerseusRenderer } from "../data-schema";
2
+ /**
3
+ * Upgrades widget options and removes answerful data for all the widgets in a
4
+ * Perseus item.
5
+ */
2
6
  export default function splitPerseusItem(originalItem: PerseusRenderer): PerseusRenderer;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Shared Perseus infrastructure",
4
4
  "author": "Khan Academy",
5
5
  "license": "MIT",
6
- "version": "5.1.0",
6
+ "version": "5.2.0",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },