@voiceflow/voice-types
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -0,1 +1,2 @@ | ||
export * as Buttons from './buttons'; | ||
export * as Capture from './capture'; | ||
@@ -2,0 +3,0 @@ export * as Interaction from './interaction'; |
@@ -22,3 +22,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Utils = exports.Speak = exports.Prompt = exports.Interaction = exports.Capture = void 0; | ||
exports.Utils = exports.Speak = exports.Prompt = exports.Interaction = exports.Capture = exports.Buttons = void 0; | ||
exports.Buttons = __importStar(require("./buttons")); | ||
exports.Capture = __importStar(require("./capture")); | ||
@@ -25,0 +26,0 @@ exports.Interaction = __importStar(require("./interaction")); |
{ | ||
"name": "@voiceflow/voice-types", | ||
"description": "Voiceflow voice project types", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"author": "Voiceflow", | ||
@@ -40,3 +40,3 @@ "bugs": { | ||
}, | ||
"gitHead": "debf4d5a5ae16afb7511bf1a98736bbec00def8e" | ||
"gitHead": "ba8e1dd27273f902545ea45a199d6cb935a7bb0e" | ||
} |
Sorry, the diff of this file is not supported yet
16357
245