ones-fetch 1.4.4 → 1.4.5

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.
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  策划电脑上已有 Node.js,执行一条命令即可:
8
8
 
9
9
  ```bash
10
- npx ones-fetch@latest
10
+ npx ones-fetch@latest install
11
11
  ```
12
12
 
13
13
  或者使用 npm 安装:
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "ones-fetch",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "type": "module",
5
5
  "description": "ONES Fetch — Web app for recursive ONES subtask crawling",
6
6
  "bin": {
7
- "ones-fetch": "./bin/cli.js"
7
+ "ones-fetch": "bin/cli.mjs"
8
8
  },
9
9
  "scripts": {
10
10
  "start": "node src/server.mjs",
File without changes