@nocobase/utils 1.2.22-alpha → 1.2.23-alpha
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/lib/url.d.ts +5 -0
- package/package.json +2 -2
package/lib/url.d.ts
CHANGED
|
@@ -6,4 +6,9 @@
|
|
|
6
6
|
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
7
|
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
8
|
*/
|
|
9
|
+
/**
|
|
10
|
+
* 是否是完整的 URL(带协议的)
|
|
11
|
+
* @param string
|
|
12
|
+
* @returns
|
|
13
|
+
*/
|
|
9
14
|
export declare function isURL(string: any): boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/utils",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.23-alpha",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"types": "./lib/index.d.ts",
|
|
6
6
|
"license": "AGPL-3.0",
|
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
"multer": "^1.4.5-lts.1",
|
|
15
15
|
"object-path": "^0.11.8"
|
|
16
16
|
},
|
|
17
|
-
"gitHead": "
|
|
17
|
+
"gitHead": "e2ee9d3c39d123cfdb0b50bfb6d381eaa4a96f77"
|
|
18
18
|
}
|