@alextheman/utility 5.10.0 → 5.10.1

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.cjs CHANGED
@@ -1578,6 +1578,8 @@ function kebabToCamel(input, options) {
1578
1578
  *
1579
1579
  * The comparison for preserved words is case-insensitive, but the original casing provided in `preserveWords` is retained in the output.
1580
1580
  *
1581
+ * @category String Helpers
1582
+ *
1581
1583
  * @param input - The string to convert.
1582
1584
  * @param options - Additional options to apply.
1583
1585
  *
package/dist/index.d.cts CHANGED
@@ -949,6 +949,8 @@ interface ToTitleCaseOptions {
949
949
  *
950
950
  * The comparison for preserved words is case-insensitive, but the original casing provided in `preserveWords` is retained in the output.
951
951
  *
952
+ * @category String Helpers
953
+ *
952
954
  * @param input - The string to convert.
953
955
  * @param options - Additional options to apply.
954
956
  *
package/dist/index.d.ts CHANGED
@@ -949,6 +949,8 @@ interface ToTitleCaseOptions {
949
949
  *
950
950
  * The comparison for preserved words is case-insensitive, but the original casing provided in `preserveWords` is retained in the output.
951
951
  *
952
+ * @category String Helpers
953
+ *
952
954
  * @param input - The string to convert.
953
955
  * @param options - Additional options to apply.
954
956
  *
package/dist/index.js CHANGED
@@ -1554,6 +1554,8 @@ function kebabToCamel(input, options) {
1554
1554
  *
1555
1555
  * The comparison for preserved words is case-insensitive, but the original casing provided in `preserveWords` is retained in the output.
1556
1556
  *
1557
+ * @category String Helpers
1558
+ *
1557
1559
  * @param input - The string to convert.
1558
1560
  * @param options - Additional options to apply.
1559
1561
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alextheman/utility",
3
- "version": "5.10.0",
3
+ "version": "5.10.1",
4
4
  "description": "Helpful utility functions.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,7 +36,7 @@
36
36
  "zod": "4.3.6"
37
37
  },
38
38
  "devDependencies": {
39
- "@alextheman/eslint-plugin": "5.11.0",
39
+ "@alextheman/eslint-plugin": "5.12.0",
40
40
  "@types/node": "25.5.2",
41
41
  "alex-c-line": "2.5.0",
42
42
  "cross-env": "10.1.0",