Update Elixir and Phoenix detections

main
Ostap Brehin 2 years ago
parent 894d3998ee
commit b32ff4f80d

@ -679,6 +679,7 @@
"description": "Elixir is a dynamic, functional language designed for building scalable and maintainable applications.", "description": "Elixir is a dynamic, functional language designed for building scalable and maintainable applications.",
"icon": "Elixir.png", "icon": "Elixir.png",
"implies": "Erlang", "implies": "Erlang",
"oss": true,
"website": "https://elixir-lang.org" "website": "https://elixir-lang.org"
}, },
"Ellucian CRM Recruit": { "Ellucian CRM Recruit": {

@ -1184,9 +1184,10 @@
"cats": [ "cats": [
18 18
], ],
"description": "Phoenix is a productive web framework that does not compromise speed and maintainability.", "description": "Phoenix Framework is an open-source web application framework built using the Elixir programming language.",
"icon": "Phoenix Framework.png", "icon": "Phoenix Framework.png",
"implies": "Elixir", "implies": "Elixir",
"oss": true,
"website": "https://www.phoenixframework.org" "website": "https://www.phoenixframework.org"
}, },
"Phoenix LiveView": { "Phoenix LiveView": {
@ -1194,12 +1195,13 @@
18 18
], ],
"description": "Phoenix LiveView is a library that brings live, interactive, real-time user experiences to your Phoenix applications.", "description": "Phoenix LiveView is a library that brings live, interactive, real-time user experiences to your Phoenix applications.",
"dom": "[data-phx-session]", "dom": "div[data-phx-session]",
"icon": "Phoenix Framework.png", "icon": "Phoenix Framework.png",
"implies": "Phoenix Framework", "implies": "Phoenix Framework",
"js": { "js": {
"liveSocket.socket": "" "liveSocket.socket": ""
}, },
"oss": true,
"website": "https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html" "website": "https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html"
}, },
"Phoenix Site": { "Phoenix Site": {