typed-bridge 2.0.9 → 2.0.11

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.
@@ -26,7 +26,6 @@ const getLocalIPList = () => {
26
26
  const seperator = '\n-x-x-x-x-x-\n';
27
27
  const printStartLogs = (port) => {
28
28
  const ipList = getLocalIPList();
29
- console.log(ipList);
30
29
  console.log(seperator);
31
30
  console.log(chalk_1.default.bgWhite.black(' Typed Bridge '));
32
31
  console.log(seperator);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "typed-bridge",
3
3
  "description": "Strictly typed server functions for typescript apps",
4
- "version": "2.0.9",
4
+ "version": "2.0.11",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "author": "neilveil",