@juhuu/sdk-ts 1.2.68 → 1.2.69

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.
package/dist/index.d.mts CHANGED
@@ -16,7 +16,7 @@ interface Offer {
16
16
  offerTime: OfferTime;
17
17
  }
18
18
  type DevicePermission = {
19
- type: "bluetooth";
19
+ type: "bluetoothLowEnergy";
20
20
  platformArray: Platform[];
21
21
  description: LocaleString;
22
22
  };
package/dist/index.d.ts CHANGED
@@ -16,7 +16,7 @@ interface Offer {
16
16
  offerTime: OfferTime;
17
17
  }
18
18
  type DevicePermission = {
19
- type: "bluetooth";
19
+ type: "bluetoothLowEnergy";
20
20
  platformArray: Platform[];
21
21
  description: LocaleString;
22
22
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.68",
3
+ "version": "1.2.69",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",