hytopia 0.4.1-dev.1 → 0.4.1-dev.3

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
@@ -105,6 +105,7 @@ function installProjectDependencies() {
105
105
  execSync('bun init --yes');
106
106
  execSync('bun add hytopia@latest --force');
107
107
  execSync('bun add @hytopia.com/assets --force');
108
+ execSync('bun pm trust mediasoup');
108
109
  }
109
110
 
110
111
  /**
@@ -12,5 +12,8 @@
12
12
  "@hytopia.com/assets": "latest",
13
13
  "hytopia": "latest",
14
14
  "openai": "^4.77.3"
15
- }
15
+ },
16
+ "trustedDependencies": [
17
+ "mediasoup"
18
+ ]
16
19
  }
@@ -11,5 +11,8 @@
11
11
  "dependencies": {
12
12
  "@hytopia.com/assets": "latest",
13
13
  "hytopia": "latest"
14
- }
14
+ },
15
+ "trustedDependencies": [
16
+ "mediasoup"
17
+ ]
15
18
  }
@@ -12,5 +12,8 @@
12
12
  "dependencies": {
13
13
  "@hytopia.com/assets": "latest",
14
14
  "hytopia": "latest"
15
- }
15
+ },
16
+ "trustedDependencies": [
17
+ "mediasoup"
18
+ ]
16
19
  }
@@ -12,5 +12,8 @@
12
12
  "dependencies": {
13
13
  "@hytopia.com/assets": "latest",
14
14
  "hytopia": "latest"
15
- }
15
+ },
16
+ "trustedDependencies": [
17
+ "mediasoup"
18
+ ]
16
19
  }
@@ -12,5 +12,8 @@
12
12
  "dependencies": {
13
13
  "@hytopia.com/assets": "latest",
14
14
  "hytopia": "latest"
15
- }
15
+ },
16
+ "trustedDependencies": [
17
+ "mediasoup"
18
+ ]
16
19
  }
@@ -12,5 +12,8 @@
12
12
  "dependencies": {
13
13
  "hytopia": "latest",
14
14
  "@hytopia.com/assets": "latest"
15
- }
15
+ },
16
+ "trustedDependencies": [
17
+ "mediasoup"
18
+ ]
16
19
  }
@@ -12,5 +12,8 @@
12
12
  "dependencies": {
13
13
  "@hytopia.com/assets": "latest",
14
14
  "hytopia": "latest"
15
- }
15
+ },
16
+ "trustedDependencies": [
17
+ "mediasoup"
18
+ ]
16
19
  }
@@ -12,5 +12,8 @@
12
12
  "dependencies": {
13
13
  "@hytopia.com/assets": "latest",
14
14
  "hytopia": "latest"
15
- }
15
+ },
16
+ "trustedDependencies": [
17
+ "mediasoup"
18
+ ]
16
19
  }
@@ -12,5 +12,8 @@
12
12
  "dependencies": {
13
13
  "@hytopia.com/assets": "latest",
14
14
  "hytopia": "latest"
15
- }
15
+ },
16
+ "trustedDependencies": [
17
+ "mediasoup"
18
+ ]
16
19
  }
@@ -12,6 +12,8 @@
12
12
  "dependencies": {
13
13
  "@hytopia.com/assets": "latest",
14
14
  "hytopia": "latest"
15
-
16
- }
15
+ },
16
+ "trustedDependencies": [
17
+ "mediasoup"
18
+ ]
17
19
  }
@@ -11,5 +11,8 @@
11
11
  "dependencies": {
12
12
  "@hytopia.com/assets": "latest",
13
13
  "hytopia": "latest"
14
- }
14
+ },
15
+ "trustedDependencies": [
16
+ "mediasoup"
17
+ ]
15
18
  }
@@ -12,5 +12,8 @@
12
12
  "dependencies": {
13
13
  "@hytopia.com/assets": "latest",
14
14
  "hytopia": "latest"
15
- }
15
+ },
16
+ "trustedDependencies": [
17
+ "mediasoup"
18
+ ]
16
19
  }
@@ -12,6 +12,8 @@
12
12
  "dependencies": {
13
13
  "@hytopia.com/assets": "latest",
14
14
  "hytopia": "latest"
15
-
16
- }
15
+ },
16
+ "trustedDependencies": [
17
+ "mediasoup"
18
+ ]
17
19
  }
@@ -12,5 +12,8 @@
12
12
  "dependencies": {
13
13
  "@hytopia.com/assets": "latest",
14
14
  "hytopia": "latest"
15
- }
15
+ },
16
+ "trustedDependencies": [
17
+ "mediasoup"
18
+ ]
16
19
  }
@@ -12,5 +12,8 @@
12
12
  "dependencies": {
13
13
  "@hytopia.com/assets": "latest",
14
14
  "hytopia": "latest"
15
- }
15
+ },
16
+ "trustedDependencies": [
17
+ "mediasoup"
18
+ ]
16
19
  }
@@ -12,5 +12,8 @@
12
12
  "dependencies": {
13
13
  "@hytopia.com/assets": "latest",
14
14
  "hytopia": "latest"
15
- }
15
+ },
16
+ "trustedDependencies": [
17
+ "mediasoup"
18
+ ]
16
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hytopia",
3
- "version": "0.4.1-dev.1",
3
+ "version": "0.4.1-dev.3",
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": {
@@ -50,7 +50,7 @@
50
50
  "dependencies": {
51
51
  "archiver": "^7.0.1",
52
52
  "@gltf-transform/cli": "4.1.1",
53
- "mediasoup": "^3.15.7"
53
+ "mediasoup": "3.15.7"
54
54
  },
55
55
  "trustedDependencies": [
56
56
  "mediasoup",