@csstools/css-parser-algorithms
Advanced tools
Comparing version
# Changes to CSS Parser Algorithms | ||
### 3.0.3 | ||
### 3.0.4 | ||
_October 23, 2024_ | ||
_November 1, 2024_ | ||
- Fix typo: | ||
```diff | ||
- TokenNode.prototype.isTokenNod() | ||
+ TokenNode.prototype.isTokenNode() | ||
``` | ||
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`3.0.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#303) (patch) | ||
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md) |
{ | ||
"name": "@csstools/css-parser-algorithms", | ||
"description": "Algorithms to help you parse CSS from an array of tokens.", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"contributors": [ | ||
@@ -51,3 +51,3 @@ { | ||
"peerDependencies": { | ||
"@csstools/css-tokenizer": "^3.0.2" | ||
"@csstools/css-tokenizer": "^3.0.3" | ||
}, | ||
@@ -54,0 +54,0 @@ "scripts": {}, |
45265
0.3%