@markuplint/file-resolver
Advanced tools
Comparing version 4.8.1-alpha.0 to 4.8.1-alpha.1
@@ -6,10 +6,17 @@ # Change Log | ||
## [4.8.1-alpha.0](https://github.com/markuplint/markuplint/compare/@markuplint/file-resolver@4.8.0...@markuplint/file-resolver@4.8.1-alpha.0) (2024-06-02) | ||
## [4.8.1-alpha.1](https://github.com/markuplint/markuplint/compare/@markuplint/file-resolver@4.8.1-alpha.0...@markuplint/file-resolver@4.8.1-alpha.1) (2024-06-02) | ||
**Note:** Version bump only for package @markuplint/file-resolver | ||
### Bug Fixes | ||
* fix to export type files ([eff4bbf](https://github.com/markuplint/markuplint/commit/eff4bbfd127574809dc5e15d7cafe87699758ee0)) | ||
## [4.8.1-alpha.0](https://github.com/markuplint/markuplint/compare/@markuplint/file-resolver@4.8.0...@markuplint/file-resolver@4.8.1-alpha.0) (2024-06-02) | ||
**Note:** Version bump only for package @markuplint/file-resolver | ||
# [4.8.0](https://github.com/markuplint/markuplint/compare/@markuplint/file-resolver@4.7.2...@markuplint/file-resolver@4.8.0) (2024-05-28) | ||
@@ -16,0 +23,0 @@ |
{ | ||
"name": "@markuplint/file-resolver", | ||
"version": "4.8.1-alpha.0", | ||
"version": "4.8.1-alpha.1", | ||
"description": "The file resolver of 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": { | ||
@@ -31,10 +31,10 @@ "access": "public" | ||
"dependencies": { | ||
"@markuplint/html-parser": "4.6.4-alpha.0", | ||
"@markuplint/ml-ast": "4.4.1-alpha.0", | ||
"@markuplint/ml-config": "4.7.1-alpha.0", | ||
"@markuplint/ml-core": "4.8.1-alpha.0", | ||
"@markuplint/ml-spec": "4.6.2-alpha.0", | ||
"@markuplint/parser-utils": "4.6.4-alpha.0", | ||
"@markuplint/selector": "4.6.4-alpha.0", | ||
"@markuplint/shared": "4.4.2-alpha.0", | ||
"@markuplint/html-parser": "4.6.4-alpha.1", | ||
"@markuplint/ml-ast": "4.4.1-alpha.1", | ||
"@markuplint/ml-config": "4.7.1-alpha.1", | ||
"@markuplint/ml-core": "4.8.1-alpha.1", | ||
"@markuplint/ml-spec": "4.6.2-alpha.1", | ||
"@markuplint/parser-utils": "4.6.4-alpha.1", | ||
"@markuplint/selector": "4.6.4-alpha.1", | ||
"@markuplint/shared": "4.4.2-alpha.1", | ||
"cosmiconfig": "9.0.0", | ||
@@ -48,3 +48,3 @@ "debug": "4.3.5", | ||
}, | ||
"gitHead": "b1cabc178e3553fd66c7ed4357b4124eb2585327" | ||
"gitHead": "938c2164b55ad729da47a1851dc396c0033de3f7" | ||
} |
51803
+ Added@markuplint/config-presets@4.5.3-alpha.1(transitive)
+ Added@markuplint/html-parser@4.6.4-alpha.1(transitive)
+ Added@markuplint/html-spec@4.8.1-alpha.1(transitive)
+ Added@markuplint/i18n@4.5.1-alpha.1(transitive)
+ Added@markuplint/ml-ast@4.4.1-alpha.1(transitive)
+ Added@markuplint/ml-config@4.7.1-alpha.1(transitive)
+ Added@markuplint/ml-core@4.8.1-alpha.1(transitive)
+ Added@markuplint/ml-spec@4.6.2-alpha.1(transitive)
+ Added@markuplint/parser-utils@4.6.4-alpha.1(transitive)
+ Added@markuplint/selector@4.6.4-alpha.1(transitive)
+ Added@markuplint/shared@4.4.2-alpha.1(transitive)
+ Added@markuplint/types@4.5.2-alpha.1(transitive)
- Removed@markuplint/config-presets@4.5.3-alpha.0(transitive)
- Removed@markuplint/html-parser@4.6.4-alpha.0(transitive)
- Removed@markuplint/html-spec@4.8.1-alpha.0(transitive)
- Removed@markuplint/i18n@4.5.1-alpha.0(transitive)
- Removed@markuplint/ml-ast@4.4.1-alpha.0(transitive)
- Removed@markuplint/ml-config@4.7.1-alpha.0(transitive)
- Removed@markuplint/ml-core@4.8.1-alpha.0(transitive)
- Removed@markuplint/ml-spec@4.6.2-alpha.0(transitive)
- Removed@markuplint/parser-utils@4.6.4-alpha.0(transitive)
- Removed@markuplint/selector@4.6.4-alpha.0(transitive)
- Removed@markuplint/shared@4.4.2-alpha.0(transitive)
- Removed@markuplint/types@4.5.2-alpha.0(transitive)