Skip to content

Commit 3c6e398

Browse files
authored
Mark API public (#3945)
1 parent db301ea commit 3c6e398

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/Pkg.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ export UpgradeLevel, UPLEVEL_MAJOR, UPLEVEL_MINOR, UPLEVEL_PATCH
1717
export PreserveLevel, PRESERVE_TIERED_INSTALLED, PRESERVE_TIERED, PRESERVE_ALL_INSTALLED, PRESERVE_ALL, PRESERVE_DIRECT, PRESERVE_SEMVER, PRESERVE_NONE
1818
export Registry, RegistrySpec
1919

20+
public activate, add, build, compat, develop, free, gc, generate, instantiate,
21+
pin, precompile, redo, rm, resolve, status, test, undo, update, why
22+
2023
depots() = Base.DEPOT_PATH
2124
function depots1()
2225
d = depots()

src/Registry/Registry.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ using ..Pkg.PlatformEngines: download_verify_unpack, download, download_verify,
77
using UUIDs, LibGit2, TOML, Dates
88
import FileWatching
99

10+
public add, rm, status, update
11+
1012
include("registry_instance.jl")
1113

1214
mutable struct RegistrySpec

0 commit comments

Comments
 (0)