mirror of
https://github.com/pesde-pkg/tooling.git
synced 2025-05-04 10:43:58 +01:00
chore: update lockfiles
This commit is contained in:
parent
0ed4511303
commit
865bfe1859
10 changed files with 41 additions and 41 deletions
|
@ -2,7 +2,7 @@
|
||||||
# It is not intended for manual editing.
|
# It is not intended for manual editing.
|
||||||
format = 1
|
format = 1
|
||||||
name = "pesde/argon"
|
name = "pesde/argon"
|
||||||
version = "2.0.23"
|
version = "2.0.24"
|
||||||
target = "lune"
|
target = "lune"
|
||||||
|
|
||||||
[graph."0x5eal/unzip@0.1.3 luau"]
|
[graph."0x5eal/unzip@0.1.3 luau"]
|
||||||
|
@ -96,22 +96,22 @@ resolved_ty = "standard"
|
||||||
ref_ty = "pesde"
|
ref_ty = "pesde"
|
||||||
index_url = "https://github.com/pesde-pkg/index"
|
index_url = "https://github.com/pesde-pkg/index"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune"]
|
[graph."pesde/toolchainlib@0.1.14 lune"]
|
||||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||||
resolved_ty = "standard"
|
resolved_ty = "standard"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune".dependencies]
|
[graph."pesde/toolchainlib@0.1.14 lune".dependencies]
|
||||||
"0x5eal/unzip@0.1.3 luau" = "unzip"
|
"0x5eal/unzip@0.1.3 luau" = "unzip"
|
||||||
"jiwonz/dirs@0.3.0 lune" = "dirs"
|
"jiwonz/dirs@0.3.0 lune" = "dirs"
|
||||||
"jiwonz/pathfs@0.3.2 lune" = "pathfs"
|
"jiwonz/pathfs@0.3.2 lune" = "pathfs"
|
||||||
"lukadev_0/option@1.2.0 lune" = "option"
|
"lukadev_0/option@1.2.0 lune" = "option"
|
||||||
"lukadev_0/result@1.2.0 lune" = "result"
|
"lukadev_0/result@1.2.0 lune" = "result"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune".pkg_ref]
|
[graph."pesde/toolchainlib@0.1.14 lune".pkg_ref]
|
||||||
ref_ty = "workspace"
|
ref_ty = "workspace"
|
||||||
path = "toolchainlib"
|
path = "toolchainlib"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune".pkg_ref.dependencies]
|
[graph."pesde/toolchainlib@0.1.14 lune".pkg_ref.dependencies]
|
||||||
dirs = [{ name = "jiwonz/dirs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
dirs = [{ name = "jiwonz/dirs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
||||||
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/pesde-pkg/index" }, "peer"]
|
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/pesde-pkg/index" }, "peer"]
|
||||||
pathfs = [{ name = "jiwonz/pathfs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
pathfs = [{ name = "jiwonz/pathfs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# It is not intended for manual editing.
|
# It is not intended for manual editing.
|
||||||
format = 1
|
format = 1
|
||||||
name = "pesde/asphalt"
|
name = "pesde/asphalt"
|
||||||
version = "1.0.0-pre.5"
|
version = "1.0.0-pre.8"
|
||||||
target = "lune"
|
target = "lune"
|
||||||
|
|
||||||
[graph."0x5eal/unzip@0.1.3 luau"]
|
[graph."0x5eal/unzip@0.1.3 luau"]
|
||||||
|
@ -96,22 +96,22 @@ resolved_ty = "standard"
|
||||||
ref_ty = "pesde"
|
ref_ty = "pesde"
|
||||||
index_url = "https://github.com/pesde-pkg/index"
|
index_url = "https://github.com/pesde-pkg/index"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune"]
|
[graph."pesde/toolchainlib@0.1.14 lune"]
|
||||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||||
resolved_ty = "standard"
|
resolved_ty = "standard"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune".dependencies]
|
[graph."pesde/toolchainlib@0.1.14 lune".dependencies]
|
||||||
"0x5eal/unzip@0.1.3 luau" = "unzip"
|
"0x5eal/unzip@0.1.3 luau" = "unzip"
|
||||||
"jiwonz/dirs@0.3.0 lune" = "dirs"
|
"jiwonz/dirs@0.3.0 lune" = "dirs"
|
||||||
"jiwonz/pathfs@0.3.2 lune" = "pathfs"
|
"jiwonz/pathfs@0.3.2 lune" = "pathfs"
|
||||||
"lukadev_0/option@1.2.0 lune" = "option"
|
"lukadev_0/option@1.2.0 lune" = "option"
|
||||||
"lukadev_0/result@1.2.0 lune" = "result"
|
"lukadev_0/result@1.2.0 lune" = "result"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune".pkg_ref]
|
[graph."pesde/toolchainlib@0.1.14 lune".pkg_ref]
|
||||||
ref_ty = "workspace"
|
ref_ty = "workspace"
|
||||||
path = "toolchainlib"
|
path = "toolchainlib"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune".pkg_ref.dependencies]
|
[graph."pesde/toolchainlib@0.1.14 lune".pkg_ref.dependencies]
|
||||||
dirs = [{ name = "jiwonz/dirs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
dirs = [{ name = "jiwonz/dirs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
||||||
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/pesde-pkg/index" }, "peer"]
|
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/pesde-pkg/index" }, "peer"]
|
||||||
pathfs = [{ name = "jiwonz/pathfs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
pathfs = [{ name = "jiwonz/pathfs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
||||||
|
|
|
@ -96,22 +96,22 @@ resolved_ty = "standard"
|
||||||
ref_ty = "pesde"
|
ref_ty = "pesde"
|
||||||
index_url = "https://github.com/pesde-pkg/index"
|
index_url = "https://github.com/pesde-pkg/index"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune"]
|
[graph."pesde/toolchainlib@0.1.14 lune"]
|
||||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||||
resolved_ty = "standard"
|
resolved_ty = "standard"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune".dependencies]
|
[graph."pesde/toolchainlib@0.1.14 lune".dependencies]
|
||||||
"0x5eal/unzip@0.1.3 luau" = "unzip"
|
"0x5eal/unzip@0.1.3 luau" = "unzip"
|
||||||
"jiwonz/dirs@0.3.0 lune" = "dirs"
|
"jiwonz/dirs@0.3.0 lune" = "dirs"
|
||||||
"jiwonz/pathfs@0.3.2 lune" = "pathfs"
|
"jiwonz/pathfs@0.3.2 lune" = "pathfs"
|
||||||
"lukadev_0/option@1.2.0 lune" = "option"
|
"lukadev_0/option@1.2.0 lune" = "option"
|
||||||
"lukadev_0/result@1.2.0 lune" = "result"
|
"lukadev_0/result@1.2.0 lune" = "result"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune".pkg_ref]
|
[graph."pesde/toolchainlib@0.1.14 lune".pkg_ref]
|
||||||
ref_ty = "workspace"
|
ref_ty = "workspace"
|
||||||
path = "toolchainlib"
|
path = "toolchainlib"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune".pkg_ref.dependencies]
|
[graph."pesde/toolchainlib@0.1.14 lune".pkg_ref.dependencies]
|
||||||
dirs = [{ name = "jiwonz/dirs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
dirs = [{ name = "jiwonz/dirs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
||||||
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/pesde-pkg/index" }, "peer"]
|
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/pesde-pkg/index" }, "peer"]
|
||||||
pathfs = [{ name = "jiwonz/pathfs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
pathfs = [{ name = "jiwonz/pathfs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
||||||
|
|
|
@ -96,22 +96,22 @@ resolved_ty = "standard"
|
||||||
ref_ty = "pesde"
|
ref_ty = "pesde"
|
||||||
index_url = "https://github.com/pesde-pkg/index"
|
index_url = "https://github.com/pesde-pkg/index"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune"]
|
[graph."pesde/toolchainlib@0.1.14 lune"]
|
||||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||||
resolved_ty = "standard"
|
resolved_ty = "standard"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune".dependencies]
|
[graph."pesde/toolchainlib@0.1.14 lune".dependencies]
|
||||||
"0x5eal/unzip@0.1.3 luau" = "unzip"
|
"0x5eal/unzip@0.1.3 luau" = "unzip"
|
||||||
"jiwonz/dirs@0.3.0 lune" = "dirs"
|
"jiwonz/dirs@0.3.0 lune" = "dirs"
|
||||||
"jiwonz/pathfs@0.3.2 lune" = "pathfs"
|
"jiwonz/pathfs@0.3.2 lune" = "pathfs"
|
||||||
"lukadev_0/option@1.2.0 lune" = "option"
|
"lukadev_0/option@1.2.0 lune" = "option"
|
||||||
"lukadev_0/result@1.2.0 lune" = "result"
|
"lukadev_0/result@1.2.0 lune" = "result"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune".pkg_ref]
|
[graph."pesde/toolchainlib@0.1.14 lune".pkg_ref]
|
||||||
ref_ty = "workspace"
|
ref_ty = "workspace"
|
||||||
path = "toolchainlib"
|
path = "toolchainlib"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune".pkg_ref.dependencies]
|
[graph."pesde/toolchainlib@0.1.14 lune".pkg_ref.dependencies]
|
||||||
dirs = [{ name = "jiwonz/dirs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
dirs = [{ name = "jiwonz/dirs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
||||||
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/pesde-pkg/index" }, "peer"]
|
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/pesde-pkg/index" }, "peer"]
|
||||||
pathfs = [{ name = "jiwonz/pathfs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
pathfs = [{ name = "jiwonz/pathfs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# It is not intended for manual editing.
|
# It is not intended for manual editing.
|
||||||
format = 1
|
format = 1
|
||||||
name = "pesde/luau_lsp"
|
name = "pesde/luau_lsp"
|
||||||
version = "1.43.0"
|
version = "1.44.1"
|
||||||
target = "lune"
|
target = "lune"
|
||||||
|
|
||||||
[graph."0x5eal/unzip@0.1.3 luau"]
|
[graph."0x5eal/unzip@0.1.3 luau"]
|
||||||
|
@ -96,22 +96,22 @@ resolved_ty = "standard"
|
||||||
ref_ty = "pesde"
|
ref_ty = "pesde"
|
||||||
index_url = "https://github.com/pesde-pkg/index"
|
index_url = "https://github.com/pesde-pkg/index"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune"]
|
[graph."pesde/toolchainlib@0.1.14 lune"]
|
||||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||||
resolved_ty = "standard"
|
resolved_ty = "standard"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune".dependencies]
|
[graph."pesde/toolchainlib@0.1.14 lune".dependencies]
|
||||||
"0x5eal/unzip@0.1.3 luau" = "unzip"
|
"0x5eal/unzip@0.1.3 luau" = "unzip"
|
||||||
"jiwonz/dirs@0.3.0 lune" = "dirs"
|
"jiwonz/dirs@0.3.0 lune" = "dirs"
|
||||||
"jiwonz/pathfs@0.3.2 lune" = "pathfs"
|
"jiwonz/pathfs@0.3.2 lune" = "pathfs"
|
||||||
"lukadev_0/option@1.2.0 lune" = "option"
|
"lukadev_0/option@1.2.0 lune" = "option"
|
||||||
"lukadev_0/result@1.2.0 lune" = "result"
|
"lukadev_0/result@1.2.0 lune" = "result"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune".pkg_ref]
|
[graph."pesde/toolchainlib@0.1.14 lune".pkg_ref]
|
||||||
ref_ty = "workspace"
|
ref_ty = "workspace"
|
||||||
path = "toolchainlib"
|
path = "toolchainlib"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune".pkg_ref.dependencies]
|
[graph."pesde/toolchainlib@0.1.14 lune".pkg_ref.dependencies]
|
||||||
dirs = [{ name = "jiwonz/dirs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
dirs = [{ name = "jiwonz/dirs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
||||||
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/pesde-pkg/index" }, "peer"]
|
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/pesde-pkg/index" }, "peer"]
|
||||||
pathfs = [{ name = "jiwonz/pathfs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
pathfs = [{ name = "jiwonz/pathfs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# It is not intended for manual editing.
|
# It is not intended for manual editing.
|
||||||
format = 1
|
format = 1
|
||||||
name = "pesde/rojo"
|
name = "pesde/rojo"
|
||||||
version = "7.4.4"
|
version = "7.5.1"
|
||||||
target = "lune"
|
target = "lune"
|
||||||
|
|
||||||
[graph."0x5eal/unzip@0.1.3 luau"]
|
[graph."0x5eal/unzip@0.1.3 luau"]
|
||||||
|
@ -96,22 +96,22 @@ resolved_ty = "standard"
|
||||||
ref_ty = "pesde"
|
ref_ty = "pesde"
|
||||||
index_url = "https://github.com/pesde-pkg/index"
|
index_url = "https://github.com/pesde-pkg/index"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune"]
|
[graph."pesde/toolchainlib@0.1.14 lune"]
|
||||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||||
resolved_ty = "standard"
|
resolved_ty = "standard"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune".dependencies]
|
[graph."pesde/toolchainlib@0.1.14 lune".dependencies]
|
||||||
"0x5eal/unzip@0.1.3 luau" = "unzip"
|
"0x5eal/unzip@0.1.3 luau" = "unzip"
|
||||||
"jiwonz/dirs@0.3.0 lune" = "dirs"
|
"jiwonz/dirs@0.3.0 lune" = "dirs"
|
||||||
"jiwonz/pathfs@0.3.2 lune" = "pathfs"
|
"jiwonz/pathfs@0.3.2 lune" = "pathfs"
|
||||||
"lukadev_0/option@1.2.0 lune" = "option"
|
"lukadev_0/option@1.2.0 lune" = "option"
|
||||||
"lukadev_0/result@1.2.0 lune" = "result"
|
"lukadev_0/result@1.2.0 lune" = "result"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune".pkg_ref]
|
[graph."pesde/toolchainlib@0.1.14 lune".pkg_ref]
|
||||||
ref_ty = "workspace"
|
ref_ty = "workspace"
|
||||||
path = "toolchainlib"
|
path = "toolchainlib"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune".pkg_ref.dependencies]
|
[graph."pesde/toolchainlib@0.1.14 lune".pkg_ref.dependencies]
|
||||||
dirs = [{ name = "jiwonz/dirs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
dirs = [{ name = "jiwonz/dirs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
||||||
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/pesde-pkg/index" }, "peer"]
|
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/pesde-pkg/index" }, "peer"]
|
||||||
pathfs = [{ name = "jiwonz/pathfs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
pathfs = [{ name = "jiwonz/pathfs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
||||||
|
|
|
@ -96,22 +96,22 @@ resolved_ty = "standard"
|
||||||
ref_ty = "pesde"
|
ref_ty = "pesde"
|
||||||
index_url = "https://github.com/pesde-pkg/index"
|
index_url = "https://github.com/pesde-pkg/index"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune"]
|
[graph."pesde/toolchainlib@0.1.14 lune"]
|
||||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||||
resolved_ty = "standard"
|
resolved_ty = "standard"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune".dependencies]
|
[graph."pesde/toolchainlib@0.1.14 lune".dependencies]
|
||||||
"0x5eal/unzip@0.1.3 luau" = "unzip"
|
"0x5eal/unzip@0.1.3 luau" = "unzip"
|
||||||
"jiwonz/dirs@0.3.0 lune" = "dirs"
|
"jiwonz/dirs@0.3.0 lune" = "dirs"
|
||||||
"jiwonz/pathfs@0.3.2 lune" = "pathfs"
|
"jiwonz/pathfs@0.3.2 lune" = "pathfs"
|
||||||
"lukadev_0/option@1.2.0 lune" = "option"
|
"lukadev_0/option@1.2.0 lune" = "option"
|
||||||
"lukadev_0/result@1.2.0 lune" = "result"
|
"lukadev_0/result@1.2.0 lune" = "result"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune".pkg_ref]
|
[graph."pesde/toolchainlib@0.1.14 lune".pkg_ref]
|
||||||
ref_ty = "workspace"
|
ref_ty = "workspace"
|
||||||
path = "toolchainlib"
|
path = "toolchainlib"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune".pkg_ref.dependencies]
|
[graph."pesde/toolchainlib@0.1.14 lune".pkg_ref.dependencies]
|
||||||
dirs = [{ name = "jiwonz/dirs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
dirs = [{ name = "jiwonz/dirs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
||||||
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/pesde-pkg/index" }, "peer"]
|
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/pesde-pkg/index" }, "peer"]
|
||||||
pathfs = [{ name = "jiwonz/pathfs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
pathfs = [{ name = "jiwonz/pathfs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
||||||
|
|
|
@ -96,22 +96,22 @@ resolved_ty = "standard"
|
||||||
ref_ty = "pesde"
|
ref_ty = "pesde"
|
||||||
index_url = "https://github.com/pesde-pkg/index"
|
index_url = "https://github.com/pesde-pkg/index"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune"]
|
[graph."pesde/toolchainlib@0.1.14 lune"]
|
||||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||||
resolved_ty = "standard"
|
resolved_ty = "standard"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune".dependencies]
|
[graph."pesde/toolchainlib@0.1.14 lune".dependencies]
|
||||||
"0x5eal/unzip@0.1.3 luau" = "unzip"
|
"0x5eal/unzip@0.1.3 luau" = "unzip"
|
||||||
"jiwonz/dirs@0.3.0 lune" = "dirs"
|
"jiwonz/dirs@0.3.0 lune" = "dirs"
|
||||||
"jiwonz/pathfs@0.3.2 lune" = "pathfs"
|
"jiwonz/pathfs@0.3.2 lune" = "pathfs"
|
||||||
"lukadev_0/option@1.2.0 lune" = "option"
|
"lukadev_0/option@1.2.0 lune" = "option"
|
||||||
"lukadev_0/result@1.2.0 lune" = "result"
|
"lukadev_0/result@1.2.0 lune" = "result"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune".pkg_ref]
|
[graph."pesde/toolchainlib@0.1.14 lune".pkg_ref]
|
||||||
ref_ty = "workspace"
|
ref_ty = "workspace"
|
||||||
path = "toolchainlib"
|
path = "toolchainlib"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune".pkg_ref.dependencies]
|
[graph."pesde/toolchainlib@0.1.14 lune".pkg_ref.dependencies]
|
||||||
dirs = [{ name = "jiwonz/dirs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
dirs = [{ name = "jiwonz/dirs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
||||||
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/pesde-pkg/index" }, "peer"]
|
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/pesde-pkg/index" }, "peer"]
|
||||||
pathfs = [{ name = "jiwonz/pathfs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
pathfs = [{ name = "jiwonz/pathfs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
||||||
|
|
|
@ -96,22 +96,22 @@ resolved_ty = "standard"
|
||||||
ref_ty = "pesde"
|
ref_ty = "pesde"
|
||||||
index_url = "https://github.com/pesde-pkg/index"
|
index_url = "https://github.com/pesde-pkg/index"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune"]
|
[graph."pesde/toolchainlib@0.1.14 lune"]
|
||||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||||
resolved_ty = "standard"
|
resolved_ty = "standard"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune".dependencies]
|
[graph."pesde/toolchainlib@0.1.14 lune".dependencies]
|
||||||
"0x5eal/unzip@0.1.3 luau" = "unzip"
|
"0x5eal/unzip@0.1.3 luau" = "unzip"
|
||||||
"jiwonz/dirs@0.3.0 lune" = "dirs"
|
"jiwonz/dirs@0.3.0 lune" = "dirs"
|
||||||
"jiwonz/pathfs@0.3.2 lune" = "pathfs"
|
"jiwonz/pathfs@0.3.2 lune" = "pathfs"
|
||||||
"lukadev_0/option@1.2.0 lune" = "option"
|
"lukadev_0/option@1.2.0 lune" = "option"
|
||||||
"lukadev_0/result@1.2.0 lune" = "result"
|
"lukadev_0/result@1.2.0 lune" = "result"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune".pkg_ref]
|
[graph."pesde/toolchainlib@0.1.14 lune".pkg_ref]
|
||||||
ref_ty = "workspace"
|
ref_ty = "workspace"
|
||||||
path = "toolchainlib"
|
path = "toolchainlib"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib@0.1.13 lune".pkg_ref.dependencies]
|
[graph."pesde/toolchainlib@0.1.14 lune".pkg_ref.dependencies]
|
||||||
dirs = [{ name = "jiwonz/dirs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
dirs = [{ name = "jiwonz/dirs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
||||||
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/pesde-pkg/index" }, "peer"]
|
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/pesde-pkg/index" }, "peer"]
|
||||||
pathfs = [{ name = "jiwonz/pathfs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
pathfs = [{ name = "jiwonz/pathfs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# It is not intended for manual editing.
|
# It is not intended for manual editing.
|
||||||
format = 1
|
format = 1
|
||||||
name = "pesde/toolchainlib"
|
name = "pesde/toolchainlib"
|
||||||
version = "0.1.13"
|
version = "0.1.14"
|
||||||
target = "lune"
|
target = "lune"
|
||||||
|
|
||||||
[graph."0x5eal/unzip@0.1.3 luau"]
|
[graph."0x5eal/unzip@0.1.3 luau"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue