@brighterly/lib-core-types 0.20.5 → 0.21.0

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.
@@ -91,7 +91,6 @@ export interface ScoredRubric extends Rubric {
91
91
  kind?: 'scored';
92
92
  levels: ScoredRubricLevel[];
93
93
  instructions?: string;
94
- standards?: string[];
95
94
  }
96
95
  export interface ObservationRubric {
97
96
  id: string;
@@ -106,7 +105,7 @@ export interface Activity {
106
105
  interaction?: Interaction;
107
106
  idkEnabled?: boolean;
108
107
  points?: number;
109
- standard?: Standard;
108
+ standards?: Standard[];
110
109
  rubrics?: string[];
111
110
  }
112
111
  export interface Screen {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brighterly/lib-core-types",
3
- "version": "0.20.5",
3
+ "version": "0.21.0",
4
4
  "description": "Official Brighterly lib-core-types",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",