easter-egg-quest 1.0.13 → 1.0.15

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.
@@ -17,6 +17,7 @@ export declare class PageBreather {
17
17
  private _startTime;
18
18
  private _isUserMoving;
19
19
  private _inSync;
20
+ private _accuracy;
20
21
  /** Full breath cycle duration in ms (move half + pause half). */
21
22
  private readonly CYCLE_MS;
22
23
  start(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easter-egg-quest",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
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",