@rbxts/covenant 3.5.0 → 3.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/covenant",
3
- "version": "3.5.0",
3
+ "version": "3.5.1",
4
4
  "main": "src/init.luau",
5
5
  "scripts": {
6
6
  "build": "rbxtsc",
package/src/covenant.luau CHANGED
@@ -482,7 +482,7 @@ do
482
482
  if _result ~= nil then
483
483
  -- ▼ ReadonlySet.forEach ▼
484
484
  local _callback_1 = function(subscriber)
485
- subscriber(entity, nil, lastState, false)
485
+ subscriber(entity, nil, lastState, true)
486
486
  end
487
487
  for _v in _result do
488
488
  _callback_1(_v, _v, _result)