Skip to content

Commit

Permalink
Remove is_dependency field
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Apr 20, 2024
1 parent 74d58b6 commit 08f6e53
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions data/packages.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
],
],
"lua/natives-1681379138" => [
"is_dependency" => true, "type" => "library",
"type" => "library",
"version" => "r2",
"priority" => 8,
"files" => [
Expand Down Expand Up @@ -126,7 +126,7 @@
],
"lua/pretty.json" => [
"version" => "r2",
"is_dependency" => true, "type" => "library",
"type" => "library",
"files" => [
"lib/pretty/json.lua" => "stand.gg/dl/lua/lib/pretty/json.lua",
"lib/pretty/json/constant.lua" => "stand.gg/dl/lua/lib/pretty/json/constant.lua",
Expand Down Expand Up @@ -226,7 +226,7 @@
],
],
"lua/iniparser" => [
"is_dependency" => true, "type" => "library",
"type" => "library",
"author" => "well-in-that-case",
"version" => "0.2.12",
"files" => [
Expand Down Expand Up @@ -352,23 +352,23 @@
"resources_version" => "r2",
],
"lua/JSlangLib" => [
"is_dependency" => true, "type" => "library",
"type" => "library",
"version" => "1.14.8",
"author" => "jerry123",
"files" => [
"lib/JSlangLib.lua" => "raw.githubusercontent.com/Jerrrry123/JerryScript/1.14.8/lib/JSlangLib.lua",
],
],
"lua/JSkeyLib" => [
"is_dependency" => true, "type" => "library",
"type" => "library",
"version" => "1.14.5",
"author" => "jerry123",
"files" => [
"lib/JSkeyLib.lua" => "raw.githubusercontent.com/Jerrrry123/JerryScript/1.14.5/lib/JSkeyLib.lua",
],
],
"lua/ScaleformLib" => [
"is_dependency" => true, "type" => "library",
"type" => "library",
"version" => "r1",
"author" => "aaronlink127",
"files" => [
Expand Down Expand Up @@ -511,7 +511,7 @@
],
],
"lua/xml2lua" => [
"is_dependency" => true, "type" => "library",
"type" => "library",
"author" => "Paul Chakravarti, Manoel Campos da Silva Filho",
"version" => "1.6-1",
"files" => [
Expand All @@ -520,23 +520,23 @@
]
],
"lua/xml2lua-handler-tree" => [
"is_dependency" => true, "type" => "library",
"type" => "library",
"author" => "Paul Chakravarti, Manoel Campos da Silva Filho",
"version" => "1.6-1",
"files" => [
"lib/xmlhandler/tree.lua" => "raw.githubusercontent.com/manoelcampos/xml2lua/v1.6-1/xmlhandler/tree.lua"
]
],
"lua/inspect.lua" => [
"is_dependency" => true, "type" => "library",
"type" => "library",
"author" => "Enrique García Cota",
"version" => "3.1.0",
"files" => [
"lib/inspect.lua" => "stand.gg/dl/lua/lib/inspect.lua"
]
],
"lua/quaternionLib" => [
"is_dependency" => true, "type" => "library",
"type" => "library",
"author" => "Murten",
"files" => [
"lib/quaternionLib.lua" => "stand.gg/dl/lua/lib/quaternionLib.lua"
Expand Down Expand Up @@ -576,7 +576,7 @@
],
],
"lua/auto-updater" => [
"is_dependency" => true, "type" => "library",
"type" => "library",
"author" => "hexarobi",
"version" => "2.11r",
"files" => [
Expand Down Expand Up @@ -666,15 +666,15 @@
],
],
"lua/luaffi" => [
"is_dependency" => true, "type" => "library",
"type" => "library",
"author" => "Calamity, Inc.",
"version" => "0.1.1",
"files" => [
"lib/luaffi.dll" => "calamity.zip/luaffi/0.1.1/luaffi.dll"
]
],
"lua/Soup" => [
"is_dependency" => true, "type" => "library",
"type" => "library",
"author" => "Calamity, Inc.",
"depends" => [
"lua/luaffi"
Expand Down Expand Up @@ -710,7 +710,7 @@
$package["depends"] = [$resources_package_name];
}
$packages[$resources_package_name] = [
"is_dependency" => true, "type" => "library",
"type" => "library",
"priority" => PRIORITY_RESOURCES,
"files" => $package["resources"]
];
Expand Down

0 comments on commit 08f6e53

Please sign in to comment.