@markuplint/parser-utils 4.7.1 → 4.7.2

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 +5 -6
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,16 +3,15 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [4.7.1](https://github.com/markuplint/markuplint/compare/@markuplint/parser-utils@4.7.0...@markuplint/parser-utils@4.7.1) (2024-10-27)
7
-
8
-
9
- ### Performance Improvements
10
-
11
- * **parser-utils:** adjusted siblings correction timing to reduce exponential complexity ([676357c](https://github.com/markuplint/markuplint/commit/676357c438df7545f472787c9032463f9fdba515))
6
+ ## [4.7.2](https://github.com/markuplint/markuplint/compare/@markuplint/parser-utils@4.7.1...@markuplint/parser-utils@4.7.2) (2024-10-28)
12
7
 
8
+ **Note:** Version bump only for package @markuplint/parser-utils
13
9
 
10
+ ## [4.7.1](https://github.com/markuplint/markuplint/compare/@markuplint/parser-utils@4.7.0...@markuplint/parser-utils@4.7.1) (2024-10-27)
14
11
 
12
+ ### Performance Improvements
15
13
 
14
+ - **parser-utils:** adjusted siblings correction timing to reduce exponential complexity ([676357c](https://github.com/markuplint/markuplint/commit/676357c438df7545f472787c9032463f9fdba515))
16
15
 
17
16
  # [4.7.0](https://github.com/markuplint/markuplint/compare/@markuplint/parser-utils@4.6.8...@markuplint/parser-utils@4.7.0) (2024-10-15)
18
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/parser-utils",
3
- "version": "4.7.1",
3
+ "version": "4.7.2",
4
4
  "description": "Utility module for markuplint parser plugin",
5
5
  "repository": "git@github.com:markuplint/markuplint.git",
6
6
  "author": "Yusuke Hirao <yusukehirao@me.com>",
@@ -28,9 +28,9 @@
28
28
  "clean": "tsc --build --clean"
29
29
  },
30
30
  "dependencies": {
31
- "@markuplint/ml-ast": "4.4.7",
32
- "@markuplint/ml-spec": "4.8.0",
33
- "@markuplint/types": "4.6.3",
31
+ "@markuplint/ml-ast": "4.4.8",
32
+ "@markuplint/ml-spec": "4.8.1",
33
+ "@markuplint/types": "4.6.4",
34
34
  "@types/uuid": "10.0.0",
35
35
  "debug": "4.3.7",
36
36
  "espree": "10.2.0",
@@ -40,5 +40,5 @@
40
40
  "devDependencies": {
41
41
  "@typescript-eslint/typescript-estree": "8.11.0"
42
42
  },
43
- "gitHead": "fab5b494f0bdc491aa83cb2c8722738d557fbefd"
43
+ "gitHead": "60a8a7149bd4441e89972ca21b90033afb05b89e"
44
44
  }