classix 2.1.30 → 2.1.31
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/README.md +1 -1
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -92,7 +92,7 @@ Sources: [classix](https://deno.bundlejs.com?q=classix), [clsx](https://deno.bun
|
|
|
92
92
|
|
|
93
93
|

|
|
94
94
|
|
|
95
|
-
Sources: Ran [benchmark](benchmark/) on an AMD Ryzen 5 5600x.
|
|
95
|
+
Sources: Ran [benchmark](benchmark/) on an AMD Ryzen 5 5600x with Node 20.
|
|
96
96
|
|
|
97
97
|
## Highlights
|
|
98
98
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "classix",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.31",
|
|
4
4
|
"description": "The fastest and tiniest utility for conditionally joining classNames.",
|
|
5
5
|
"main": "./dist/cjs/classix.js",
|
|
6
6
|
"module": "./dist/esm/classix.mjs",
|
|
@@ -44,7 +44,6 @@
|
|
|
44
44
|
"@typescript-eslint/eslint-plugin": "^5.30.5",
|
|
45
45
|
"@typescript-eslint/parser": "^5.30.5",
|
|
46
46
|
"@vitest/coverage-c8": "^0.30.1",
|
|
47
|
-
"benchmark": "^2.1.4",
|
|
48
47
|
"classix": "^2.1.8",
|
|
49
48
|
"classnames": "^2.3.1",
|
|
50
49
|
"clsx": "^1.2.1",
|