@doenet/doenetml-iframe 0.7.0-alpha11 → 0.7.0-alpha12

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -41196,7 +41196,7 @@ function detectVersionFromDoenetML(doenetML) {
41196
41196
  }
41197
41197
  return {};
41198
41198
  }
41199
- const version = "0.7.0-alpha11";
41199
+ const version = "0.7.0-alpha12";
41200
41200
  const latestDoenetmlVersion = version;
41201
41201
  function DoenetViewer({
41202
41202
  doenetML,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@doenet/doenetml-iframe",
3
3
  "type": "module",
4
4
  "description": "A renderer for DoenetML contained in an iframe",
5
- "version": "0.7.0-alpha11",
5
+ "version": "0.7.0-alpha12",
6
6
  "license": "AGPL-3.0-or-later",
7
7
  "homepage": "https://github.com/Doenet/DoenetML#readme",
8
8
  "repository": "github:Doenet/DoenetML",