@perfsee/utils
Advanced tools
Comparing version 1.1.0 to 1.3.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [1.3.0](https://github.com/perfsee/perfsee/compare/v1.2.0...v1.3.0) (2023-02-27) | ||
### Features | ||
- **platform,platform-server:** show commit message ([b3ea2fd](https://github.com/perfsee/perfsee/commit/b3ea2fd65f67b8fec22369e69b07dfc0ec47d2ff)) | ||
# [1.1.0](https://github.com/perfsee/perfsee/compare/v1.0.0...v1.1.0) (2022-11-04) | ||
@@ -8,0 +14,0 @@ |
@@ -31,3 +31,4 @@ export declare enum GitHost { | ||
diffUrl(from: string, to: string): string; | ||
prUrl(number: number): string; | ||
} | ||
export declare function gitHostFromDomain(domainOrHost: string): GitHost; |
@@ -49,2 +49,5 @@ "use strict"; | ||
} | ||
prUrl(number) { | ||
return `https://${this.path}/pull/${number}`; | ||
} | ||
} | ||
@@ -51,0 +54,0 @@ exports.CommonGitHost = CommonGitHost; |
{ | ||
"name": "@perfsee/utils", | ||
"version": "1.1.0", | ||
"version": "1.3.0", | ||
"description": "utilities function of perfsee platform", | ||
@@ -20,3 +20,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "4b292cbcac782e08c311539be876419870600c7d" | ||
"gitHead": "10319d51ec9cdd2bdcfa4470ce770227fa26161f" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32503
332