anear-js-api 0.4.15 → 0.4.16

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.
@@ -114,6 +114,7 @@ class Participants {
114
114
  if (participant.state === ActiveState) {
115
115
  if (this.isIdle(participant, currentTimestamp)) {
116
116
  participant.state = IdleState
117
+ participant.destroyTimer()
117
118
  }
118
119
  } else if (participant.state === IdleState) {
119
120
  if (this.isPurge(participant, currentTimestamp)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anear-js-api",
3
- "version": "0.4.15",
3
+ "version": "0.4.16",
4
4
  "description": "Javascript Developer API for Anear Apps",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {