@markuplint/spec-generator 4.6.17 → 4.6.19-dev.110

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
@@ -3,6 +3,10 @@
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.6.18](https://github.com/markuplint/markuplint/compare/@markuplint/spec-generator@4.6.17...@markuplint/spec-generator@4.6.18) (2025-03-09)
7
+
8
+ **Note:** Version bump only for package @markuplint/spec-generator
9
+
6
10
  ## [4.6.17](https://github.com/markuplint/markuplint/compare/@markuplint/spec-generator@4.6.16...@markuplint/spec-generator@4.6.17) (2025-02-27)
7
11
 
8
12
  **Note:** Version bump only for package @markuplint/spec-generator
package/lib/utils.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  type HasName = {
2
2
  readonly name: string;
3
3
  };
4
- export declare function nameCompare(a: HasName | string, b: HasName | string): 1 | -1 | 0;
4
+ export declare function nameCompare(a: HasName | string, b: HasName | string): 1 | 0 | -1;
5
5
  export declare function sortObjectByKey<T>(o: T): T;
6
6
  export declare function arrayUnique<T extends HasName>(array: readonly T[]): T[];
7
7
  export declare function getThisOutline($: cheerio.Root, $start: cheerio.Cheerio): cheerio.Cheerio;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/spec-generator",
3
- "version": "4.6.17",
3
+ "version": "4.6.19-dev.110+16e148e6e",
4
4
  "description": "Generates @markuplint/html-spec",
5
5
  "repository": "git@github.com:markuplint/markuplint.git",
6
6
  "author": "Yusuke Hirao <yusukehirao@me.com>",
@@ -26,15 +26,15 @@
26
26
  "ajv": "8.17.1",
27
27
  "cheerio": "1.0.0",
28
28
  "cli-progress": "3.12.0",
29
- "fast-xml-parser": "5.0.8",
29
+ "fast-xml-parser": "5.2.0",
30
30
  "glob": "11.0.1",
31
31
  "strip-json-comments": "5.0.1"
32
32
  },
33
33
  "devDependencies": {
34
- "@markuplint/ml-spec": "4.9.4",
35
- "@markuplint/test-tools": "4.5.17",
34
+ "@markuplint/ml-spec": "4.9.6-dev.110+16e148e6e",
35
+ "@markuplint/test-tools": "4.5.18",
36
36
  "@types/cli-progress": "3.11.6",
37
- "type-fest": "4.35.0"
37
+ "type-fest": "4.39.1"
38
38
  },
39
- "gitHead": "1b71e44a0a372662abca460ef77888053b66a78d"
39
+ "gitHead": "16e148e6ec2abac673c5ea1e42bbb666d421f357"
40
40
  }