jake-compoenents 1.0.0 → 1.0.1

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.
@@ -93,8 +93,7 @@ var stopRecordingAudio = function stopRecordingAudio(mediaRecorderRef, audioChun
93
93
  });
94
94
  };
95
95
  var IOService = exports.IOService = {
96
- postAudioPrompt: postAudioPrompt,
97
- postTextPrompt: postTextPrompt,
96
+ handleAudioPlayback: handleAudioPlayback,
98
97
  startRecordingAudio: startRecordingAudio,
99
98
  stopRecordingAudio: stopRecordingAudio
100
99
  };
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jake-compoenents",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A library of reusable React components to leverage across projects.",
5
5
  "scripts": {
6
6
  "build": "rm -rf ./dist && babel src --out-dir dist --copy-files",