api/federation/requester/constants.ts

4 lines
138 B
TypeScript
Raw Permalink Normal View History

import pkg from "../package.json" with { type: "json" };
export const DEFAULT_UA = `VersiaFederation/${pkg.version} (+${pkg.homepage})`;