From 247e831a9834cfdfc505c1fc28cf9b4a0384dc39 Mon Sep 17 00:00:00 2001 From: Leoj030 Date: Fri, 5 Jun 2026 20:36:51 +0800 Subject: [PATCH 1/2] chore: change description --- README.md | 2 +- pesde.lock | 2 +- pesde.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 935454b..a344aa6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Nova logo

- A filesystem-based web framework for Luau runtimes, with out-of-the-box support for Lute, Lune and Zune. + A convention-driven, runtime-agnostic web framework for Luau.

Pesde Package Nova Documentation diff --git a/pesde.lock b/pesde.lock index ff8cfec..e1be83d 100644 --- a/pesde.lock +++ b/pesde.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by pesde. # It is not intended for manual editing. format = 2 -name = "novalab/nova_core" +name = "nova/nova_core" version = "0.6.0" target = "luau" diff --git a/pesde.toml b/pesde.toml index 5e84ccd..f598d9d 100644 --- a/pesde.toml +++ b/pesde.toml @@ -1,6 +1,6 @@ -name = "nova/nova_core" +name = "nova/core" version = "0.6.0" -description = "A convention-driven, runtime-agnostic web framework for the Luau ecosystem." +description = "A convention-driven, runtime-agnostic web framework for Luau." authors = ["Hypernova Lab (https://github.com/hypernova-lab)"] license = "MIT" repository = "https://github.com/hypernova-lab/nova" From 043e3735a92929659d5d2af858771d9b8e1848a3 Mon Sep 17 00:00:00 2001 From: Leoj030 Date: Fri, 5 Jun 2026 20:38:19 +0800 Subject: [PATCH 2/2] bump lock file --- pesde.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pesde.lock b/pesde.lock index e1be83d..b996aed 100644 --- a/pesde.lock +++ b/pesde.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by pesde. # It is not intended for manual editing. format = 2 -name = "nova/nova_core" +name = "nova/core" version = "0.6.0" target = "luau"