@khanacademy/perseus-linter 0.0.0-PR851-20231205214508 → 0.0.0-PR851-20231205214607

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @khanacademy/perseus-linter
2
2
 
3
- ## 0.0.0-PR851-20231205214508
3
+ ## 0.0.0-PR851-20231205214607
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [#814](https://github.com/Khan/perseus/pull/814) [`105d2060`](https://github.com/Khan/perseus/commit/105d20603d935d35cff237b17f0bfb57ca751e4c) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Minor build change to how we provide Typescript type definitions (should be no change to build output).
8
8
 
9
9
  - Updated dependencies [[`a91c84fe`](https://github.com/Khan/perseus/commit/a91c84fe53827ff4333220777a9918882b7fe9f0), [`8857950b`](https://github.com/Khan/perseus/commit/8857950bdeeb6e13bc3766b1c6545289b21cbe2a), [`105d2060`](https://github.com/Khan/perseus/commit/105d20603d935d35cff237b17f0bfb57ca751e4c)]:
10
- - @khanacademy/perseus-core@0.0.0-PR851-20231205214508
11
- - @khanacademy/perseus-error@0.0.0-PR851-20231205214508
10
+ - @khanacademy/perseus-core@0.0.0-PR851-20231205214607
11
+ - @khanacademy/perseus-error@0.0.0-PR851-20231205214607
12
12
 
13
13
  ## 0.3.8
14
14
 
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-PR851-20231205214508",
6
+ "version": "0.0.0-PR851-20231205214607",
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": "0.0.0-PR851-20231205214508",
26
- "@khanacademy/perseus-error": "^0.0.0-PR851-20231205214508"
25
+ "@khanacademy/perseus-core": "0.0.0-PR851-20231205214607",
26
+ "@khanacademy/perseus-error": "^0.0.0-PR851-20231205214607"
27
27
  },
28
28
  "devDependencies": {
29
- "@khanacademy/pure-markdown": "^0.0.0-PR851-20231205214508",
29
+ "@khanacademy/pure-markdown": "^0.0.0-PR851-20231205214607",
30
30
  "prop-types": "^15.6.1"
31
31
  },
32
32
  "peerDependencies": {