@bavard/agent-config
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -5,3 +5,3 @@ import { BotSettings } from './agent-settings'; | ||
import { IIntent, IAgentConfig } from './types'; | ||
export default class AgentConfig { | ||
export declare class AgentConfig { | ||
readonly uname: string; | ||
@@ -8,0 +8,0 @@ readonly projectId: string; |
@@ -6,2 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.AgentConfig = void 0; | ||
const base_action_1 = __importDefault(require("./actions/base-action")); | ||
@@ -99,2 +100,2 @@ const graph_policy_1 = require("@bavard/graph-policy"); | ||
} | ||
exports.default = AgentConfig; | ||
exports.AgentConfig = AgentConfig; |
{ | ||
"name": "@bavard/agent-config", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -7,3 +7,3 @@ import { BotSettings } from './agent-settings'; | ||
export default class AgentConfig { | ||
export class AgentConfig { | ||
readonly uname: string; | ||
@@ -10,0 +10,0 @@ readonly projectId: string; |
30242
856