Comparing version 1.1.1 to 1.1.2
@@ -402,3 +402,3 @@ 'use strict'; | ||
obj = {}; | ||
mountEntries = Object.entries(this.mount); | ||
mountEntries = Object.entries(this.mounts); | ||
i = 0; | ||
@@ -405,0 +405,0 @@ |
{ | ||
"name": "jrus", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Jrus is a server-client communication utility package, which facilitates **seamless** remote procedure call.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -10,6 +10,4 @@ # Jrus | ||
Client: `npm i jrus-client` | ||
`npm i jrus` | ||
Server: `npm i jrus-server` | ||
## Quick Start | ||
@@ -20,3 +18,3 @@ | ||
```javascript | ||
import { JrusServer, JrusError } from 'jrus-server'; | ||
import { JrusServer, JrusError } from 'jrus'; | ||
@@ -48,3 +46,3 @@ // create a new server instance | ||
```javascript | ||
import { JrusClient } from 'jrus-client'; | ||
import { JrusClient } from 'jrus'; | ||
@@ -51,0 +49,0 @@ // create a client and connect http://localhost:3000 |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66325
77