@cuemath/leap 3.1.28-as1 → 3.1.28-as2

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +0 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -5007,7 +5007,6 @@ export declare type TInclassMessage = {
5007
5007
  eventName: 'TRIGGER_STUDENT_HEALTH_CHECK';
5008
5008
  eventPayload: {
5009
5009
  studentId: string;
5010
- milestoneId?: string;
5011
5010
  };
5012
5011
  } | {
5013
5012
  eventName: typeof EVENTS.SHEET_MARKED_AS_REVIEWED;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuemath/leap",
3
- "version": "3.1.28-as1",
3
+ "version": "3.1.28-as2",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"