Compare commits

..

1 commit

Author SHA1 Message Date
Ajay
c764f43847
Merge 918231a1ad into 1a7b1b02b6 2025-02-23 14:12:56 -05:00
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
on_set(entity, data)
invoke_hook(on_set, entity, data)
end
end

View file

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

View file

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