@filoz/repair-cli 0.1.0 → 0.1.1

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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@filoz/repair-cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Early repair for faulty service providers and datasets",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,7 +25,7 @@
25
25
  "module": "dist/src/cli.js",
26
26
  "types": "dist/src/cli.d.ts",
27
27
  "bin": {
28
- "repair-cli": "./dist/src/cli.js"
28
+ "repair": "./dist/src/cli.js"
29
29
  },
30
30
  "sideEffects": false,
31
31
  "exports": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@filoz/repair-cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Early repair for faulty service providers and datasets",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,7 +25,7 @@
25
25
  "module": "dist/src/cli.js",
26
26
  "types": "dist/src/cli.d.ts",
27
27
  "bin": {
28
- "repair-cli": "./dist/src/cli.js"
28
+ "repair": "./dist/src/cli.js"
29
29
  },
30
30
  "sideEffects": false,
31
31
  "exports": {
package/readme.md CHANGED
@@ -190,7 +190,7 @@ Options:
190
190
  Example:
191
191
 
192
192
  ```bash
193
- repair repair run 1 --concurrency 8 --batch-size 100 --reset
193
+ repair repair run 1 --concurrency 8 --batch-size 40 --reset
194
194
  ```
195
195
 
196
196
  ### `repair repair delete <repairId>`