@projectwallace/css-analyzer 9.2.0 → 9.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -342,6 +342,7 @@ declare function analyzeInternal<T extends boolean>(css: string, options: Option
342
342
  ratio: number;
343
343
  };
344
344
  attributes: CollectionCount<T>;
345
+ customElements: CollectionCount<T>;
345
346
  keyframes: CollectionCount<T>;
346
347
  prefixed: {
347
348
  total: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@projectwallace/css-analyzer",
3
3
  "description": "The best CSS analyzer out there. Check design tokens, complexity, specificity, performance and more.",
4
- "version": "9.2.0",
4
+ "version": "9.3.0",
5
5
  "author": "Bart Veneman",
6
6
  "repository": {
7
7
  "type": "git",
@@ -49,7 +49,7 @@
49
49
  "code"
50
50
  ],
51
51
  "dependencies": {
52
- "@projectwallace/css-parser": "^0.13.0"
52
+ "@projectwallace/css-parser": "^0.13.3"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@codecov/vite-plugin": "^1.9.1",