@khanacademy/simple-markdown 0.8.4 → 0.8.6

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Javascript markdown parsing, made simple",
4
4
  "author": "Khan Academy",
5
5
  "license": "MIT",
6
- "version": "0.8.4",
6
+ "version": "0.8.6",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/react-dom": ">=16.0.0",
28
- "perseus-build-settings": "^0.0.3",
28
+ "perseus-build-settings": "^0.0.5",
29
29
  "size-limit": "^0.21.1",
30
30
  "typescript": "^3.6.4",
31
31
  "uglify-js": "^3.6.7"
package/src/index.js CHANGED
@@ -1994,6 +1994,7 @@ export type {
1994
1994
  Rules,
1995
1995
  ReactRules,
1996
1996
  HtmlRules,
1997
+ SingleASTNode,
1997
1998
  };
1998
1999
 
1999
2000
  // $FlowFixMe