@dcl/protocol 1.0.0-2671957171.commit-72389ab → 1.0.0-2689188518.commit-e68d82c

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.
@@ -8,6 +8,5 @@ message PBAudioSource {
8
8
  float volume = 2;
9
9
  bool loop = 3;
10
10
  float pitch = 4;
11
- int32 played_at_timestamp = 5;
12
- string audio_clip_url = 6;
11
+ string audio_clip_url = 5;
13
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/protocol",
3
- "version": "1.0.0-2671957171.commit-72389ab",
3
+ "version": "1.0.0-2689188518.commit-e68d82c",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -17,5 +17,5 @@
17
17
  "renderer-protocol",
18
18
  "ecs"
19
19
  ],
20
- "commit": "72389aba6bafefa2197f8ac10d0234f3a3ffadc5"
20
+ "commit": "e68d82c07973dc2e797ee473eaa04023bf27966a"
21
21
  }