@markuplint/parser-utils 4.2.1-alpha.0 → 4.3.1-dev.1

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.
@@ -148,6 +148,7 @@ const idlContentMap = {
148
148
  width: 'width',
149
149
  wmode: 'wmode',
150
150
  wrap: 'wrap',
151
+ writingSuggestions: 'writingsuggestions', // https://html.spec.whatwg.org/multipage/dom.html#elements-in-the-dom:dom-writingsuggestions
151
152
  // SVG and RDFa
152
153
  accentHeight: 'accent-height',
153
154
  accumulate: 'accumulate',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/parser-utils",
3
- "version": "4.2.1-alpha.0",
3
+ "version": "4.3.1-dev.1+98cb4470a",
4
4
  "description": "Utility module for markuplint parser plugin",
5
5
  "repository": "git@github.com:markuplint/markuplint.git",
6
6
  "author": "Yusuke Hirao <yusukehirao@me.com>",
@@ -27,14 +27,14 @@
27
27
  "clean": "tsc --build --clean"
28
28
  },
29
29
  "dependencies": {
30
- "@markuplint/ml-ast": "4.0.2-alpha.0",
31
- "@markuplint/ml-spec": "4.1.1-alpha.0",
32
- "@markuplint/types": "4.0.3-alpha.0",
30
+ "@markuplint/ml-ast": "4.1.1-dev.1+98cb4470a",
31
+ "@markuplint/ml-spec": "4.2.1-dev.1+98cb4470a",
32
+ "@markuplint/types": "4.1.1-dev.1+98cb4470a",
33
33
  "@types/uuid": "9.0.8",
34
34
  "debug": "4.3.4",
35
35
  "espree": "10.0.1",
36
- "type-fest": "4.12.0",
36
+ "type-fest": "4.14.0",
37
37
  "uuid": "9.0.1"
38
38
  },
39
- "gitHead": "02b8ba8440aeeafbf9507ea0ef84bc258fced2c6"
39
+ "gitHead": "98cb4470ad994275f52b0c3919f8d27dda8c38bc"
40
40
  }