hytopia 0.3.16 → 0.3.17

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.js CHANGED
@@ -101,8 +101,8 @@ function init() {
101
101
  */
102
102
  function installProjectDependencies() {
103
103
  execSync('bun init --yes');
104
- execSync('bun add hytopia@latest');
105
- execSync('bun add @hytopia.com/assets');
104
+ execSync('bun add hytopia@latest --force');
105
+ execSync('bun add @hytopia.com/assets --force');
106
106
  }
107
107
 
108
108
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hytopia",
3
- "version": "0.3.16",
3
+ "version": "0.3.17",
4
4
  "description": "The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.",
5
5
  "main": "server.js",
6
6
  "bin": {
Binary file