@markuplint/selector
Advanced tools
Comparing version 4.6.4 to 4.6.5
@@ -6,13 +6,16 @@ # Change Log | ||
## [4.6.4](https://github.com/markuplint/markuplint/compare/@markuplint/selector@4.6.3...@markuplint/selector@4.6.4) (2024-06-09) | ||
## [4.6.5](https://github.com/markuplint/markuplint/compare/@markuplint/selector@4.6.4...@markuplint/selector@4.6.5) (2024-06-25) | ||
**Note:** Version bump only for package @markuplint/selector | ||
### Bug Fixes | ||
* fix to export type files ([eff4bbf](https://github.com/markuplint/markuplint/commit/eff4bbfd127574809dc5e15d7cafe87699758ee0)) | ||
## [4.6.4](https://github.com/markuplint/markuplint/compare/@markuplint/selector@4.6.3...@markuplint/selector@4.6.4) (2024-06-09) | ||
### Bug Fixes | ||
- fix to export type files ([eff4bbf](https://github.com/markuplint/markuplint/commit/eff4bbfd127574809dc5e15d7cafe87699758ee0)) | ||
## [4.6.3](https://github.com/markuplint/markuplint/compare/@markuplint/selector@4.6.2...@markuplint/selector@4.6.3) (2024-05-28) | ||
@@ -19,0 +22,0 @@ |
@@ -454,5 +454,3 @@ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) { | ||
const not = []; | ||
// @ts-ignore | ||
if (this.tag && this.tag._namespace) { | ||
// @ts-ignore | ||
const namespace = `${this.tag._namespace}`.toLowerCase(); | ||
@@ -459,0 +457,0 @@ switch (namespace) { |
{ | ||
"name": "@markuplint/selector", | ||
"version": "4.6.4", | ||
"version": "4.6.5", | ||
"description": "Extended W3C Selectors matcher", | ||
@@ -28,7 +28,7 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"dependencies": { | ||
"@markuplint/ml-spec": "4.6.2", | ||
"@markuplint/ml-spec": "4.6.3", | ||
"@types/debug": "4.1.12", | ||
"debug": "4.3.5", | ||
"postcss-selector-parser": "6.1.0", | ||
"type-fest": "4.20.0" | ||
"type-fest": "4.20.1" | ||
}, | ||
@@ -39,3 +39,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "0200dc1f7b1ffa7455b889696153e25dbae8241f" | ||
"gitHead": "05fdca254661ec335ff0cae4c6a11db164b032b9" | ||
} |
67665
1448
+ Added@markuplint/ml-ast@4.4.2(transitive)
+ Added@markuplint/ml-spec@4.6.3(transitive)
+ Added@markuplint/shared@4.4.3(transitive)
+ Added@markuplint/types@4.5.3(transitive)
+ Added@types/css-tree@2.3.8(transitive)
+ Addedtype-fest@4.20.1(transitive)
- Removed@markuplint/ml-ast@4.4.1(transitive)
- Removed@markuplint/ml-spec@4.6.2(transitive)
- Removed@markuplint/shared@4.4.2(transitive)
- Removed@markuplint/types@4.5.2(transitive)
- Removed@types/css-tree@2.3.7(transitive)
- Removedtype-fest@4.20.0(transitive)
Updated@markuplint/ml-spec@4.6.3
Updatedtype-fest@4.20.1