@khanacademy/perseus-linter 1.3.1 → 1.3.2

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
@@ -1886,7 +1886,7 @@ const addLibraryVersionToPerseusDebug = (libraryName, libraryVersion) => {
1886
1886
 
1887
1887
  // This file is processed by a Rollup plugin (replace) to inject the production
1888
1888
  const libName = "@khanacademy/perseus-linter";
1889
- const libVersion = "1.3.1";
1889
+ const libVersion = "1.3.2";
1890
1890
  addLibraryVersionToPerseusDebug(libName, libVersion);
1891
1891
 
1892
1892
  // Define the shape of the linter context object that is passed through the
package/dist/index.js CHANGED
@@ -1890,7 +1890,7 @@ const addLibraryVersionToPerseusDebug = (libraryName, libraryVersion) => {
1890
1890
 
1891
1891
  // This file is processed by a Rollup plugin (replace) to inject the production
1892
1892
  const libName = "@khanacademy/perseus-linter";
1893
- const libVersion = "1.3.1";
1893
+ const libVersion = "1.3.2";
1894
1894
  addLibraryVersionToPerseusDebug(libName, libVersion);
1895
1895
 
1896
1896
  // 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.3.1",
6
+ "version": "1.3.2",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -22,7 +22,7 @@
22
22
  "dist"
23
23
  ],
24
24
  "dependencies": {
25
- "@khanacademy/perseus-core": "5.0.0"
25
+ "@khanacademy/perseus-core": "5.1.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "prop-types": "15.6.1",