senza-sdk 4.3.5 → 4.3.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "senza-sdk",
3
- "version": "4.3.5",
3
+ "version": "4.3.6",
4
4
  "main": "./src/api.js",
5
5
  "description": "API for Senza application",
6
6
  "license": "MIT",
@@ -91,7 +91,6 @@ export class DeviceManager extends EventTarget {
91
91
  /**
92
92
  * Get Wi-Fi info - access point data and status (the status is cached for 5 seconds)
93
93
  * @returns {WiFiInfo} An object containing the Wi-Fi info
94
- * @alpha API has not yet been released
95
94
  * */
96
95
  // This api is part of epic HSDEV-4185
97
96
  async getWifiInfo() {
@@ -1 +1 @@
1
- export const version = "4.3.5";
1
+ export const version = "4.3.6";