@nocobase/utils 1.2.22-alpha → 1.2.24-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.
Files changed (2) hide show
  1. package/lib/url.d.ts +5 -0
  2. 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.22-alpha",
3
+ "version": "1.2.24-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": "f7d4b5b0555f9ce8e8db8076172d8fea4d99c4a1"
17
+ "gitHead": "1ccb870aa51f017ee8293c531d6124c3bfde1658"
18
18
  }