anear-js-api 0.3.22 → 0.3.23

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.
@@ -130,7 +130,7 @@ class AnearMessaging {
130
130
 
131
131
  resetAllParticipantTimers() {
132
132
  // turns off all participant timers
133
- Object.entries(this.participantTimers).forEach(timer => timer.reset())
133
+ Object.values(this.participantTimers).forEach(timer => timer.reset())
134
134
  }
135
135
 
136
136
  interruptParticipantTimer(participantId) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anear-js-api",
3
- "version": "0.3.22",
3
+ "version": "0.3.23",
4
4
  "description": "Javascript Developer API for Anear Apps",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {