@helpers4/url 2.0.0-alpha.19 → 2.0.0-alpha.21

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 CHANGED
@@ -27,6 +27,7 @@ A set of helpers for working with URLs.
27
27
 
28
28
  <!-- AUTOMATIC-SIBLINGS -->
29
29
  - [array](../array)
30
+ - [commit](../commit)
30
31
  - [date](../date)
31
32
  - [function](../function)
32
33
  - [math](../math)
@@ -45,6 +46,7 @@ A set of helpers for working with URLs.
45
46
  | Name | Package | Source Code | Description |
46
47
  |------|---------|-------------|-------------|
47
48
  | array | [@helpers4/array](https://www.npmjs.com/package/@helpers4/array) | [Source](https://github.com/helpers4/helpers4/tree/main/helpers/array) | Array manipulation utilities |
49
+ | commit | [@helpers4/commit](https://www.npmjs.com/package/@helpers4/commit) | [Source](https://github.com/helpers4/helpers4/tree/main/helpers/commit) | Conventional Commits parsing and analysis |
48
50
  | date | [@helpers4/date](https://www.npmjs.com/package/@helpers4/date) | [Source](https://github.com/helpers4/helpers4/tree/main/helpers/date) | Date and time utility functions |
49
51
  | function | [@helpers4/function](https://www.npmjs.com/package/@helpers4/function) | [Source](https://github.com/helpers4/helpers4/tree/main/helpers/function) | Function utilities and type guards |
50
52
  | math | [@helpers4/math](https://www.npmjs.com/package/@helpers4/math) | [Source](https://github.com/helpers4/helpers4/tree/main/helpers/math) | Mathematical utility functions and calculations |
package/llms.txt CHANGED
@@ -1,7 +1,7 @@
1
1
  # @helpers4/url
2
2
 
3
3
  > Tree-shakable TypeScript utility functions for the `url` domain.
4
- > Package: `@helpers4/url` — Version: 2.0.0-alpha.19
4
+ > Package: `@helpers4/url` — Version: 2.0.0-alpha.21
5
5
  > License: LGPL-3.0-or-later
6
6
 
7
7
  ## Installation
package/meta/api.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "category": "url",
3
- "version": "2.0.0-alpha.19",
3
+ "version": "2.0.0-alpha.21",
4
4
  "functions": [
5
5
  {
6
6
  "name": "cleanPath",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helpers4/url",
3
- "version": "2.0.0-alpha.19",
3
+ "version": "2.0.0-alpha.21",
4
4
  "description": "A set of helpers in TS/JS, compatible with tree-shaking, for url.",
5
5
  "author": "baxyz <baxy@etik.com>",
6
6
  "license": "LGPL-3.0",