Comparing version 2.3.0 to 2.3.1
@@ -1,1 +0,1 @@ | ||
export const version = "2.3.0"; | ||
export const version = "2.3.1"; |
@@ -22,2 +22,3 @@ export { generate as AnPlusB } from './AnPlusB.js'; | ||
export { generate as MediaQueryList } from './MediaQueryList.js'; | ||
export { generate as NestingSelector } from './NestingSelector.js'; | ||
export { generate as Nth } from './Nth.js'; | ||
@@ -24,0 +25,0 @@ export { generate as Number } from './Number.js'; |
@@ -7,2 +7,3 @@ export { parse as AnPlusB } from './AnPlusB.js'; | ||
export { parse as IdSelector } from './IdSelector.js'; | ||
export { parse as NestingSelector } from './NestingSelector.js'; | ||
export { parse as Nth } from './Nth.js'; | ||
@@ -9,0 +10,0 @@ export { parse as Percentage } from './Percentage.js'; |
@@ -22,2 +22,3 @@ export { parse as AnPlusB } from './AnPlusB.js'; | ||
export { parse as MediaQueryList } from './MediaQueryList.js'; | ||
export { parse as NestingSelector } from './NestingSelector.js'; | ||
export { parse as Nth } from './Nth.js'; | ||
@@ -24,0 +25,0 @@ export { parse as Number } from './Number.js'; |
@@ -47,3 +47,5 @@ const selectorList = { | ||
'nth-of-type': nth, | ||
'slotted': selector | ||
'slotted': selector, | ||
'host': selector, | ||
'host-context': selector | ||
}; |
{ | ||
"name": "css-tree", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations", | ||
@@ -116,4 +116,3 @@ "author": "Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)", | ||
"engines": { | ||
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0", | ||
"npm": ">=7.0.0" | ||
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" | ||
}, | ||
@@ -120,0 +119,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1190591
260
23213