Skip to content

Commit

Permalink
fix: prompt context passing
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalygashkov committed Dec 1, 2024
1 parent 8bd0a04 commit e2bb541
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/core/lib/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { Http } from './http';
import { execUrlPatterns, extendEpisodes, safeEval, sanitizeString } from './utils';
import { logger } from './log';
import { PluginInstance } from './service';
import { prompt } from './prompt';

export const install = async (pluginPath: string): Promise<PluginInstance> => {
const pluginName = path.parse(pluginPath).name;
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@streamyx/core",
"version": "2.3.1",
"version": "2.3.2",
"author": "Vitaly Gashkov <[email protected]>",
"description": "Core modules for Streamyx",
"license": "AGPL-3.0",
Expand Down

0 comments on commit e2bb541

Please sign in to comment.