mirror of
https://github.com/pesde-pkg/tooling.git
synced 2025-04-04 02:40:54 +01:00
chore(bins): bump blink to 0.15.0-rc.1
Also refreshes lockfile cache for all workspace members.
This commit is contained in:
parent
828339feaa
commit
0dfb7ecc31
7 changed files with 33 additions and 33 deletions
|
@ -1,5 +1,5 @@
|
|||
name = "pesde/blink"
|
||||
version = "0.14.15"
|
||||
version = "0.15.0-rc.1"
|
||||
target = "lune"
|
||||
|
||||
[graph."0x5eal/semver"."0.1.1 luau"]
|
||||
|
@ -138,32 +138,32 @@ index_url = "https://github.com/daimond113/pesde-index"
|
|||
environment = "luau"
|
||||
lib = "lib/init.luau"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.0 lune"]
|
||||
[graph."pesde/toolchainlib"."0.1.1 lune"]
|
||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.0 lune".target]
|
||||
[graph."pesde/toolchainlib"."0.1.1 lune".target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.0 lune".dependencies]
|
||||
[graph."pesde/toolchainlib"."0.1.1 lune".dependencies]
|
||||
"0x5eal/semver" = ["0.1.1 luau", "semver"]
|
||||
"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.0 lune".pkg_ref]
|
||||
[graph."pesde/toolchainlib"."0.1.1 lune".pkg_ref]
|
||||
ref_ty = "workspace"
|
||||
path = "toolchainlib"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.0 lune".pkg_ref.dependencies]
|
||||
[graph."pesde/toolchainlib"."0.1.1 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"]
|
||||
semver = [{ name = "0x5eal/semver", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index", target = "luau" }, "peer"]
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.0 lune".pkg_ref.target]
|
||||
[graph."pesde/toolchainlib"."0.1.1 lune".pkg_ref.target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name = "pesde/blink"
|
||||
version = "0.14.15" # TODO: Package 0.15.0-rc.1 as well
|
||||
version = "0.15.0-rc.1"
|
||||
description = "An IDL compiler written in Luau for ROBLOX buffer networking"
|
||||
authors = ["CompeyDev <hi@devcomp.xyz>", "Axen <axen@frombloxware.com>"]
|
||||
repository = "https://github.com/pesde-pkg/tooling/tree/main/bins/blink"
|
||||
|
|
|
@ -138,32 +138,32 @@ index_url = "https://github.com/daimond113/pesde-index"
|
|||
environment = "luau"
|
||||
lib = "lib/init.luau"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.0 lune"]
|
||||
[graph."pesde/toolchainlib"."0.1.1 lune"]
|
||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.0 lune".target]
|
||||
[graph."pesde/toolchainlib"."0.1.1 lune".target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.0 lune".dependencies]
|
||||
[graph."pesde/toolchainlib"."0.1.1 lune".dependencies]
|
||||
"0x5eal/semver" = ["0.1.1 luau", "semver"]
|
||||
"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.0 lune".pkg_ref]
|
||||
[graph."pesde/toolchainlib"."0.1.1 lune".pkg_ref]
|
||||
ref_ty = "workspace"
|
||||
path = "toolchainlib"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.0 lune".pkg_ref.dependencies]
|
||||
[graph."pesde/toolchainlib"."0.1.1 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"]
|
||||
semver = [{ name = "0x5eal/semver", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index", target = "luau" }, "peer"]
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.0 lune".pkg_ref.target]
|
||||
[graph."pesde/toolchainlib"."0.1.1 lune".pkg_ref.target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
|
|
@ -138,32 +138,32 @@ index_url = "https://github.com/daimond113/pesde-index"
|
|||
environment = "luau"
|
||||
lib = "lib/init.luau"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.0 lune"]
|
||||
[graph."pesde/toolchainlib"."0.1.1 lune"]
|
||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.0 lune".target]
|
||||
[graph."pesde/toolchainlib"."0.1.1 lune".target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.0 lune".dependencies]
|
||||
[graph."pesde/toolchainlib"."0.1.1 lune".dependencies]
|
||||
"0x5eal/semver" = ["0.1.1 luau", "semver"]
|
||||
"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.0 lune".pkg_ref]
|
||||
[graph."pesde/toolchainlib"."0.1.1 lune".pkg_ref]
|
||||
ref_ty = "workspace"
|
||||
path = "toolchainlib"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.0 lune".pkg_ref.dependencies]
|
||||
[graph."pesde/toolchainlib"."0.1.1 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"]
|
||||
semver = [{ name = "0x5eal/semver", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index", target = "luau" }, "peer"]
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.0 lune".pkg_ref.target]
|
||||
[graph."pesde/toolchainlib"."0.1.1 lune".pkg_ref.target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
|
|
@ -138,32 +138,32 @@ index_url = "https://github.com/daimond113/pesde-index"
|
|||
environment = "luau"
|
||||
lib = "lib/init.luau"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.0 lune"]
|
||||
[graph."pesde/toolchainlib"."0.1.1 lune"]
|
||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.0 lune".target]
|
||||
[graph."pesde/toolchainlib"."0.1.1 lune".target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.0 lune".dependencies]
|
||||
[graph."pesde/toolchainlib"."0.1.1 lune".dependencies]
|
||||
"0x5eal/semver" = ["0.1.1 luau", "semver"]
|
||||
"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.0 lune".pkg_ref]
|
||||
[graph."pesde/toolchainlib"."0.1.1 lune".pkg_ref]
|
||||
ref_ty = "workspace"
|
||||
path = "toolchainlib"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.0 lune".pkg_ref.dependencies]
|
||||
[graph."pesde/toolchainlib"."0.1.1 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"]
|
||||
semver = [{ name = "0x5eal/semver", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index", target = "luau" }, "peer"]
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.0 lune".pkg_ref.target]
|
||||
[graph."pesde/toolchainlib"."0.1.1 lune".pkg_ref.target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
|
|
@ -138,32 +138,32 @@ index_url = "https://github.com/daimond113/pesde-index"
|
|||
environment = "luau"
|
||||
lib = "lib/init.luau"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.0 lune"]
|
||||
[graph."pesde/toolchainlib"."0.1.1 lune"]
|
||||
direct = ["core", { workspace = "pesde/toolchainlib", version = "^" }, "standard"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.0 lune".target]
|
||||
[graph."pesde/toolchainlib"."0.1.1 lune".target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.0 lune".dependencies]
|
||||
[graph."pesde/toolchainlib"."0.1.1 lune".dependencies]
|
||||
"0x5eal/semver" = ["0.1.1 luau", "semver"]
|
||||
"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.0 lune".pkg_ref]
|
||||
[graph."pesde/toolchainlib"."0.1.1 lune".pkg_ref]
|
||||
ref_ty = "workspace"
|
||||
path = "toolchainlib"
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.0 lune".pkg_ref.dependencies]
|
||||
[graph."pesde/toolchainlib"."0.1.1 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"]
|
||||
semver = [{ name = "0x5eal/semver", version = "^0.1.1", index = "https://github.com/daimond113/pesde-index", target = "luau" }, "peer"]
|
||||
|
||||
[graph."pesde/toolchainlib"."0.1.0 lune".pkg_ref.target]
|
||||
[graph."pesde/toolchainlib"."0.1.1 lune".pkg_ref.target]
|
||||
environment = "lune"
|
||||
lib = "src/init.luau"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name = "pesde/toolchainlib"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
target = "lune"
|
||||
|
||||
[graph."0x5eal/semver"."0.1.1 luau"]
|
||||
|
|
Loading…
Add table
Reference in a new issue