Compare commits

...

3 Commits

Author SHA1 Message Date
bd81f731ad 1.0.6 2020-12-26 18:52:39 +00:00
50506f4cfa fix(core): update 2020-12-26 18:52:39 +00:00
83450b8fd2 1.0.5 2020-12-26 18:49:44 +00:00
3 changed files with 7 additions and 3 deletions

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "@apiglobal/typedsocket",
"version": "1.0.4",
"version": "1.0.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@apiglobal/typedsocket",
"version": "1.0.4",
"version": "1.0.6",
"private": false,
"description": "a typedrequest extension supporting websockets",
"main": "dist_ts/index.js",

View File

@@ -25,7 +25,11 @@ Platform support | [![Supports Windows 10](https://badgen.net/badge/supports%20W
## Usage
Use TypeScript for best in class intellisense
Use TypeScript for best in class intellisense.
TypedSocket is the typedrequest you love, just in a bidirectional way.
See the following examples from our test for reference:
## Contribution