Skip to content

Commit

Permalink
feat: update exports from index file
Browse files Browse the repository at this point in the history
  • Loading branch information
velut committed Apr 14, 2024
1 parent 2b46285 commit 96baaee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,18 @@ TODO:
export { PackageJson } from "zod-package-json";
export { DownloadPeriod } from "./download-period";
export { AbbreviatedPackument, getAbbreviatedPackument } from "./get-abbreviated-packument";
export {
BulkDailyPackageDownloads,
getBulkDailyPackageDownloads,
} from "./get-bulk-daily-package-downloads";
export { BulkPackageDownloads, getBulkPackageDownloads } from "./get-bulk-package-downloads";
export { DailyRegistryDownloads, getDailyRegistryDownloads } from "./get-daily-registry-downloads";
export { PackageDownloads, getPackageDownloads } from "./get-package-downloads";
export { PackageManifest, getPackageManifest } from "./get-package-manifest";
export {
PackageVersionsDownloads,
getPackageVersionsDownloads,
} from "./get-package-versions-downloads";
export { RegistryDownloads, getRegistryDownloads } from "./get-registry-downloads";
export { RegistryMetadata, getRegistryMetadata } from "./get-registry-metadata";
export { RegistrySigningKeys, getRegistrySigningKeys } from "./get-registry-signing-keys";
Expand Down

0 comments on commit 96baaee

Please sign in to comment.