Compare commits

...

4 commits

Author SHA1 Message Date
Ajay
5dd5c8694d
Merge 918231a1ad into af13ea9f5f 2025-02-24 20:55:55 -05:00
Ukendio
af13ea9f5f Bump
Some checks failed
analysis / Run Luau Analyze (push) Has been cancelled
deploy-docs / build (push) Has been cancelled
publish-npm / publish (push) Has been cancelled
unit-testing / Run Luau Tests (push) Has been cancelled
deploy-docs / Deploy (push) Has been cancelled
2025-02-25 02:41:27 +01:00
Ukendio
61e0df82ae Remove invoke_hook
Some checks are pending
analysis / Run Luau Analyze (push) Waiting to run
deploy-docs / build (push) Waiting to run
deploy-docs / Deploy (push) Blocked by required conditions
publish-npm / publish (push) Waiting to run
unit-testing / Run Luau Tests (push) Waiting to run
2025-02-25 02:39:41 +01:00
aybanda
918231a1ad Start work on #50 2025-02-19 16:36:07 +05:30
3 changed files with 3 additions and 3 deletions

View file

@ -870,7 +870,7 @@ local function world_set(world: World, entity: i53, id: i53, data: unknown): ()
local on_set = idr_hooks.on_set
if on_set then
invoke_hook(on_set, entity, data)
on_set(entity, data)
end
end

View file

@ -1,6 +1,6 @@
{
"name": "@rbxts/jecs",
"version": "0.5.3",
"version": "0.5.4",
"description": "Stupidly fast Entity Component System",
"main": "jecs.luau",
"repository": {

View file

@ -1,6 +1,6 @@
[package]
name = "ukendio/jecs"
version = "0.5.3"
version = "0.5.4"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
license = "MIT"