@dcl/asset-packs 2.7.1 → 2.7.2-20251121153532.commit-10a35d7

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.
Files changed (2) hide show
  1. package/catalog.json +13 -2
  2. package/package.json +2 -2
package/catalog.json CHANGED
@@ -103819,8 +103819,19 @@
103819
103819
  {
103820
103820
  "id": "d3fb44a6-86f2-4526-9922-089c06fbdd9a",
103821
103821
  "name": "Screen Dome",
103822
- "category": "custom",
103823
- "tags": [],
103822
+ "category": "media",
103823
+ "tags": [
103824
+ "video",
103825
+ "screen",
103826
+ "video screen",
103827
+ "video player",
103828
+ "video player screen",
103829
+ "dome",
103830
+ "semicircle",
103831
+ "sphere"
103832
+ ],
103833
+ "description": "A large dome-shaped video screen that can play videos or live streams. It can be used together with the Admin Tools smart item to manage content live.",
103834
+ "author": "Decentraland Foundation",
103824
103835
  "composite": {
103825
103836
  "version": 1,
103826
103837
  "components": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/asset-packs",
3
- "version": "2.7.1",
3
+ "version": "2.7.2-20251121153532.commit-10a35d7",
4
4
  "description": "",
5
5
  "main": "dist/definitions.js",
6
6
  "typings": "dist/definitions.d.ts",
@@ -65,5 +65,5 @@
65
65
  "semi": false,
66
66
  "printWidth": 80
67
67
  },
68
- "commit": "9c77ec217f88bced27397d1527085a374c1417b7"
68
+ "commit": "10a35d73780a494be7fe4d1107019d38cf60087a"
69
69
  }