@project-sunbird/collection-editor-react 0.1.19 → 0.1.20

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.
@@ -5,6 +5,8 @@ export interface QumlContextProps {
5
5
  cdata?: unknown[];
6
6
  contextRollup?: Record<string, string>;
7
7
  objectRollup?: Record<string, string>;
8
+ /** When true, configures the player to render exactly one question. */
9
+ singleQuestion?: boolean;
8
10
  }
9
11
  export interface QumlPlayerConfig {
10
12
  context: Record<string, unknown>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@project-sunbird/collection-editor-react",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",