@markuplint/ml-spec
Advanced tools
Comparing version 4.6.2-alpha.0 to 4.6.2-alpha.1
@@ -6,10 +6,17 @@ # Change Log | ||
## [4.6.2-alpha.0](https://github.com/markuplint/markuplint/compare/@markuplint/ml-spec@4.6.1...@markuplint/ml-spec@4.6.2-alpha.0) (2024-06-02) | ||
## [4.6.2-alpha.1](https://github.com/markuplint/markuplint/compare/@markuplint/ml-spec@4.6.2-alpha.0...@markuplint/ml-spec@4.6.2-alpha.1) (2024-06-02) | ||
**Note:** Version bump only for package @markuplint/ml-spec | ||
### Bug Fixes | ||
* fix to export type files ([eff4bbf](https://github.com/markuplint/markuplint/commit/eff4bbfd127574809dc5e15d7cafe87699758ee0)) | ||
## [4.6.2-alpha.0](https://github.com/markuplint/markuplint/compare/@markuplint/ml-spec@4.6.1...@markuplint/ml-spec@4.6.2-alpha.0) (2024-06-02) | ||
**Note:** Version bump only for package @markuplint/ml-spec | ||
## [4.6.1](https://github.com/markuplint/markuplint/compare/@markuplint/ml-spec@4.6.0...@markuplint/ml-spec@4.6.1) (2024-05-28) | ||
@@ -16,0 +23,0 @@ |
{ | ||
"name": "@markuplint/ml-spec", | ||
"version": "4.6.2-alpha.0", | ||
"version": "4.6.2-alpha.1", | ||
"description": "Types and schema that specs of the Markup languages for markuplint", | ||
@@ -12,6 +12,6 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
".": { | ||
"import": "./lib/index.js" | ||
"import": "./lib/index.js", | ||
"types": "./lib/index.d.ts" | ||
} | ||
}, | ||
"types": "lib/index.d.ts", | ||
"publishConfig": { | ||
@@ -36,4 +36,4 @@ "access": "public" | ||
"dependencies": { | ||
"@markuplint/ml-ast": "4.4.1-alpha.0", | ||
"@markuplint/types": "4.5.2-alpha.0", | ||
"@markuplint/ml-ast": "4.4.1-alpha.1", | ||
"@markuplint/types": "4.5.2-alpha.1", | ||
"dom-accessibility-api": "0.6.3", | ||
@@ -44,6 +44,6 @@ "is-plain-object": "5.0.0", | ||
"devDependencies": { | ||
"@markuplint/test-tools": "4.5.4-alpha.0", | ||
"@markuplint/test-tools": "4.5.4-alpha.1", | ||
"json-schema-to-typescript": "14.0.4" | ||
}, | ||
"gitHead": "b1cabc178e3553fd66c7ed4357b4124eb2585327" | ||
"gitHead": "938c2164b55ad729da47a1851dc396c0033de3f7" | ||
} |
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
132160
+ Added@markuplint/ml-ast@4.4.1-alpha.1(transitive)
+ Added@markuplint/shared@4.4.2-alpha.1(transitive)
+ Added@markuplint/types@4.5.2-alpha.1(transitive)
- Removed@markuplint/ml-ast@4.4.1-alpha.0(transitive)
- Removed@markuplint/shared@4.4.2-alpha.0(transitive)
- Removed@markuplint/types@4.5.2-alpha.0(transitive)