@helpers4/url 2.0.0-alpha.6 → 2.0.0-alpha.7

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
@@ -9,7 +9,7 @@ A set of helpers for working with URLs.
9
9
 
10
10
  ## Documentation
11
11
 
12
- [https://helpers4.js.org/url](https://helpers4.js.org/url)
12
+ [https://helpers4.dev/typescript/categories/url/](https://helpers4.dev/typescript/categories/url/)
13
13
 
14
14
  <!-- AUTOMATIC-METHODS -->
15
15
  - cleanPath
package/licenses.json ADDED
@@ -0,0 +1,4 @@
1
+ {
2
+ "category": "url",
3
+ "dependencies": []
4
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helpers4/url",
3
- "version": "2.0.0-alpha.6",
3
+ "version": "2.0.0-alpha.7",
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",
@@ -19,6 +19,7 @@
19
19
  },
20
20
  "./examples.json": "./examples.json",
21
21
  "./api.json": "./api.json",
22
+ "./licenses.json": "./licenses.json",
22
23
  "./package.json": "./package.json"
23
24
  },
24
25
  "keywords": [
@@ -39,6 +40,7 @@
39
40
  "lib/index.js.map",
40
41
  "examples.json",
41
42
  "api.json",
43
+ "licenses.json",
42
44
  "LICENSE.md",
43
45
  "package.json",
44
46
  "README.md"