@dcl/playground-assets 7.0.3 → 7.0.4-3603989360.commit-94ad8d3

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.
@@ -585,9 +585,7 @@ export type FloatArray = number[];
585
585
  // @public (undocumented)
586
586
  export const enum Font {
587
587
  // (undocumented)
588
- F_LIBERATION_SANS = 0,
589
- // (undocumented)
590
- F_SANS_SERIF = 1
588
+ F_SANS_SERIF = 0
591
589
  }
592
590
 
593
591
  // @public (undocumented)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
- "version": "7.0.3",
3
+ "version": "7.0.4-3603989360.commit-94ad8d3",
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"
20
+ "@dcl/sdk": "7.0.4-3603989360.commit-94ad8d3"
21
21
  },
22
22
  "minCliVersion": "3.12.3",
23
- "commit": "306c4c47cd1c797b1ad8ff93a843798c1110a066"
23
+ "commit": "94ad8d35216a646fa776541ad1074dea0219ad30"
24
24
  }