@markuplint/ml-ast
Advanced tools
Comparing version 4.4.8 to 4.4.9
@@ -6,2 +6,6 @@ # Change Log | ||
## [4.4.9](https://github.com/markuplint/markuplint/compare/@markuplint/ml-ast@4.4.8...@markuplint/ml-ast@4.4.9) (2024-11-17) | ||
**Note:** Version bump only for package @markuplint/ml-ast | ||
## [4.4.8](https://github.com/markuplint/markuplint/compare/@markuplint/ml-ast@4.4.7...@markuplint/ml-ast@4.4.8) (2024-10-28) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@markuplint/ml-ast", | ||
"version": "4.4.8", | ||
"version": "4.4.9", | ||
"description": "The markuplint AST types.", | ||
@@ -23,6 +23,7 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "tsc --project tsconfig.build.json", | ||
"dev": "tsc --watch --project tsconfig.build.json", | ||
"clean": "tsc --build --clean" | ||
}, | ||
"gitHead": "60a8a7149bd4441e89972ca21b90033afb05b89e" | ||
"gitHead": "b2154ecf1e67559a3791991752f45c9c0283801a" | ||
} |
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
11902