@khanacademy/perseus-linter 0.3.11 → 0.3.12

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
@@ -1768,7 +1768,7 @@ class Stack {
1768
1768
 
1769
1769
  // This file is processed by a Rollup plugin (replace) to inject the production
1770
1770
  const libName = "@khanacademy/perseus-linter";
1771
- const libVersion = "0.3.11";
1771
+ const libVersion = "0.3.12";
1772
1772
  addLibraryVersionToPerseusDebug(libName, libVersion);
1773
1773
 
1774
1774
  // Define the shape of the linter context object that is passed through the
package/dist/index.js CHANGED
@@ -1747,7 +1747,7 @@ class Stack {
1747
1747
 
1748
1748
  // This file is processed by a Rollup plugin (replace) to inject the production
1749
1749
  const libName = "@khanacademy/perseus-linter";
1750
- const libVersion = "0.3.11";
1750
+ const libVersion = "0.3.12";
1751
1751
  perseusCore.addLibraryVersionToPerseusDebug(libName, libVersion);
1752
1752
 
1753
1753
  // Define the shape of the linter context object that is passed through the
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Linter engine for Perseus",
4
4
  "author": "Khan Academy",
5
5
  "license": "MIT",
6
- "version": "0.3.11",
6
+ "version": "0.3.12",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -26,10 +26,10 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@khanacademy/perseus-core": "1.4.2",
29
- "@khanacademy/perseus-error": "^0.2.10"
29
+ "@khanacademy/perseus-error": "^0.2.11"
30
30
  },
31
31
  "devDependencies": {
32
- "@khanacademy/pure-markdown": "^0.2.14",
32
+ "@khanacademy/pure-markdown": "^0.2.15",
33
33
  "prop-types": "^15.6.1"
34
34
  },
35
35
  "peerDependencies": {