@nsshunt/stsappframework 2.19.161 → 2.19.163

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -179,7 +179,7 @@ class SingleProcessBase extends processbase_1.ProcessBase {
179
179
  LogEx(`Performing process.exit(0) - Immediate.`);
180
180
  }
181
181
  }
182
- LogEx(`Service instance started.`);
182
+ LogEx(`Service instance stopped.`);
183
183
  });
184
184
  __classPrivateFieldSet(this, _SingleProcessBase_Terminate, Terminate, "f");
185
185
  process.on('SIGINT', () => __awaiter(this, void 0, void 0, function* () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nsshunt/stsappframework",
3
- "version": "2.19.161",
3
+ "version": "2.19.163",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "./types/index.d.ts",
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@nsshunt/stsconfig": "^1.25.39",
43
- "@nsshunt/stsdatamanagement": "^1.17.88",
43
+ "@nsshunt/stsdatamanagement": "^1.17.94",
44
44
  "@nsshunt/stsinstrumentation": "^6.11.81",
45
45
  "@nsshunt/stspublisherserver": "^1.15.39",
46
46
  "@nsshunt/stsutils": "^1.15.45",
@@ -265,7 +265,7 @@ export class SingleProcessBase extends ProcessBase implements ISingleProcessBase
265
265
  LogEx(`Performing process.exit(0) - Immediate.`);
266
266
  }
267
267
  }
268
- LogEx(`Service instance started.`);
268
+ LogEx(`Service instance stopped.`);
269
269
  }
270
270
 
271
271
  this.#Terminate = Terminate;