@hytopia.com/server-protocol 1.2.9 → 1.3.0

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/package.json +1 -1
  2. package/schemas/Audio.ts +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hytopia.com/server-protocol",
3
- "version": "1.2.9",
3
+ "version": "1.3.0",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
package/schemas/Audio.ts CHANGED
@@ -10,7 +10,6 @@ export type AudioSchema = {
10
10
  e?: number; // entity attachment, follows entity id
11
11
  g?: number; // gain (0 to 1, or 1+ for distortion)
12
12
  l?: boolean; // loop
13
- o?: boolean; // one shot
14
13
  of?: number; // offset
15
14
  p?: VectorSchema; // spatial position of audio
16
15
  pr?: number; // playback rate (0+)