mirror of
https://github.com/pesde-pkg/tooling.git
synced 2025-01-10 00:09:09 +00:00
chore(pkg): update pesde lockfiles
This commit is contained in:
parent
682088dbca
commit
4a26699691
11 changed files with 63 additions and 60 deletions
|
@ -78,30 +78,30 @@ index_url = "https://github.com/daimond113/pesde-index"
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "lib/init.luau"
|
lib = "lib/init.luau"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune"]
|
[graph."pesde/toolchainlib"."0.1.4 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.2 lune".target]
|
[graph."pesde/toolchainlib"."0.1.4 lune".target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune".dependencies]
|
[graph."pesde/toolchainlib"."0.1.4 lune".dependencies]
|
||||||
"jiwonz/dirs" = ["0.1.2 lune", "dirs"]
|
"jiwonz/dirs" = ["0.1.2 lune", "dirs"]
|
||||||
"jiwonz/pathfs" = ["0.1.0 lune", "pathfs"]
|
"jiwonz/pathfs" = ["0.1.0 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.2 lune".pkg_ref]
|
[graph."pesde/toolchainlib"."0.1.4 lune".pkg_ref]
|
||||||
ref_ty = "workspace"
|
ref_ty = "workspace"
|
||||||
path = "toolchainlib"
|
path = "toolchainlib"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune".pkg_ref.dependencies]
|
[graph."pesde/toolchainlib"."0.1.4 lune".pkg_ref.dependencies]
|
||||||
dirs = [{ name = "jiwonz/dirs", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
dirs = [{ name = "jiwonz/dirs", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
||||||
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
||||||
pathfs = [{ name = "jiwonz/pathfs", version = "^0.1.0", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
pathfs = [{ name = "jiwonz/pathfs", version = "^0.1.0", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
||||||
result = [{ name = "lukadev_0/result", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
result = [{ name = "lukadev_0/result", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune".pkg_ref.target]
|
[graph."pesde/toolchainlib"."0.1.4 lune".pkg_ref.target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name = "pesde/zap"
|
name = "pesde/asphalt"
|
||||||
version = "0.6.15"
|
version = "0.8.2"
|
||||||
target = "lune"
|
target = "lune"
|
||||||
|
|
||||||
[graph."jiwonz/dirs"."0.1.2 lune"]
|
[graph."jiwonz/dirs"."0.1.2 lune"]
|
||||||
|
@ -78,30 +78,30 @@ index_url = "https://github.com/daimond113/pesde-index"
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "lib/init.luau"
|
lib = "lib/init.luau"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune"]
|
[graph."pesde/toolchainlib"."0.1.4 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.2 lune".target]
|
[graph."pesde/toolchainlib"."0.1.4 lune".target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune".dependencies]
|
[graph."pesde/toolchainlib"."0.1.4 lune".dependencies]
|
||||||
"jiwonz/dirs" = ["0.1.2 lune", "dirs"]
|
"jiwonz/dirs" = ["0.1.2 lune", "dirs"]
|
||||||
"jiwonz/pathfs" = ["0.1.0 lune", "pathfs"]
|
"jiwonz/pathfs" = ["0.1.0 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.2 lune".pkg_ref]
|
[graph."pesde/toolchainlib"."0.1.4 lune".pkg_ref]
|
||||||
ref_ty = "workspace"
|
ref_ty = "workspace"
|
||||||
path = "toolchainlib"
|
path = "toolchainlib"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune".pkg_ref.dependencies]
|
[graph."pesde/toolchainlib"."0.1.4 lune".pkg_ref.dependencies]
|
||||||
dirs = [{ name = "jiwonz/dirs", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
dirs = [{ name = "jiwonz/dirs", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
||||||
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
||||||
pathfs = [{ name = "jiwonz/pathfs", version = "^0.1.0", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
pathfs = [{ name = "jiwonz/pathfs", version = "^0.1.0", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
||||||
result = [{ name = "lukadev_0/result", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
result = [{ name = "lukadev_0/result", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune".pkg_ref.target]
|
[graph."pesde/toolchainlib"."0.1.4 lune".pkg_ref.target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
|
@ -78,30 +78,30 @@ index_url = "https://github.com/daimond113/pesde-index"
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "lib/init.luau"
|
lib = "lib/init.luau"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune"]
|
[graph."pesde/toolchainlib"."0.1.4 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.2 lune".target]
|
[graph."pesde/toolchainlib"."0.1.4 lune".target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune".dependencies]
|
[graph."pesde/toolchainlib"."0.1.4 lune".dependencies]
|
||||||
"jiwonz/dirs" = ["0.1.2 lune", "dirs"]
|
"jiwonz/dirs" = ["0.1.2 lune", "dirs"]
|
||||||
"jiwonz/pathfs" = ["0.1.0 lune", "pathfs"]
|
"jiwonz/pathfs" = ["0.1.0 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.2 lune".pkg_ref]
|
[graph."pesde/toolchainlib"."0.1.4 lune".pkg_ref]
|
||||||
ref_ty = "workspace"
|
ref_ty = "workspace"
|
||||||
path = "toolchainlib"
|
path = "toolchainlib"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune".pkg_ref.dependencies]
|
[graph."pesde/toolchainlib"."0.1.4 lune".pkg_ref.dependencies]
|
||||||
dirs = [{ name = "jiwonz/dirs", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
dirs = [{ name = "jiwonz/dirs", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
||||||
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
||||||
pathfs = [{ name = "jiwonz/pathfs", version = "^0.1.0", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
pathfs = [{ name = "jiwonz/pathfs", version = "^0.1.0", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
||||||
result = [{ name = "lukadev_0/result", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
result = [{ name = "lukadev_0/result", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune".pkg_ref.target]
|
[graph."pesde/toolchainlib"."0.1.4 lune".pkg_ref.target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
|
@ -78,30 +78,30 @@ index_url = "https://github.com/daimond113/pesde-index"
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "lib/init.luau"
|
lib = "lib/init.luau"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune"]
|
[graph."pesde/toolchainlib"."0.1.4 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.2 lune".target]
|
[graph."pesde/toolchainlib"."0.1.4 lune".target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune".dependencies]
|
[graph."pesde/toolchainlib"."0.1.4 lune".dependencies]
|
||||||
"jiwonz/dirs" = ["0.1.2 lune", "dirs"]
|
"jiwonz/dirs" = ["0.1.2 lune", "dirs"]
|
||||||
"jiwonz/pathfs" = ["0.1.0 lune", "pathfs"]
|
"jiwonz/pathfs" = ["0.1.0 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.2 lune".pkg_ref]
|
[graph."pesde/toolchainlib"."0.1.4 lune".pkg_ref]
|
||||||
ref_ty = "workspace"
|
ref_ty = "workspace"
|
||||||
path = "toolchainlib"
|
path = "toolchainlib"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune".pkg_ref.dependencies]
|
[graph."pesde/toolchainlib"."0.1.4 lune".pkg_ref.dependencies]
|
||||||
dirs = [{ name = "jiwonz/dirs", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
dirs = [{ name = "jiwonz/dirs", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
||||||
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
||||||
pathfs = [{ name = "jiwonz/pathfs", version = "^0.1.0", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
pathfs = [{ name = "jiwonz/pathfs", version = "^0.1.0", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
||||||
result = [{ name = "lukadev_0/result", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
result = [{ name = "lukadev_0/result", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune".pkg_ref.target]
|
[graph."pesde/toolchainlib"."0.1.4 lune".pkg_ref.target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name = "pesde/luau_lsp"
|
name = "pesde/luau_lsp"
|
||||||
version = "1.36.0"
|
version = "1.37.0"
|
||||||
target = "lune"
|
target = "lune"
|
||||||
|
|
||||||
[graph."jiwonz/dirs"."0.1.2 lune"]
|
[graph."jiwonz/dirs"."0.1.2 lune"]
|
||||||
|
@ -78,30 +78,30 @@ index_url = "https://github.com/daimond113/pesde-index"
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "lib/init.luau"
|
lib = "lib/init.luau"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune"]
|
[graph."pesde/toolchainlib"."0.1.4 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.2 lune".target]
|
[graph."pesde/toolchainlib"."0.1.4 lune".target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune".dependencies]
|
[graph."pesde/toolchainlib"."0.1.4 lune".dependencies]
|
||||||
"jiwonz/dirs" = ["0.1.2 lune", "dirs"]
|
"jiwonz/dirs" = ["0.1.2 lune", "dirs"]
|
||||||
"jiwonz/pathfs" = ["0.1.0 lune", "pathfs"]
|
"jiwonz/pathfs" = ["0.1.0 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.2 lune".pkg_ref]
|
[graph."pesde/toolchainlib"."0.1.4 lune".pkg_ref]
|
||||||
ref_ty = "workspace"
|
ref_ty = "workspace"
|
||||||
path = "toolchainlib"
|
path = "toolchainlib"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune".pkg_ref.dependencies]
|
[graph."pesde/toolchainlib"."0.1.4 lune".pkg_ref.dependencies]
|
||||||
dirs = [{ name = "jiwonz/dirs", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
dirs = [{ name = "jiwonz/dirs", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
||||||
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
||||||
pathfs = [{ name = "jiwonz/pathfs", version = "^0.1.0", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
pathfs = [{ name = "jiwonz/pathfs", version = "^0.1.0", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
||||||
result = [{ name = "lukadev_0/result", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
result = [{ name = "lukadev_0/result", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune".pkg_ref.target]
|
[graph."pesde/toolchainlib"."0.1.4 lune".pkg_ref.target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
|
@ -78,30 +78,30 @@ index_url = "https://github.com/daimond113/pesde-index"
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "lib/init.luau"
|
lib = "lib/init.luau"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune"]
|
[graph."pesde/toolchainlib"."0.1.4 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.2 lune".target]
|
[graph."pesde/toolchainlib"."0.1.4 lune".target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune".dependencies]
|
[graph."pesde/toolchainlib"."0.1.4 lune".dependencies]
|
||||||
"jiwonz/dirs" = ["0.1.2 lune", "dirs"]
|
"jiwonz/dirs" = ["0.1.2 lune", "dirs"]
|
||||||
"jiwonz/pathfs" = ["0.1.0 lune", "pathfs"]
|
"jiwonz/pathfs" = ["0.1.0 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.2 lune".pkg_ref]
|
[graph."pesde/toolchainlib"."0.1.4 lune".pkg_ref]
|
||||||
ref_ty = "workspace"
|
ref_ty = "workspace"
|
||||||
path = "toolchainlib"
|
path = "toolchainlib"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune".pkg_ref.dependencies]
|
[graph."pesde/toolchainlib"."0.1.4 lune".pkg_ref.dependencies]
|
||||||
dirs = [{ name = "jiwonz/dirs", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
dirs = [{ name = "jiwonz/dirs", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
||||||
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
||||||
pathfs = [{ name = "jiwonz/pathfs", version = "^0.1.0", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
pathfs = [{ name = "jiwonz/pathfs", version = "^0.1.0", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
||||||
result = [{ name = "lukadev_0/result", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
result = [{ name = "lukadev_0/result", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune".pkg_ref.target]
|
[graph."pesde/toolchainlib"."0.1.4 lune".pkg_ref.target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
|
@ -78,30 +78,30 @@ index_url = "https://github.com/daimond113/pesde-index"
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "lib/init.luau"
|
lib = "lib/init.luau"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune"]
|
[graph."pesde/toolchainlib"."0.1.4 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.2 lune".target]
|
[graph."pesde/toolchainlib"."0.1.4 lune".target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune".dependencies]
|
[graph."pesde/toolchainlib"."0.1.4 lune".dependencies]
|
||||||
"jiwonz/dirs" = ["0.1.2 lune", "dirs"]
|
"jiwonz/dirs" = ["0.1.2 lune", "dirs"]
|
||||||
"jiwonz/pathfs" = ["0.1.0 lune", "pathfs"]
|
"jiwonz/pathfs" = ["0.1.0 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.2 lune".pkg_ref]
|
[graph."pesde/toolchainlib"."0.1.4 lune".pkg_ref]
|
||||||
ref_ty = "workspace"
|
ref_ty = "workspace"
|
||||||
path = "toolchainlib"
|
path = "toolchainlib"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune".pkg_ref.dependencies]
|
[graph."pesde/toolchainlib"."0.1.4 lune".pkg_ref.dependencies]
|
||||||
dirs = [{ name = "jiwonz/dirs", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
dirs = [{ name = "jiwonz/dirs", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
||||||
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
||||||
pathfs = [{ name = "jiwonz/pathfs", version = "^0.1.0", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
pathfs = [{ name = "jiwonz/pathfs", version = "^0.1.0", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
||||||
result = [{ name = "lukadev_0/result", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
result = [{ name = "lukadev_0/result", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune".pkg_ref.target]
|
[graph."pesde/toolchainlib"."0.1.4 lune".pkg_ref.target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name = "pesde/stylua"
|
name = "pesde/stylua"
|
||||||
version = "2.0.1"
|
version = "2.0.2"
|
||||||
target = "lune"
|
target = "lune"
|
||||||
|
|
||||||
[graph."jiwonz/dirs"."0.1.2 lune"]
|
[graph."jiwonz/dirs"."0.1.2 lune"]
|
||||||
|
@ -78,30 +78,30 @@ index_url = "https://github.com/daimond113/pesde-index"
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "lib/init.luau"
|
lib = "lib/init.luau"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune"]
|
[graph."pesde/toolchainlib"."0.1.4 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.2 lune".target]
|
[graph."pesde/toolchainlib"."0.1.4 lune".target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune".dependencies]
|
[graph."pesde/toolchainlib"."0.1.4 lune".dependencies]
|
||||||
"jiwonz/dirs" = ["0.1.2 lune", "dirs"]
|
"jiwonz/dirs" = ["0.1.2 lune", "dirs"]
|
||||||
"jiwonz/pathfs" = ["0.1.0 lune", "pathfs"]
|
"jiwonz/pathfs" = ["0.1.0 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.2 lune".pkg_ref]
|
[graph."pesde/toolchainlib"."0.1.4 lune".pkg_ref]
|
||||||
ref_ty = "workspace"
|
ref_ty = "workspace"
|
||||||
path = "toolchainlib"
|
path = "toolchainlib"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune".pkg_ref.dependencies]
|
[graph."pesde/toolchainlib"."0.1.4 lune".pkg_ref.dependencies]
|
||||||
dirs = [{ name = "jiwonz/dirs", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
dirs = [{ name = "jiwonz/dirs", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
||||||
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
||||||
pathfs = [{ name = "jiwonz/pathfs", version = "^0.1.0", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
pathfs = [{ name = "jiwonz/pathfs", version = "^0.1.0", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
||||||
result = [{ name = "lukadev_0/result", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
result = [{ name = "lukadev_0/result", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune".pkg_ref.target]
|
[graph."pesde/toolchainlib"."0.1.4 lune".pkg_ref.target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name = "pesde/zap"
|
name = "pesde/zap"
|
||||||
version = "0.6.15"
|
version = "0.6.16"
|
||||||
target = "lune"
|
target = "lune"
|
||||||
|
|
||||||
[graph."jiwonz/dirs"."0.1.2 lune"]
|
[graph."jiwonz/dirs"."0.1.2 lune"]
|
||||||
|
@ -78,30 +78,30 @@ index_url = "https://github.com/daimond113/pesde-index"
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "lib/init.luau"
|
lib = "lib/init.luau"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune"]
|
[graph."pesde/toolchainlib"."0.1.4 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.2 lune".target]
|
[graph."pesde/toolchainlib"."0.1.4 lune".target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune".dependencies]
|
[graph."pesde/toolchainlib"."0.1.4 lune".dependencies]
|
||||||
"jiwonz/dirs" = ["0.1.2 lune", "dirs"]
|
"jiwonz/dirs" = ["0.1.2 lune", "dirs"]
|
||||||
"jiwonz/pathfs" = ["0.1.0 lune", "pathfs"]
|
"jiwonz/pathfs" = ["0.1.0 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.2 lune".pkg_ref]
|
[graph."pesde/toolchainlib"."0.1.4 lune".pkg_ref]
|
||||||
ref_ty = "workspace"
|
ref_ty = "workspace"
|
||||||
path = "toolchainlib"
|
path = "toolchainlib"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune".pkg_ref.dependencies]
|
[graph."pesde/toolchainlib"."0.1.4 lune".pkg_ref.dependencies]
|
||||||
dirs = [{ name = "jiwonz/dirs", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
dirs = [{ name = "jiwonz/dirs", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
||||||
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
option = [{ name = "lukadev_0/option", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
||||||
pathfs = [{ name = "jiwonz/pathfs", version = "^0.1.0", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
pathfs = [{ name = "jiwonz/pathfs", version = "^0.1.0", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
||||||
result = [{ name = "lukadev_0/result", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
result = [{ name = "lukadev_0/result", version = "^1.2.0", index = "https://github.com/daimond113/pesde-index" }, "peer"]
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.2 lune".pkg_ref.target]
|
[graph."pesde/toolchainlib"."0.1.4 lune".pkg_ref.target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
|
@ -5,6 +5,9 @@ target = "lune"
|
||||||
[workspace."pesde/argon"]
|
[workspace."pesde/argon"]
|
||||||
lune = "bins/argon"
|
lune = "bins/argon"
|
||||||
|
|
||||||
|
[workspace."pesde/asphalt"]
|
||||||
|
lune = "bins/asphalt"
|
||||||
|
|
||||||
[workspace."pesde/blink"]
|
[workspace."pesde/blink"]
|
||||||
lune = "bins/blink"
|
lune = "bins/blink"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name = "pesde/toolchainlib"
|
name = "pesde/toolchainlib"
|
||||||
version = "0.1.2"
|
version = "0.1.4"
|
||||||
target = "lune"
|
target = "lune"
|
||||||
|
|
||||||
[graph."jiwonz/dirs"."0.1.2 lune"]
|
[graph."jiwonz/dirs"."0.1.2 lune"]
|
||||||
|
|
Loading…
Reference in a new issue