spotny-sdk 1.0.15 → 1.0.16

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.
@@ -59,7 +59,7 @@ public class SpotnyBeaconScanner: NSObject {
59
59
  private var maxDetectionDistance: Double = 8.0
60
60
  /// Multiplier applied to raw RSSI-derived distance to compensate for low TX power.
61
61
  /// Overridable via configure(). Default 0.5 matches Kontakt.io -12 dBm beacons.
62
- private var distanceCorrectionFactor: Double = 0.5
62
+ private var distanceCorrectionFactor: Double = 1.0
63
63
  /// API key identifying the SDK consumer (e.g. "nike"). Set during initialize().
64
64
  private var apiKey: String?
65
65
  /// JWT returned by /api/app/sdk/verify. Injected as Authorization header on all subsequent calls.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spotny-sdk",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "Beacon Scanner",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",