@bavard/agent-config
Advanced tools
Comparing version 0.0.8 to 0.0.9
export * from './agent-config'; | ||
export * from './types'; | ||
export * from './actions/base-action'; | ||
export * from './actions/utterance-action'; | ||
export * from './actions/email-action'; |
@@ -15,1 +15,4 @@ "use strict"; | ||
__exportStar(require("./types"), exports); | ||
__exportStar(require("./actions/base-action"), exports); | ||
__exportStar(require("./actions/utterance-action"), exports); | ||
__exportStar(require("./actions/email-action"), exports); |
{ | ||
"name": "@bavard/agent-config", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
export * from './agent-config'; | ||
export * from './types'; | ||
export * from './types'; | ||
export * from './actions/base-action'; | ||
export * from './actions/utterance-action'; | ||
export * from './actions/email-action'; |
32573
919