@khanacademy/perseus-linter 0.0.0-PR447-20230329185647 → 0.0.0-PR447-20230329194456

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,6 +1,6 @@
1
1
  # @khanacademy/perseus-linter
2
2
 
3
- ## 0.0.0-PR447-20230329185647
3
+ ## 0.0.0-PR447-20230329194456
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,7 +9,7 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies [53fd3768]
12
- - @khanacademy/perseus-error@0.0.0-PR447-20230329185647
12
+ - @khanacademy/perseus-error@0.0.0-PR447-20230329194456
13
13
 
14
14
  ## 0.2.5
15
15
 
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.0.0-PR447-20230329185647",
6
+ "version": "0.0.0-PR447-20230329194456",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -21,10 +21,10 @@
21
21
  "test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
22
22
  },
23
23
  "dependencies": {
24
- "@khanacademy/perseus-error": "^0.0.0-PR447-20230329185647"
24
+ "@khanacademy/perseus-error": "^0.0.0-PR447-20230329194456"
25
25
  },
26
26
  "devDependencies": {
27
- "@khanacademy/pure-markdown": "^0.0.0-PR447-20230329185647",
27
+ "@khanacademy/pure-markdown": "^0.0.0-PR447-20230329194456",
28
28
  "prop-types": "^15.6.1"
29
29
  },
30
30
  "peerDependencies": {
package/tsconfig.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "exclude": ["dist", "**/*.test.*", "**/*.stories.*", "**/*.cypress.*"],
2
+ "exclude": ["dist", "**/*.test.*", "**/*.testdata.*", "**/*.stories.*", "**/*.cypress.*"],
3
3
  "extends": "../tsconfig-shared.json",
4
4
  "compilerOptions": {
5
5
  "outDir": "./dist",