Update appspace
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -27,7 +27,7 @@ export default class IPC extends EventEmitter {
|
|||||||
this.name = name;
|
this.name = name;
|
||||||
this.ready = false;
|
this.ready = false;
|
||||||
this.ipc = IPCModule;
|
this.ipc = IPCModule;
|
||||||
this.ipc.config.appspace = 'hop.';
|
this.ipc.config.appspace = 'pygmy.';
|
||||||
this.ipc.config.id = name;
|
this.ipc.config.id = name;
|
||||||
this.ipc.config.retry = 2500;
|
this.ipc.config.retry = 2500;
|
||||||
this.ipc.config.maxRetries = 5;
|
this.ipc.config.maxRetries = 5;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ipc-client",
|
"name": "ipc-client",
|
||||||
"version": "0.0.2",
|
"version": "0.0.3",
|
||||||
"module": "dist/index.js",
|
"module": "dist/index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"files": ["dist/**/*"],
|
"files": ["dist/**/*"],
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ export default class IPC extends EventEmitter {
|
|||||||
|
|
||||||
this.ipc = IPCModule;
|
this.ipc = IPCModule;
|
||||||
|
|
||||||
this.ipc.config.appspace = 'hop.';
|
this.ipc.config.appspace = 'pygmy.';
|
||||||
this.ipc.config.id = name;
|
this.ipc.config.id = name;
|
||||||
this.ipc.config.retry = 2500;
|
this.ipc.config.retry = 2500;
|
||||||
this.ipc.config.maxRetries = 5;
|
this.ipc.config.maxRetries = 5;
|
||||||
|
|||||||
Reference in New Issue
Block a user