@khanacademy/perseus-core 0.0.0-PR2990-20251028160533 → 0.0.0-PR2990-20251028160929

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.
@@ -3,7 +3,7 @@ import type { PerseusFreeResponseWidgetOptions } from "../../data-schema";
3
3
  * For details on the individual options, see the
4
4
  * {@link PerseusFreeResponseWidgetOptions} type
5
5
  */
6
- export type FreeResponsePublicWidgetOptions = {
6
+ type FreeResponsePublicWidgetOptions = {
7
7
  allowUnlimitedCharacters: PerseusFreeResponseWidgetOptions["allowUnlimitedCharacters"];
8
8
  characterLimit: PerseusFreeResponseWidgetOptions["characterLimit"];
9
9
  placeholder: PerseusFreeResponseWidgetOptions["placeholder"];
@@ -3,7 +3,7 @@ import type { PerseusGroupWidgetOptions, PerseusRenderer } from "../../data-sche
3
3
  * For details on the individual options, see the
4
4
  * PerseusGroupWidgetOptions type
5
5
  */
6
- export type GroupPublicWidgetOptions = PerseusRenderer;
6
+ type GroupPublicWidgetOptions = PerseusRenderer;
7
7
  /**
8
8
  * Given a PerseusGroupWidgetOptions object, return a new object with only
9
9
  * the public options that should be exposed to the client.
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": "0.0.0-PR2990-20251028160533",
6
+ "version": "0.0.0-PR2990-20251028160929",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },