@openframe-org/criteria-set-protocol 1.0.55 → 1.0.56

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.
@@ -97,6 +97,7 @@ export type PointOption = {
97
97
  id?: string;
98
98
  label: string;
99
99
  value: string | number | boolean | null;
100
+ annotations?: string[];
100
101
  };
101
102
  export type TaskItemScalarValue = string | number | boolean | null;
102
103
  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.0.55",
3
+ "version": "1.0.56",
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>",