presidium 0.15.32 → 0.15.33

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.
@@ -184,6 +184,7 @@ TranscribeStream.prototype.sendAudioChunk = function (chunk) {
184
184
 
185
185
  TranscribeStream.prototype.close = function () {
186
186
  this.websocket.close()
187
+ this.emit('close')
187
188
  }
188
189
 
189
190
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "presidium",
3
- "version": "0.15.32",
3
+ "version": "0.15.33",
4
4
  "description": "A library for creating web services",
5
5
  "author": "Richard Tong",
6
6
  "license": "MIT",