@optimiser/common 1.0.347 → 1.0.348

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.
@@ -435,7 +435,7 @@ var Connection = /** @class */ (function () {
435
435
  if (!user) {
436
436
  return _this.ReturnJsonResponse(req, res, {
437
437
  Data: {},
438
- Message: "Failed to authenticate token.",
438
+ Message: "Your previous session has expired. Please log in.",
439
439
  Status: 401,
440
440
  Type: "ERROR",
441
441
  OriginalStatus: 401
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optimiser/common",
3
- "version": "1.0.347",
3
+ "version": "1.0.348",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {