@khanacademy/pure-markdown 0.3.21 → 0.3.22

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/dist/es/index.js CHANGED
@@ -13,7 +13,7 @@ function _extends() {
13
13
 
14
14
  // This file is processed by a Rollup plugin (replace) to inject the production
15
15
  const libName = "@khanacademy/pure-markdown";
16
- const libVersion = "0.3.21";
16
+ const libVersion = "0.3.22";
17
17
  addLibraryVersionToPerseusDebug(libName, libVersion);
18
18
 
19
19
  const rWidgetRule = /^\[\[\u2603 (([a-z-]+) ([0-9]+))\]\]/;
package/dist/index.js CHANGED
@@ -11,7 +11,7 @@ var SimpleMarkdown__default = /*#__PURE__*/_interopDefaultLegacy(SimpleMarkdown)
11
11
 
12
12
  // This file is processed by a Rollup plugin (replace) to inject the production
13
13
  const libName = "@khanacademy/pure-markdown";
14
- const libVersion = "0.3.21";
14
+ const libVersion = "0.3.22";
15
15
  perseusCore.addLibraryVersionToPerseusDebug(libName, libVersion);
16
16
 
17
17
  /**
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "SimpleMarkdown instance with non-react Perseus rules",
4
4
  "author": "Khan Academy",
5
5
  "license": "MIT",
6
- "version": "0.3.21",
6
+ "version": "0.3.22",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -26,8 +26,8 @@
26
26
  "test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
27
27
  },
28
28
  "dependencies": {
29
- "@khanacademy/perseus-core": "3.1.0",
30
- "@khanacademy/simple-markdown": "^0.13.14"
29
+ "@khanacademy/perseus-core": "3.2.0",
30
+ "@khanacademy/simple-markdown": "^0.13.15"
31
31
  },
32
32
  "devDependencies": {},
33
33
  "peerDependencies": {},