Update appspace

This commit is contained in:
ThatTonybo
2025-08-12 01:10:23 +10:00
parent c2a7e0c327
commit d3bdd7f170
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@@ -27,7 +27,7 @@ export default class IPC extends EventEmitter {
this.name = name;
this.ready = false;
this.ipc = IPCModule;
this.ipc.config.appspace = 'hop.';
this.ipc.config.appspace = 'pygmy.';
this.ipc.config.id = name;
this.ipc.config.retry = 2500;
this.ipc.config.maxRetries = 5;

View File

@@ -1,6 +1,6 @@
{
"name": "ipc-client",
"version": "0.0.2",
"version": "0.0.3",
"module": "dist/index.js",
"type": "module",
"files": ["dist/**/*"],

View File

@@ -38,7 +38,7 @@ export default class IPC extends EventEmitter {
this.ipc = IPCModule;
this.ipc.config.appspace = 'hop.';
this.ipc.config.appspace = 'pygmy.';
this.ipc.config.id = name;
this.ipc.config.retry = 2500;
this.ipc.config.maxRetries = 5;