@khanacademy/perseus-linter 0.3.5 → 0.3.6
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/CHANGELOG.md +8 -0
- package/dist/es/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/dist/es/index.js
CHANGED
|
@@ -1752,7 +1752,7 @@ class Stack {
|
|
|
1752
1752
|
|
|
1753
1753
|
// This file is processed by a Rollup plugin (replace) to inject the production
|
|
1754
1754
|
const libName = "@khanacademy/perseus-linter";
|
|
1755
|
-
const libVersion = "0.3.
|
|
1755
|
+
const libVersion = "0.3.6";
|
|
1756
1756
|
addLibraryVersionToPerseusDebug(libName, libVersion);
|
|
1757
1757
|
|
|
1758
1758
|
// Define the shape of the linter context object that is passed through the
|
package/dist/index.js
CHANGED
|
@@ -1553,7 +1553,7 @@ class Stack {
|
|
|
1553
1553
|
|
|
1554
1554
|
// This file is processed by a Rollup plugin (replace) to inject the production
|
|
1555
1555
|
const libName = "@khanacademy/perseus-linter";
|
|
1556
|
-
const libVersion = "0.3.
|
|
1556
|
+
const libVersion = "0.3.6";
|
|
1557
1557
|
perseusCore.addLibraryVersionToPerseusDebug(libName, libVersion);
|
|
1558
1558
|
|
|
1559
1559
|
// 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.
|
|
6
|
+
"version": "0.3.6",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@khanacademy/perseus-core": "1.1.
|
|
26
|
-
"@khanacademy/perseus-error": "^0.2.
|
|
25
|
+
"@khanacademy/perseus-core": "1.1.2",
|
|
26
|
+
"@khanacademy/perseus-error": "^0.2.5"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@khanacademy/pure-markdown": "^0.2.
|
|
29
|
+
"@khanacademy/pure-markdown": "^0.2.8",
|
|
30
30
|
"prop-types": "^15.6.1"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|