diff --git a/jecs/build.txt b/jecs/build.txt index af597d4..1a1326e 100644 --- a/jecs/build.txt +++ b/jecs/build.txt @@ -1,2 +1,2 @@ modified = ["README.md", "LICENSE", ".luaurc", "CHANGELOG.md", "jecs.luau"] -version = "0.5.5-nightly.20250302T183121Z" +version = "0.5.5-nightly.20250302T183002Z" diff --git a/jecs/pesde.toml b/jecs/pesde.toml index df5c81c..a97cd9e 100644 --- a/jecs/pesde.toml +++ b/jecs/pesde.toml @@ -3,10 +3,10 @@ includes = ["init.luau", "pesde.toml", "README.md", "CHANGELOG.md", "LICENSE", " license = "MIT" name = "marked/jecs_nightly" repository = "https://git.devmarked.win/marked/jecs-nightly" -version = "0.5.5-nightly.20250302T183121Z" +version = "0.5.5-nightly.20250302T183002Z" [indices] -default = "https://github.com/pesde-pkg/index" +default = "https://github.com/daimond113/pesde-index" [target] environment = "luau" diff --git a/jecs/test.txt b/jecs/test.txt index baf32fd..801f4fb 100644 --- a/jecs/test.txt +++ b/jecs/test.txt @@ -1,2 +1,2 @@ passed = true -timestamp = "20250302T183122Z" +timestamp = "20250302T183004Z" diff --git a/jecs/test_fulllog.txt b/jecs/test_fulllog.txt index 6091961..6ab3ca5 100644 --- a/jecs/test_fulllog.txt +++ b/jecs/test_fulllog.txt @@ -1,6 +1,6 @@ -8.3 us  3 kB│ delete children of entity -9.3 us  2 kB│ remove friends of entity -332 ns  0  B│ simple deletion of entity +8.0 us  3 kB│ delete children of entity +8.9 us  2 kB│ remove friends of entity +324 ns  0  B│ simple deletion of entity removing archetype PASS│  @@ -110,5 +110,5 @@ removing PASS│ #2 PASS│ #3 -68/68 test cases passed in 31.778 ms. +68/68 test cases passed in 31.690 ms. 0 fails diff --git a/jecs/wally.toml b/jecs/wally.toml index 4ce956c..e618e4c 100644 --- a/jecs/wally.toml +++ b/jecs/wally.toml @@ -5,4 +5,4 @@ license = "MIT" name = "mark-marks/jecs-nightly" realm = "shared" registry = "https://github.com/UpliftGames/wally-index" -version = "0.5.5-nightly.20250302T183121Z" +version = "0.5.5-nightly.20250302T183002Z" diff --git a/src/release.luau b/src/release.luau index ac90461..2579d77 100644 --- a/src/release.luau +++ b/src/release.luau @@ -31,7 +31,7 @@ local function make_pesde_manifest(version: string, scope: string): types.PesdeM }, indices = { - default = "https://github.com/pesde-pkg/index", + default = "https://github.com/daimond113/pesde-index", }, } end