@rtsee/messenger 0.0.20 → 0.0.21

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.
@@ -102,7 +102,7 @@ var RTSeeChat = /** @class */ (function () {
102
102
  if (!lastSender) {
103
103
  return "";
104
104
  }
105
- return lastSender.name + ':';
105
+ return lastSender.name + ":";
106
106
  };
107
107
  RTSeeChat.prototype.getLastSentMessage = function () {
108
108
  return this.messages[this.messages.length - 1];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rtsee/messenger",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "license": "ISC",
5
5
  "private": false,
6
6
  "main": "dist/messenger/src/index",
@@ -40,5 +40,5 @@
40
40
  "publishConfig": {
41
41
  "access": "public"
42
42
  },
43
- "gitHead": "ac14f9a6ece8db424d01baf4e0c845d49ecfd408"
43
+ "gitHead": "0bf8fc6149039e7c1821a418dd5588fc877a3e72"
44
44
  }