@speakableio/core 0.1.93 → 0.1.94

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.
@@ -554,6 +554,7 @@ interface PageScore {
554
554
  maxPoints: number;
555
555
  description: string;
556
556
  }[];
557
+ target_proficiency_level?: string;
557
558
  }
558
559
 
559
560
  declare enum AssignmentAnalyticsType {
@@ -554,6 +554,7 @@ interface PageScore {
554
554
  maxPoints: number;
555
555
  description: string;
556
556
  }[];
557
+ target_proficiency_level?: string;
557
558
  }
558
559
 
559
560
  declare enum AssignmentAnalyticsType {
@@ -554,6 +554,7 @@ interface PageScore {
554
554
  maxPoints: number;
555
555
  description: string;
556
556
  }[];
557
+ target_proficiency_level?: string;
557
558
  }
558
559
 
559
560
  declare enum AssignmentAnalyticsType {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@speakableio/core",
3
- "version": "0.1.93",
3
+ "version": "0.1.94",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/Speakable-io/speakable-core.git"