cdp-client-tool 2.1.1 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cdp-client-tool",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "一个客户端程序,设计了一套socket.io与http接口的通信协议,可以用于控制浏览器,抓取数据等",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",