@markuplint/ml-spec 4.0.0-alpha.10 → 4.0.0-alpha.12

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.
@@ -4,5 +4,5 @@ export declare function getAttrSpecs(localName: string, namespace: NamespaceURI
4
4
  type HasName = {
5
5
  readonly name: string;
6
6
  };
7
- export declare function nameCompare(a: HasName | string, b: HasName | string): 0 | 1 | -1;
7
+ export declare function nameCompare(a: HasName | string, b: HasName | string): 1 | -1 | 0;
8
8
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/ml-spec",
3
- "version": "4.0.0-alpha.10",
3
+ "version": "4.0.0-alpha.12",
4
4
  "description": "Types and schema that specs of the Markup languages for markuplint",
5
5
  "repository": "git@github.com:markuplint/markuplint.git",
6
6
  "author": "Yusuke Hirao <yusukehirao@me.com>",
@@ -32,15 +32,15 @@
32
32
  "schema:prettier": "prettier --write \"./schemas/*.json\" \"./src/types/*.ts\" --log-level warn"
33
33
  },
34
34
  "dependencies": {
35
- "@markuplint/ml-ast": "4.0.0-alpha.10",
36
- "@markuplint/types": "4.0.0-alpha.10",
35
+ "@markuplint/ml-ast": "4.0.0-alpha.12",
36
+ "@markuplint/types": "4.0.0-alpha.12",
37
37
  "dom-accessibility-api": "^0.6.3",
38
38
  "is-plain-object": "^5.0.0",
39
- "type-fest": "^4.10.1"
39
+ "type-fest": "^4.10.2"
40
40
  },
41
41
  "devDependencies": {
42
- "@markuplint/test-tools": "4.0.0-alpha.10",
42
+ "@markuplint/test-tools": "4.0.0-alpha.12",
43
43
  "json-schema-to-typescript": "13.1.2"
44
44
  },
45
- "gitHead": "b41153ea665aa8f091daf6114a06047f4ccb8350"
45
+ "gitHead": "191a62a03d04cdf5a5135f58bcddf1119f7527d4"
46
46
  }