@cuemath/leap 3.1.39-as1 → 3.1.39-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 +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -5243,6 +5243,7 @@ export declare type TInclassMessage = {
5243
5243
  eventPayload: {
5244
5244
  studentId: string;
5245
5245
  teacherId: string;
5246
+ timezone: string;
5246
5247
  timestamp: null | string;
5247
5248
  };
5248
5249
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuemath/leap",
3
- "version": "3.1.39-as1",
3
+ "version": "3.1.39-as2",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"