diff --git a/Packages/com.trytalo.talo/package.json b/Packages/com.trytalo.talo/package.json index d6ad8fe..e4ea8a3 100644 --- a/Packages/com.trytalo.talo/package.json +++ b/Packages/com.trytalo.talo/package.json @@ -41,6 +41,7 @@ "changelogUrl": "https://github.com/TaloDev/unity/releases", "documentationUrl": "https://docs.trytalo.com", "dependencies": { - "com.unity.test-framework": "1.3.0" + "com.unity.test-framework": "1.3.0", + "com.mikeschweitzer.websocket": "3.0.1" } } diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 69c85c4..6f8d8a8 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -12,7 +12,8 @@ "depth": 0, "source": "embedded", "dependencies": { - "com.unity.test-framework": "1.3.0" + "com.unity.test-framework": "1.3.0", + "com.mikeschweitzer.websocket": "3.0.1" } }, "com.unity.ext.nunit": {