@markuplint/types 4.0.0-dev.23 → 4.0.0-rc.0

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.
@@ -20,7 +20,7 @@ export declare class Token {
20
20
  static readonly whitespace: ReadonlyArray<string>;
21
21
  static getCol(value: string, offset: number): number;
22
22
  static getLine(value: string, offset: number): number;
23
- static getType(value: string, separators?: readonly string[]): 1 | 18 | 13;
23
+ static getType(value: string, separators?: readonly string[]): 1 | 13 | 18;
24
24
  static shiftLocation(token: Readonly<Token>, offset: number): {
25
25
  offset: number;
26
26
  line: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/types",
3
- "version": "4.0.0-dev.23+d6f2aa9bc",
3
+ "version": "4.0.0-rc.0",
4
4
  "description": "Type declaration and value checker",
5
5
  "repository": "git@github.com:markuplint/markuplint.git",
6
6
  "author": "Yusuke Hirao <yusukehirao@me.com>",
@@ -36,8 +36,8 @@
36
36
  "css-tree": "^2.3.1",
37
37
  "debug": "^4.3.4",
38
38
  "leven": "^4.0.0",
39
- "type-fest": "^4.9.0",
39
+ "type-fest": "^4.10.2",
40
40
  "whatwg-mimetype": "^4.0.0"
41
41
  },
42
- "gitHead": "d6f2aa9bc287768466f23b5340e4e0eecfa30d59"
42
+ "gitHead": "3fdeb45cb69ed52b3a215a7520cea1181601443f"
43
43
  }