@jamesrock/rockjs 1.38.0 → 1.39.0

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 (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -959,7 +959,7 @@ export class Tempo {
959
959
  this.taps.push(now);
960
960
 
961
961
  if(this.taps.length > 1 && now - this.taps[this.taps.length - 2] > 2000) {
962
- taps = [now];
962
+ this.taps = [now];
963
963
  return base;
964
964
  };
965
965
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jamesrock/rockjs",
3
- "version": "1.38.0",
3
+ "version": "1.39.0",
4
4
  "description": "utility bliss",
5
5
  "license": "ISC",
6
6
  "author": "James Rock",