gnhf 0.1.31 → 0.1.32
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/dist/cli.mjs +1 -1
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -16039,7 +16039,7 @@ function getBuildTimeUmamiHost() {
|
|
|
16039
16039
|
return "https://a.kunchenguid.com";
|
|
16040
16040
|
}
|
|
16041
16041
|
function getBuildTimeUmamiWebsiteID() {
|
|
16042
|
-
return "";
|
|
16042
|
+
return "7f4707fa-4e80-4977-8320-4ade27692d85";
|
|
16043
16043
|
}
|
|
16044
16044
|
function normalizeEndpoint(host) {
|
|
16045
16045
|
let url;
|