@dcl/playground-assets 7.0.3-3583938384.commit-827bc9a → 7.0.3-3584826534.commit-9df0cb7

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.
@@ -606,7 +606,6 @@ export function IArray<T>(type: ISchema<T>): ISchema<Array<T>>;
606
606
  // @public (undocumented)
607
607
  export type IEngine = {
608
608
  addEntity(dynamic?: boolean): Entity;
609
- addDynamicEntity(): Entity;
610
609
  removeEntity(entity: Entity): void;
611
610
  removeEntityWithChildren(firstEntity: Entity): void;
612
611
  entityExists(entity: Entity): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
- "version": "7.0.3-3583938384.commit-827bc9a",
3
+ "version": "7.0.3-3584826534.commit-9df0cb7",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "typings": "./dist/index.d.ts",
@@ -17,8 +17,8 @@
17
17
  "author": "Decentraland",
18
18
  "license": "Apache-2.0",
19
19
  "dependencies": {
20
- "@dcl/sdk": "7.0.3-3583938384.commit-827bc9a"
20
+ "@dcl/sdk": "7.0.3-3584826534.commit-9df0cb7"
21
21
  },
22
22
  "minCliVersion": "3.12.3",
23
- "commit": "827bc9acb5825d817445521eb790ee256788a01c"
23
+ "commit": "9df0cb71b0206779b6ac83e6e8a06cfea438de2c"
24
24
  }