mirror of
https://github.com/pesde-pkg/tooling.git
synced 2025-01-09 15:59:09 +00:00
chore(lib): prepare for v0.1.6
This commit is contained in:
parent
e8dc5ecffb
commit
35fb2df3a4
12 changed files with 61 additions and 58 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).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.1.6] - 2024-12-25
|
||||
### Added
|
||||
- Includes the following new tools:
|
||||
- [`pesde/darklua@0.15.0`](https://pesde.dev/packages/pesde/darklua/0.15.0/any)
|
||||
|
@ -82,3 +84,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||
[0.1.3]: https://pesde.dev/packages/pesde/toolchainlib/0.1.3/any
|
||||
[0.1.4]: https://pesde.dev/packages/pesde/toolchainlib/0.1.4/any
|
||||
[0.1.5]: https://pesde.dev/packages/pesde/toolchainlib/0.1.5/any
|
||||
[0.1.6]: https://pesde.dev/packages/pesde/toolchainlib/0.1.6/any
|
||||
|
|
|
@ -78,30 +78,30 @@ index_url = "https://github.com/daimond113/pesde-index"
|
|||
environment = "lune"
|
||||
lib = "lib/init.luau"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune"]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune"]
|
||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".target]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".dependencies]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".dependencies]
|
||||
"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.5 lune".pkg_ref]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".pkg_ref]
|
||||
ref_ty = "workspace"
|
||||
path = "toolchainlib"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".pkg_ref.dependencies]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".pkg_ref.dependencies]
|
||||
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"]
|
||||
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"]
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".pkg_ref.target]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".pkg_ref.target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
|
|
@ -78,30 +78,30 @@ index_url = "https://github.com/daimond113/pesde-index"
|
|||
environment = "lune"
|
||||
lib = "lib/init.luau"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune"]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune"]
|
||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".target]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".dependencies]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".dependencies]
|
||||
"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.5 lune".pkg_ref]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".pkg_ref]
|
||||
ref_ty = "workspace"
|
||||
path = "toolchainlib"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".pkg_ref.dependencies]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".pkg_ref.dependencies]
|
||||
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"]
|
||||
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"]
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".pkg_ref.target]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".pkg_ref.target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name = "pesde/blink"
|
||||
version = "0.15.0-rc.1"
|
||||
version = "0.15.1"
|
||||
target = "lune"
|
||||
|
||||
[graph."jiwonz/dirs"."0.1.2 lune"]
|
||||
|
@ -78,30 +78,30 @@ index_url = "https://github.com/daimond113/pesde-index"
|
|||
environment = "lune"
|
||||
lib = "lib/init.luau"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune"]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune"]
|
||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".target]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".dependencies]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".dependencies]
|
||||
"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.5 lune".pkg_ref]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".pkg_ref]
|
||||
ref_ty = "workspace"
|
||||
path = "toolchainlib"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".pkg_ref.dependencies]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".pkg_ref.dependencies]
|
||||
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"]
|
||||
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"]
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".pkg_ref.target]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".pkg_ref.target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name = "pesde/darklua"
|
||||
version = "0.14.1"
|
||||
version = "0.15.0"
|
||||
target = "lune"
|
||||
|
||||
[graph."jiwonz/dirs"."0.1.2 lune"]
|
||||
|
@ -78,30 +78,30 @@ index_url = "https://github.com/daimond113/pesde-index"
|
|||
environment = "lune"
|
||||
lib = "lib/init.luau"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune"]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune"]
|
||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".target]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".dependencies]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".dependencies]
|
||||
"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.5 lune".pkg_ref]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".pkg_ref]
|
||||
ref_ty = "workspace"
|
||||
path = "toolchainlib"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".pkg_ref.dependencies]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".pkg_ref.dependencies]
|
||||
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"]
|
||||
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"]
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".pkg_ref.target]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".pkg_ref.target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
|
|
@ -78,30 +78,30 @@ index_url = "https://github.com/daimond113/pesde-index"
|
|||
environment = "lune"
|
||||
lib = "lib/init.luau"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune"]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune"]
|
||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".target]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".dependencies]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".dependencies]
|
||||
"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.5 lune".pkg_ref]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".pkg_ref]
|
||||
ref_ty = "workspace"
|
||||
path = "toolchainlib"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".pkg_ref.dependencies]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".pkg_ref.dependencies]
|
||||
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"]
|
||||
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"]
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".pkg_ref.target]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".pkg_ref.target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
|
|
@ -78,30 +78,30 @@ index_url = "https://github.com/daimond113/pesde-index"
|
|||
environment = "lune"
|
||||
lib = "lib/init.luau"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune"]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune"]
|
||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".target]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".dependencies]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".dependencies]
|
||||
"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.5 lune".pkg_ref]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".pkg_ref]
|
||||
ref_ty = "workspace"
|
||||
path = "toolchainlib"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".pkg_ref.dependencies]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".pkg_ref.dependencies]
|
||||
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"]
|
||||
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"]
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".pkg_ref.target]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".pkg_ref.target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
|
|
@ -78,30 +78,30 @@ index_url = "https://github.com/daimond113/pesde-index"
|
|||
environment = "lune"
|
||||
lib = "lib/init.luau"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune"]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune"]
|
||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".target]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".dependencies]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".dependencies]
|
||||
"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.5 lune".pkg_ref]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".pkg_ref]
|
||||
ref_ty = "workspace"
|
||||
path = "toolchainlib"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".pkg_ref.dependencies]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".pkg_ref.dependencies]
|
||||
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"]
|
||||
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"]
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".pkg_ref.target]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".pkg_ref.target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
|
|
@ -78,30 +78,30 @@ index_url = "https://github.com/daimond113/pesde-index"
|
|||
environment = "lune"
|
||||
lib = "lib/init.luau"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune"]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune"]
|
||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".target]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".dependencies]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".dependencies]
|
||||
"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.5 lune".pkg_ref]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".pkg_ref]
|
||||
ref_ty = "workspace"
|
||||
path = "toolchainlib"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".pkg_ref.dependencies]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".pkg_ref.dependencies]
|
||||
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"]
|
||||
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"]
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".pkg_ref.target]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".pkg_ref.target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
|
|
@ -78,30 +78,30 @@ index_url = "https://github.com/daimond113/pesde-index"
|
|||
environment = "lune"
|
||||
lib = "lib/init.luau"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune"]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune"]
|
||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".target]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".dependencies]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".dependencies]
|
||||
"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.5 lune".pkg_ref]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".pkg_ref]
|
||||
ref_ty = "workspace"
|
||||
path = "toolchainlib"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".pkg_ref.dependencies]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".pkg_ref.dependencies]
|
||||
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"]
|
||||
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"]
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.5 lune".pkg_ref.target]
|
||||
[graph."pesde/toolchainlib"."0.1.6 lune".pkg_ref.target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name = "pesde/toolchainlib"
|
||||
version = "0.1.5"
|
||||
version = "0.1.6"
|
||||
target = "lune"
|
||||
|
||||
[graph."jiwonz/dirs"."0.1.2 lune"]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name = "pesde/toolchainlib"
|
||||
description = "A Luau library for implementing toolchain management"
|
||||
version = "0.1.5"
|
||||
version = "0.1.6"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/pesde-pkg/tooling/tree/main/toolchainlib"
|
||||
includes = ["src", "pesde.toml", "LICENSE", "README.md"]
|
||||
|
|
Loading…
Reference in a new issue