anear-js-api 1.1.7 → 1.1.8

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.
@@ -556,6 +556,9 @@ const ActiveEventStatesConfig = {
556
556
  target: '.participantEntering'
557
557
  }
558
558
  ],
559
+ SPECTATOR_ENTER: {
560
+ actions: 'sendSpectatorEnterToAppEventMachine'
561
+ },
559
562
  BOOT_PARTICIPANT: {
560
563
  actions: 'sendBootEventToParticipantMachine'
561
564
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anear-js-api",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "Javascript Developer API for Anear Apps",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {