Skip to content

Commit 8d75d93

Browse files
committed
fix: rename BulkVisionPlugin to BulkAiFlow and update dependencies
1 parent 2d6214c commit 8d75d93

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { json } from "stream/consumers";
55
import Handlebars from 'handlebars';
66

77

8-
export default class BulkVisionPlugin extends AdminForthPlugin {
8+
export default class BulkAiFlow extends AdminForthPlugin {
99
options: PluginOptions;
1010

1111
constructor(options: PluginOptions) {

package-lock.json

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"dependencies": {
2222
"@types/handlebars": "^4.0.40",
2323
"adminforth": "^2.4.0-next.101",
24-
"handlebars": "^4.7.8"
24+
"handlebars": "^4.7.8",
25+
"medium-zoom": "^1.1.0"
2526
}
2627
}

0 commit comments

Comments
 (0)