@openframe-org/criteria-set-protocol 1.4.2 → 1.4.3

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.
@@ -113,6 +113,7 @@ export type DataMap = {
113
113
  version: string;
114
114
  elements: Record<string, any>;
115
115
  result: any;
116
+ certificates?: string[];
116
117
  };
117
118
  export type CertificateDefinitionType = 'number' | 'percentage';
118
119
  type AbstractCertificateDefinitionRules<Rules> = Rules extends undefined | never ? {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openframe-org/criteria-set-protocol",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
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>",