@dcl/asset-packs 1.4.1-20231130180648.commit-fb41772 → 1.4.1
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 +2 -2
- package/package.json +2 -2
package/catalog.json
CHANGED
|
@@ -39086,7 +39086,7 @@
|
|
|
39086
39086
|
{
|
|
39087
39087
|
"name": "Play Audio Stream",
|
|
39088
39088
|
"type": "play_audio_stream",
|
|
39089
|
-
"jsonPayload": "{ \"url\": \"\", \"volume\":
|
|
39089
|
+
"jsonPayload": "{ \"url\": \"\", \"volume\": 1 }"
|
|
39090
39090
|
},
|
|
39091
39091
|
{
|
|
39092
39092
|
"name": "Stop Audio Stream",
|
|
@@ -46460,7 +46460,7 @@
|
|
|
46460
46460
|
{
|
|
46461
46461
|
"name": "Play Video Stream",
|
|
46462
46462
|
"type": "play_video_stream",
|
|
46463
|
-
"jsonPayload": "{ \"src\": \"\", \"loop\": \"false\", \"volume\":
|
|
46463
|
+
"jsonPayload": "{ \"src\": \"\", \"loop\": \"false\", \"volume\": 1, \"dclCast\": false }"
|
|
46464
46464
|
},
|
|
46465
46465
|
{
|
|
46466
46466
|
"name": "Stop Video Stream",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/asset-packs",
|
|
3
|
-
"version": "1.4.1
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/definitions.js",
|
|
6
6
|
"typings": "dist/definitions.d.ts",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"semi": false,
|
|
60
60
|
"printWidth": 80
|
|
61
61
|
},
|
|
62
|
-
"commit": "
|
|
62
|
+
"commit": "7f5dd38126f6cc2730b15dd51423f599efcbf6ac"
|
|
63
63
|
}
|