Skip to content

Commit c8b4502

Browse files
authored
Merge pull request #14 from chandru415/4.11
4.11
2 parents cff38de + b1a7cb9 commit c8b4502

File tree

3 files changed

+507
-2
lines changed

3 files changed

+507
-2
lines changed

packages/utils/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,13 @@ npm i @slck/utils --save
3939
- hasDuplicateByKeys
4040
- generateMultiplesInRange
4141
- selectMatchingObjectsByKeys
42+
- toReadableTitle
43+
- parseSqlCustomExpressionTokens
44+
- isNumeric
4245

4346
# Types
4447

4548
- GenericObjectType
4649
- ErrorType
4750
- EndpointConfig
51+
- SQLCustomToken

packages/utils/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@slck/utils",
3-
"version": "4.9.0",
3+
"version": "4.14.0",
44
"type": "commonjs",
55
"license": "MIT",
66
"publishConfig": {
@@ -47,6 +47,7 @@
4747
"isDateLike",
4848
"hasDuplicateByKeys",
4949
"generateMultiplesInRange",
50-
"selectMatchingObjectsByKeys"
50+
"selectMatchingObjectsByKeys",
51+
"toReadableTitle"
5152
]
5253
}

0 commit comments

Comments
 (0)