@cuemath/leap 3.2.16-pzd-beta-0.8 → 3.2.16-pzd-beta-0.9

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 -3
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -5438,9 +5438,6 @@ export declare type TInclassMessage = {
5438
5438
  };
5439
5439
  } | {
5440
5440
  eventName: typeof EVENTS.PUZZLE_UNASSIGNED;
5441
- eventPayload: {
5442
- puzzleId?: string;
5443
- };
5444
5441
  } | {
5445
5442
  eventName: typeof EVENTS.PUZZLE_REVIEWED;
5446
5443
  eventPayload: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuemath/leap",
3
- "version": "3.2.16-pzd-beta-0.8",
3
+ "version": "3.2.16-pzd-beta-0.9",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"