@khanacademy/perseus-linter 1.2.6 → 1.2.9
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
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.
|
|
1845
|
+
const libVersion = "1.2.9";
|
|
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.
|
|
1833
|
+
const libVersion = "1.2.9";
|
|
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.
|
|
6
|
+
"version": "1.2.9",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@khanacademy/perseus-core": "3.0.
|
|
28
|
+
"@khanacademy/perseus-core": "3.0.3"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@khanacademy/pure-markdown": "^0.3.
|
|
31
|
+
"@khanacademy/pure-markdown": "^0.3.18",
|
|
32
32
|
"prop-types": "15.6.1"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|