@khanacademy/perseus-core 18.9.1 → 19.0.1
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/data-schema.d.ts
CHANGED
|
@@ -228,8 +228,7 @@ export type PerseusRenderer = {
|
|
|
228
228
|
/**
|
|
229
229
|
* Formerly used in the PerseusGradedGroup widget. A list of "tags" that
|
|
230
230
|
* are keys that represent other content in the system. Not rendered to
|
|
231
|
-
* the user.
|
|
232
|
-
* isn't necessary.
|
|
231
|
+
* the user.
|
|
233
232
|
* @deprecated
|
|
234
233
|
*/
|
|
235
234
|
metadata?: any;
|