mirror of
https://github.com/pesde-pkg/tooling.git
synced 2025-03-04 02:51:47 +00:00
chore(lib): prepare for v0.1.11
This commit is contained in:
parent
4478711269
commit
bee9bc8c92
12 changed files with 59 additions and 56 deletions
|
@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.1.11] - 2025-01-23
|
||||||
### Added
|
### Added
|
||||||
- Progress bars are now return to stderr to prevent issues with parsing managed tooling outputs
|
- Progress bars are now return to stderr to prevent issues with parsing managed tooling outputs
|
||||||
- It is now possible for dependents of toolchainlib to programatically disable interactive features (like progress bars) by setting `_G.interactive` to `false`.
|
- It is now possible for dependents of toolchainlib to programatically disable interactive features (like progress bars) by setting `_G.interactive` to `false`.
|
||||||
|
@ -134,4 +136,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
[0.1.8]: https://pesde.dev/packages/pesde/toolchainlib/0.1.8/any
|
[0.1.8]: https://pesde.dev/packages/pesde/toolchainlib/0.1.8/any
|
||||||
[0.1.9]: https://pesde.dev/packages/pesde/toolchainlib/0.1.9/any
|
[0.1.9]: https://pesde.dev/packages/pesde/toolchainlib/0.1.9/any
|
||||||
[0.1.10]: https://pesde.dev/packages/pesde/toolchainlib/0.1.10/any
|
[0.1.10]: https://pesde.dev/packages/pesde/toolchainlib/0.1.10/any
|
||||||
|
[0.1.11]: https://pesde.dev/packages/pesde/toolchainlib/0.1.11/any
|
||||||
|
|
||||||
|
|
|
@ -101,32 +101,32 @@ 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.10 lune"]
|
[graph."pesde/toolchainlib"."0.1.11 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.10 lune".target]
|
[graph."pesde/toolchainlib"."0.1.11 lune".target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.10 lune".dependencies]
|
[graph."pesde/toolchainlib"."0.1.11 lune".dependencies]
|
||||||
"0x5eal/unzip" = ["0.1.0 luau", "unzip"]
|
"0x5eal/unzip" = ["0.1.0 luau", "unzip"]
|
||||||
"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.10 lune".pkg_ref]
|
[graph."pesde/toolchainlib"."0.1.11 lune".pkg_ref]
|
||||||
ref_ty = "workspace"
|
ref_ty = "workspace"
|
||||||
path = "toolchainlib"
|
path = "toolchainlib"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.10 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"]
|
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"]
|
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"]
|
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"]
|
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"]
|
unzip = [{ name = "0x5eal/unzip", version = "^0.1.0", index = "https://github.com/pesde-pkg/index", target = "luau" }, "standard"]
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.10 lune".pkg_ref.target]
|
[graph."pesde/toolchainlib"."0.1.11 lune".pkg_ref.target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
|
@ -101,32 +101,32 @@ 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.10 lune"]
|
[graph."pesde/toolchainlib"."0.1.11 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.10 lune".target]
|
[graph."pesde/toolchainlib"."0.1.11 lune".target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.10 lune".dependencies]
|
[graph."pesde/toolchainlib"."0.1.11 lune".dependencies]
|
||||||
"0x5eal/unzip" = ["0.1.0 luau", "unzip"]
|
"0x5eal/unzip" = ["0.1.0 luau", "unzip"]
|
||||||
"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.10 lune".pkg_ref]
|
[graph."pesde/toolchainlib"."0.1.11 lune".pkg_ref]
|
||||||
ref_ty = "workspace"
|
ref_ty = "workspace"
|
||||||
path = "toolchainlib"
|
path = "toolchainlib"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.10 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"]
|
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"]
|
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"]
|
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"]
|
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"]
|
unzip = [{ name = "0x5eal/unzip", version = "^0.1.0", index = "https://github.com/pesde-pkg/index", target = "luau" }, "standard"]
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.10 lune".pkg_ref.target]
|
[graph."pesde/toolchainlib"."0.1.11 lune".pkg_ref.target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
|
@ -101,32 +101,32 @@ 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.10 lune"]
|
[graph."pesde/toolchainlib"."0.1.11 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.10 lune".target]
|
[graph."pesde/toolchainlib"."0.1.11 lune".target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.10 lune".dependencies]
|
[graph."pesde/toolchainlib"."0.1.11 lune".dependencies]
|
||||||
"0x5eal/unzip" = ["0.1.0 luau", "unzip"]
|
"0x5eal/unzip" = ["0.1.0 luau", "unzip"]
|
||||||
"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.10 lune".pkg_ref]
|
[graph."pesde/toolchainlib"."0.1.11 lune".pkg_ref]
|
||||||
ref_ty = "workspace"
|
ref_ty = "workspace"
|
||||||
path = "toolchainlib"
|
path = "toolchainlib"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.10 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"]
|
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"]
|
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"]
|
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"]
|
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"]
|
unzip = [{ name = "0x5eal/unzip", version = "^0.1.0", index = "https://github.com/pesde-pkg/index", target = "luau" }, "standard"]
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.10 lune".pkg_ref.target]
|
[graph."pesde/toolchainlib"."0.1.11 lune".pkg_ref.target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
|
@ -101,32 +101,32 @@ 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.10 lune"]
|
[graph."pesde/toolchainlib"."0.1.11 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.10 lune".target]
|
[graph."pesde/toolchainlib"."0.1.11 lune".target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.10 lune".dependencies]
|
[graph."pesde/toolchainlib"."0.1.11 lune".dependencies]
|
||||||
"0x5eal/unzip" = ["0.1.0 luau", "unzip"]
|
"0x5eal/unzip" = ["0.1.0 luau", "unzip"]
|
||||||
"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.10 lune".pkg_ref]
|
[graph."pesde/toolchainlib"."0.1.11 lune".pkg_ref]
|
||||||
ref_ty = "workspace"
|
ref_ty = "workspace"
|
||||||
path = "toolchainlib"
|
path = "toolchainlib"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.10 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"]
|
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"]
|
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"]
|
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"]
|
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"]
|
unzip = [{ name = "0x5eal/unzip", version = "^0.1.0", index = "https://github.com/pesde-pkg/index", target = "luau" }, "standard"]
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.10 lune".pkg_ref.target]
|
[graph."pesde/toolchainlib"."0.1.11 lune".pkg_ref.target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
|
@ -101,32 +101,32 @@ 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.10 lune"]
|
[graph."pesde/toolchainlib"."0.1.11 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.10 lune".target]
|
[graph."pesde/toolchainlib"."0.1.11 lune".target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.10 lune".dependencies]
|
[graph."pesde/toolchainlib"."0.1.11 lune".dependencies]
|
||||||
"0x5eal/unzip" = ["0.1.0 luau", "unzip"]
|
"0x5eal/unzip" = ["0.1.0 luau", "unzip"]
|
||||||
"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.10 lune".pkg_ref]
|
[graph."pesde/toolchainlib"."0.1.11 lune".pkg_ref]
|
||||||
ref_ty = "workspace"
|
ref_ty = "workspace"
|
||||||
path = "toolchainlib"
|
path = "toolchainlib"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.10 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"]
|
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"]
|
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"]
|
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"]
|
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"]
|
unzip = [{ name = "0x5eal/unzip", version = "^0.1.0", index = "https://github.com/pesde-pkg/index", target = "luau" }, "standard"]
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.10 lune".pkg_ref.target]
|
[graph."pesde/toolchainlib"."0.1.11 lune".pkg_ref.target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
|
@ -101,32 +101,32 @@ 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.10 lune"]
|
[graph."pesde/toolchainlib"."0.1.11 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.10 lune".target]
|
[graph."pesde/toolchainlib"."0.1.11 lune".target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.10 lune".dependencies]
|
[graph."pesde/toolchainlib"."0.1.11 lune".dependencies]
|
||||||
"0x5eal/unzip" = ["0.1.0 luau", "unzip"]
|
"0x5eal/unzip" = ["0.1.0 luau", "unzip"]
|
||||||
"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.10 lune".pkg_ref]
|
[graph."pesde/toolchainlib"."0.1.11 lune".pkg_ref]
|
||||||
ref_ty = "workspace"
|
ref_ty = "workspace"
|
||||||
path = "toolchainlib"
|
path = "toolchainlib"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.10 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"]
|
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"]
|
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"]
|
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"]
|
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"]
|
unzip = [{ name = "0x5eal/unzip", version = "^0.1.0", index = "https://github.com/pesde-pkg/index", target = "luau" }, "standard"]
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.10 lune".pkg_ref.target]
|
[graph."pesde/toolchainlib"."0.1.11 lune".pkg_ref.target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
|
@ -101,32 +101,32 @@ 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.10 lune"]
|
[graph."pesde/toolchainlib"."0.1.11 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.10 lune".target]
|
[graph."pesde/toolchainlib"."0.1.11 lune".target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.10 lune".dependencies]
|
[graph."pesde/toolchainlib"."0.1.11 lune".dependencies]
|
||||||
"0x5eal/unzip" = ["0.1.0 luau", "unzip"]
|
"0x5eal/unzip" = ["0.1.0 luau", "unzip"]
|
||||||
"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.10 lune".pkg_ref]
|
[graph."pesde/toolchainlib"."0.1.11 lune".pkg_ref]
|
||||||
ref_ty = "workspace"
|
ref_ty = "workspace"
|
||||||
path = "toolchainlib"
|
path = "toolchainlib"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.10 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"]
|
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"]
|
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"]
|
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"]
|
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"]
|
unzip = [{ name = "0x5eal/unzip", version = "^0.1.0", index = "https://github.com/pesde-pkg/index", target = "luau" }, "standard"]
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.10 lune".pkg_ref.target]
|
[graph."pesde/toolchainlib"."0.1.11 lune".pkg_ref.target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
|
@ -101,32 +101,32 @@ 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.10 lune"]
|
[graph."pesde/toolchainlib"."0.1.11 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.10 lune".target]
|
[graph."pesde/toolchainlib"."0.1.11 lune".target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.10 lune".dependencies]
|
[graph."pesde/toolchainlib"."0.1.11 lune".dependencies]
|
||||||
"0x5eal/unzip" = ["0.1.0 luau", "unzip"]
|
"0x5eal/unzip" = ["0.1.0 luau", "unzip"]
|
||||||
"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.10 lune".pkg_ref]
|
[graph."pesde/toolchainlib"."0.1.11 lune".pkg_ref]
|
||||||
ref_ty = "workspace"
|
ref_ty = "workspace"
|
||||||
path = "toolchainlib"
|
path = "toolchainlib"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.10 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"]
|
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"]
|
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"]
|
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"]
|
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"]
|
unzip = [{ name = "0x5eal/unzip", version = "^0.1.0", index = "https://github.com/pesde-pkg/index", target = "luau" }, "standard"]
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.10 lune".pkg_ref.target]
|
[graph."pesde/toolchainlib"."0.1.11 lune".pkg_ref.target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
|
@ -101,32 +101,32 @@ 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.10 lune"]
|
[graph."pesde/toolchainlib"."0.1.11 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.10 lune".target]
|
[graph."pesde/toolchainlib"."0.1.11 lune".target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.10 lune".dependencies]
|
[graph."pesde/toolchainlib"."0.1.11 lune".dependencies]
|
||||||
"0x5eal/unzip" = ["0.1.0 luau", "unzip"]
|
"0x5eal/unzip" = ["0.1.0 luau", "unzip"]
|
||||||
"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.10 lune".pkg_ref]
|
[graph."pesde/toolchainlib"."0.1.11 lune".pkg_ref]
|
||||||
ref_ty = "workspace"
|
ref_ty = "workspace"
|
||||||
path = "toolchainlib"
|
path = "toolchainlib"
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.10 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"]
|
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"]
|
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"]
|
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"]
|
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"]
|
unzip = [{ name = "0x5eal/unzip", version = "^0.1.0", index = "https://github.com/pesde-pkg/index", target = "luau" }, "standard"]
|
||||||
|
|
||||||
[graph."pesde/toolchainlib"."0.1.10 lune".pkg_ref.target]
|
[graph."pesde/toolchainlib"."0.1.11 lune".pkg_ref.target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name = "pesde/toolchainlib"
|
name = "pesde/toolchainlib"
|
||||||
version = "0.1.10"
|
version = "0.1.11"
|
||||||
target = "lune"
|
target = "lune"
|
||||||
|
|
||||||
[graph."0x5eal/unzip"."0.1.0 luau"]
|
[graph."0x5eal/unzip"."0.1.0 luau"]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name = "pesde/toolchainlib"
|
name = "pesde/toolchainlib"
|
||||||
description = "A Luau library for implementing toolchain management"
|
description = "A Luau library for implementing toolchain management"
|
||||||
version = "0.1.10"
|
version = "0.1.11"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/pesde-pkg/tooling/tree/main/toolchainlib"
|
repository = "https://github.com/pesde-pkg/tooling/tree/main/toolchainlib"
|
||||||
includes = ["src/**/*.luau", "pesde.toml", "LICENSE", "README.md"]
|
includes = ["src/**/*.luau", "pesde.toml", "LICENSE", "README.md"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue