@longtable/core 0.1.49 → 0.1.50

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -202,6 +202,7 @@ export interface DecisionRecord {
202
202
  commitmentFamily?: QuestionCommitmentFamily;
203
203
  epistemicBasis?: QuestionEpistemicBasis;
204
204
  selectedOption?: string;
205
+ selectedOptions?: string[];
205
206
  rationale?: string;
206
207
  explicitStateUpdates?: Record<string, unknown>;
207
208
  studyContractId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longtable/core",
3
- "version": "0.1.49",
3
+ "version": "0.1.50",
4
4
  "private": false,
5
5
  "description": "Provider-neutral domain models and contracts for LongTable",
6
6
  "type": "module",