mirror of
https://github.com/pesde-pkg/scripts.git
synced 2025-03-04 19:11:43 +00:00
chore(pkg): bump pesde and migrate to new engines feature
This commit is contained in:
parent
cbe2680242
commit
0cd8a53102
2 changed files with 56 additions and 170 deletions
222
pesde.lock
222
pesde.lock
|
@ -2,270 +2,154 @@ name = "pesde/scripts_core"
|
|||
version = "0.0.2"
|
||||
target = "lune"
|
||||
|
||||
[workspace."pesde/scripts_argon"]
|
||||
lune = ".pesde/argon"
|
||||
|
||||
[workspace."pesde/scripts_core"]
|
||||
lune = ""
|
||||
|
||||
[workspace."pesde/scripts_rojo"]
|
||||
lune = ".pesde/rojo"
|
||||
|
||||
[graph."0x5eal/unzip"."0.1.0 luau"]
|
||||
[graph."0x5eal/unzip@0.1.0 luau"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."0x5eal/unzip"."0.1.0 luau".target]
|
||||
environment = "luau"
|
||||
lib = "lib/init.luau"
|
||||
|
||||
[graph."0x5eal/unzip"."0.1.0 luau".pkg_ref]
|
||||
[graph."0x5eal/unzip@0.1.0 luau".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
name = "0x5eal/unzip"
|
||||
version = "0.1.0"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."0x5eal/unzip"."0.1.0 luau".pkg_ref.dependencies]
|
||||
[graph."0x5eal/unzip@0.1.0 luau".pkg_ref.dependencies]
|
||||
asciitable = [{ name = "kimpure/asciitable", version = "^0.1.4", index = "https://github.com/pesde-pkg/index" }, "dev"]
|
||||
frktest = [{ name = "itsfrank/frktest", version = "^0.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
luau-lsp = [{ name = "pesde/luau_lsp", version = "^1.38.0", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
stylua = [{ name = "pesde/stylua", version = "^2.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
|
||||
[graph."0x5eal/unzip"."0.1.0 luau".pkg_ref.target]
|
||||
environment = "luau"
|
||||
lib = "lib/init.luau"
|
||||
|
||||
[graph."itsfrank/frktest"."0.0.2 lune"]
|
||||
[graph."itsfrank/frktest@0.0.2 lune"]
|
||||
direct = ["frktest", { name = "itsfrank/frktest", version = "^0.0.2" }, "dev"]
|
||||
resolved_ty = "dev"
|
||||
|
||||
[graph."itsfrank/frktest"."0.0.2 lune".target]
|
||||
environment = "lune"
|
||||
lib = "src/_pesde_init.luau"
|
||||
|
||||
[graph."itsfrank/frktest"."0.0.2 lune".pkg_ref]
|
||||
[graph."itsfrank/frktest@0.0.2 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
name = "itsfrank/frktest"
|
||||
version = "0.0.2"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."itsfrank/frktest"."0.0.2 lune".pkg_ref.target]
|
||||
environment = "lune"
|
||||
lib = "src/_pesde_init.luau"
|
||||
|
||||
[graph."jiwonz/dirs"."0.1.2 lune"]
|
||||
[graph."jiwonz/dirs@0.1.2 lune"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."jiwonz/dirs"."0.1.2 lune".target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
[graph."jiwonz/dirs@0.1.2 lune".dependencies]
|
||||
"jiwonz/pathfs@0.1.0 lune" = "pathfs"
|
||||
|
||||
[graph."jiwonz/dirs"."0.1.2 lune".dependencies]
|
||||
"jiwonz/pathfs" = ["0.1.0 lune", "pathfs"]
|
||||
|
||||
[graph."jiwonz/dirs"."0.1.2 lune".pkg_ref]
|
||||
[graph."jiwonz/dirs@0.1.2 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
name = "jiwonz/dirs"
|
||||
version = "0.1.2"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."jiwonz/dirs"."0.1.2 lune".pkg_ref.dependencies]
|
||||
[graph."jiwonz/dirs@0.1.2 lune".pkg_ref.dependencies]
|
||||
pathfs = [{ name = "jiwonz/pathfs", version = "^0.1.0", index = "https://github.com/daimond113/pesde-index" }, "standard"]
|
||||
|
||||
[graph."jiwonz/dirs"."0.1.2 lune".pkg_ref.target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
||||
[graph."jiwonz/pathfs"."0.1.0 lune"]
|
||||
[graph."jiwonz/pathfs@0.1.0 lune"]
|
||||
direct = ["pathfs", { name = "jiwonz/pathfs", version = "^0.1.0" }, "dev"]
|
||||
resolved_ty = "dev"
|
||||
|
||||
[graph."jiwonz/pathfs"."0.1.0 lune".target]
|
||||
environment = "lune"
|
||||
lib = "init.luau"
|
||||
|
||||
[graph."jiwonz/pathfs"."0.1.0 lune".pkg_ref]
|
||||
[graph."jiwonz/pathfs@0.1.0 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
name = "jiwonz/pathfs"
|
||||
version = "0.1.0"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."jiwonz/pathfs"."0.1.0 lune".pkg_ref.target]
|
||||
environment = "lune"
|
||||
lib = "init.luau"
|
||||
|
||||
[graph."lukadev_0/option"."1.2.0 lune"]
|
||||
[graph."lukadev_0/option@1.2.0 lune"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."lukadev_0/option"."1.2.0 lune".target]
|
||||
environment = "lune"
|
||||
lib = "lib/init.luau"
|
||||
|
||||
[graph."lukadev_0/option"."1.2.0 lune".pkg_ref]
|
||||
[graph."lukadev_0/option@1.2.0 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
name = "lukadev_0/option"
|
||||
version = "1.2.0"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
|
||||
[graph."lukadev_0/option"."1.2.0 lune".pkg_ref.target]
|
||||
environment = "lune"
|
||||
lib = "lib/init.luau"
|
||||
|
||||
[graph."lukadev_0/result"."1.2.0 lune"]
|
||||
[graph."lukadev_0/result@1.2.0 lune"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."lukadev_0/result"."1.2.0 lune".target]
|
||||
environment = "lune"
|
||||
lib = "lib/init.luau"
|
||||
|
||||
[graph."lukadev_0/result"."1.2.0 lune".pkg_ref]
|
||||
[graph."lukadev_0/result@1.2.0 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
name = "lukadev_0/result"
|
||||
version = "1.2.0"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
|
||||
[graph."lukadev_0/result"."1.2.0 lune".pkg_ref.target]
|
||||
environment = "lune"
|
||||
lib = "lib/init.luau"
|
||||
|
||||
[graph."pesde/argon"."2.0.21 lune"]
|
||||
[graph."pesde/argon@2.0.21 lune"]
|
||||
direct = ["argon", { name = "pesde/argon", version = "^2.0.21" }, "dev"]
|
||||
resolved_ty = "dev"
|
||||
|
||||
[graph."pesde/argon"."2.0.21 lune".target]
|
||||
environment = "lune"
|
||||
bin = "init.luau"
|
||||
[graph."pesde/argon@2.0.21 lune".dependencies]
|
||||
"lukadev_0/option@1.2.0 lune" = "option"
|
||||
"lukadev_0/result@1.2.0 lune" = "result"
|
||||
"pesde/toolchainlib@0.1.11 lune" = "core"
|
||||
|
||||
[graph."pesde/argon"."2.0.21 lune".dependencies]
|
||||
"lukadev_0/option" = ["1.2.0 lune", "option"]
|
||||
"lukadev_0/result" = ["1.2.0 lune", "result"]
|
||||
"pesde/toolchainlib" = ["0.1.11 lune", "core"]
|
||||
|
||||
[graph."pesde/argon"."2.0.21 lune".pkg_ref]
|
||||
[graph."pesde/argon@2.0.21 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
name = "pesde/argon"
|
||||
version = "2.0.21"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."pesde/argon"."2.0.21 lune".pkg_ref.dependencies]
|
||||
[graph."pesde/argon@2.0.21 lune".pkg_ref.dependencies]
|
||||
core = [{ name = "pesde/toolchainlib", version = "^0.1.2", index = "https://github.com/daimond113/pesde-index", target = "lune" }, "standard"]
|
||||
option = [{ name = "lukadev_0/option", version = "^1.2.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" }, "standard"]
|
||||
|
||||
[graph."pesde/argon"."2.0.21 lune".pkg_ref.target]
|
||||
environment = "lune"
|
||||
bin = "init.luau"
|
||||
|
||||
[graph."pesde/luau_lsp"."1.38.1 lune"]
|
||||
[graph."pesde/luau_lsp@1.38.1 lune"]
|
||||
direct = ["luau-lsp", { name = "pesde/luau_lsp", version = "^1.36.0" }, "dev"]
|
||||
resolved_ty = "dev"
|
||||
|
||||
[graph."pesde/luau_lsp"."1.38.1 lune".target]
|
||||
environment = "lune"
|
||||
bin = "init.luau"
|
||||
[graph."pesde/luau_lsp@1.38.1 lune".dependencies]
|
||||
"lukadev_0/option@1.2.0 lune" = "option"
|
||||
"lukadev_0/result@1.2.0 lune" = "result"
|
||||
"pesde/toolchainlib@0.1.11 lune" = "core"
|
||||
|
||||
[graph."pesde/luau_lsp"."1.38.1 lune".dependencies]
|
||||
"lukadev_0/option" = ["1.2.0 lune", "option"]
|
||||
"lukadev_0/result" = ["1.2.0 lune", "result"]
|
||||
"pesde/toolchainlib" = ["0.1.11 lune", "core"]
|
||||
|
||||
[graph."pesde/luau_lsp"."1.38.1 lune".pkg_ref]
|
||||
[graph."pesde/luau_lsp@1.38.1 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
name = "pesde/luau_lsp"
|
||||
version = "1.38.1"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."pesde/luau_lsp"."1.38.1 lune".pkg_ref.dependencies]
|
||||
[graph."pesde/luau_lsp@1.38.1 lune".pkg_ref.dependencies]
|
||||
core = [{ name = "pesde/toolchainlib", version = "^0.1.7", index = "https://github.com/daimond113/pesde-index", target = "lune" }, "standard"]
|
||||
option = [{ name = "lukadev_0/option", version = "^1.2.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" }, "standard"]
|
||||
|
||||
[graph."pesde/luau_lsp"."1.38.1 lune".pkg_ref.target]
|
||||
environment = "lune"
|
||||
bin = "init.luau"
|
||||
|
||||
[graph."pesde/rojo"."7.4.4 lune"]
|
||||
[graph."pesde/rojo@7.4.4 lune"]
|
||||
direct = ["rojo", { name = "pesde/rojo", version = "^7.4.4" }, "dev"]
|
||||
resolved_ty = "dev"
|
||||
|
||||
[graph."pesde/rojo"."7.4.4 lune".target]
|
||||
environment = "lune"
|
||||
bin = "init.luau"
|
||||
[graph."pesde/rojo@7.4.4 lune".dependencies]
|
||||
"lukadev_0/option@1.2.0 lune" = "option"
|
||||
"lukadev_0/result@1.2.0 lune" = "result"
|
||||
"pesde/toolchainlib@0.1.11 lune" = "core"
|
||||
|
||||
[graph."pesde/rojo"."7.4.4 lune".dependencies]
|
||||
"lukadev_0/option" = ["1.2.0 lune", "option"]
|
||||
"lukadev_0/result" = ["1.2.0 lune", "result"]
|
||||
"pesde/toolchainlib" = ["0.1.11 lune", "core"]
|
||||
|
||||
[graph."pesde/rojo"."7.4.4 lune".pkg_ref]
|
||||
[graph."pesde/rojo@7.4.4 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
name = "pesde/rojo"
|
||||
version = "7.4.4"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."pesde/rojo"."7.4.4 lune".pkg_ref.dependencies]
|
||||
[graph."pesde/rojo@7.4.4 lune".pkg_ref.dependencies]
|
||||
core = [{ name = "pesde/toolchainlib", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index", target = "lune" }, "standard"]
|
||||
option = [{ name = "lukadev_0/option", version = "^1.2.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" }, "standard"]
|
||||
|
||||
[graph."pesde/rojo"."7.4.4 lune".pkg_ref.target]
|
||||
environment = "lune"
|
||||
bin = "init.luau"
|
||||
|
||||
[graph."pesde/stylua"."2.0.2 lune"]
|
||||
[graph."pesde/stylua@2.0.2 lune"]
|
||||
direct = ["stylua", { name = "pesde/stylua", version = "^2.0.1" }, "dev"]
|
||||
resolved_ty = "dev"
|
||||
|
||||
[graph."pesde/stylua"."2.0.2 lune".target]
|
||||
environment = "lune"
|
||||
bin = "init.luau"
|
||||
[graph."pesde/stylua@2.0.2 lune".dependencies]
|
||||
"lukadev_0/option@1.2.0 lune" = "option"
|
||||
"lukadev_0/result@1.2.0 lune" = "result"
|
||||
"pesde/toolchainlib@0.1.11 lune" = "core"
|
||||
|
||||
[graph."pesde/stylua"."2.0.2 lune".dependencies]
|
||||
"lukadev_0/option" = ["1.2.0 lune", "option"]
|
||||
"lukadev_0/result" = ["1.2.0 lune", "result"]
|
||||
"pesde/toolchainlib" = ["0.1.11 lune", "core"]
|
||||
|
||||
[graph."pesde/stylua"."2.0.2 lune".pkg_ref]
|
||||
[graph."pesde/stylua@2.0.2 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
name = "pesde/stylua"
|
||||
version = "2.0.2"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."pesde/stylua"."2.0.2 lune".pkg_ref.dependencies]
|
||||
[graph."pesde/stylua@2.0.2 lune".pkg_ref.dependencies]
|
||||
core = [{ name = "pesde/toolchainlib", version = "^0.1.3", index = "https://github.com/daimond113/pesde-index", target = "lune" }, "standard"]
|
||||
option = [{ name = "lukadev_0/option", version = "^1.2.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" }, "standard"]
|
||||
|
||||
[graph."pesde/stylua"."2.0.2 lune".pkg_ref.target]
|
||||
environment = "lune"
|
||||
bin = "init.luau"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.11 lune"]
|
||||
[graph."pesde/toolchainlib@0.1.11 lune"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.11 lune".target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
[graph."pesde/toolchainlib@0.1.11 lune".dependencies]
|
||||
"0x5eal/unzip@0.1.0 luau" = "unzip"
|
||||
"jiwonz/dirs@0.1.2 lune" = "dirs"
|
||||
"jiwonz/pathfs@0.1.0 lune" = "pathfs"
|
||||
"lukadev_0/option@1.2.0 lune" = "option"
|
||||
"lukadev_0/result@1.2.0 lune" = "result"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.11 lune".dependencies]
|
||||
"0x5eal/unzip" = ["0.1.0 luau", "unzip"]
|
||||
"jiwonz/dirs" = ["0.1.2 lune", "dirs"]
|
||||
"jiwonz/pathfs" = ["0.1.0 lune", "pathfs"]
|
||||
"lukadev_0/option" = ["1.2.0 lune", "option"]
|
||||
"lukadev_0/result" = ["1.2.0 lune", "result"]
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.11 lune".pkg_ref]
|
||||
[graph."pesde/toolchainlib@0.1.11 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
name = "pesde/toolchainlib"
|
||||
version = "0.1.11"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.11 lune".pkg_ref.dependencies]
|
||||
[graph."pesde/toolchainlib@0.1.11 lune".pkg_ref.dependencies]
|
||||
dirs = [{ name = "jiwonz/dirs", version = "^0.1.1", 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"]
|
||||
pathfs = [{ name = "jiwonz/pathfs", version = "^0.1.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
||||
result = [{ name = "lukadev_0/result", version = "^1.2.0", index = "https://github.com/pesde-pkg/index" }, "peer"]
|
||||
unzip = [{ name = "0x5eal/unzip", version = "^0.1.0", index = "https://github.com/pesde-pkg/index", target = "luau" }, "standard"]
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.11 lune".pkg_ref.target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
name = "pesde/scripts_core"
|
||||
version = "0.0.2"
|
||||
pesde_version = "0.5.3"
|
||||
description = "Scripts and other utilities for use with pesde"
|
||||
authors = [
|
||||
"daimond113 <contact@daimond113.com> (https://www.daimond113.com/)",
|
||||
|
@ -18,6 +17,9 @@ includes = [
|
|||
|
||||
workspace_members = [".", ".pesde/*", "!.pesde/.gitkeep"]
|
||||
|
||||
[engines]
|
||||
pesde = "0.6.0-rc.5"
|
||||
|
||||
[meta.scripts.rojo]
|
||||
version = "0.1.0"
|
||||
tool_dependencies = { rojo = { name = "pesde/rojo", version = "^7.4.4" } }
|
||||
|
|
Loading…
Add table
Reference in a new issue