@markuplint/html-spec
Advanced tools
Comparing version 4.7.2 to 4.8.0
@@ -6,2 +6,9 @@ # Change Log | ||
# [4.8.0](https://github.com/markuplint/markuplint/compare/@markuplint/html-spec@4.7.2...@markuplint/html-spec@4.8.0) (2024-05-28) | ||
### Features | ||
- **html-spec:** add the new `shadowrootserializable` attribute to the `template` element ([0ffbace](https://github.com/markuplint/markuplint/commit/0ffbace70332dfc7394bdb79c58abf1695c7fe5b)) | ||
- **html-spec:** exports JSON directly ([38489bb](https://github.com/markuplint/markuplint/commit/38489bbac006ecdfd5af6a4a55db5fb46c281202)) | ||
## [4.7.2](https://github.com/markuplint/markuplint/compare/@markuplint/html-spec@4.7.1...@markuplint/html-spec@4.7.2) (2024-05-12) | ||
@@ -8,0 +15,0 @@ |
@@ -1,2 +0,2 @@ | ||
/* eslint-disable @typescript-eslint/no-var-requires */ | ||
/* eslint-disable no-restricted-globals, unicorn/prefer-module */ | ||
@@ -3,0 +3,0 @@ const json = require('./index.json'); |
{ | ||
"name": "@markuplint/html-spec", | ||
"version": "4.7.2", | ||
"version": "4.8.0", | ||
"description": "A specification of HTML Living Standard for markuplint", | ||
@@ -11,2 +11,12 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"types": "index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": { | ||
"default": "./index.js", | ||
"types": "./index.d.ts" | ||
}, | ||
"require": "./index.js" | ||
}, | ||
"./json": "./index.json" | ||
}, | ||
"publishConfig": { | ||
@@ -21,9 +31,9 @@ "access": "public" | ||
"devDependencies": { | ||
"@markuplint/spec-generator": "4.6.2", | ||
"@markuplint/test-tools": "4.5.2" | ||
"@markuplint/spec-generator": "4.6.3", | ||
"@markuplint/test-tools": "4.5.3" | ||
}, | ||
"dependencies": { | ||
"@markuplint/ml-spec": "4.6.0" | ||
"@markuplint/ml-spec": "4.6.1" | ||
}, | ||
"gitHead": "ca7dc6bf40eac4f2813e492878f889eb77751a70" | ||
"gitHead": "bf70c41b1d2497e85b73c9ecd5551eb522e6bdfc" | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1436881
7
49373
+ Added@markuplint/ml-ast@4.4.0(transitive)
+ Added@markuplint/ml-spec@4.6.1(transitive)
+ Added@markuplint/shared@4.4.1(transitive)
+ Added@markuplint/types@4.5.1(transitive)
+ Addedtype-fest@4.18.3(transitive)
- Removed@markuplint/ml-ast@4.3.1(transitive)
- Removed@markuplint/ml-spec@4.6.0(transitive)
- Removed@markuplint/shared@4.4.0(transitive)
- Removed@markuplint/types@4.5.0(transitive)
- Removedtype-fest@4.18.2(transitive)
Updated@markuplint/ml-spec@4.6.1