Skip to content

Commit

Permalink
chore(search-service): bump version to 1.0.0-beta.61 in package.json
Browse files Browse the repository at this point in the history
- Updated the version in package.json to reflect the latest release.
- Removed an unnecessary blank line in index.ts for cleaner code structure.
  • Loading branch information
dingyi222666 committed Dec 13, 2024
1 parent c9d128f commit cf832ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/search-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-chatluna-search-service",
"description": "search support for chatluna",
"version": "1.0.0-beta.60",
"version": "1.0.0-beta.61",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion packages/search-service/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { SearchManager } from './provide'
import { providerPlugin } from './plugin'
import { SearchTool } from './tools/search'
import { SummaryType } from './types'

export let logger: Logger

export function apply(ctx: Context, config: Config) {
Expand Down

0 comments on commit cf832ab

Please sign in to comment.