@ironiumstudios/rpc-node
Advanced tools
Comparing version 2.0.6 to 2.0.7
{ | ||
"name": "@ironiumstudios/rpc-node", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "Type-safe communication between message ports from Node.js worker_threads module", | ||
@@ -22,4 +22,4 @@ "main": "build/index.js", | ||
"devDependencies": { | ||
"@ironiumstudios/rpc-core": "2.0.6" | ||
"@ironiumstudios/rpc-core": "latest" | ||
} | ||
} |
@@ -5,2 +5,6 @@ # @ironiumstudios/rpc-node | ||
## NOTE: | ||
this project is licensed under the company wexond, i am only forking this project to modernize it and i wish for no trouble from the wexond devs or redbrick | ||
[![NPM](https://img.shields.io/npm/v/@ironiumstudios/rpc-node.svg?style=flat-square)](https://www.npmjs.com/package/@ironiumstudios/rpc-node) | ||
@@ -7,0 +11,0 @@ [![NPM](https://img.shields.io/npm/dm/@ironiumstudios/rpc-node?style=flat-square)](https://www.npmjs.com/package/@ironiumstudios/rpc-node) |
12567
74