easter-egg-quest 1.0.20 → 1.0.21

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.
@@ -39,6 +39,8 @@ export declare class RhythmStage implements StageHandler {
39
39
  cleanup(): void;
40
40
  getResult(): StageResult;
41
41
  private _evaluateCycle;
42
+ private _getLiveConfidence;
43
+ private _scoreDuration;
42
44
  private _showReaction;
43
45
  private _wait;
44
46
  private _showAndConfirm;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easter-egg-quest",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "A hidden Easter-themed narrative mini-game overlay for any website",
5
5
  "main": "dist/easter-egg-quest.umd.js",
6
6
  "module": "dist/easter-egg-quest.es.js",