@brighterly/lib-core-types 0.23.2 → 0.23.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.
@@ -75,12 +75,10 @@ export interface Rubric {
75
75
  name: string;
76
76
  levels: {
77
77
  score: number;
78
- label: string;
79
78
  }[];
80
79
  }
81
80
  export interface ScoredRubricLevel {
82
81
  score: number;
83
- label: string;
84
82
  description?: string;
85
83
  }
86
84
  export interface ScoredRubric extends Rubric {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brighterly/lib-core-types",
3
- "version": "0.23.2",
3
+ "version": "0.23.3",
4
4
  "description": "Official Brighterly lib-core-types",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",