@openframe-org/criteria-set-protocol 1.5.12 → 1.5.13

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.
@@ -123,6 +123,7 @@ export type DataMap = {
123
123
  result: any;
124
124
  certifications?: string[];
125
125
  };
126
+ export type CriteriaSetsAndVersions = Record<string, Metadata[]>;
126
127
  export type CertificationDefinitionType = 'number' | 'percentage';
127
128
  type AbstractCertificationDefinitionRules<Rules> = Rules extends undefined | never ? {
128
129
  rules?: Rules;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openframe-org/criteria-set-protocol",
3
- "version": "1.5.12",
3
+ "version": "1.5.13",
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>",