Skip to content

Commit

Permalink
Remove EDTF.js shim in favor of EDTF hex package
Browse files Browse the repository at this point in the history
  • Loading branch information
mbklein committed Oct 10, 2024
1 parent 71daf38 commit a590c8b
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 708 deletions.
89 changes: 0 additions & 89 deletions app/lib/edtf.ex

This file was deleted.

35 changes: 0 additions & 35 deletions app/lib/edtf/humanize.ex

This file was deleted.

85 changes: 0 additions & 85 deletions app/lib/edtf/humanize/date.ex

This file was deleted.

86 changes: 0 additions & 86 deletions app/lib/edtf/humanize/list.ex

This file was deleted.

1 change: 0 additions & 1 deletion app/lib/meadow/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ defmodule Meadow.Application do
end

base_children = [
EDTF,
{Phoenix.PubSub, [name: Meadow.PubSub, adapter: Phoenix.PubSub.PG2]},
Meadow.Telemetry,
{Registry, keys: :unique, name: Meadow.TaskRegistry}
Expand Down
1 change: 1 addition & 0 deletions app/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ defmodule Meadow.MixProject do
{:ecto_psql_extras, "~> 0.2"},
{:ecto_ranked, "~> 0.5"},
{:ecto_sql, "~> 3.0 and >= 3.4.4"},
{:edtf, github: "nulib/edtf_ex", branch: "nimble-parsec"},
{:elastix, "~> 0.10.0"},
{:ets, "~> 0.9.0"},
{:ex_aws, "~> 2.5.0"},
Expand Down
1 change: 1 addition & 0 deletions app/mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"ecto_psql_extras": {:hex, :ecto_psql_extras, "0.8.1", "cdfee5cb21d51af37d14233e4aa3ef38189bf42c499d6a8160a943c990cc74e2", [:mix], [{:ecto_sql, "~> 3.7", [hex: :ecto_sql, repo: "hexpm", optional: false]}, {:postgrex, "> 0.16.0 and < 0.20.0", [hex: :postgrex, repo: "hexpm", optional: false]}, {:table_rex, "~> 3.1.1 or ~> 4.0.0", [hex: :table_rex, repo: "hexpm", optional: false]}], "hexpm", "c0a1df8181c87a0419afa881452329a9dfd2c1fb2a737bf147f862dfa44a1af0"},
"ecto_ranked": {:hex, :ecto_ranked, "0.6.0", "c3bc7925610244d3f0be01befb02991670c00f32890174392f2701f760124b26", [:mix], [{:ecto_sql, "~> 3.0", [hex: :ecto_sql, repo: "hexpm", optional: false]}], "hexpm", "735dd6e02096445f4084e0f76e1d0e100cdcf5386d40d6d4cb7e54f2d437fb27"},
"ecto_sql": {:hex, :ecto_sql, "3.12.0", "73cea17edfa54bde76ee8561b30d29ea08f630959685006d9c6e7d1e59113b7d", [:mix], [{:db_connection, "~> 2.4.1 or ~> 2.5", [hex: :db_connection, repo: "hexpm", optional: false]}, {:ecto, "~> 3.12", [hex: :ecto, repo: "hexpm", optional: false]}, {:myxql, "~> 0.7", [hex: :myxql, repo: "hexpm", optional: true]}, {:postgrex, "~> 0.19 or ~> 1.0", [hex: :postgrex, repo: "hexpm", optional: true]}, {:tds, "~> 2.1.1 or ~> 2.2", [hex: :tds, repo: "hexpm", optional: true]}, {:telemetry, "~> 0.4.0 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "dc9e4d206f274f3947e96142a8fdc5f69a2a6a9abb4649ef5c882323b6d512f0"},
"edtf": {:git, "https://github.com/nulib/edtf_ex.git", "77dfde1659a5c85d97ceb9286c3ceb2fcf5b34d7", [branch: "nimble-parsec"]},
"elastix": {:hex, :elastix, "0.10.0", "7567da885677ba9deffc20063db5f3ca8cd10f23cff1ab3ed9c52b7063b7e340", [:mix], [{:httpoison, "~> 1.4", [hex: :httpoison, repo: "hexpm", optional: false]}, {:poison, "~> 3.0 or ~> 4.0", [hex: :poison, repo: "hexpm", optional: true]}, {:retry, "~> 0.8", [hex: :retry, repo: "hexpm", optional: false]}], "hexpm", "5fb342ce068b20f7845f5dd198c2dc80d967deafaa940a6e51b846db82696d1d"},
"eternal": {:hex, :eternal, "1.2.2", "d1641c86368de99375b98d183042dd6c2b234262b8d08dfd72b9eeaafc2a1abd", [:mix], [], "hexpm", "2c9fe32b9c3726703ba5e1d43a1d255a4f3f2d8f8f9bc19f094c7cb1a7a9e782"},
"ets": {:hex, :ets, "0.9.0", "79c6a6c205436780486f72d84230c6cba2f8a9920456750ddd1e47389107d5fd", [:mix], [], "hexpm", "2861fdfb04bcaeff370f1a5904eec864f0a56dcfebe5921ea9aadf2a481c822b"},
Expand Down
1 change: 0 additions & 1 deletion app/priv/nodejs/edtf/.docker-npm

This file was deleted.

28 changes: 0 additions & 28 deletions app/priv/nodejs/edtf/index.js

This file was deleted.

Loading

0 comments on commit a590c8b

Please sign in to comment.