@khanacademy/perseus-linter 1.2.2 → 1.2.4

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.
@@ -1,2 +1 @@
1
1
  export declare function getHostname(url: string): string;
2
- export declare function isInternalURL(url: string): boolean;
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.2",
6
+ "version": "1.2.4",
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": "1.5.2"
28
+ "@khanacademy/perseus-core": "1.5.3"
29
29
  },
30
30
  "devDependencies": {
31
- "@khanacademy/pure-markdown": "^0.3.10",
31
+ "@khanacademy/pure-markdown": "^0.3.11",
32
32
  "prop-types": "15.6.1"
33
33
  },
34
34
  "peerDependencies": {