cli-spinners
Advanced tools
Comparing version 3.1.0 to 3.2.0
@@ -18,2 +18,3 @@ // TODO: Load the spinner names from the JSON file. | ||
| 'dots8Bit' | ||
| 'dotsCircle' | ||
| 'sand' | ||
@@ -20,0 +21,0 @@ | 'line' |
{ | ||
"name": "cli-spinners", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"description": "Spinners for use in the terminal", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -568,2 +568,15 @@ { | ||
}, | ||
"dotsCircle": { | ||
"interval": 80, | ||
"frames": [ | ||
"⢎ ", | ||
"⠎⠁", | ||
"⠊⠑", | ||
"⠈⠱", | ||
" ⡱", | ||
"⢀⡰", | ||
"⢄⡠", | ||
"⢆⡀" | ||
] | ||
}, | ||
"sand": { | ||
@@ -570,0 +583,0 @@ "interval": 80, |
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
32768
1789