@markuplint/spec-generator 4.6.4-alpha.1 → 4.6.5

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,7 +3,7 @@
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.4-alpha.1](https://github.com/markuplint/markuplint/compare/@markuplint/spec-generator@4.6.4-alpha.0...@markuplint/spec-generator@4.6.4-alpha.1) (2024-06-02)
6
+ ## [4.6.5](https://github.com/markuplint/markuplint/compare/@markuplint/spec-generator@4.6.4...@markuplint/spec-generator@4.6.5) (2024-06-25)
7
7
 
8
8
  **Note:** Version bump only for package @markuplint/spec-generator
9
9
 
@@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- ## [4.6.4-alpha.0](https://github.com/markuplint/markuplint/compare/@markuplint/spec-generator@4.6.3...@markuplint/spec-generator@4.6.4-alpha.0) (2024-06-02)
14
+ ## [4.6.4](https://github.com/markuplint/markuplint/compare/@markuplint/spec-generator@4.6.3...@markuplint/spec-generator@4.6.4) (2024-06-09)
15
15
 
16
16
  **Note:** Version bump only for package @markuplint/spec-generator
17
17
 
package/lib/fetch.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /// <reference types="cheerio" />
2
1
  export declare function fetch(url: string): Promise<cheerio.Root>;
3
2
  export declare function fetchText(url: string): Promise<string>;
4
3
  export declare function getReferences(): string[];
package/lib/utils.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /// <reference types="cheerio" />
2
1
  type HasName = {
3
2
  readonly name: string;
4
3
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/spec-generator",
3
- "version": "4.6.4-alpha.1",
3
+ "version": "4.6.5",
4
4
  "description": "Generates @markuplint/html-spec",
5
5
  "repository": "git@github.com:markuplint/markuplint.git",
6
6
  "author": "Yusuke Hirao <yusukehirao@me.com>",
@@ -22,18 +22,18 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@types/cheerio": "0.22.35",
25
- "ajv": "8.14.0",
25
+ "ajv": "8.16.0",
26
26
  "cheerio": "1.0.0-rc.12",
27
27
  "cli-progress": "3.12.0",
28
28
  "fast-xml-parser": "4.4.0",
29
- "glob": "10.4.1",
29
+ "glob": "10.4.2",
30
30
  "strip-json-comments": "5.0.1"
31
31
  },
32
32
  "devDependencies": {
33
- "@markuplint/ml-spec": "4.6.2-alpha.1",
34
- "@markuplint/test-tools": "4.5.4-alpha.1",
33
+ "@markuplint/ml-spec": "4.6.3",
34
+ "@markuplint/test-tools": "4.5.5",
35
35
  "@types/cli-progress": "3.11.5",
36
- "type-fest": "4.18.3"
36
+ "type-fest": "4.20.1"
37
37
  },
38
- "gitHead": "938c2164b55ad729da47a1851dc396c0033de3f7"
38
+ "gitHead": "05fdca254661ec335ff0cae4c6a11db164b032b9"
39
39
  }