@khanacademy/perseus-linter 1.2.10 → 1.2.11

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
@@ -1842,7 +1842,7 @@ class Stack {
1842
1842
 
1843
1843
  // This file is processed by a Rollup plugin (replace) to inject the production
1844
1844
  const libName = "@khanacademy/perseus-linter";
1845
- const libVersion = "1.2.10";
1845
+ const libVersion = "1.2.11";
1846
1846
  addLibraryVersionToPerseusDebug(libName, libVersion);
1847
1847
 
1848
1848
  // Define the shape of the linter context object that is passed through the
package/dist/index.js CHANGED
@@ -1830,7 +1830,7 @@ class Stack {
1830
1830
 
1831
1831
  // This file is processed by a Rollup plugin (replace) to inject the production
1832
1832
  const libName = "@khanacademy/perseus-linter";
1833
- const libVersion = "1.2.10";
1833
+ const libVersion = "1.2.11";
1834
1834
  perseusCore.addLibraryVersionToPerseusDebug(libName, libVersion);
1835
1835
 
1836
1836
  // 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": "1.2.10",
6
+ "version": "1.2.11",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -26,10 +26,10 @@
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.0.4"
29
+ "@khanacademy/perseus-core": "3.0.5"
30
30
  },
31
31
  "devDependencies": {
32
- "@khanacademy/pure-markdown": "^0.3.19",
32
+ "@khanacademy/pure-markdown": "^0.3.20",
33
33
  "prop-types": "15.6.1"
34
34
  },
35
35
  "peerDependencies": {