mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-01 21:30:55 +01:00
chore(pkg): prepare for v0.1.3
This commit is contained in:
parent
1f1a876099
commit
d70ac63383
3 changed files with 10 additions and 9 deletions
|
@ -103,6 +103,7 @@ assert(targetContents == followedTargetContents, "Symlink must lead to the targe
|
|||
- Initial library release :tada:
|
||||
|
||||
[unreleased]: https://github.com/0x5eal/luau-unzip/commits/HEAD
|
||||
[0.1.3]: https://pesde.dev/packages/0x5eal/unzip/0.1.3/any
|
||||
[0.1.2]: https://pesde.dev/packages/0x5eal/unzip/0.1.2/any
|
||||
[0.1.1]: https://pesde.dev/packages/0x5eal/unzip/0.1.1/any
|
||||
[0.1.0]: https://pesde.dev/packages/0x5eal/unzip/0.1.0/any
|
||||
|
|
16
pesde.lock
16
pesde.lock
|
@ -1,15 +1,15 @@
|
|||
name = "0x5eal/unzip"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
target = "luau"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.1 luau"]
|
||||
[graph."0x5eal/unzip@0.1.2 luau"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.1 luau".pkg_ref]
|
||||
[graph."0x5eal/unzip@0.1.2 luau".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
|
||||
[graph."0x5eal/unzip@0.1.1 luau".pkg_ref.dependencies]
|
||||
[graph."0x5eal/unzip@0.1.2 luau".pkg_ref.dependencies]
|
||||
asciitable = [{ name = "kimpure/asciitable", version = "^0.2.1", 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.39.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]
|
||||
|
@ -104,14 +104,14 @@ resolved_ty = "standard"
|
|||
|
||||
[graph."lukadev_0/option@1.2.0 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
|
||||
[graph."lukadev_0/result@1.2.0 lune"]
|
||||
resolved_ty = "standard"
|
||||
|
||||
[graph."lukadev_0/result@1.2.0 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
|
||||
[graph."pesde/luau_lsp@1.39.2 lune"]
|
||||
direct = ["luau-lsp", { name = "pesde/luau_lsp", version = "=1.39.2", index = "default", target = "lune" }, "dev"]
|
||||
|
@ -153,7 +153,7 @@ result = [{ name = "lukadev_0/result", version = "^1.2.0", index = "https://gith
|
|||
resolved_ty = "standard"
|
||||
|
||||
[graph."pesde/toolchainlib@0.1.12 lune".dependencies]
|
||||
"0x5eal/unzip@0.1.1 luau" = "unzip"
|
||||
"0x5eal/unzip@0.1.2 luau" = "unzip"
|
||||
"jiwonz/dirs@0.3.0 lune" = "dirs"
|
||||
"jiwonz/pathfs@0.3.2 lune" = "pathfs"
|
||||
"lukadev_0/option@1.2.0 lune" = "option"
|
||||
|
@ -161,7 +161,7 @@ resolved_ty = "standard"
|
|||
|
||||
[graph."pesde/toolchainlib@0.1.12 lune".pkg_ref]
|
||||
ref_ty = "pesde"
|
||||
index_url = "https://github.com/pesde-pkg/index"
|
||||
index_url = "https://github.com/daimond113/pesde-index"
|
||||
|
||||
[graph."pesde/toolchainlib@0.1.12 lune".pkg_ref.dependencies]
|
||||
dirs = [{ name = "jiwonz/dirs", version = "^0.3.0", index = "https://github.com/pesde-pkg/index" }, "standard"]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name = "0x5eal/unzip"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
description = "Unzip implementation in pure Luau"
|
||||
authors = ["Erica Marigold <hi@devcomp.xyz>"]
|
||||
repository = "https://github.com/0x5eal/luau-unzip"
|
||||
|
|
Loading…
Add table
Reference in a new issue