@openframe-org/criteria-set-protocol 1.3.7 → 1.3.8

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.
@@ -98,8 +98,9 @@ export type BooleanType = AbstractDefinition<'boolean'> & {
98
98
  export type PointOption = {
99
99
  id?: string;
100
100
  text: string;
101
+ intro?: string;
102
+ outro?: string;
101
103
  value: string | number | boolean | null;
102
- annotations?: string[];
103
104
  };
104
105
  export type TaskItemScalarValue = string | number | boolean | null;
105
106
  export type TaskItemValue = TaskItemScalarValue | Array<TaskItemScalarValue>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openframe-org/criteria-set-protocol",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "description": "A protocol and tools for defining and working with criteria sets",
5
5
  "private": false,
6
6
  "author": "Andrés Angulo <aa@openframe.org>",