chore(pkg): prepare for v0.1.3

This commit is contained in:
Erica Marigold 2025-02-23 11:59:25 +00:00
parent 1f1a876099
commit d70ac63383
Signed by: DevComp
SSH key fingerprint: SHA256:jD3oMT4WL3WHPJQbrjC3l5feNCnkv7ndW8nYaHX5wFw
3 changed files with 10 additions and 9 deletions

View file

@ -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

View file

@ -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"]

View file

@ -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"