Skip to content

Commit

Permalink
docs: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed May 31, 2023
1 parent 60eb29d commit f354596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/zhi-xmlrpc-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zhi-xmlrpc-middleware",
"version": "0.0.6",
"version": "0.0.7",
"type": "module",
"description": "abstract xmlrpc middle layer",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion libs/zhi-xmlrpc-middleware/src/lib/impl/chromeXmlrpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

import { simpleLogger } from "zhi-lib-base"

const logger = simpleLogger("fetch-chrome")
const logger = simpleLogger("fetch-chrome", "xmlrpc-middleware", true)

/**
* 向Chrome发送消息
Expand Down

0 comments on commit f354596

Please sign in to comment.