pubnub / javascript

PubNub JavaScript SDK docs https://www.pubnub.com/docs/sdks/javascript
Other
553 stars 401 forks source link

Incorrect history Actions type #407

Closed yo1dog closed 3 weeks ago

yo1dog commented 1 month ago

The current typing for the history Actions interface is wrong. It defines the action value as an object when it is actually an array of objects.

https://github.com/pubnub/javascript/blob/0beda2cb0b80eba69309111fb27a76d8c6319081/src/core/types/api/history.ts#L134-L144

parfeon commented 3 weeks ago

@yo1dog this issue is addressed in v8.2.10