@khanacademy/perseus-linter 0.0.0-PR838-20231204222643 → 0.0.0-PR838-20231204223001
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 +3 -3
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# @khanacademy/perseus-linter
|
|
2
2
|
|
|
3
|
-
## 0.0.0-PR838-
|
|
3
|
+
## 0.0.0-PR838-20231204223001
|
|
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 [[`105d2060`](https://github.com/Khan/perseus/commit/105d20603d935d35cff237b17f0bfb57ca751e4c)]:
|
|
10
|
-
- @khanacademy/perseus-core@0.0.0-PR838-
|
|
11
|
-
- @khanacademy/perseus-error@0.0.0-PR838-
|
|
10
|
+
- @khanacademy/perseus-core@0.0.0-PR838-20231204223001
|
|
11
|
+
- @khanacademy/perseus-error@0.0.0-PR838-20231204223001
|
|
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-PR838-
|
|
6
|
+
"version": "0.0.0-PR838-20231204223001",
|
|
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-PR838-
|
|
26
|
-
"@khanacademy/perseus-error": "^0.0.0-PR838-
|
|
25
|
+
"@khanacademy/perseus-core": "0.0.0-PR838-20231204223001",
|
|
26
|
+
"@khanacademy/perseus-error": "^0.0.0-PR838-20231204223001"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@khanacademy/pure-markdown": "^0.0.0-PR838-
|
|
29
|
+
"@khanacademy/pure-markdown": "^0.0.0-PR838-20231204223001",
|
|
30
30
|
"prop-types": "^15.6.1"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|