diff --git a/CHANGELOG.md b/CHANGELOG.md index d5a63bd..8e5c071 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pesde.lock b/pesde.lock index 66469ee..39c7ed5 100644 --- a/pesde.lock +++ b/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"] diff --git a/pesde.toml b/pesde.toml index caa57d7..caed34a 100644 --- a/pesde.toml +++ b/pesde.toml @@ -1,5 +1,5 @@ name = "0x5eal/unzip" -version = "0.1.2" +version = "0.1.3" description = "Unzip implementation in pure Luau" authors = ["Erica Marigold "] repository = "https://github.com/0x5eal/luau-unzip"