@cuemath/leap 3.0.12-as2 → 3.0.12-as3

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
@@ -2230,6 +2230,7 @@ export declare interface INodeDataProps {
2230
2230
  learnosity_activity_ref: string;
2231
2231
  marked_as_completed: boolean;
2232
2232
  node_id: string;
2233
+ id: string;
2233
2234
  node_type: TNodeTypes_2;
2234
2235
  sheet_statement: string;
2235
2236
  permissions: INodePermissions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuemath/leap",
3
- "version": "3.0.12-as2",
3
+ "version": "3.0.12-as3",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"