@markuplint/html-spec 4.0.0-alpha.7 → 4.0.0-alpha.9

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.
Files changed (2) hide show
  1. package/index.json +1 -0
  2. package/package.json +5 -5
package/index.json CHANGED
@@ -48344,6 +48344,7 @@
48344
48344
  "contents": [
48345
48345
  {
48346
48346
  "zeroOrMore": [
48347
+ "#text",
48347
48348
  ":model(SVGDescriptive)",
48348
48349
  ":model(SVGPaintServer)",
48349
48350
  "svg|a",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/html-spec",
3
- "version": "4.0.0-alpha.7",
3
+ "version": "4.0.0-alpha.9",
4
4
  "description": "A specification of HTML Living Standard for markuplint",
5
5
  "repository": "git@github.com:markuplint/markuplint.git",
6
6
  "author": "Yusuke Hirao <yusukehirao@me.com>",
@@ -17,11 +17,11 @@
17
17
  "gen:prettier": "prettier --write index.json"
18
18
  },
19
19
  "devDependencies": {
20
- "@markuplint/spec-generator": "4.0.0-alpha.7",
21
- "@markuplint/test-tools": "4.0.0-alpha.7"
20
+ "@markuplint/spec-generator": "4.0.0-alpha.9",
21
+ "@markuplint/test-tools": "4.0.0-alpha.9"
22
22
  },
23
23
  "dependencies": {
24
- "@markuplint/ml-spec": "4.0.0-alpha.7"
24
+ "@markuplint/ml-spec": "4.0.0-alpha.9"
25
25
  },
26
- "gitHead": "571129bf6498541125e1e7c3907d5ed9af53459a"
26
+ "gitHead": "c86b754700aaf61b561a64dbd0c87424e772f619"
27
27
  }