hytopia 0.7.8 → 0.7.10

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/bin/scripts.mjs CHANGED
@@ -115,8 +115,6 @@ function installProjectDependencies() {
115
115
  execSync('bun init --yes');
116
116
  execSync('bun add hytopia@latest --force');
117
117
  execSync('bun add @hytopia.com/assets --force');
118
- execSync('bun pm trust mediasoup');
119
- execSync('bun pm trust sharp');
120
118
  }
121
119
 
122
120
  /**