@rhost/testkit 1.6.3 → 1.6.4

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.
@@ -210,7 +210,7 @@ EXAMPLES
210
210
  rhost-server
211
211
  rhost-server --port 7000
212
212
  rhost-server --config ./rhost.config.json
213
- rhost-server --build-from-source --enable-websockets --enable-ssl
213
+ rhost-server --build-from-source --enable-websockets
214
214
  rhost-server --stunnel --stunnel-port 4203 --stunnel-cert ./cert.pem
215
215
  rhost-server --build-from-source --enable-websockets --stunnel
216
216
  `.trim());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhost/testkit",
3
- "version": "1.6.3",
3
+ "version": "1.6.4",
4
4
  "description": "SDK for programmatically testing MUSHcode against a RhostMUSH server",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",