Comparing version 3.0.4 to 3.1.0
{ | ||
"name": "aoctimer", | ||
"version": "3.0.4", | ||
"version": "3.1.0", | ||
"description": "AoC TIMER - compare your AoC solutions with others", | ||
@@ -28,7 +28,6 @@ "repository": "https://github.com/caderek/aoctimer", | ||
"devDependencies": { | ||
"@types/node": "^14.17.33", | ||
"gramma": "^1.6.0", | ||
"pkg": "^5.4.1", | ||
"typescript": "^4.4.4" | ||
"@types/node": "^18.11.10", | ||
"pkg": "^5.8.0", | ||
"typescript": "^4.9.3" | ||
} | ||
} |
@@ -166,6 +166,5 @@ # AoC TIMER | ||
You can save the output of the commands to the file, using standard command-line piping: | ||
You can save the output of the commands to the file, using standard command-line piping (Bash / zsh / fish / PowerShell): | ||
```sh | ||
# Save summary (Bash / zsh / fish): | ||
aoctimer summary > MY_FILE.txt | ||
@@ -172,0 +171,0 @@ ``` |
@@ -61,3 +61,4 @@ import { spawnSync, execSync } from "child_process" | ||
if (time !== null) { | ||
runStats(time, day) | ||
const data = runStats(time, day) | ||
console.log(views.day(day, data)) | ||
process.exit() | ||
@@ -64,0 +65,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3
2
1
189782
52
7541
336