Skip to content

Commit af9fba2

Browse files
committed
Vendor hex_core v0.12.2
1 parent a9999e4 commit af9fba2

29 files changed

+31
-29
lines changed

scripts/vendor_hex_core.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ filenames="hex_api_auth.erl \
3737
hex_pb_versions.erl \
3838
hex_registry.erl \
3939
hex_repo.erl \
40+
hex_safe_binary_to_term.erl \
4041
hex_tarball.erl \
4142
safe_erl_term.xrl"
4243

@@ -52,6 +53,7 @@ search_to_replace="hex_core: \
5253
hex_pb_versions \
5354
hex_registry \
5455
hex_tarball \
56+
hex_safe_binary_to_term \
5557
hex_http \
5658
hex_repo \
5759
hex_api \

src/mix_hex_api.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%% Vendored from hex_core MANUALLY!, do not edit manually
1+
%% Vendored from hex_core v0.12.2 (c4db9f6), do not edit manually
22

33
%% @doc
44
%% Hex HTTP API

src/mix_hex_api_auth.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%% Vendored from hex_core v0.12.0 (1cdf3eb), do not edit manually
1+
%% Vendored from hex_core v0.12.2 (c4db9f6), do not edit manually
22

33
%% @doc
44
%% Hex HTTP API - Authentication.

src/mix_hex_api_key.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%% Vendored from hex_core v0.12.0 (1cdf3eb), do not edit manually
1+
%% Vendored from hex_core v0.12.2 (c4db9f6), do not edit manually
22

33
%% @doc
44
%% Hex HTTP API - Keys.

src/mix_hex_api_oauth.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%% Vendored from hex_core v0.12.0 (1cdf3eb), do not edit manually
1+
%% Vendored from hex_core v0.12.2 (c4db9f6), do not edit manually
22

33
%% @doc
44
%% Hex HTTP API - OAuth.

src/mix_hex_api_organization.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%% Vendored from hex_core v0.12.0 (1cdf3eb), do not edit manually
1+
%% Vendored from hex_core v0.12.2 (c4db9f6), do not edit manually
22

33
%% @doc
44
%% Hex HTTP API - Organizations.

src/mix_hex_api_organization_member.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%% Vendored from hex_core v0.12.0 (1cdf3eb), do not edit manually
1+
%% Vendored from hex_core v0.12.2 (c4db9f6), do not edit manually
22

33
%% @doc
44
%% Hex HTTP API - Organization Members.

src/mix_hex_api_package.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%% Vendored from hex_core v0.12.0 (1cdf3eb), do not edit manually
1+
%% Vendored from hex_core v0.12.2 (c4db9f6), do not edit manually
22

33
%% @doc
44
%% Hex HTTP API - Packages.

src/mix_hex_api_package_owner.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%% Vendored from hex_core v0.12.0 (1cdf3eb), do not edit manually
1+
%% Vendored from hex_core v0.12.2 (c4db9f6), do not edit manually
22

33
%% @doc
44
%% Hex HTTP API - Package Owners.

src/mix_hex_api_release.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%% Vendored from hex_core v0.12.0 (1cdf3eb), do not edit manually
1+
%% Vendored from hex_core v0.12.2 (c4db9f6), do not edit manually
22

33
%% @doc
44
%% Hex HTTP API - Releases.

0 commit comments

Comments
 (0)