@rbxts/replecs 0.2.1-ts.1 → 0.2.2

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.
@@ -230,7 +230,7 @@ function client_replicator.entity_set_pair(
230
230
  if pair_relation then
231
231
  pair_relation[target] = { value = value }
232
232
  else
233
- command_buffer.pairs_values[relation] = { [target] = value }
233
+ command_buffer.pairs_values[relation] = { [target] = { value = value } }
234
234
  end
235
235
  else
236
236
  client_replicator.entity_set(client, entity, PAIR(relation, target), value, changed_hooks)
@@ -1,2 +1,2 @@
1
1
  -- Automatically generated
2
- return "0.2.1"
2
+ return "v0.2.2"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/replecs",
3
- "version": "0.2.1-ts.1",
3
+ "version": "0.2.2",
4
4
  "description": "Replication library for Jecs",
5
5
  "main": "out/init.lua",
6
6
  "types": "out/index.d.ts",