@doenet/doenetml-iframe 0.7.0-alpha45 → 0.7.0-alpha46

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.
package/index.d.ts CHANGED
@@ -3,7 +3,6 @@ import { DoenetEditor as DoenetEditor_2 } from '../packages/doenetml/dist';
3
3
  import { DoenetViewer as DoenetViewer_2 } from '../packages/doenetml/dist';
4
4
  import { ErrorRecord } from '../packages/utils/dist';
5
5
  import { mathjaxConfig } from '../packages/utils/dist';
6
- import { parseAndCompile } from '../packages/parser/dist';
7
6
  import { WarningRecord } from '../packages/utils/dist';
8
7
 
9
8
  /**
@@ -94,8 +93,6 @@ export { ErrorRecord }
94
93
 
95
94
  export { mathjaxConfig }
96
95
 
97
- export { parseAndCompile }
98
-
99
96
  export declare const version: string;
100
97
 
101
98
  export { WarningRecord }