@markuplint/ml-spec 3.8.0 → 3.9.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.
package/lib/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ export { getAttrSpecs as getAttrSpecsByNames } from './specs/get-attr-specs';
1
2
  export * from './constant/aria-version';
2
3
  export * from './dom-traverse/accname-computation';
3
4
  export * from './dom-traverse/get-attr-specs';
package/lib/index.js CHANGED
@@ -1,6 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getAttrSpecsByNames = void 0;
3
4
  const tslib_1 = require("tslib");
5
+ var get_attr_specs_1 = require("./specs/get-attr-specs");
6
+ Object.defineProperty(exports, "getAttrSpecsByNames", { enumerable: true, get: function () { return get_attr_specs_1.getAttrSpecs; } });
4
7
  tslib_1.__exportStar(require("./constant/aria-version"), exports);
5
8
  tslib_1.__exportStar(require("./dom-traverse/accname-computation"), exports);
6
9
  tslib_1.__exportStar(require("./dom-traverse/get-attr-specs"), exports);
package/lib/types/aria.js CHANGED
@@ -1,5 +1,4 @@
1
1
  "use strict";
2
- /* tslint:disable */
3
2
  /**
4
3
  * This file was automatically generated by json-schema-to-typescript.
5
4
  * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
@@ -1,5 +1,4 @@
1
1
  "use strict";
2
- /* tslint:disable */
3
2
  /**
4
3
  * This file was automatically generated by json-schema-to-typescript.
5
4
  * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
@@ -1,5 +1,4 @@
1
1
  "use strict";
2
- /* tslint:disable */
3
2
  /**
4
3
  * This file was automatically generated by json-schema-to-typescript.
5
4
  * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/ml-spec",
3
- "version": "3.8.0",
3
+ "version": "3.9.0",
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>",
@@ -26,15 +26,15 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@markuplint/ml-ast": "3.1.0",
29
- "@markuplint/types": "3.6.0",
30
- "dom-accessibility-api": "^0.5.14",
29
+ "@markuplint/types": "3.7.0",
30
+ "dom-accessibility-api": "^0.5.16",
31
31
  "is-plain-object": "^5.0.0",
32
- "tslib": "^2.4.1",
33
- "type-fest": "^3.8.0"
32
+ "tslib": "^2.5.0",
33
+ "type-fest": "^3.10.0"
34
34
  },
35
35
  "devDependencies": {
36
- "@markuplint/test-tools": "3.3.0",
37
- "json-schema-to-typescript": "11.0.2"
36
+ "@markuplint/test-tools": "3.4.0",
37
+ "json-schema-to-typescript": "13.0.1"
38
38
  },
39
- "gitHead": "adc6e432cccba7cfad0dc8bf9f92e5aaf1107359"
39
+ "gitHead": "af370797bfc887e5a5a2ff57fbaa8392ac98ead2"
40
40
  }