@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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @khanacademy/perseus-linter
2
2
 
3
+ ## 0.3.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [22a9c408]
8
+ - @khanacademy/perseus-core@1.1.2
9
+ - @khanacademy/perseus-error@0.2.5
10
+
3
11
  ## 0.3.5
4
12
 
5
13
  ### Patch Changes
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.5";
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.5";
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.5",
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.1",
26
- "@khanacademy/perseus-error": "^0.2.4"
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.7",
29
+ "@khanacademy/pure-markdown": "^0.2.8",
30
30
  "prop-types": "^15.6.1"
31
31
  },
32
32
  "peerDependencies": {