@yozora/tokenizer-inline-math 2.3.14 → 2.3.15
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 +12 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 2.3.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Patch release for packages with unreleased commits. Scope: all, patch.
|
|
8
|
+
- :wrench: chore(tooling): migrate eslint and rollup configs and align formatting
|
|
9
|
+
- :white_check_mark: test(ast-util): remove obsolete snapshots
|
|
10
|
+
- Updated dependencies:
|
|
11
|
+
- @yozora/ast@2.3.15
|
|
12
|
+
- @yozora/character@2.3.15
|
|
13
|
+
- @yozora/core-tokenizer@2.3.15
|
|
14
|
+
|
|
3
15
|
## 2.3.14
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yozora/tokenizer-inline-math",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.15",
|
|
4
4
|
"description": "Tokenizer for processing inline math (formulas)",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "guanghechen",
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@yozora/
|
|
45
|
-
"@yozora/
|
|
46
|
-
"@yozora/
|
|
44
|
+
"@yozora/core-tokenizer": "^2.3.15",
|
|
45
|
+
"@yozora/ast": "^2.3.15",
|
|
46
|
+
"@yozora/character": "^2.3.15"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|
|
49
49
|
"build": "rollup -c ../../rollup.config.mjs",
|