@dcl/ecs 7.0.6-3652441072.commit-39343cb → 7.0.6-3713220614.commit-d02ef9f

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.
@@ -142,6 +142,9 @@ export function defineComponent(componentId, spec, constructorDefault
142
142
  }
143
143
  return newValue;
144
144
  },
145
+ deserialize(buffer) {
146
+ return spec.deserialize(buffer);
147
+ },
145
148
  clearDirty() {
146
149
  dirtyIterator.clear();
147
150
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/ecs",
3
- "version": "7.0.6-3652441072.commit-39343cb",
3
+ "version": "7.0.6-3713220614.commit-d02ef9f",
4
4
  "description": "Decentraland ECS",
5
5
  "main": "./dist/index.js",
6
6
  "typings": "./dist/index.d.ts",
@@ -27,7 +27,7 @@
27
27
  "ts-proto": "^1.112.0"
28
28
  },
29
29
  "dependencies": {
30
- "@dcl/crdt": "7.0.6-3652441072.commit-39343cb",
30
+ "@dcl/crdt": "7.0.6-3713220614.commit-d02ef9f",
31
31
  "@dcl/js-runtime": "file:../js-runtime",
32
32
  "@dcl/protocol": "^1.0.0-3603890942.commit-44633cf"
33
33
  },
@@ -35,5 +35,5 @@
35
35
  "dist",
36
36
  "etc"
37
37
  ],
38
- "commit": "39343cb1de3fa2beb4f7cd3955f044216a2be085"
38
+ "commit": "d02ef9fa9c36da3f26f7b1313e57cb4ccce5c539"
39
39
  }