@dcl/asset-packs 2.2.2-20250414180134.commit-ce28afe → 2.2.2-20250414180357.commit-c60041a
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.
- package/catalog.json +9 -9
- package/package.json +2 -2
package/catalog.json
CHANGED
|
@@ -62000,7 +62000,7 @@
|
|
|
62000
62000
|
{
|
|
62001
62001
|
"id": "1b0ea1b1-9672-4853-8aa1-5405473747d9",
|
|
62002
62002
|
"name": "Audio Stream",
|
|
62003
|
-
"category": "
|
|
62003
|
+
"category": "media",
|
|
62004
62004
|
"tags": [
|
|
62005
62005
|
"audio",
|
|
62006
62006
|
"stream"
|
|
@@ -67721,7 +67721,7 @@
|
|
|
67721
67721
|
{
|
|
67722
67722
|
"id": "37460a1e-affc-4f87-b725-118cc11d86fc",
|
|
67723
67723
|
"name": "Image",
|
|
67724
|
-
"category": "
|
|
67724
|
+
"category": "media",
|
|
67725
67725
|
"tags": [],
|
|
67726
67726
|
"composite": {
|
|
67727
67727
|
"version": 1,
|
|
@@ -67871,7 +67871,7 @@
|
|
|
67871
67871
|
{
|
|
67872
67872
|
"id": "b853061a-bf5a-4d76-b7f1-92ed9ea4a8bf",
|
|
67873
67873
|
"name": "Invisible Cylinder",
|
|
67874
|
-
"category": "
|
|
67874
|
+
"category": "primitives",
|
|
67875
67875
|
"tags": [
|
|
67876
67876
|
"invisible",
|
|
67877
67877
|
"wall",
|
|
@@ -67928,7 +67928,7 @@
|
|
|
67928
67928
|
{
|
|
67929
67929
|
"id": "27de7a4b-c63b-4c88-b521-e60a321abbb7",
|
|
67930
67930
|
"name": "Invisible Dome",
|
|
67931
|
-
"category": "
|
|
67931
|
+
"category": "primitives",
|
|
67932
67932
|
"tags": [
|
|
67933
67933
|
"invisible",
|
|
67934
67934
|
"wall",
|
|
@@ -67987,7 +67987,7 @@
|
|
|
67987
67987
|
{
|
|
67988
67988
|
"id": "a72de884-e275-490d-b1bb-7f7eaca4777f",
|
|
67989
67989
|
"name": "Invisible Ramp",
|
|
67990
|
-
"category": "
|
|
67990
|
+
"category": "primitives",
|
|
67991
67991
|
"tags": [
|
|
67992
67992
|
"invisible",
|
|
67993
67993
|
"wall",
|
|
@@ -68042,7 +68042,7 @@
|
|
|
68042
68042
|
{
|
|
68043
68043
|
"id": "e64d56c0-9d68-4292-abae-1df6b239dd9f",
|
|
68044
68044
|
"name": "Invisible Sphere",
|
|
68045
|
-
"category": "
|
|
68045
|
+
"category": "primitives",
|
|
68046
68046
|
"tags": [
|
|
68047
68047
|
"invisible",
|
|
68048
68048
|
"wall",
|
|
@@ -68100,7 +68100,7 @@
|
|
|
68100
68100
|
{
|
|
68101
68101
|
"id": "6ff6b3aa-083a-4e8c-bdd8-b4d64e1f2db1",
|
|
68102
68102
|
"name": "Invisible Wall",
|
|
68103
|
-
"category": "
|
|
68103
|
+
"category": "primitives",
|
|
68104
68104
|
"tags": [
|
|
68105
68105
|
"invisible",
|
|
68106
68106
|
"wall",
|
|
@@ -69116,7 +69116,7 @@
|
|
|
69116
69116
|
{
|
|
69117
69117
|
"id": "dbffd66a-8c1f-4b34-bed4-c71ab5cb4024",
|
|
69118
69118
|
"name": "NFT",
|
|
69119
|
-
"category": "
|
|
69119
|
+
"category": "media",
|
|
69120
69120
|
"tags": [
|
|
69121
69121
|
"nft"
|
|
69122
69122
|
],
|
|
@@ -80538,7 +80538,7 @@
|
|
|
80538
80538
|
{
|
|
80539
80539
|
"id": "dc5ec17b-aa1a-4bd0-bace-7d615d9bdc70",
|
|
80540
80540
|
"name": "Video Player",
|
|
80541
|
-
"category": "
|
|
80541
|
+
"category": "media",
|
|
80542
80542
|
"tags": [
|
|
80543
80543
|
"video"
|
|
80544
80544
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/asset-packs",
|
|
3
|
-
"version": "2.2.2-
|
|
3
|
+
"version": "2.2.2-20250414180357.commit-c60041a",
|
|
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": "
|
|
68
|
+
"commit": "c60041aa741be02c25257e6f44897641522fa7b8"
|
|
69
69
|
}
|